Trace number 3362018

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) 45.808 23.5604

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 benchmark22.1306
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
45.64/23.40	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
45.64/23.40	c ============================[ Problem Statistics ]=============================
45.64/23.40	c |                                                                             |
45.64/23.40	c threadId              : 2
45.64/23.40	c restarts              : 6
45.64/23.40	c conflicts             : 1928           (44 /sec)
45.64/23.40	c decisions             : 968820         (1.22 % random) (22034 /sec)
45.64/23.40	c propagations          : 23216613       (528019 /sec)
45.64/23.40	c conflict literals     : 3175664        (17.02 % deleted)
45.64/23.40	c Memory used           : 3397.37 MB
45.64/23.40	c CPU time              : 43.9693 s
45.64/23.40	
45.64/23.40	c --->m=4, e=8, aimd=0, HOME/instance-3362018-1305297532.cnf	time: 10.9923	conflicts: 1928         

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-3362018-1305297532/watcher-3362018-1305297532 -o /tmp/evaluation-result-3362018-1305297532/solver-3362018-1305297532 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362018-1305297532.cnf aimd 1 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.53 3.80 2.76 2/231 1482
/proc/meminfo: memFree=17366512/32951124 swapFree=66522240/67111528
[pid=1482] ppid=1480 vsize=8700 CPUtime=0 cores=0-7
/proc/1482/stat : 1482 (manysat.sh) S 1480 1482 1393 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641354961 8908800 251 33554432000 4194304 4922060 140734714953744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1482/statm: 2175 251 209 178 0 68 0

[startup+0.065266 s]
/proc/loadavg: 3.53 3.80 2.76 2/231 1482
/proc/meminfo: memFree=17366512/32951124 swapFree=66522240/67111528
[pid=1482] ppid=1480 vsize=8700 CPUtime=0 cores=0-7
/proc/1482/stat : 1482 (manysat.sh) S 1480 1482 1393 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641354961 8908800 251 33554432000 4194304 4922060 140734714953744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1482/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100279 s]
/proc/loadavg: 3.53 3.80 2.76 2/231 1482
/proc/meminfo: memFree=17366512/32951124 swapFree=66522240/67111528
[pid=1482] ppid=1480 vsize=8700 CPUtime=0 cores=0-7
/proc/1482/stat : 1482 (manysat.sh) S 1480 1482 1393 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641354961 8908800 251 33554432000 4194304 4922060 140734714953744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1482/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300221 s]
/proc/loadavg: 3.53 3.80 2.76 2/231 1482
/proc/meminfo: memFree=17366512/32951124 swapFree=66522240/67111528
[pid=1482] ppid=1480 vsize=8700 CPUtime=0 cores=0-7
/proc/1482/stat : 1482 (manysat.sh) S 1480 1482 1393 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641354961 8908800 251 33554432000 4194304 4922060 140734714953744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1482/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701158 s]
/proc/loadavg: 3.53 3.80 2.76 2/231 1482
/proc/meminfo: memFree=17366512/32951124 swapFree=66522240/67111528
[pid=1482] ppid=1480 vsize=8700 CPUtime=0 cores=0-7
/proc/1482/stat : 1482 (manysat.sh) S 1480 1482 1393 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641354961 8908800 251 33554432000 4194304 4922060 140734714953744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1482/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50101 s]
/proc/loadavg: 3.41 3.77 2.76 2/233 1485
/proc/meminfo: memFree=16997224/32951124 swapFree=66522240/67111528
[pid=1482] ppid=1480 vsize=8700 CPUtime=0 cores=0-7
/proc/1482/stat : 1482 (manysat.sh) S 1480 1482 1393 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641354961 8908800 251 33554432000 4194304 4922060 140734714953744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1482/statm: 2175 251 209 178 0 68 0
[pid=1484] ppid=1482 vsize=533804 CPUtime=1.49 cores=0-7
/proc/1484/stat : 1484 (manysat1.1_stat) R 1482 1482 1393 0 -1 4202496 119874 0 0 0 136 13 0 0 25 0 1 0 641354961 546615296 118821 33554432000 134512640 135305190 4291344416 18446744073709551615 134526408 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1484/statm: 133451 118821 71 194 0 133255 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 542504

[startup+3.10071 s]
/proc/loadavg: 3.41 3.77 2.76 2/233 1485
/proc/meminfo: memFree=16772688/32951124 swapFree=66522240/67111528
[pid=1482] ppid=1480 vsize=8700 CPUtime=0 cores=0-7
/proc/1482/stat : 1482 (manysat.sh) S 1480 1482 1393 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641354961 8908800 251 33554432000 4194304 4922060 140734714953744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1482/statm: 2175 251 209 178 0 68 0
[pid=1484] ppid=1482 vsize=870200 CPUtime=3.09 cores=0-7
/proc/1484/stat : 1484 (manysat1.1_stat) R 1482 1482 1393 0 -1 4202496 201170 0 0 0 286 23 0 0 25 0 1 0 641354961 891084800 200117 33554432000 134512640 135305190 4291344416 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1484/statm: 217550 200118 71 194 0 217354 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 878900

[startup+6.30113 s]
/proc/loadavg: 3.22 3.72 2.75 2/233 1485
/proc/meminfo: memFree=16083504/32951124 swapFree=66522240/67111528
[pid=1482] ppid=1480 vsize=8700 CPUtime=0 cores=0-7
/proc/1482/stat : 1482 (manysat.sh) S 1480 1482 1393 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641354961 8908800 251 33554432000 4194304 4922060 140734714953744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1482/statm: 2175 251 209 178 0 68 0
[pid=1484] ppid=1482 vsize=1568836 CPUtime=6.29 cores=0-7
/proc/1484/stat : 1484 (manysat1.1_stat) R 1482 1482 1393 0 -1 4202496 369747 0 0 0 583 46 0 0 25 0 1 0 641354961 1606488064 368694 33554432000 134512640 135305190 4291344416 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1484/statm: 392209 368695 71 194 0 392013 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1577536

[startup+12.7009 s]
/proc/loadavg: 3.04 3.67 2.74 2/233 1486
/proc/meminfo: memFree=14712992/32951124 swapFree=66522240/67111528
[pid=1482] ppid=1480 vsize=8700 CPUtime=0 cores=0-7
/proc/1482/stat : 1482 (manysat.sh) S 1480 1482 1393 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641354961 8908800 251 33554432000 4194304 4922060 140734714953744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1482/statm: 2175 251 209 178 0 68 0
[pid=1484] ppid=1482 vsize=2983060 CPUtime=12.69 cores=0-7
/proc/1484/stat : 1484 (manysat1.1_stat) R 1482 1482 1393 0 -1 4202496 701883 0 0 0 1178 91 0 0 25 0 1 0 641354961 3054653440 700830 33554432000 134512640 135305190 4291344416 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1484/statm: 745765 700831 71 194 0 745569 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2991760

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

[startup+19.1008 s]
/proc/loadavg: 2.88 3.63 2.73 5/236 1489
/proc/meminfo: memFree=14135748/32951124 swapFree=66522240/67111528
[pid=1482] ppid=1480 vsize=8700 CPUtime=0 cores=0-7
/proc/1482/stat : 1482 (manysat.sh) S 1480 1482 1393 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641354961 8908800 251 33554432000 4194304 4922060 140734714953744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1482/statm: 2175 251 209 178 0 68 0
[pid=1484] ppid=1482 vsize=3441340 CPUtime=28.6 cores=0-7
/proc/1484/stat : 1484 (manysat1.1_stat) R 1482 1482 1393 0 -1 4202496 810988 0 0 0 2746 114 0 0 18 0 4 0 641354961 3523932160 809923 33554432000 134512640 135305190 4291344416 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1484/statm: 860335 809923 83 194 0 860139 0
[pid=1484/tid=1487] ppid=1482 vsize=3441340 CPUtime=3.18 cores=0-7
/proc/1484/task/1487/stat : 1487 (manysat1.1_stat) R 1482 1482 1393 0 -1 4202560 5088 0 0 0 315 3 0 0 18 0 4 0 641356552 3523932160 809923 33554432000 134512640 135305190 4291344416 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1484/tid=1488] ppid=1482 vsize=3441340 CPUtime=3.17 cores=0-7
/proc/1484/task/1488/stat : 1488 (manysat1.1_stat) R 1482 1482 1393 0 -1 4202560 6690 0 0 0 315 2 0 0 23 0 4 0 641356552 3523932160 809923 33554432000 134512640 135305190 4291344416 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1484/tid=1489] ppid=1482 vsize=3441340 CPUtime=3.16 cores=0-7
/proc/1484/task/1489/stat : 1489 (manysat1.1_stat) R 1482 1482 1393 0 -1 4202560 6135 0 0 0 314 2 0 0 18 0 4 0 641356552 3523932160 809923 33554432000 134512640 135305190 4291344416 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 28.6
Current children cumulated vsize (KiB) 3450040

[startup+20.7005 s]
/proc/loadavg: 2.88 3.63 2.73 5/236 1489
/proc/meminfo: memFree=14123104/32951124 swapFree=66522240/67111528
[pid=1482] ppid=1480 vsize=8700 CPUtime=0 cores=0-7
/proc/1482/stat : 1482 (manysat.sh) S 1480 1482 1393 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641354961 8908800 251 33554432000 4194304 4922060 140734714953744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1482/statm: 2175 251 209 178 0 68 0
[pid=1484] ppid=1482 vsize=3455124 CPUtime=34.99 cores=0-7
/proc/1484/stat : 1484 (manysat1.1_stat) R 1482 1482 1393 0 -1 4202496 814539 0 0 0 3384 115 0 0 20 0 4 0 641354961 3538046976 813474 33554432000 134512640 135305190 4291344416 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1484/statm: 863781 813474 83 194 0 863585 0
[pid=1484/tid=1487] ppid=1482 vsize=3455124 CPUtime=4.78 cores=0-7
/proc/1484/task/1487/stat : 1487 (manysat1.1_stat) R 1482 1482 1393 0 -1 4202560 6054 0 0 0 475 3 0 0 18 0 4 0 641356552 3538046976 813474 33554432000 134512640 135305190 4291344416 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1484/tid=1488] ppid=1482 vsize=3455124 CPUtime=4.76 cores=0-7
/proc/1484/task/1488/stat : 1488 (manysat1.1_stat) R 1482 1482 1393 0 -1 4202560 7340 0 0 0 474 2 0 0 25 0 4 0 641356552 3538046976 813474 33554432000 134512640 135305190 4291344416 18446744073709551615 134835809 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1484/tid=1489] ppid=1482 vsize=3455124 CPUtime=4.77 cores=0-7
/proc/1484/task/1489/stat : 1489 (manysat1.1_stat) R 1482 1482 1393 0 -1 4202560 7094 0 0 0 474 3 0 0 18 0 4 0 641356552 3538046976 813474 33554432000 134512640 135305190 4291344416 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 34.99
Current children cumulated vsize (KiB) 3463824

[startup+22.3012 s]
/proc/loadavg: 2.97 3.64 2.73 5/236 1489
/proc/meminfo: memFree=14098308/32951124 swapFree=66522240/67111528
[pid=1482] ppid=1480 vsize=8700 CPUtime=0 cores=0-7
/proc/1482/stat : 1482 (manysat.sh) S 1480 1482 1393 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641354961 8908800 251 33554432000 4194304 4922060 140734714953744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1482/statm: 2175 251 209 178 0 68 0
[pid=1484] ppid=1482 vsize=3474016 CPUtime=41.39 cores=0-7
/proc/1484/stat : 1484 (manysat1.1_stat) R 1482 1482 1393 0 -1 4202496 819142 0 0 0 4023 116 0 0 25 0 4 0 641354961 3557392384 818041 33554432000 134512640 135305190 4291344416 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1484/statm: 868504 818041 83 194 0 868308 0
[pid=1484/tid=1487] ppid=1482 vsize=3474016 CPUtime=6.38 cores=0-7
/proc/1484/task/1487/stat : 1487 (manysat1.1_stat) R 1482 1482 1393 0 -1 4202560 6369 0 0 0 635 3 0 0 18 0 4 0 641356552 3557392384 818041 33554432000 134512640 135305190 4291344416 18446744073709551615 134541918 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1484/tid=1488] ppid=1482 vsize=3474016 CPUtime=6.37 cores=0-7
/proc/1484/task/1488/stat : 1488 (manysat1.1_stat) R 1482 1482 1393 0 -1 4202560 10139 0 0 0 634 3 0 0 25 0 4 0 641356552 3557392384 818041 33554432000 134512640 135305190 4291344416 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1484/tid=1489] ppid=1482 vsize=3474016 CPUtime=6.37 cores=0-7
/proc/1484/task/1489/stat : 1489 (manysat1.1_stat) R 1482 1482 1393 0 -1 4202560 7726 0 0 0 634 3 0 0 18 0 4 0 641356552 3557392384 818041 33554432000 134512640 135305190 4291344416 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 41.39
Current children cumulated vsize (KiB) 3482716

[startup+23.109 s]
/proc/loadavg: 2.97 3.64 2.73 5/236 1489
/proc/meminfo: memFree=14093100/32951124 swapFree=66522240/67111528
[pid=1482] ppid=1480 vsize=8700 CPUtime=0 cores=0-7
/proc/1482/stat : 1482 (manysat.sh) S 1480 1482 1393 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641354961 8908800 251 33554432000 4194304 4922060 140734714953744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1482/statm: 2175 251 209 178 0 68 0
[pid=1484] ppid=1482 vsize=3477344 CPUtime=44.63 cores=0-7
/proc/1484/stat : 1484 (manysat1.1_stat) R 1482 1482 1393 0 -1 4202496 820001 0 0 0 4346 117 0 0 25 0 4 0 641354961 3560800256 818900 33554432000 134512640 135305190 4291344416 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1484/statm: 869336 818900 83 194 0 869140 0
[pid=1484/tid=1487] ppid=1482 vsize=3477344 CPUtime=7.18 cores=0-7
/proc/1484/task/1487/stat : 1487 (manysat1.1_stat) R 1482 1482 1393 0 -1 4202560 6832 0 0 0 715 3 0 0 18 0 4 0 641356552 3560800256 818900 33554432000 134512640 135305190 4291344416 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1484/tid=1488] ppid=1482 vsize=3477344 CPUtime=7.18 cores=0-7
/proc/1484/task/1488/stat : 1488 (manysat1.1_stat) R 1482 1482 1393 0 -1 4202560 10211 0 0 0 715 3 0 0 25 0 4 0 641356552 3560800256 818900 33554432000 134512640 135305190 4291344416 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1484/tid=1489] ppid=1482 vsize=3477344 CPUtime=7.17 cores=0-7
/proc/1484/task/1489/stat : 1489 (manysat1.1_stat) R 1482 1482 1393 0 -1 4202560 7910 0 0 0 714 3 0 0 18 0 4 0 641356552 3560800256 818900 33554432000 134512640 135305190 4291344416 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 44.63
Current children cumulated vsize (KiB) 3486044

[startup+23.501 s]
/proc/loadavg: 2.97 3.64 2.73 5/236 1489
/proc/meminfo: memFree=14093100/32951124 swapFree=66522240/67111528
[pid=1482] ppid=1480 vsize=8700 CPUtime=0 cores=0-7
/proc/1482/stat : 1482 (manysat.sh) S 1480 1482 1393 0 -1 4202496 354 108 0 0 0 0 0 0 21 0 1 0 641354961 8908800 251 33554432000 4194304 4922060 140734714953744 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1482/statm: 2175 251 209 178 0 68 0
[pid=1484] ppid=1482 vsize=0 CPUtime=45.74 cores=0-7
/proc/1484/stat : 1484 (manysat1.1_stat) Z 1482 1482 1393 0 -1 4202524 820392 0 0 0 4446 128 0 0 25 0 2 0 641354961 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/1484/statm: 0 0 0 0 0 0 0
[pid=1484/tid=1489] ppid=1482 vsize=0 CPUtime=7.51 cores=0-7
/proc/1484/task/1489/stat : 1489 (manysat1.1_stat) R 1482 1482 1393 0 -1 4203588 7914 0 0 0 738 13 0 0 18 0 2 0 641356552 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 45.74
Current children cumulated vsize (KiB) 8700

Child status: 10
Real time (s): 23.5604
CPU time (s): 45.808
CPU user time (s): 44.4652
CPU system time (s): 1.3428
CPU usage (%): 194.428
Max. virtual memory (cumulated for all children) (KiB): 3487608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.4652
system time used= 1.34279
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 820866
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= 6050
involuntary context switches= 48

runsolver used 0.040993 second user time and 0.121981 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-13 16:39:02
IDJOB=3362018
IDBENCH=71686
IDSOLVER=1839
FILE ID=node109/3362018-1305297532
RUNJOBID= node109-1305296396-1407
PBS_JOBID= 13321444
Free space on /tmp= 36184 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-3362018-1305297532/watcher-3362018-1305297532 -o /tmp/evaluation-result-3362018-1305297532/solver-3362018-1305297532 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362018-1305297532.cnf aimd 1

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 75d91f0ba4398ccb5b452707c0e7fa27
RANDOM SEED=2145629707

node109.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.809
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.809
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.809
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.809
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.809
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.809
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.809
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.82
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.809
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:      17366916 kB
Buffers:        210368 kB
Cached:        4232084 kB
SwapCached:      19036 kB
Active:        6610336 kB
Inactive:      8718160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17366916 kB
SwapTotal:    67111528 kB
SwapFree:     66522240 kB
Dirty:          318380 kB
Writeback:           0 kB
AnonPages:    10873604 kB
Mapped:          17700 kB
Slab:           163792 kB
PageTables:      30200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 17847420 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= 36176 MiB
End job on node109 at 2011-05-13 16:39:26