Trace number 3259593

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
synit_sat 2011-03-03? (TO) 1300.02 1300.04

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2640c305320gyes3.cnf
MD5SUM3b033385d50481e5bd2fe507f2941f4f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

Solver Data

0.00/0.06	c start  0 total 0
0.03/0.19	c Find Units :          0
0.03/0.19	c Find Invs  :          0
0.03/0.19	c Find Ands  :       2640 AvgFaninNum: 32
0.03/0.19	c Find Xors  :          0 AvgFaninNum: nan
0.03/0.19	c Find Ite   :          0
0.03/0.19	c UnDirect variable: 0
0.03/0.19	c UnDirect to Direct Gate: 0
0.03/0.19	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.03/0.19	c Break Cycle : 2560
0.03/0.19	c Total Root : 0 Undef Var: 2560
0.03/0.19	c After covering, Total Root: 80 Leaf: 2560
0.03/0.19	c Variable( cover/uncovered/unused ): 2640 0 0
0.03/0.19	c Unit Clauses: 0
0.03/0.19	c Binary Clauses( cover/uncovered ): 2560 302680
0.03/0.19	c Clauses( cover/uncovered ): 80 0
0.03/0.19	c Total Clauses( cover/uncovered ): 2640 302680 0.864667%
0.03/0.19	c Covered Ands: 80 Invs: 0 Xors: 0 Ites: 0
0.23/0.31	c Uncover Clauses avg size: 2 max size: 2
0.23/0.31	c Final circuit: i/l/o/s    2560       0  302680    305160
0.23/0.31	c cover rate 0.864667
0.23/0.31	c rocky end  0.25 total 0.25
0.53/0.63	c covering time  0.32 total 0.57
1299.98/1300.00	c interrupt  1299.41 total 1299.98
1299.98/1300.00	c INTERRUPTED ... 
1299.98/1300.00	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3259593-1303508475/watcher-3259593-1303508475 -o /tmp/evaluation-result-3259593-1303508475/solver-3259593-1303508475 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3259593-1303508475.cnf 589433131 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.55 3.92 3.88 3/176 524
/proc/meminfo: memFree=13975044/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=11712 CPUtime=0 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4194304 100 0 0 0 0 0 0 0 23 0 1 0 541078234 11993088 54 33554432000 4194304 4947581 140736535446400 18446744073709551615 251362623111 0 2147483391 4096 0 0 0 0 17 0 0 0 0
/proc/524/statm: 2928 54 42 184 0 755 0

[startup+0.0695921 s]
/proc/loadavg: 3.55 3.92 3.88 3/176 524
/proc/meminfo: memFree=13975044/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=31704 CPUtime=0 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 2816 0 1 0 0 0 0 0 18 0 1 0 541078234 32464896 2751 33554432000 4194304 4947581 140736535446400 18446744073709551615 4215231 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 7926 2751 376 184 0 2801 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 31704

[startup+0.100622 s]
/proc/loadavg: 3.55 3.92 3.88 3/176 524
/proc/meminfo: memFree=13975044/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=42968 CPUtime=0.03 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 5391 0 1 0 3 0 0 0 18 0 1 0 541078234 43999232 5326 33554432000 4194304 4947581 140736535446400 18446744073709551615 4799423 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 10742 5326 376 184 0 5617 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 42968

[startup+0.300579 s]
/proc/loadavg: 3.55 3.92 3.88 3/176 524
/proc/meminfo: memFree=13975044/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=73684 CPUtime=0.23 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 12218 0 1 0 22 1 0 0 18 0 1 0 541078234 75452416 12153 33554432000 4194304 4947581 140736535446400 18446744073709551615 4762243 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 18421 12153 384 184 0 13296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 73684

[startup+0.7005 s]
/proc/loadavg: 3.55 3.92 3.88 3/176 524
/proc/meminfo: memFree=13975044/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=179640 CPUtime=0.63 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 37645 0 1 0 59 4 0 0 18 0 1 0 541078234 183951360 37580 33554432000 4194304 4947581 140736535446400 18446744073709551615 251367244103 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 44910 37580 420 184 0 39785 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 179640

[startup+1.50036 s]
/proc/loadavg: 3.55 3.92 3.88 5/190 551
/proc/meminfo: memFree=13344400/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=257456 CPUtime=1.44 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 55569 0 1 0 137 7 0 0 20 0 1 0 541078234 263634944 55504 33554432000 4194304 4947581 140736535446400 18446744073709551615 4398610 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 64364 55504 457 184 0 59239 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 257456

[startup+3.10106 s]
/proc/loadavg: 3.58 3.92 3.88 5/190 551
/proc/meminfo: memFree=13062176/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=268852 CPUtime=3.04 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 56700 0 1 0 297 7 0 0 25 0 1 0 541078234 275304448 56635 33554432000 4194304 4947581 140736535446400 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 67213 56635 457 184 0 62088 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 268852

[startup+6.30048 s]
/proc/loadavg: 3.58 3.92 3.88 5/190 551
/proc/meminfo: memFree=12912972/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=291920 CPUtime=6.23 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 59032 0 1 0 616 7 0 0 25 0 1 0 541078234 298926080 58967 33554432000 4194304 4947581 140736535446400 18446744073709551615 4517544 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 72980 58967 466 184 0 67855 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 291920

[startup+12.7003 s]
/proc/loadavg: 3.65 3.92 3.88 5/190 551
/proc/meminfo: memFree=12800748/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=291920 CPUtime=12.63 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 60791 0 1 0 1256 7 0 0 25 0 1 0 541078234 298926080 60726 33554432000 4194304 4947581 140736535446400 18446744073709551615 4399946 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 72980 60726 467 184 0 67855 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 291920

[startup+25.5009 s]
/proc/loadavg: 3.70 3.92 3.88 5/190 551
/proc/meminfo: memFree=12716848/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=306408 CPUtime=25.43 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 65702 0 1 0 2535 8 0 0 25 0 1 0 541078234 313761792 65637 33554432000 4194304 4947581 140736535446400 18446744073709551615 4517546 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 76602 65637 467 184 0 71477 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 306408

[startup+51.1012 s]
/proc/loadavg: 3.80 3.93 3.88 5/190 552
/proc/meminfo: memFree=12594640/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=330316 CPUtime=51.04 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 71180 0 1 0 5094 10 0 0 25 0 1 0 541078234 338243584 71115 33554432000 4194304 4947581 140736535446400 18446744073709551615 4517672 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 82579 71115 467 184 0 77454 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 330316

[startup+102.307 s]
/proc/loadavg: 3.92 3.94 3.89 5/190 553
/proc/meminfo: memFree=12487372/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=380900 CPUtime=102.24 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 84766 0 1 0 10211 13 0 0 25 0 1 0 541078234 390041600 82367 33554432000 4194304 4947581 140736535446400 18446744073709551615 251367243409 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 95225 82367 467 184 0 90100 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 380900

[startup+162.301 s]
/proc/loadavg: 3.97 3.95 3.89 5/190 555
/proc/meminfo: memFree=12338428/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=498728 CPUtime=162.24 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 101226 0 1 0 16208 16 0 0 25 0 1 0 541078234 510697472 98827 33554432000 4194304 4947581 140736535446400 18446744073709551615 4350733 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 124682 98827 467 184 0 119557 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 498728

[startup+222.3 s]
/proc/loadavg: 3.92 3.94 3.89 5/190 584
/proc/meminfo: memFree=12205908/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=555532 CPUtime=222.24 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 105980 0 1 0 22207 17 0 0 25 0 1 0 541078234 568864768 103581 33554432000 4194304 4947581 140736535446400 18446744073709551615 4352544 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 138883 103581 467 184 0 133758 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 555532

[startup+282.3 s]
/proc/loadavg: 3.97 3.94 3.90 5/190 585
/proc/meminfo: memFree=12081652/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=555532 CPUtime=282.24 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 110006 0 1 0 28206 18 0 0 25 0 1 0 541078234 568864768 107607 33554432000 4194304 4947581 140736535446400 18446744073709551615 4399809 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 138883 107607 467 184 0 133758 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 555532

[startup+342.301 s]
/proc/loadavg: 3.99 3.95 3.91 5/190 587
/proc/meminfo: memFree=12060192/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=555532 CPUtime=342.24 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 110147 0 1 0 34205 19 0 0 25 0 1 0 541078234 568864768 107748 33554432000 4194304 4947581 140736535446400 18446744073709551615 4399939 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 138883 107748 467 184 0 133758 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 555532

[startup+402.301 s]
/proc/loadavg: 3.99 3.96 3.91 5/190 588
/proc/meminfo: memFree=12014540/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=620776 CPUtime=402.25 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 115485 0 1 0 40204 21 0 0 25 0 1 0 541078234 635674624 113086 33554432000 4194304 4947581 140736535446400 18446744073709551615 4518124 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 155194 113086 467 184 0 150069 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 620776

[startup+462.301 s]
/proc/loadavg: 4.04 3.98 3.91 5/190 590
/proc/meminfo: memFree=11956004/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=620776 CPUtime=462.25 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 122108 0 1 0 46203 22 0 0 25 0 1 0 541078234 635674624 119709 33554432000 4194304 4947581 140736535446400 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 155194 119709 467 184 0 150069 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 620776

[startup+522.301 s]
/proc/loadavg: 4.02 3.98 3.91 5/190 592
/proc/meminfo: memFree=11891744/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=620776 CPUtime=522.25 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 126527 0 1 0 52203 22 0 0 25 0 1 0 541078234 635674624 124128 33554432000 4194304 4947581 140736535446400 18446744073709551615 4398597 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 155194 124128 467 184 0 150069 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 620776

[startup+582.301 s]
/proc/loadavg: 4.06 3.99 3.92 5/190 593
/proc/meminfo: memFree=11803820/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=620776 CPUtime=582.25 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 127846 0 1 0 58202 23 0 0 25 0 1 0 541078234 635674624 125405 33554432000 4194304 4947581 140736535446400 18446744073709551615 4515761 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 155194 125405 467 184 0 150069 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 620776

[startup+642.3 s]
/proc/loadavg: 4.02 3.99 3.92 5/190 605
/proc/meminfo: memFree=11714776/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=620776 CPUtime=642.26 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 128377 0 1 0 64203 23 0 0 25 0 1 0 541078234 635674624 125875 33554432000 4194304 4947581 140736535446400 18446744073709551615 4346327 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 155194 125875 467 184 0 150069 0
Current children cumulated CPU time (s) 642.26
Current children cumulated vsize (KiB) 620776

[startup+702.3 s]
/proc/loadavg: 4.06 4.01 3.93 5/190 606
/proc/meminfo: memFree=11581212/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=620776 CPUtime=702.25 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 128554 0 1 0 70202 23 0 0 25 0 1 0 541078234 635674624 125852 33554432000 4194304 4947581 140736535446400 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 155194 125852 467 184 0 150069 0
Current children cumulated CPU time (s) 702.25
Current children cumulated vsize (KiB) 620776

[startup+762.307 s]
/proc/loadavg: 4.06 4.02 3.93 5/190 608
/proc/meminfo: memFree=11468616/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=695188 CPUtime=762.27 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 132049 0 1 0 76203 24 0 0 25 0 1 0 541078234 711872512 129347 33554432000 4194304 4947581 140736535446400 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 173797 129347 467 184 0 168672 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 695188

[startup+822.301 s]
/proc/loadavg: 4.02 4.01 3.93 5/190 610
/proc/meminfo: memFree=11445152/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=695188 CPUtime=822.26 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 132215 0 1 0 82202 24 0 0 25 0 1 0 541078234 711872512 129361 33554432000 4194304 4947581 140736535446400 18446744073709551615 4350733 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 173797 129361 467 184 0 168672 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 695188

[startup+882.301 s]
/proc/loadavg: 4.01 4.01 3.93 5/190 611
/proc/meminfo: memFree=11441176/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=695188 CPUtime=882.26 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 132235 0 1 0 88202 24 0 0 25 0 1 0 541078234 711872512 122139 33554432000 4194304 4947581 140736535446400 18446744073709551615 4399777 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 173797 122139 467 184 0 168672 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 695188

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 613
/proc/meminfo: memFree=11405948/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=695188 CPUtime=942.26 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 141981 0 1 0 94200 26 0 0 25 0 1 0 541078234 711872512 131885 33554432000 4194304 4947581 140736535446400 18446744073709551615 4399824 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 173797 131885 467 184 0 168672 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 695188

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 614
/proc/meminfo: memFree=11330048/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=695188 CPUtime=1002.27 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 144810 0 1 0 100200 27 0 0 25 0 1 0 541078234 711872512 134711 33554432000 4194304 4947581 140736535446400 18446744073709551615 4350684 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 173797 134711 467 184 0 168672 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 695188

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 616
/proc/meminfo: memFree=11237404/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=695188 CPUtime=1062.27 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 147481 0 1 0 106199 28 0 0 25 0 1 0 541078234 711872512 137382 33554432000 4194304 4947581 140736535446400 18446744073709551615 4517544 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 173797 137382 467 184 0 168672 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 695188

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 618
/proc/meminfo: memFree=11228456/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=695188 CPUtime=1122.27 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 147633 0 1 0 112199 28 0 0 25 0 1 0 541078234 711872512 137534 33554432000 4194304 4947581 140736535446400 18446744073709551615 4352544 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 173797 137534 467 184 0 168672 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 695188

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 619
/proc/meminfo: memFree=11220140/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=695316 CPUtime=1182.27 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 147966 0 1 0 118199 28 0 0 25 0 1 0 541078234 712003584 137867 33554432000 4194304 4947581 140736535446400 18446744073709551615 4353316 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 173829 137867 467 184 0 168704 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 695316

[startup+1242.3 s]
/proc/loadavg: 4.07 4.02 3.94 5/190 630
/proc/meminfo: memFree=11194768/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=778572 CPUtime=1242.28 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 153251 0 1 0 124198 30 0 0 25 0 1 0 541078234 797257728 143152 33554432000 4194304 4947581 140736535446400 18446744073709551615 4399936 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 194643 143152 467 184 0 189518 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 778572



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.01 3.94 5/190 631
/proc/meminfo: memFree=11175036/32950928 swapFree=67111528/67111528
[pid=524] ppid=522 vsize=778572 CPUtime=1299.98 cores=0,2
/proc/524/stat : 524 (synit_sat) R 522 524 32262 0 -1 4202496 153748 0 1 0 129968 30 0 0 25 0 1 0 541078234 797257728 143649 33554432000 4194304 4947581 140736535446400 18446744073709551615 4350416 0 0 4096 24578 0 0 0 17 0 0 0 5
/proc/524/statm: 194643 143649 467 184 0 189518 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 778572

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 1
Real time (s): 1300.04
CPU time (s): 1300.02
CPU user time (s): 1299.69
CPU system time (s): 0.334949
CPU usage (%): 99.9987
Max. virtual memory (cumulated for all children) (KiB): 778572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.69
system time used= 0.334949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153753
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23
involuntary context switches= 3729

runsolver used 2.30865 second user time and 4.79527 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-22 23:41:16
IDJOB=3259593
IDBENCH=71603
IDSOLVER=1571
FILE ID=node113/3259593-1303508475
RUNJOBID= node113-1303508475-508
PBS_JOBID= 13134224
Free space on /tmp= 70624 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2640c305320gyes3.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259593-1303508475/watcher-3259593-1303508475 -o /tmp/evaluation-result-3259593-1303508475/solver-3259593-1303508475 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3259593-1303508475.cnf 589433131

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 3b033385d50481e5bd2fe507f2941f4f
RANDOM SEED=589433131

node113.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13972844 kB
Buffers:       1697516 kB
Cached:       16630148 kB
SwapCached:          0 kB
Active:       10463300 kB
Inactive:      7932004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13972844 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9880 kB
Writeback:           0 kB
AnonPages:       67056 kB
Mapped:          14480 kB
Slab:           518564 kB
PageTables:       5148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   193984 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 70600 MiB
End job on node113 at 2011-04-23 00:02:58