Trace number 3362126

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) 163.398 44.9461

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-27-step13.cnf
MD5SUM52e16341bcff805ef2d6abe4e95359a0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.8475
Satisfiable
(Un)Satisfiability was proved
Number of variables224228
Number of clauses5314673
Sum of the clauses size11732345
Maximum clause length3193
Minimum clause length1
Number of clauses of size 1556
Number of clauses of size 25229536
Number of clauses of size 36084
Number of clauses of size 49856
Number of clauses of size 58159
Number of clauses of size over 560482

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c num clause = 5314673, num vars = 224228
0.00/0.00	c Exiting...too many clauses
162.96/44.89	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
162.96/44.89	c ============================[ Problem Statistics ]=============================
162.96/44.89	c |                                                                             |
162.96/44.89	c threadId              : 0
162.96/44.89	c restarts              : 78
162.96/44.89	c conflicts             : 10101          (62 /sec)
162.96/44.89	c decisions             : 161135         (1.37 % random) (990 /sec)
162.96/44.89	c propagations          : 127093019      (780563 /sec)
162.96/44.89	c conflict literals     : 6842185        (20.46 % deleted)
162.96/44.89	c Memory used           : 1190.99 MB
162.96/44.89	c CPU time              : 162.822 s
162.96/44.89	
162.96/44.89	c --->m=4, e=8, aimd=0, HOME/instance-3362126-1305299889.cnf	time: 40.7063	conflicts: 10101        

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-3362126-1305299889/watcher-3362126-1305299889 -o /tmp/evaluation-result-3362126-1305299889/solver-3362126-1305299889 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362126-1305299889.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.62 3.76 3.77 1/277 29093
/proc/meminfo: memFree=18835176/32951124 swapFree=66457188/67111528
[pid=29093] ppid=29091 vsize=8700 CPUtime=0 cores=0-7
/proc/29093/stat : 29093 (manysat.sh) S 29091 29093 28797 0 -1 4202496 355 107 0 0 0 0 0 0 23 0 1 0 641587423 8908800 252 33554432000 4194304 4922060 140733830041584 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29093/statm: 2175 252 209 178 0 68 0

[startup+0.052256 s]
/proc/loadavg: 3.62 3.76 3.77 1/277 29093
/proc/meminfo: memFree=18835176/32951124 swapFree=66457188/67111528
[pid=29093] ppid=29091 vsize=8700 CPUtime=0 cores=0-7
/proc/29093/stat : 29093 (manysat.sh) S 29091 29093 28797 0 -1 4202496 355 107 0 0 0 0 0 0 23 0 1 0 641587423 8908800 252 33554432000 4194304 4922060 140733830041584 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29093/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100261 s]
/proc/loadavg: 3.62 3.76 3.77 1/277 29093
/proc/meminfo: memFree=18835176/32951124 swapFree=66457188/67111528
[pid=29093] ppid=29091 vsize=8700 CPUtime=0 cores=0-7
/proc/29093/stat : 29093 (manysat.sh) S 29091 29093 28797 0 -1 4202496 355 107 0 0 0 0 0 0 23 0 1 0 641587423 8908800 252 33554432000 4194304 4922060 140733830041584 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29093/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300214 s]
/proc/loadavg: 3.62 3.76 3.77 1/277 29093
/proc/meminfo: memFree=18835176/32951124 swapFree=66457188/67111528
[pid=29093] ppid=29091 vsize=8700 CPUtime=0 cores=0-7
/proc/29093/stat : 29093 (manysat.sh) S 29091 29093 28797 0 -1 4202496 355 107 0 0 0 0 0 0 23 0 1 0 641587423 8908800 252 33554432000 4194304 4922060 140733830041584 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29093/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700144 s]
/proc/loadavg: 3.62 3.76 3.77 1/277 29093
/proc/meminfo: memFree=18835176/32951124 swapFree=66457188/67111528
[pid=29093] ppid=29091 vsize=8700 CPUtime=0 cores=0-7
/proc/29093/stat : 29093 (manysat.sh) S 29091 29093 28797 0 -1 4202496 355 107 0 0 0 0 0 0 23 0 1 0 641587423 8908800 252 33554432000 4194304 4922060 140733830041584 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29093/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.501 s]
/proc/loadavg: 3.62 3.76 3.77 2/279 29096
/proc/meminfo: memFree=18595724/32951124 swapFree=66457188/67111528
[pid=29093] ppid=29091 vsize=8700 CPUtime=0 cores=0-7
/proc/29093/stat : 29093 (manysat.sh) S 29091 29093 28797 0 -1 4202496 355 107 0 0 0 0 0 0 23 0 1 0 641587423 8908800 252 33554432000 4194304 4922060 140733830041584 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29093/statm: 2175 252 209 178 0 68 0
[pid=29095] ppid=29093 vsize=369508 CPUtime=1.49 cores=0-7
/proc/29095/stat : 29095 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202496 90050 0 0 0 137 12 0 0 25 0 1 0 641587423 378376192 89954 33554432000 134512640 135305190 4294524432 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/29095/statm: 92377 89956 71 194 0 92181 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 378208

[startup+3.10072 s]
/proc/loadavg: 3.62 3.76 3.77 2/279 29096
/proc/meminfo: memFree=18332224/32951124 swapFree=66457188/67111528
[pid=29093] ppid=29091 vsize=8700 CPUtime=0 cores=0-7
/proc/29093/stat : 29093 (manysat.sh) S 29091 29093 28797 0 -1 4202496 355 107 0 0 0 0 0 0 23 0 1 0 641587423 8908800 252 33554432000 4194304 4922060 140733830041584 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29093/statm: 2175 252 209 178 0 68 0
[pid=29095] ppid=29093 vsize=774632 CPUtime=3.09 cores=0-7
/proc/29095/stat : 29095 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202496 186088 0 0 0 284 25 0 0 25 0 1 0 641587423 793223168 185992 33554432000 134512640 135305190 4294524432 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/29095/statm: 193658 185993 71 194 0 193462 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 783332

[startup+6.30111 s]
/proc/loadavg: 3.41 3.72 3.76 5/282 29099
/proc/meminfo: memFree=17756356/32951124 swapFree=66457188/67111528
[pid=29093] ppid=29091 vsize=8700 CPUtime=0 cores=0-7
/proc/29093/stat : 29093 (manysat.sh) S 29091 29093 28797 0 -1 4202496 355 107 0 0 0 0 0 0 23 0 1 0 641587423 8908800 252 33554432000 4194304 4922060 140733830041584 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29093/statm: 2175 252 209 178 0 68 0
[pid=29095] ppid=29093 vsize=1131216 CPUtime=9.38 cores=0-7
/proc/29095/stat : 29095 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202496 271097 0 0 0 897 41 0 0 18 0 4 0 641587423 1158365184 270956 33554432000 134512640 135305190 4294524432 18446744073709551615 134530636 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/29095/statm: 282804 270956 83 194 0 282608 0
[pid=29095/tid=29097] ppid=29093 vsize=1131216 CPUtime=1.04 cores=0-7
/proc/29095/task/29097/stat : 29097 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202560 922 0 0 0 102 2 0 0 18 0 4 0 641587948 1158365184 270956 33554432000 134512640 135305190 4294524432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29095/tid=29098] ppid=29093 vsize=1131216 CPUtime=1.02 cores=0-7
/proc/29095/task/29098/stat : 29098 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202560 1042 0 0 0 101 1 0 0 19 0 4 0 641587948 1158365184 270956 33554432000 134512640 135305190 4294524432 18446744073709551615 134528248 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=29095/tid=29099] ppid=29093 vsize=1131216 CPUtime=1.03 cores=0-7
/proc/29095/task/29099/stat : 29099 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202560 954 0 0 0 102 1 0 0 18 0 4 0 641587948 1158365184 270956 33554432000 134512640 135305190 4294524432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.38
Current children cumulated vsize (KiB) 1139916

[startup+12.701 s]
/proc/loadavg: 3.46 3.72 3.76 5/282 29099
/proc/meminfo: memFree=17735412/32951124 swapFree=66457188/67111528
[pid=29093] ppid=29091 vsize=8700 CPUtime=0 cores=0-7
/proc/29093/stat : 29093 (manysat.sh) S 29091 29093 28797 0 -1 4202496 355 107 0 0 0 0 0 0 23 0 1 0 641587423 8908800 252 33554432000 4194304 4922060 140733830041584 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29093/statm: 2175 252 209 178 0 68 0
[pid=29095] ppid=29093 vsize=1150072 CPUtime=34.86 cores=0-7
/proc/29095/stat : 29095 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202496 275916 0 0 0 3442 44 0 0 19 0 4 0 641587423 1177673728 275775 33554432000 134512640 135305190 4294524432 18446744073709551615 134530636 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/29095/statm: 287518 275775 83 194 0 287322 0
[pid=29095/tid=29097] ppid=29093 vsize=1150072 CPUtime=7.4 cores=0-7
/proc/29095/task/29097/stat : 29097 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202560 1672 0 0 0 738 2 0 0 18 0 4 0 641587948 1177673728 275775 33554432000 134512640 135305190 4294524432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29095/tid=29098] ppid=29093 vsize=1150072 CPUtime=7.4 cores=0-7
/proc/29095/task/29098/stat : 29098 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202560 2828 0 0 0 739 1 0 0 20 0 4 0 641587948 1177673728 275775 33554432000 134512640 135305190 4294524432 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29095/tid=29099] ppid=29093 vsize=1150072 CPUtime=7.39 cores=0-7
/proc/29095/task/29099/stat : 29099 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202560 1999 0 0 0 737 2 0 0 18 0 4 0 641587948 1177673728 275775 33554432000 134512640 135305190 4294524432 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 34.86
Current children cumulated vsize (KiB) 1158772

[startup+25.5007 s]
/proc/loadavg: 3.58 3.73 3.76 5/282 29100
/proc/meminfo: memFree=17699756/32951124 swapFree=66457188/67111528
[pid=29093] ppid=29091 vsize=8700 CPUtime=0 cores=0-7
/proc/29093/stat : 29093 (manysat.sh) S 29091 29093 28797 0 -1 4202496 355 107 0 0 0 0 0 0 23 0 1 0 641587423 8908800 252 33554432000 4194304 4922060 140733830041584 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29093/statm: 2175 252 209 178 0 68 0
[pid=29095] ppid=29093 vsize=1185048 CPUtime=85.93 cores=0-7
/proc/29095/stat : 29095 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202496 284588 0 0 0 8545 48 0 0 18 0 4 0 641587423 1213489152 284447 33554432000 134512640 135305190 4294524432 18446744073709551615 134529116 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/29095/statm: 296262 284447 83 194 0 296066 0
[pid=29095/tid=29097] ppid=29093 vsize=1185048 CPUtime=20.17 cores=0-7
/proc/29095/task/29097/stat : 29097 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202560 2706 0 0 0 2014 3 0 0 18 0 4 0 641587948 1213489152 284447 33554432000 134512640 135305190 4294524432 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29095/tid=29098] ppid=29093 vsize=1185048 CPUtime=20.17 cores=0-7
/proc/29095/task/29098/stat : 29098 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202560 6842 0 0 0 2015 2 0 0 25 0 4 0 641587948 1213489152 284447 33554432000 134512640 135305190 4294524432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29095/tid=29099] ppid=29093 vsize=1185048 CPUtime=20.16 cores=0-7
/proc/29095/task/29099/stat : 29099 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202560 3457 0 0 0 2013 3 0 0 18 0 4 0 641587948 1213489152 284447 33554432000 134512640 135305190 4294524432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 85.93
Current children cumulated vsize (KiB) 1193748

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

[startup+38.3005 s]
/proc/loadavg: 3.57 3.72 3.76 5/282 29100
/proc/meminfo: memFree=17676548/32951124 swapFree=66457188/67111528
[pid=29093] ppid=29091 vsize=8700 CPUtime=0 cores=0-7
/proc/29093/stat : 29093 (manysat.sh) S 29091 29093 28797 0 -1 4202496 355 107 0 0 0 0 0 0 23 0 1 0 641587423 8908800 252 33554432000 4194304 4922060 140733830041584 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29093/statm: 2175 252 209 178 0 68 0
[pid=29095] ppid=29093 vsize=1208040 CPUtime=137 cores=0-7
/proc/29095/stat : 29095 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202496 290328 0 0 0 13650 50 0 0 18 0 4 0 641587423 1237032960 290187 33554432000 134512640 135305190 4294524432 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/29095/statm: 302010 290187 83 194 0 301814 0
[pid=29095/tid=29097] ppid=29093 vsize=1208040 CPUtime=32.95 cores=0-7
/proc/29095/task/29097/stat : 29097 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202560 3886 0 0 0 3291 4 0 0 18 0 4 0 641587948 1237032960 290187 33554432000 134512640 135305190 4294524432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29095/tid=29098] ppid=29093 vsize=1208040 CPUtime=32.92 cores=0-7
/proc/29095/task/29098/stat : 29098 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202560 8398 0 0 0 3289 3 0 0 25 0 4 0 641587948 1237032960 290187 33554432000 134512640 135305190 4294524432 18446744073709551615 134529138 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29095/tid=29099] ppid=29093 vsize=1208040 CPUtime=32.93 cores=0-7
/proc/29095/task/29099/stat : 29099 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202560 4753 0 0 0 3290 3 0 0 23 0 4 0 641587948 1237032960 290187 33554432000 134512640 135305190 4294524432 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 137
Current children cumulated vsize (KiB) 1216740

[startup+41.5009 s]
/proc/loadavg: 3.60 3.73 3.76 5/282 29100
/proc/meminfo: memFree=17669104/32951124 swapFree=66457188/67111528
[pid=29093] ppid=29091 vsize=8700 CPUtime=0 cores=0-7
/proc/29093/stat : 29093 (manysat.sh) S 29091 29093 28797 0 -1 4202496 355 107 0 0 0 0 0 0 23 0 1 0 641587423 8908800 252 33554432000 4194304 4922060 140733830041584 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29093/statm: 2175 252 209 178 0 68 0
[pid=29095] ppid=29093 vsize=1215876 CPUtime=149.8 cores=0-7
/proc/29095/stat : 29095 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202496 292224 0 0 0 14929 51 0 0 18 0 4 0 641587423 1245057024 292083 33554432000 134512640 135305190 4294524432 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/29095/statm: 303969 292083 83 194 0 303773 0
[pid=29095/tid=29097] ppid=29093 vsize=1215876 CPUtime=36.15 cores=0-7
/proc/29095/task/29097/stat : 29097 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202560 4691 0 0 0 3611 4 0 0 18 0 4 0 641587948 1245057024 292083 33554432000 134512640 135305190 4294524432 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29095/tid=29098] ppid=29093 vsize=1215876 CPUtime=36.12 cores=0-7
/proc/29095/task/29098/stat : 29098 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202560 9111 0 0 0 3608 4 0 0 25 0 4 0 641587948 1245057024 292083 33554432000 134512640 135305190 4294524432 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29095/tid=29099] ppid=29093 vsize=1215876 CPUtime=36.14 cores=0-7
/proc/29095/task/29099/stat : 29099 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202560 4963 0 0 0 3610 4 0 0 19 0 4 0 641587948 1245057024 292083 33554432000 134512640 135305190 4294524432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 149.8
Current children cumulated vsize (KiB) 1224576

[startup+43.1006 s]
/proc/loadavg: 3.60 3.73 3.76 5/282 29100
/proc/meminfo: memFree=17667368/32951124 swapFree=66457188/67111528
[pid=29093] ppid=29091 vsize=8700 CPUtime=0 cores=0-7
/proc/29093/stat : 29093 (manysat.sh) S 29091 29093 28797 0 -1 4202496 355 107 0 0 0 0 0 0 23 0 1 0 641587423 8908800 252 33554432000 4194304 4922060 140733830041584 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29093/statm: 2175 252 209 178 0 68 0
[pid=29095] ppid=29093 vsize=1217060 CPUtime=156.16 cores=0-7
/proc/29095/stat : 29095 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202496 292543 0 0 0 15565 51 0 0 19 0 4 0 641587423 1246269440 292402 33554432000 134512640 135305190 4294524432 18446744073709551615 134558282 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/29095/statm: 304265 292402 83 194 0 304069 0
[pid=29095/tid=29097] ppid=29093 vsize=1217060 CPUtime=37.73 cores=0-7
/proc/29095/task/29097/stat : 29097 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202560 4736 0 0 0 3769 4 0 0 18 0 4 0 641587948 1246269440 292402 33554432000 134512640 135305190 4294524432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29095/tid=29098] ppid=29093 vsize=1217060 CPUtime=37.72 cores=0-7
/proc/29095/task/29098/stat : 29098 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202560 9193 0 0 0 3768 4 0 0 25 0 4 0 641587948 1246269440 292402 33554432000 134512640 135305190 4294524432 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29095/tid=29099] ppid=29093 vsize=1217060 CPUtime=37.72 cores=0-7
/proc/29095/task/29099/stat : 29099 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202560 5034 0 0 0 3768 4 0 0 19 0 4 0 641587948 1246269440 292402 33554432000 134512640 135305190 4294524432 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 156.16
Current children cumulated vsize (KiB) 1225760

[startup+43.9005 s]
/proc/loadavg: 3.60 3.73 3.76 5/282 29100
/proc/meminfo: memFree=17665384/32951124 swapFree=66457188/67111528
[pid=29093] ppid=29091 vsize=8700 CPUtime=0 cores=0-7
/proc/29093/stat : 29093 (manysat.sh) S 29091 29093 28797 0 -1 4202496 355 107 0 0 0 0 0 0 23 0 1 0 641587423 8908800 252 33554432000 4194304 4922060 140733830041584 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29093/statm: 2175 252 209 178 0 68 0
[pid=29095] ppid=29093 vsize=1218504 CPUtime=159.4 cores=0-7
/proc/29095/stat : 29095 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202496 292949 0 0 0 15889 51 0 0 20 0 4 0 641587423 1247748096 292808 33554432000 134512640 135305190 4294524432 18446744073709551615 134528576 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/29095/statm: 304626 292808 83 194 0 304430 0
[pid=29095/tid=29097] ppid=29093 vsize=1218504 CPUtime=38.54 cores=0-7
/proc/29095/task/29097/stat : 29097 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202560 4833 0 0 0 3850 4 0 0 19 0 4 0 641587948 1247748096 292808 33554432000 134512640 135305190 4294524432 18446744073709551615 134557133 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29095/tid=29098] ppid=29093 vsize=1218504 CPUtime=38.53 cores=0-7
/proc/29095/task/29098/stat : 29098 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202560 9315 0 0 0 3849 4 0 0 25 0 4 0 641587948 1247748096 292808 33554432000 134512640 135305190 4294524432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29095/tid=29099] ppid=29093 vsize=1218504 CPUtime=38.53 cores=0-7
/proc/29095/task/29099/stat : 29099 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202560 5137 0 0 0 3849 4 0 0 18 0 4 0 641587948 1247748096 292808 33554432000 134512640 135305190 4294524432 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 159.4
Current children cumulated vsize (KiB) 1227204

[startup+44.7003 s]
/proc/loadavg: 3.60 3.73 3.76 5/282 29100
/proc/meminfo: memFree=17665384/32951124 swapFree=66457188/67111528
[pid=29093] ppid=29091 vsize=8700 CPUtime=0 cores=0-7
/proc/29093/stat : 29093 (manysat.sh) S 29091 29093 28797 0 -1 4202496 355 107 0 0 0 0 0 0 23 0 1 0 641587423 8908800 252 33554432000 4194304 4922060 140733830041584 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29093/statm: 2175 252 209 178 0 68 0
[pid=29095] ppid=29093 vsize=1219276 CPUtime=162.56 cores=0-7
/proc/29095/stat : 29095 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202496 293150 0 0 0 16205 51 0 0 23 0 4 0 641587423 1248538624 293009 33554432000 134512640 135305190 4294524432 18446744073709551615 134530552 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/29095/statm: 304819 293009 83 194 0 304623 0
[pid=29095/tid=29097] ppid=29093 vsize=1219276 CPUtime=39.33 cores=0-7
/proc/29095/task/29097/stat : 29097 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202560 4874 0 0 0 3929 4 0 0 21 0 4 0 641587948 1248538624 293009 33554432000 134512640 135305190 4294524432 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=29095/tid=29098] ppid=29093 vsize=1219276 CPUtime=39.32 cores=0-7
/proc/29095/task/29098/stat : 29098 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202560 9376 0 0 0 3928 4 0 0 25 0 4 0 641587948 1248538624 293009 33554432000 134512640 135305190 4294524432 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=29095/tid=29099] ppid=29093 vsize=1219276 CPUtime=39.32 cores=0-7
/proc/29095/task/29099/stat : 29099 (manysat1.1_stat) R 29093 29093 28797 0 -1 4202560 5195 0 0 0 3928 4 0 0 19 0 4 0 641587948 1248538624 293009 33554432000 134512640 135305190 4294524432 18446744073709551615 134551628 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 162.56
Current children cumulated vsize (KiB) 1227976

[startup+44.9013 s]
/proc/loadavg: 3.60 3.73 3.76 5/282 29100
/proc/meminfo: memFree=17665384/32951124 swapFree=66457188/67111528
[pid=29093] ppid=29091 vsize=8700 CPUtime=0 cores=0-7
/proc/29093/stat : 29093 (manysat.sh) S 29091 29093 28797 0 -1 4202496 355 107 0 0 0 0 0 0 23 0 1 0 641587423 8908800 252 33554432000 4194304 4922060 140733830041584 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29093/statm: 2175 252 209 178 0 68 0
[pid=29095] ppid=29093 vsize=0 CPUtime=163.34 cores=0-7
/proc/29095/stat : 29095 (manysat1.1_stat) Z 29093 29093 28797 0 -1 4202524 293235 0 0 0 16282 52 0 0 24 0 2 0 641587423 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/29095/statm: 0 0 0 0 0 0 0
[pid=29095/tid=29098] ppid=29093 vsize=0 CPUtime=39.52 cores=0-7
/proc/29095/task/29098/stat : 29098 (manysat1.1_stat) R 29093 29093 28797 0 -1 4203588 9384 0 0 0 3948 4 0 0 25 0 2 0 641587948 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 163.34
Current children cumulated vsize (KiB) 8700

Child status: 20
Real time (s): 44.9461
CPU time (s): 163.398
CPU user time (s): 162.825
CPU system time (s): 0.572912
CPU usage (%): 363.543
Max. virtual memory (cumulated for all children) (KiB): 1228104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 162.825
system time used= 0.572912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 293709
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= 12075
involuntary context switches= 315

runsolver used 0.120981 second user time and 0.295955 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-13 17:18:12
IDJOB=3362126
IDBENCH=82430
IDSOLVER=1839
FILE ID=node132/3362126-1305299889
RUNJOBID= node132-1305296392-28811
PBS_JOBID= 13321421
Free space on /tmp= 47968 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-27-step13.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362126-1305299889/watcher-3362126-1305299889 -o /tmp/evaluation-result-3362126-1305299889/solver-3362126-1305299889 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362126-1305299889.cnf aimd 1

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

MD5SUM BENCH= 52e16341bcff805ef2d6abe4e95359a0
RANDOM SEED=51292781

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:      18835696 kB
Buffers:        217420 kB
Cached:        8241500 kB
SwapCached:       6904 kB
Active:        4770376 kB
Inactive:      8931904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18835696 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:           94512 kB
Writeback:           0 kB
AnonPages:     5241196 kB
Mapped:          18528 kB
Slab:           325804 kB
PageTables:      23972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 34732108 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 47964 MiB
End job on node132 at 2011-05-13 17:18:58