Trace number 3362017

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
SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20? (exit code) 609.472 164.979

General information on the benchmark

Namevelev-npe-1.0-9dlx-b71.cnf
MD5SUM75d91f0ba4398ccb5b452707c0e7fa27
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark20.3769
Satisfiable
(Un)Satisfiability was proved
Number of variables889302
Number of clauses14582074
Sum of the clauses size42006170
Maximum clause length5391
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 212803954
Number of clauses of size 3913633
Number of clauses of size 418493
Number of clauses of size 536153
Number of clauses of size over 5809840

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c num clause = 14582074, num vars = 889302
0.00/0.00	c Exiting...too many clauses
609.28/164.82	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
609.28/164.82	c ============================[ Problem Statistics ]=============================
609.28/164.82	c |                                                                             |
609.28/164.82	c threadId              : 0
609.28/164.82	c restarts              : 268
609.28/164.82	c conflicts             : 27377          (45 /sec)
609.28/164.82	c decisions             : 3278303        (1.16 % random) (5400 /sec)
609.28/164.82	c propagations          : 539614282      (888844 /sec)
609.28/164.82	c conflict literals     : 21480108       (17.73 % deleted)
609.28/164.82	c Memory used           : 3997.54 MB
609.28/164.82	c CPU time              : 607.097 s
609.28/164.82	
609.28/164.82	c --->m=4, e=8, aimd=0, HOME/instance-3362017-1305298089.cnf	time: 151.774	conflicts: 27377        

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3362017-1305298089/watcher-3362017-1305298089 -o /tmp/evaluation-result-3362017-1305298089/solver-3362017-1305298089 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362017-1305298089.cnf aimd 1 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 7.56 7.94 6.73 5/368 26328
/proc/meminfo: memFree=20821420/32951124 swapFree=66341972/67111528
[pid=26328] ppid=26326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26328/stat : 26328 (manysat.sh) S 26326 26328 25977 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622225464 8908800 251 33554432000 4194304 4922060 140733583982608 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26328/statm: 2175 251 209 178 0 68 0

[startup+0.0632361 s]
/proc/loadavg: 7.56 7.94 6.73 5/368 26328
/proc/meminfo: memFree=20821420/32951124 swapFree=66341972/67111528
[pid=26328] ppid=26326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26328/stat : 26328 (manysat.sh) S 26326 26328 25977 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622225464 8908800 251 33554432000 4194304 4922060 140733583982608 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26328/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100263 s]
/proc/loadavg: 7.56 7.94 6.73 5/368 26328
/proc/meminfo: memFree=20821420/32951124 swapFree=66341972/67111528
[pid=26328] ppid=26326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26328/stat : 26328 (manysat.sh) S 26326 26328 25977 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622225464 8908800 251 33554432000 4194304 4922060 140733583982608 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26328/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300226 s]
/proc/loadavg: 7.56 7.94 6.73 5/368 26328
/proc/meminfo: memFree=20821420/32951124 swapFree=66341972/67111528
[pid=26328] ppid=26326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26328/stat : 26328 (manysat.sh) S 26326 26328 25977 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622225464 8908800 251 33554432000 4194304 4922060 140733583982608 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26328/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701116 s]
/proc/loadavg: 7.56 7.94 6.73 5/368 26328
/proc/meminfo: memFree=20821420/32951124 swapFree=66341972/67111528
[pid=26328] ppid=26326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26328/stat : 26328 (manysat.sh) S 26326 26328 25977 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622225464 8908800 251 33554432000 4194304 4922060 140733583982608 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26328/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50096 s]
/proc/loadavg: 7.56 7.94 6.73 6/370 26331
/proc/meminfo: memFree=20450396/32951124 swapFree=66341972/67111528
[pid=26328] ppid=26326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26328/stat : 26328 (manysat.sh) S 26326 26328 25977 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622225464 8908800 251 33554432000 4194304 4922060 140733583982608 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26328/statm: 2175 251 209 178 0 68 0
[pid=26330] ppid=26328 vsize=533332 CPUtime=1.49 cores=0,2,4,6
/proc/26330/stat : 26330 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202496 119751 0 0 0 133 16 0 0 25 0 1 0 622225464 546131968 118698 33554432000 134512640 135305190 4288672320 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/26330/statm: 133371 118705 71 194 0 133175 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 542032

[startup+3.10066 s]
/proc/loadavg: 7.56 7.94 6.73 7/370 26331
/proc/meminfo: memFree=20225460/32951124 swapFree=66341972/67111528
[pid=26328] ppid=26326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26328/stat : 26328 (manysat.sh) S 26326 26328 25977 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622225464 8908800 251 33554432000 4194304 4922060 140733583982608 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26328/statm: 2175 251 209 178 0 68 0
[pid=26330] ppid=26328 vsize=869668 CPUtime=3.08 cores=0,2,4,6
/proc/26330/stat : 26330 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202496 201010 0 0 0 282 26 0 0 25 0 1 0 622225464 890540032 199957 33554432000 134512640 135305190 4288672320 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/26330/statm: 217417 199958 71 194 0 217221 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 878368

[startup+6.30106 s]
/proc/loadavg: 7.43 7.91 6.73 6/370 26331
/proc/meminfo: memFree=19536472/32951124 swapFree=66341972/67111528
[pid=26328] ppid=26326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26328/stat : 26328 (manysat.sh) S 26326 26328 25977 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622225464 8908800 251 33554432000 4194304 4922060 140733583982608 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26328/statm: 2175 251 209 178 0 68 0
[pid=26330] ppid=26328 vsize=1567356 CPUtime=6.29 cores=0,2,4,6
/proc/26330/stat : 26330 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202496 369295 0 0 0 581 48 0 0 25 0 1 0 622225464 1604972544 368242 33554432000 134512640 135305190 4288672320 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/26330/statm: 391839 368243 71 194 0 391643 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1576056

[startup+12.7008 s]
/proc/loadavg: 7.24 7.86 6.72 6/370 26331
/proc/meminfo: memFree=18167420/32951124 swapFree=66341972/67111528
[pid=26328] ppid=26326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26328/stat : 26328 (manysat.sh) S 26326 26328 25977 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622225464 8908800 251 33554432000 4194304 4922060 140733583982608 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26328/statm: 2175 251 209 178 0 68 0
[pid=26330] ppid=26328 vsize=2978792 CPUtime=12.69 cores=0,2,4,6
/proc/26330/stat : 26330 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202496 700664 0 0 0 1174 95 0 0 25 0 1 0 622225464 3050283008 699611 33554432000 134512640 135305190 4288672320 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/26330/statm: 744698 699612 71 194 0 744502 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2987492

[startup+25.5004 s]
/proc/loadavg: 7.20 7.82 6.72 9/373 26334
/proc/meminfo: memFree=17538468/32951124 swapFree=66341972/67111528
[pid=26328] ppid=26326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26328/stat : 26328 (manysat.sh) S 26326 26328 25977 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622225464 8908800 251 33554432000 4194304 4922060 140733583982608 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26328/statm: 2175 251 209 178 0 68 0
[pid=26330] ppid=26328 vsize=3481612 CPUtime=53.92 cores=0,2,4,6
/proc/26330/stat : 26330 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202496 821212 0 0 0 5272 120 0 0 25 0 4 0 622225464 3565170688 820066 33554432000 134512640 135305190 4288672320 18446744073709551615 134528571 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26330/statm: 870403 820066 83 194 0 870207 0
[pid=26330/tid=26332] ppid=26328 vsize=3481612 CPUtime=9.53 cores=0,2,4,6
/proc/26330/task/26332/stat : 26332 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202560 9086 0 0 0 950 3 0 0 25 0 4 0 622227057 3565170688 820066 33554432000 134512640 135305190 4288672320 18446744073709551615 134528579 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=26330/tid=26333] ppid=26328 vsize=3481612 CPUtime=9.5 cores=0,2,4,6
/proc/26330/task/26333/stat : 26333 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202560 8937 0 0 0 947 3 0 0 25 0 4 0 622227057 3565170688 820066 33554432000 134512640 135305190 4288672320 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26330/tid=26334] ppid=26328 vsize=3481612 CPUtime=9.43 cores=0,2,4,6
/proc/26330/task/26334/stat : 26334 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202560 7915 0 0 0 940 3 0 0 25 0 4 0 622227057 3565170688 820066 33554432000 134512640 135305190 4288672320 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 53.92
Current children cumulated vsize (KiB) 3490312

[startup+51.1006 s]
/proc/loadavg: 7.53 7.85 6.76 9/373 26335
/proc/meminfo: memFree=17407820/32951124 swapFree=66341972/67111528
[pid=26328] ppid=26326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26328/stat : 26328 (manysat.sh) S 26326 26328 25977 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622225464 8908800 251 33554432000 4194304 4922060 140733583982608 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26328/statm: 2175 251 209 178 0 68 0
[pid=26330] ppid=26328 vsize=3614468 CPUtime=156.03 cores=0,2,4,6
/proc/26330/stat : 26330 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202496 854290 0 0 0 15472 131 0 0 25 0 4 0 622225464 3701215232 853062 33554432000 134512640 135305190 4288672320 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26330/statm: 903617 853062 83 194 0 903421 0
[pid=26330/tid=26332] ppid=26328 vsize=3614468 CPUtime=35.13 cores=0,2,4,6
/proc/26330/task/26332/stat : 26332 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202560 14069 0 0 0 3508 5 0 0 25 0 4 0 622227057 3701215232 853062 33554432000 134512640 135305190 4288672320 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=26330/tid=26333] ppid=26328 vsize=3614468 CPUtime=35.1 cores=0,2,4,6
/proc/26330/task/26333/stat : 26333 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202560 28455 0 0 0 3501 9 0 0 25 0 4 0 622227057 3701215232 853062 33554432000 134512640 135305190 4288672320 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26330/tid=26334] ppid=26328 vsize=3614468 CPUtime=34.73 cores=0,2,4,6
/proc/26330/task/26334/stat : 26334 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202560 12227 0 0 0 3469 4 0 0 25 0 4 0 622227057 3701215232 853062 33554432000 134512640 135305190 4288672320 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 156.03
Current children cumulated vsize (KiB) 3623168

[startup+102.314 s]
/proc/loadavg: 7.99 7.92 6.84 10/373 26336
/proc/meminfo: memFree=17200076/32951124 swapFree=66341972/67111528
[pid=26328] ppid=26326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26328/stat : 26328 (manysat.sh) S 26326 26328 25977 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622225464 8908800 251 33554432000 4194304 4922060 140733583982608 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26328/statm: 2175 251 209 178 0 68 0
[pid=26330] ppid=26328 vsize=3814504 CPUtime=360.19 cores=0,2,4,6
/proc/26330/stat : 26330 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202496 904084 0 0 0 35870 149 0 0 25 0 4 0 622225464 3906052096 902856 33554432000 134512640 135305190 4288672320 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26330/statm: 953626 902856 83 194 0 953430 0
[pid=26330/tid=26332] ppid=26328 vsize=3814504 CPUtime=86.26 cores=0,2,4,6
/proc/26330/task/26332/stat : 26332 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202560 21886 0 0 0 8619 7 0 0 25 0 4 0 622227057 3906052096 902857 33554432000 134512640 135305190 4288672320 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=26330/tid=26333] ppid=26328 vsize=3814504 CPUtime=86.31 cores=0,2,4,6
/proc/26330/task/26333/stat : 26333 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202560 53815 0 0 0 8613 18 0 0 25 0 4 0 622227057 3906052096 902857 33554432000 134512640 135305190 4288672320 18446744073709551615 134551804 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26330/tid=26334] ppid=26328 vsize=3814504 CPUtime=85.33 cores=0,2,4,6
/proc/26330/task/26334/stat : 26334 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202560 19124 0 0 0 8526 7 0 0 25 0 4 0 622227057 3906052096 902857 33554432000 134512640 135305190 4288672320 18446744073709551615 134557163 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 360.19
Current children cumulated vsize (KiB) 3823204

[startup+162.301 s]
/proc/loadavg: 8.20 7.98 6.92 9/373 26338
/proc/meminfo: memFree=16921856/32951124 swapFree=66341972/67111528
[pid=26328] ppid=26326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26328/stat : 26328 (manysat.sh) S 26326 26328 25977 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622225464 8908800 251 33554432000 4194304 4922060 140733583982608 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26328/statm: 2175 251 209 178 0 68 0
[pid=26330] ppid=26328 vsize=4083388 CPUtime=599.43 cores=0,2,4,6
/proc/26330/stat : 26330 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202496 970826 0 0 0 59773 170 0 0 25 0 4 0 622225464 4181389312 969507 33554432000 134512640 135305190 4288672320 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26330/statm: 1020847 969507 83 194 0 1020651 0
[pid=26330/tid=26332] ppid=26328 vsize=4083388 CPUtime=146.25 cores=0,2,4,6
/proc/26330/task/26332/stat : 26332 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202560 30525 0 0 0 14615 10 0 0 25 0 4 0 622227057 4181389312 969507 33554432000 134512640 135305190 4288672320 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=26330/tid=26333] ppid=26328 vsize=4083388 CPUtime=146.28 cores=0,2,4,6
/proc/26330/task/26333/stat : 26333 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202560 86632 0 0 0 14600 28 0 0 25 0 4 0 622227057 4181389312 969507 33554432000 134512640 135305190 4288672320 18446744073709551615 134551860 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26330/tid=26334] ppid=26328 vsize=4083388 CPUtime=144.63 cores=0,2,4,6
/proc/26330/task/26334/stat : 26334 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202560 29796 0 0 0 14452 11 0 0 25 0 4 0 622227057 4181389312 969507 33554432000 134512640 135305190 4288672320 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 599.43
Current children cumulated vsize (KiB) 4092088

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

[startup+163.1 s]
/proc/loadavg: 8.20 7.98 6.92 10/373 26338
/proc/meminfo: memFree=16920740/32951124 swapFree=66341972/67111528
[pid=26328] ppid=26326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26328/stat : 26328 (manysat.sh) S 26326 26328 25977 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622225464 8908800 251 33554432000 4194304 4922060 140733583982608 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26328/statm: 2175 251 209 178 0 68 0
[pid=26330] ppid=26328 vsize=4085436 CPUtime=602.61 cores=0,2,4,6
/proc/26330/stat : 26330 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202496 971418 0 0 0 60091 170 0 0 25 0 4 0 622225464 4183486464 970099 33554432000 134512640 135305190 4288672320 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26330/statm: 1021359 970099 83 194 0 1021163 0
[pid=26330/tid=26332] ppid=26328 vsize=4085436 CPUtime=147.05 cores=0,2,4,6
/proc/26330/task/26332/stat : 26332 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202560 30561 0 0 0 14695 10 0 0 25 0 4 0 622227057 4183486464 970099 33554432000 134512640 135305190 4288672320 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=26330/tid=26333] ppid=26328 vsize=4085436 CPUtime=147.08 cores=0,2,4,6
/proc/26330/task/26333/stat : 26333 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202560 86986 0 0 0 14680 28 0 0 25 0 4 0 622227057 4183486464 970099 33554432000 134512640 135305190 4288672320 18446744073709551615 134552695 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26330/tid=26334] ppid=26328 vsize=4085436 CPUtime=145.41 cores=0,2,4,6
/proc/26330/task/26334/stat : 26334 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202560 29954 0 0 0 14530 11 0 0 25 0 4 0 622227057 4183486464 970099 33554432000 134512640 135305190 4288672320 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 602.61
Current children cumulated vsize (KiB) 4094136

[startup+163.914 s]
/proc/loadavg: 8.18 7.98 6.93 10/373 26338
/proc/meminfo: memFree=16914416/32951124 swapFree=66341972/67111528
[pid=26328] ppid=26326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26328/stat : 26328 (manysat.sh) S 26326 26328 25977 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622225464 8908800 251 33554432000 4194304 4922060 140733583982608 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26328/statm: 2175 251 209 178 0 68 0
[pid=26330] ppid=26328 vsize=4089532 CPUtime=605.85 cores=0,2,4,6
/proc/26330/stat : 26330 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202496 972535 0 0 0 60415 170 0 0 25 0 4 0 622225464 4187680768 971216 33554432000 134512640 135305190 4288672320 18446744073709551615 134531019 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26330/statm: 1022383 971216 83 194 0 1022187 0
[pid=26330/tid=26332] ppid=26328 vsize=4089532 CPUtime=147.87 cores=0,2,4,6
/proc/26330/task/26332/stat : 26332 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202560 30618 0 0 0 14777 10 0 0 25 0 4 0 622227057 4187680768 971216 33554432000 134512640 135305190 4288672320 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=26330/tid=26333] ppid=26328 vsize=4089532 CPUtime=147.89 cores=0,2,4,6
/proc/26330/task/26333/stat : 26333 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202560 87297 0 0 0 14761 28 0 0 25 0 4 0 622227057 4187680768 971216 33554432000 134512640 135305190 4288672320 18446744073709551615 134551661 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26330/tid=26334] ppid=26328 vsize=4089532 CPUtime=146.21 cores=0,2,4,6
/proc/26330/task/26334/stat : 26334 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202560 30680 0 0 0 14610 11 0 0 25 0 4 0 622227057 4187680768 971216 33554432000 134512640 135305190 4288672320 18446744073709551615 134556922 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 605.85
Current children cumulated vsize (KiB) 4098232

[startup+164.701 s]
/proc/loadavg: 8.18 7.98 6.93 10/373 26338
/proc/meminfo: memFree=16914416/32951124 swapFree=66341972/67111528
[pid=26328] ppid=26326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26328/stat : 26328 (manysat.sh) S 26326 26328 25977 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622225464 8908800 251 33554432000 4194304 4922060 140733583982608 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26328/statm: 2175 251 209 178 0 68 0
[pid=26330] ppid=26328 vsize=4093480 CPUtime=609 cores=0,2,4,6
/proc/26330/stat : 26330 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202496 973503 0 0 0 60730 170 0 0 25 0 4 0 622225464 4191723520 972183 33554432000 134512640 135305190 4288672320 18446744073709551615 134695797 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26330/statm: 1023370 972183 98 194 0 1023174 0
[pid=26330/tid=26332] ppid=26328 vsize=4093480 CPUtime=148.66 cores=0,2,4,6
/proc/26330/task/26332/stat : 26332 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202560 30647 0 0 0 14855 11 0 0 25 0 4 0 622227057 4191723520 972183 33554432000 134512640 135305190 4288672320 18446744073709551615 134658034 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=26330/tid=26333] ppid=26328 vsize=4093480 CPUtime=148.67 cores=0,2,4,6
/proc/26330/task/26333/stat : 26333 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202560 87591 0 0 0 14839 28 0 0 25 0 4 0 622227057 4191723520 972183 33554432000 134512640 135305190 4288672320 18446744073709551615 134658032 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=26330/tid=26334] ppid=26328 vsize=4093480 CPUtime=147 cores=0,2,4,6
/proc/26330/task/26334/stat : 26334 (manysat1.1_stat) R 26328 26328 25977 0 -1 4202560 30951 0 0 0 14689 11 0 0 25 0 4 0 622227057 4191723520 972183 33554432000 134512640 135305190 4288672320 18446744073709551615 134658034 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 609
Current children cumulated vsize (KiB) 4102180

[startup+164.901 s]
/proc/loadavg: 8.18 7.98 6.93 6/371 26338
/proc/meminfo: memFree=18979140/32951124 swapFree=66341972/67111528
[pid=26328] ppid=26326 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26328/stat : 26328 (manysat.sh) S 26326 26328 25977 0 -1 4202496 354 107 0 0 0 0 0 0 24 0 1 0 622225464 8908800 251 33554432000 4194304 4922060 140733583982608 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26328/statm: 2175 251 209 178 0 68 0
[pid=26330] ppid=26328 vsize=0 CPUtime=609.39 cores=0,2,4,6
/proc/26330/stat : 26330 (manysat1.1_stat) Z 26328 26328 25977 0 -1 4202524 973503 0 0 0 60759 180 0 0 25 0 2 0 622225464 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/26330/statm: 0 0 0 0 0 0 0
[pid=26330/tid=26332] ppid=26328 vsize=0 CPUtime=148.81 cores=0,2,4,6
/proc/26330/task/26332/stat : 26332 (manysat1.1_stat) R 26328 26328 25977 0 -1 4203588 30647 0 0 0 14861 20 0 0 25 0 2 0 622227057 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 609.39
Current children cumulated vsize (KiB) 8700

Child status: 10
Real time (s): 164.979
CPU time (s): 609.472
CPU user time (s): 607.599
CPU system time (s): 1.87371
CPU usage (%): 369.424
Max. virtual memory (cumulated for all children) (KiB): 4102180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 607.599
system time used= 1.87371
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 973976
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= 4885
involuntary context switches= 2672

runsolver used 0.52192 second user time and 1.44278 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-13 16:48:19
IDJOB=3362017
IDBENCH=71686
IDSOLVER=1838
FILE ID=node141/3362017-1305298089
RUNJOBID= node141-1305296391-25995
PBS_JOBID= 13321412
Free space on /tmp= 48620 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT_RACE06/velev-npe-1.0-9dlx-b71.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362017-1305298089/watcher-3362017-1305298089 -o /tmp/evaluation-result-3362017-1305298089/solver-3362017-1305298089 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362017-1305298089.cnf aimd 1

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 75d91f0ba4398ccb5b452707c0e7fa27
RANDOM SEED=823199708

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:      20821568 kB
Buffers:        211032 kB
Cached:        6161232 kB
SwapCached:      22860 kB
Active:        3646852 kB
Inactive:      8244848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20821568 kB
SwapTotal:    67111528 kB
SwapFree:     66341972 kB
Dirty:          318172 kB
Writeback:           0 kB
AnonPages:     5502968 kB
Mapped:          19952 kB
Slab:           136976 kB
PageTables:      38608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86576376 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= 48612 MiB
End job on node141 at 2011-05-13 16:51:04