Trace number 3376645

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
QuteRSat 2011-05-12 (fixed)? (TO) 1300.09 1300.06

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x40.cnf
MD5SUM65a5698edfd6f3a12089595d81c196e3
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 variables3360
Number of clauses661080
Sum of the clauses size2634240
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25040
Number of clauses of size 30
Number of clauses of size 4656040
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.19/0.26	c Parse Cnf success: #var: 3360 #clause: 661080
0.19/0.26	c Find Units :          0
0.19/0.26	c Find Invs  :          0
0.39/0.40	c Find Ands  :       3360 AvgFaninNum: 3
0.39/0.41	c Find Xors  :          0 AvgFaninNum: nan
0.39/0.43	c Find Ite   :          0
0.39/0.43	c UnDirect variable: 0
0.39/0.43	c UnDirect to Direct Gate: 0
0.39/0.43	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.39/0.43	c Break Cycle : 2520
0.39/0.43	c Total Root : 0 Undef Var: 2520
0.39/0.43	c After covering, Total Root: 840 Leaf: 2520
0.39/0.43	c Variable( cover/uncovered/unused ): 3360 0 0
0.39/0.43	c Unit Clauses: 0
0.39/0.43	c Binary Clauses( cover/uncovered ): 2520 2520
0.39/0.43	c Clauses( cover/uncovered ): 840 655200
0.39/0.43	c Total Clauses( cover/uncovered ): 3360 657720 0.508259%
0.39/0.43	c Covered Ands: 840 Invs: 0 Xors: 0 Ites: 0
1.10/1.15	c Uncover Clauses avg size: 3.99234 max size: 4
1.10/1.16	c Final circuit: i/l/o/s    2520       0  657720    724920
1.10/1.16	c CnfToAig: Time: 1.16 s
2.09/2.13	c TmMap: Set choices finish.
2.39/2.50	c TmMap: Set big and: 724080
2.39/2.50	c TmMap: Origin: 727441 ClauseNum: 2174760 --> New: 726601 ClauseNum: 2173080
2.39/2.50	c TmMap: Time: 0.49
2.59/2.65	c Try to Add: #clause: 1448160 #xorclause: 0
2.79/2.82	c #var: 68880 #clauses: 66361 Solving... 
1300.04/1300.00	c Time Out !!
1300.04/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: 977)

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-3376645-1307667202/watcher-3376645-1307667202 -o /tmp/evaluation-result-3376645-1307667202/solver-3376645-1307667202 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376645-1307667202.cnf 1249160605 

running on 2 cores: 1,3

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.92 3.95 3.48 3/184 13470
/proc/meminfo: memFree=30918516/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=32364 CPUtime=0 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 1817 0 0 0 0 0 0 0 22 0 1 0 878317980 33140736 1752 33554432000 4194304 6014671 140737075073024 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 8091 1753 378 445 0 1636 0

[startup+0.103245 s]
/proc/loadavg: 3.92 3.95 3.48 3/184 13470
/proc/meminfo: memFree=30918516/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=58988 CPUtime=0.1 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 7984 0 0 0 9 1 0 0 23 0 1 0 878317980 60403712 7919 33554432000 4194304 6014671 140737075073024 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 14747 7919 378 445 0 8292 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 58988

[startup+0.200242 s]
/proc/loadavg: 3.92 3.95 3.48 3/184 13470
/proc/meminfo: memFree=30918516/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=85740 CPUtime=0.19 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 14153 0 0 0 18 1 0 0 23 0 1 0 878317980 87797760 14088 33554432000 4194304 6014671 140737075073024 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 21435 14088 378 445 0 14980 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 85740

[startup+0.300205 s]
/proc/loadavg: 3.92 3.95 3.48 3/184 13470
/proc/meminfo: memFree=30918516/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=85740 CPUtime=0.29 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 14571 0 0 0 27 2 0 0 23 0 1 0 878317980 87797760 14506 33554432000 4194304 6014671 140737075073024 18446744073709551615 4286975 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 21435 14506 383 445 0 14980 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85740

[startup+0.701139 s]
/proc/loadavg: 3.92 3.95 3.48 3/184 13470
/proc/meminfo: memFree=30918516/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=98028 CPUtime=0.69 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 17660 0 0 0 67 2 0 0 25 0 1 0 878317980 100380672 17595 33554432000 4194304 6014671 140737075073024 18446744073709551615 4268872 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 24507 17595 398 445 0 18052 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 98028

[startup+1.501 s]
/proc/loadavg: 3.92 3.95 3.48 5/190 13523
/proc/meminfo: memFree=30767840/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=200740 CPUtime=1.49 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 44314 0 0 0 145 4 0 0 25 0 1 0 878317980 205557760 44249 33554432000 4194304 6014671 140737075073024 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 50185 44252 668 445 0 43730 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 200740

[startup+3.1007 s]
/proc/loadavg: 3.92 3.95 3.48 5/190 13523
/proc/meminfo: memFree=30549384/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=392108 CPUtime=3.09 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 89725 0 0 0 300 9 0 0 25 0 1 0 878317980 401518592 89660 33554432000 4194304 6014671 140737075073024 18446744073709551615 4423505 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 98027 89660 700 445 0 91572 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 392108

[startup+6.30113 s]
/proc/loadavg: 3.93 3.95 3.48 5/190 13523
/proc/meminfo: memFree=30452960/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=471268 CPUtime=6.29 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 102628 0 0 0 619 10 0 0 25 0 1 0 878317980 482578432 100316 33554432000 4194304 6014671 140737075073024 18446744073709551615 4566192 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 117817 100316 713 445 0 111362 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 471268

[startup+12.701 s]
/proc/loadavg: 3.93 3.95 3.48 5/190 13524
/proc/meminfo: memFree=30355540/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=471268 CPUtime=12.69 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 104717 0 0 0 1259 10 0 0 25 0 1 0 878317980 482578432 102405 33554432000 4194304 6014671 140737075073024 18446744073709551615 4566176 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 117817 102405 726 445 0 111362 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 471268

[startup+25.5007 s]
/proc/loadavg: 3.95 3.95 3.49 5/190 13524
/proc/meminfo: memFree=30220576/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=588832 CPUtime=25.49 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 132528 0 0 0 2535 14 0 0 25 0 1 0 878317980 602963968 130188 33554432000 4194304 6014671 140737075073024 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 147208 130188 726 445 0 140753 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 588832

[startup+51.101 s]
/proc/loadavg: 3.90 3.94 3.50 5/190 13564
/proc/meminfo: memFree=30513268/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=835684 CPUtime=51.09 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 172693 0 0 0 5089 20 0 0 25 0 1 0 878317980 855740416 170049 33554432000 4194304 6014671 140737075073024 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 208921 170049 726 445 0 202466 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 835684

[startup+102.301 s]
/proc/loadavg: 3.95 3.95 3.52 5/190 13565
/proc/meminfo: memFree=30156148/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=1291456 CPUtime=102.3 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 219300 0 0 0 10203 27 0 0 25 0 1 0 878317980 1322450944 216656 33554432000 4194304 6014671 140737075073024 18446744073709551615 218905427654 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 322864 216656 726 445 0 316409 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1291456

[startup+162.301 s]
/proc/loadavg: 3.98 3.95 3.55 5/190 13567
/proc/meminfo: memFree=30017588/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=1291456 CPUtime=162.29 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 226958 0 0 0 16201 28 0 0 25 0 1 0 878317980 1322450944 224295 33554432000 4194304 6014671 140737075073024 18446744073709551615 4390951 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 322864 224295 726 445 0 316409 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1291456

[startup+222.307 s]
/proc/loadavg: 3.99 3.96 3.57 5/190 13568
/proc/meminfo: memFree=30010588/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=1291456 CPUtime=222.31 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 232046 0 0 0 22202 29 0 0 25 0 1 0 878317980 1322450944 209611 33554432000 4194304 6014671 140737075073024 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 322864 209611 726 445 0 316409 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 1291456

[startup+282.3 s]
/proc/loadavg: 3.99 3.96 3.60 5/190 13570
/proc/meminfo: memFree=29812880/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=1291456 CPUtime=282.29 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 255883 0 0 0 28197 32 0 0 25 0 1 0 878317980 1322450944 233448 33554432000 4194304 6014671 140737075073024 18446744073709551615 4386072 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 322864 233448 726 445 0 316409 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 1291456

[startup+342.3 s]
/proc/loadavg: 3.99 3.97 3.62 5/190 13571
/proc/meminfo: memFree=29769172/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=1291456 CPUtime=342.3 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 259877 0 0 0 34197 33 0 0 25 0 1 0 878317980 1322450944 237406 33554432000 4194304 6014671 140737075073024 18446744073709551615 4511744 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 322864 237406 726 445 0 316409 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1291456

[startup+402.301 s]
/proc/loadavg: 4.03 3.99 3.65 5/190 13573
/proc/meminfo: memFree=29705504/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=1635388 CPUtime=402.3 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 282494 0 0 0 40193 37 0 0 25 0 1 0 878317980 1674637312 259828 33554432000 4194304 6014671 140737075073024 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 408847 259828 726 445 0 402392 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1635388

[startup+462.301 s]
/proc/loadavg: 4.01 3.99 3.66 5/190 13584
/proc/meminfo: memFree=29606260/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=1809132 CPUtime=462.31 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 298091 0 0 0 46191 40 0 0 25 0 1 0 878317980 1852551168 273874 33554432000 4194304 6014671 140737075073024 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 452283 273874 726 445 0 445828 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1809132

[startup+522.301 s]
/proc/loadavg: 4.05 4.00 3.69 5/190 13585
/proc/meminfo: memFree=29600280/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=1809260 CPUtime=522.31 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 298625 0 0 0 52191 40 0 0 25 0 1 0 878317980 1852682240 274408 33554432000 4194304 6014671 140737075073024 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 452315 274408 726 445 0 445860 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1809260

[startup+582.301 s]
/proc/loadavg: 4.02 4.00 3.70 5/190 13587
/proc/meminfo: memFree=29585716/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=1809260 CPUtime=582.31 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 299348 0 0 0 58191 40 0 0 25 0 1 0 878317980 1852682240 275131 33554432000 4194304 6014671 140737075073024 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 452315 275131 726 445 0 445860 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1809260

[startup+642.3 s]
/proc/loadavg: 4.05 4.01 3.73 5/190 13588
/proc/meminfo: memFree=29551584/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=1809260 CPUtime=642.31 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 300015 0 0 0 64191 40 0 0 25 0 1 0 878317980 1852682240 275722 33554432000 4194304 6014671 140737075073024 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 452315 275722 726 445 0 445860 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1809260

[startup+702.3 s]
/proc/loadavg: 4.02 4.01 3.74 5/190 13593
/proc/meminfo: memFree=29467052/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=1809260 CPUtime=702.31 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 300481 0 0 0 70191 40 0 0 25 0 1 0 878317980 1852682240 276069 33554432000 4194304 6014671 140737075073024 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 452315 276069 726 445 0 445860 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1809260

[startup+762.301 s]
/proc/loadavg: 3.85 3.97 3.74 4/184 13619
/proc/meminfo: memFree=29596348/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=1809260 CPUtime=762.32 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 304521 0 0 0 76190 42 0 0 25 0 1 0 878317980 1852682240 276647 33554432000 4194304 6014671 140737075073024 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 452315 276647 726 445 0 445860 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1809260

[startup+822.301 s]
/proc/loadavg: 3.31 3.79 3.69 4/184 13620
/proc/meminfo: memFree=29523136/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=1995852 CPUtime=822.32 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 308800 0 0 0 82189 43 0 0 25 0 1 0 878317980 2043752448 280926 33554432000 4194304 6014671 140737075073024 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 498963 280926 726 445 0 492508 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1995852

[startup+882.307 s]
/proc/loadavg: 3.11 3.64 3.64 4/184 13622
/proc/meminfo: memFree=29502128/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=2182700 CPUtime=882.32 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 313377 0 0 0 88188 44 0 0 25 0 1 0 878317980 2235084800 285503 33554432000 4194304 6014671 140737075073024 18446744073709551615 4566192 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 545675 285503 726 445 0 539220 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 2182700

[startup+942.301 s]
/proc/loadavg: 3.04 3.52 3.60 4/184 13623
/proc/meminfo: memFree=29442192/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=2370880 CPUtime=942.32 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 325626 0 0 0 94186 46 0 0 25 0 1 0 878317980 2427781120 297752 33554432000 4194304 6014671 140737075073024 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 592720 297752 726 445 0 586265 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 2370880

[startup+1002.3 s]
/proc/loadavg: 3.01 3.43 3.56 4/184 13625
/proc/meminfo: memFree=29333388/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=2370880 CPUtime=1002.32 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 354420 0 0 0 100182 50 0 0 25 0 1 0 878317980 2427781120 326498 33554432000 4194304 6014671 140737075073024 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 592720 326498 726 445 0 586265 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 2370880

[startup+1062.3 s]
/proc/loadavg: 3.07 3.36 3.53 4/184 13626
/proc/meminfo: memFree=29296132/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=2370880 CPUtime=1062.32 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 355209 0 0 0 106182 50 0 0 25 0 1 0 878317980 2427781120 327206 33554432000 4194304 6014671 140737075073024 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 592720 327206 726 445 0 586265 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 2370880

[startup+1122.3 s]
/proc/loadavg: 3.02 3.29 3.49 4/184 13628
/proc/meminfo: memFree=29270052/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=2370880 CPUtime=1122.33 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 355459 0 0 0 112182 51 0 0 25 0 1 0 878317980 2427781120 327361 33554432000 4194304 6014671 140737075073024 18446744073709551615 4367413 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 592720 327361 726 445 0 586265 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 2370880

[startup+1182.3 s]
/proc/loadavg: 3.01 3.24 3.46 4/184 13630
/proc/meminfo: memFree=29203280/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=2370880 CPUtime=1182.33 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 355583 0 0 0 118182 51 0 0 25 0 1 0 878317980 2427781120 327416 33554432000 4194304 6014671 140737075073024 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 592720 327416 726 445 0 586265 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 2370880

[startup+1242.3 s]
/proc/loadavg: 2.78 3.14 3.41 3/178 13656
/proc/meminfo: memFree=30110516/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=2370880 CPUtime=1242.33 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 355882 0 0 0 124182 51 0 0 25 0 1 0 878317980 2427781120 327637 33554432000 4194304 6014671 140737075073024 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 592720 327637 726 445 0 586265 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 2370880



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.28 2.93 3.32 3/178 13658
/proc/meminfo: memFree=30098572/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=2370880 CPUtime=1300.04 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 356028 0 0 0 129953 51 0 0 25 0 1 0 878317980 2427781120 327696 33554432000 4194304 6014671 140737075073024 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 592720 327696 726 445 0 586265 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 2370880

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

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

[startup+1300 s]
/proc/loadavg: 2.28 2.93 3.32 3/178 13658
/proc/meminfo: memFree=30098572/32951124 swapFree=67053156/67111528
[pid=13470] ppid=13468 vsize=2370880 CPUtime=1300.04 cores=1,3
/proc/13470/stat : 13470 (qutersat_releas) R 13468 13470 12991 0 -1 4202496 356028 0 0 0 129953 51 0 0 25 0 1 0 878317980 2427781120 327696 33554432000 4194304 6014671 140737075073024 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13470/statm: 592720 327696 726 445 0 586265 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 2370880

Child status: 1
Real time (s): 1300.06
CPU time (s): 1300.09
CPU user time (s): 1299.53
CPU system time (s): 0.559914
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2370880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.53
system time used= 0.559914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356032
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 2418

runsolver used 2.12768 second user time and 4.97324 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-10 02:53:23
IDJOB=3376645
IDBENCH=83166
IDSOLVER=1856
FILE ID=node137/3376645-1307667202
RUNJOBID= node137-1307665900-13011
PBS_JOBID= 13549465
Free space on /tmp= 74076 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x40.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376645-1307667202/watcher-3376645-1307667202 -o /tmp/evaluation-result-3376645-1307667202/solver-3376645-1307667202 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376645-1307667202.cnf 1249160605

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

MD5SUM BENCH= 65a5698edfd6f3a12089595d81c196e3
RANDOM SEED=1249160605

node137.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.844
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.68
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.844
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.75
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.844
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.844
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.74
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.844
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.82
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.844
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.844
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.844
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:     32951124 kB
MemFree:      30918936 kB
Buffers:        217336 kB
Cached:         554948 kB
SwapCached:      12208 kB
Active:        1444808 kB
Inactive:       409680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30918936 kB
SwapTotal:    67111528 kB
SwapFree:     67053156 kB
Dirty:           17312 kB
Writeback:           0 kB
AnonPages:     1079584 kB
Mapped:          12612 kB
Slab:           110736 kB
PageTables:       7540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1644020 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= 74084 MiB
End job on node137 at 2011-06-10 03:15:05