Trace number 3264412

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-03-01? (TO) 1300.07 1300.02

General information on the benchmark

NameSAT04/handmade/connamacher/connm-d0.02/
connm-ue-csp-sat-n800-d0.02-s111845174.used-as.sat04-958.cnf
MD5SUM7bb85ebdeae46262f72a4c54d4e16683
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 variables772
Number of clauses9601
Sum of the clauses size28996
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 39408
Number of clauses of size 4193
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.00/0.01	c Parse Cnf success: #var: 772 #clause: 9601
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.01	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.01	c Find Ite   :          0
0.00/0.01	c UnDirect variable: 0
0.00/0.01	c UnDirect to Direct Gate: 0
0.00/0.01	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.01	c Break Cycle : 0
0.00/0.01	c Total Root : 0 Undef Var: 772
0.00/0.01	c After covering, Total Root: 0 Leaf: 0
0.00/0.01	c Variable( cover/uncovered/unused ): 0 772 0
0.00/0.01	c Unit Clauses: 0
0.00/0.01	c Binary Clauses( cover/uncovered ): 0 0
0.00/0.01	c Clauses( cover/uncovered ): 0 9601
0.00/0.01	c Total Clauses( cover/uncovered ): 0 9601 0%
0.00/0.01	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.00/0.01	c Uncover Clauses avg size: 3.0201 max size: 4
0.00/0.01	c Final circuit: i/l/o/s     772       0    9601     13123
0.00/0.01	c CnfToAig: Time: 0.01 s
0.00/0.03	c TmMap: Set choices finish.
0.00/0.04	c TmMap: Set big and: 9601
0.00/0.04	c TmMap: Origin: 13896 ClauseNum: 39369 --> New: 10374 ClauseNum: 38597
0.00/0.04	c TmMap: Time: 0
0.00/0.04	c Try to Add: #clause: 19202 #xorclause: 0
0.00/0.04	c #var: 772 #clauses: 9602 Solving... 
1300.05/1300.00	c Time Out !!
1300.05/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-3264412-1303570751/watcher-3264412-1303570751 -o /tmp/evaluation-result-3264412-1303570751/solver-3264412-1303570751 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3264412-1303570751.cnf 452817769 

running on 2 cores: 5,7

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: 4.01 4.02 3.93 4/189 32361
/proc/meminfo: memFree=14700624/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=32364 CPUtime=0 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 1793 0 0 0 0 0 0 0 25 0 1 0 449490686 33140736 1728 33554432000 4194304 6016207 140735126024672 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 8091 1729 379 445 0 1635 0

[startup+0.0805361 s]
/proc/loadavg: 4.01 4.02 3.93 4/189 32361
/proc/meminfo: memFree=14700624/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=50808 CPUtime=0.07 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 4919 0 0 0 7 0 0 0 25 0 1 0 449490686 52027392 4854 33554432000 4194304 6016207 140735126024672 18446744073709551615 4594230 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 12702 4854 711 445 0 6246 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 50808

[startup+0.100532 s]
/proc/loadavg: 4.01 4.02 3.93 4/189 32361
/proc/meminfo: memFree=14700624/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=50808 CPUtime=0.09 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 4940 0 0 0 9 0 0 0 25 0 1 0 449490686 52027392 4875 33554432000 4194304 6016207 140735126024672 18446744073709551615 4378545 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 12702 4875 719 445 0 6246 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50808

[startup+0.300497 s]
/proc/loadavg: 4.01 4.02 3.93 4/189 32361
/proc/meminfo: memFree=14700624/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=50808 CPUtime=0.29 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 5038 0 0 0 29 0 0 0 25 0 1 0 449490686 52027392 4973 33554432000 4194304 6016207 140735126024672 18446744073709551615 4425585 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 12702 4973 722 445 0 6246 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50808

[startup+0.70042 s]
/proc/loadavg: 4.01 4.02 3.93 4/189 32361
/proc/meminfo: memFree=14700624/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=68372 CPUtime=0.69 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 5429 0 0 0 69 0 0 0 25 0 1 0 449490686 70012928 5364 33554432000 4194304 6016207 140735126024672 18446744073709551615 4425008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 17093 5364 722 445 0 10637 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68372

[startup+1.50027 s]
/proc/loadavg: 4.01 4.02 3.93 5/190 32362
/proc/meminfo: memFree=14671352/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=77344 CPUtime=1.49 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 5894 0 0 0 149 0 0 0 25 0 1 0 449490686 79200256 5829 33554432000 4194304 6016207 140735126024672 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 19336 5829 722 445 0 12880 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77344

[startup+3.10098 s]
/proc/loadavg: 4.01 4.02 3.93 5/190 32362
/proc/meminfo: memFree=14650564/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=77344 CPUtime=3.09 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 8002 0 0 0 309 0 0 0 25 0 1 0 449490686 79200256 7936 33554432000 4194304 6016207 140735126024672 18446744073709551615 4567808 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 19336 7936 733 445 0 12880 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77344

[startup+6.30036 s]
/proc/loadavg: 4.09 4.04 3.94 5/190 32362
/proc/meminfo: memFree=14634840/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=86464 CPUtime=6.29 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 8879 0 0 0 629 0 0 0 25 0 1 0 449490686 88539136 8812 33554432000 4194304 6016207 140735126024672 18446744073709551615 4426499 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 21616 8812 732 445 0 15160 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86464

[startup+12.7001 s]
/proc/loadavg: 4.08 4.03 3.94 5/190 32389
/proc/meminfo: memFree=14602128/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=105140 CPUtime=12.69 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 11034 0 0 0 1268 1 0 0 25 0 1 0 449490686 107663360 10961 33554432000 4194304 6016207 140735126024672 18446744073709551615 4424226 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 26285 10961 733 445 0 19829 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 105140

[startup+25.5007 s]
/proc/loadavg: 4.06 4.03 3.94 5/190 32417
/proc/meminfo: memFree=14566772/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=124276 CPUtime=25.49 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 14023 0 0 0 2548 1 0 0 25 0 1 0 449490686 127258624 13945 33554432000 4194304 6016207 140735126024672 18446744073709551615 4513284 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 31069 13945 733 445 0 24613 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 124276

[startup+51.1009 s]
/proc/loadavg: 4.04 4.03 3.94 5/190 32417
/proc/meminfo: memFree=14487540/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=144136 CPUtime=51.09 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 16365 0 0 0 5108 1 0 0 25 0 1 0 449490686 147595264 16286 33554432000 4194304 6016207 140735126024672 18446744073709551615 4379411 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 36034 16286 733 445 0 29578 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 144136

[startup+102.306 s]
/proc/loadavg: 4.02 4.02 3.94 5/190 32419
/proc/meminfo: memFree=14451668/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=154752 CPUtime=102.3 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 17637 0 0 0 10228 2 0 0 25 0 1 0 449490686 158466048 17554 33554432000 4194304 6016207 140735126024672 18446744073709551615 4425496 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 38688 17554 733 445 0 32232 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 154752

[startup+162.301 s]
/proc/loadavg: 4.00 4.02 3.94 5/190 32429
/proc/meminfo: memFree=14418332/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=154752 CPUtime=162.3 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 19941 0 0 0 16228 2 0 0 25 0 1 0 449490686 158466048 19856 33554432000 4194304 6016207 140735126024672 18446744073709551615 4425694 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 38688 19856 733 445 0 32232 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 154752

[startup+222.301 s]
/proc/loadavg: 4.00 4.01 3.94 5/190 32431
/proc/meminfo: memFree=14372924/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=154752 CPUtime=222.3 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 21117 0 0 0 22228 2 0 0 25 0 1 0 449490686 158466048 21032 33554432000 4194304 6016207 140735126024672 18446744073709551615 4425457 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 38688 21032 733 445 0 32232 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 154752

[startup+282.3 s]
/proc/loadavg: 4.07 4.02 3.94 5/190 32433
/proc/meminfo: memFree=14325292/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=154752 CPUtime=282.3 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 21372 0 0 0 28228 2 0 0 25 0 1 0 449490686 158466048 21287 33554432000 4194304 6016207 140735126024672 18446744073709551615 4425459 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 38688 21287 733 445 0 32232 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 154752

[startup+342.301 s]
/proc/loadavg: 4.06 4.03 3.95 5/190 32434
/proc/meminfo: memFree=14241952/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=154752 CPUtime=342.3 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 23670 0 0 0 34228 2 0 0 25 0 1 0 449490686 158466048 23546 33554432000 4194304 6016207 140735126024672 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 38688 23546 740 445 0 32232 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 154752

[startup+402.301 s]
/proc/loadavg: 4.02 4.02 3.95 5/190 32436
/proc/meminfo: memFree=14223948/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=154752 CPUtime=402.3 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 23792 0 0 0 40228 2 0 0 25 0 1 0 449490686 158466048 23668 33554432000 4194304 6016207 140735126024672 18446744073709551615 4425856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 38688 23668 740 445 0 32232 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 154752

[startup+462.3 s]
/proc/loadavg: 4.05 4.03 3.95 5/190 32437
/proc/meminfo: memFree=14188588/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=179196 CPUtime=462.3 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 26710 0 0 0 46227 3 0 0 25 0 1 0 449490686 183496704 26586 33554432000 4194304 6016207 140735126024672 18446744073709551615 4425694 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 44799 26586 740 445 0 38343 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 179196

[startup+522.301 s]
/proc/loadavg: 3.45 3.87 3.90 4/184 32456
/proc/meminfo: memFree=14315800/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=203936 CPUtime=522.31 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 31349 0 0 0 52226 5 0 0 25 0 1 0 449490686 208830464 31224 33554432000 4194304 6016207 140735126024672 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 50984 31224 740 445 0 44528 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 203936

[startup+582.301 s]
/proc/loadavg: 3.16 3.71 3.84 4/184 32458
/proc/meminfo: memFree=14302512/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=204064 CPUtime=582.31 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 32757 0 0 0 58226 5 0 0 25 0 1 0 449490686 208961536 32623 33554432000 4194304 6016207 140735126024672 18446744073709551615 4425457 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 51016 32623 740 445 0 44560 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 204064

[startup+642.3 s]
/proc/loadavg: 3.06 3.58 3.79 4/184 32459
/proc/meminfo: memFree=14290960/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=204064 CPUtime=642.32 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 33039 0 0 0 64227 5 0 0 25 0 1 0 449490686 208961536 32894 33554432000 4194304 6016207 140735126024672 18446744073709551615 4370943 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 51016 32894 740 445 0 44560 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 204064

[startup+702.301 s]
/proc/loadavg: 3.02 3.47 3.73 4/184 32461
/proc/meminfo: memFree=14283732/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=204064 CPUtime=702.32 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 33583 0 0 0 70226 6 0 0 25 0 1 0 449490686 208961536 33430 33554432000 4194304 6016207 140735126024672 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 51016 33430 740 445 0 44560 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 204064

[startup+762.307 s]
/proc/loadavg: 3.01 3.38 3.68 4/184 32462
/proc/meminfo: memFree=14267332/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=256088 CPUtime=762.32 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 37172 0 0 0 76226 6 0 0 25 0 1 0 449490686 262234112 36966 33554432000 4194304 6016207 140735126024672 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 64022 36966 750 445 0 57566 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 256088

[startup+822.3 s]
/proc/loadavg: 3.06 3.32 3.64 4/184 32464
/proc/meminfo: memFree=14262964/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=256088 CPUtime=822.32 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 37468 0 0 0 82226 6 0 0 25 0 1 0 449490686 262234112 37252 33554432000 4194304 6016207 140735126024672 18446744073709551615 4426121 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 64022 37252 740 445 0 57566 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 256088

[startup+882.301 s]
/proc/loadavg: 3.10 3.28 3.61 4/184 32466
/proc/meminfo: memFree=14269140/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=256088 CPUtime=882.32 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 38243 0 0 0 88226 6 0 0 25 0 1 0 449490686 262234112 38004 33554432000 4194304 6016207 140735126024672 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 64022 38004 733 445 0 57566 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 256088

[startup+942.301 s]
/proc/loadavg: 3.03 3.22 3.57 4/184 32467
/proc/meminfo: memFree=14261424/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=256088 CPUtime=942.32 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 38536 0 0 0 94226 6 0 0 25 0 1 0 449490686 262234112 38277 33554432000 4194304 6016207 140735126024672 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 64022 38277 733 445 0 57566 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 256088

[startup+1002.3 s]
/proc/loadavg: 3.01 3.18 3.53 4/184 32469
/proc/meminfo: memFree=14231256/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=256088 CPUtime=1002.32 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 39397 0 0 0 100226 6 0 0 25 0 1 0 449490686 262234112 39138 33554432000 4194304 6016207 140735126024672 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 64022 39138 733 445 0 57566 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 256088

[startup+1062.3 s]
/proc/loadavg: 3.00 3.15 3.49 4/184 32470
/proc/meminfo: memFree=14205184/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=310672 CPUtime=1062.33 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 42380 0 0 0 106226 7 0 0 25 0 1 0 449490686 318128128 42058 33554432000 4194304 6016207 140735126024672 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 77668 42058 733 445 0 71212 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 310672

[startup+1122.3 s]
/proc/loadavg: 3.00 3.12 3.46 4/184 32472
/proc/meminfo: memFree=14196980/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=310672 CPUtime=1122.33 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 43731 0 0 0 112226 7 0 0 25 0 1 0 449490686 318128128 43409 33554432000 4194304 6016207 140735126024672 18446744073709551615 4425984 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 77668 43409 733 445 0 71212 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 310672

[startup+1182.3 s]
/proc/loadavg: 3.00 3.09 3.43 4/184 32474
/proc/meminfo: memFree=14189640/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=310672 CPUtime=1182.33 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 45018 0 0 0 118225 8 0 0 25 0 1 0 449490686 318128128 44696 33554432000 4194304 6016207 140735126024672 18446744073709551615 4425984 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 77668 44696 733 445 0 71212 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 310672

[startup+1242.3 s]
/proc/loadavg: 3.00 3.07 3.40 4/184 32475
/proc/meminfo: memFree=14177096/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=310672 CPUtime=1242.34 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 45845 0 0 0 124226 8 0 0 25 0 1 0 449490686 318128128 45523 33554432000 4194304 6016207 140735126024672 18446744073709551615 4370949 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 77668 45523 733 445 0 71212 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 310672



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.06 3.37 4/184 32477
/proc/meminfo: memFree=14149532/32951124 swapFree=67111528/67111528
[pid=32361] ppid=32359 vsize=310672 CPUtime=1300.05 cores=5,7
/proc/32361/stat : 32361 (qutersat_releas) R 32359 32361 32154 0 -1 4202496 52084 0 0 0 129994 11 0 0 25 0 1 0 449490686 318128128 51695 33554432000 4194304 6016207 140735126024672 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/32361/statm: 77668 51695 733 445 0 71212 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 310672

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.02
CPU time (s): 1300.07
CPU user time (s): 1299.94
CPU system time (s): 0.121981
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 310672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.94
system time used= 0.121981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52089
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= 8
involuntary context switches= 1554

runsolver used 2.07768 second user time and 4.97724 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-23 16:59:11
IDJOB=3264412
IDBENCH=84608
IDSOLVER=1607
FILE ID=node141/3264412-1303570751
RUNJOBID= node141-1303569448-32175
PBS_JOBID= 13150314
Free space on /tmp= 70960 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT04/handmade/connamacher/connm-d0.02/connm-ue-csp-sat-n800-d0.02-s111845174.used-as.sat04-958.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264412-1303570751/watcher-3264412-1303570751 -o /tmp/evaluation-result-3264412-1303570751/solver-3264412-1303570751 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3264412-1303570751.cnf 452817769

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

MD5SUM BENCH= 7bb85ebdeae46262f72a4c54d4e16683
RANDOM SEED=452817769

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.82
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.806
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.806
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.84
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.806
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.806
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.75
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14700648 kB
Buffers:       1625988 kB
Cached:       15945008 kB
SwapCached:          0 kB
Active:        9786740 kB
Inactive:      7893176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14700648 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7044 kB
Writeback:           0 kB
AnonPages:      107540 kB
Mapped:          19724 kB
Slab:           508432 kB
PageTables:       5144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   319444 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= 70960 MiB
End job on node141 at 2011-04-23 17:20:53