Trace number 3375884

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
MPhaseSAT64 2011-05-14 (fixed)UNSAT 1200.68 1200.65

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-13-step17.cnf
MD5SUMe7acb1f64be7eb3ff1367dad08444685
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark152.179
Satisfiable
(Un)Satisfiability was proved
Number of variables25631
Number of clauses142227
Sum of the clauses size317942
Maximum clause length49
Minimum clause length1
Number of clauses of size 1224
Number of clauses of size 2125320
Number of clauses of size 313034
Number of clauses of size 42438
Number of clauses of size 5163
Number of clauses of size over 51048

Solver Data

1200.62/1200.64	c MPhaseSAT64 version 514 by Jingchao Chen,  May 13,2011
1200.62/1200.64	c input CNF file=HOME/instance-3375884-1305447827.cnf 
1200.62/1200.64	c Clause#=142227  var#=25631  ratio=5 
1200.62/1200.64	c phase 1 
1200.62/1200.64	c height=47 
1200.62/1200.64	c eliminated 13689 out of 25631 variables 
1200.62/1200.64	c Simplified clause#=74758 
1200.62/1200.64	c XOR_varElimination deleted var#=34 clauses#=74401 
1200.62/1200.64	c inative var#=0 
1200.62/1200.64	c free var#=10027  
1200.62/1200.64	c solve by multiple heuristics 
1200.62/1200.64	c 
1200.62/1200.64	s UNSATISFIABLE
1200.62/1200.64	c 
1200.62/1200.64	c  Running time=1200.672470 

Verifier Data

No possible verification on an UNSAT instance

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-3375884-1305447827/watcher-3375884-1305447827 -o /tmp/evaluation-result-3375884-1305447827/solver-3375884-1305447827 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3375884-1305447827.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.20 2.39 2.91 5/369 31803
/proc/meminfo: memFree=17078132/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=14648 CPUtime=0 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 432 0 0 0 0 0 0 0 25 0 1 0 637198615 14999552 373 33554432000 4194304 4479436 140735338958288 18446744073709551615 233510297344 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 3662 373 267 70 0 782 0

[startup+0.0159829 s]
/proc/loadavg: 3.20 2.39 2.91 5/369 31803
/proc/meminfo: memFree=17078132/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=14648 CPUtime=0.01 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 456 0 0 0 1 0 0 0 25 0 1 0 637198615 14999552 397 33554432000 4194304 4479436 140735338958288 18446744073709551615 233510297344 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 3662 397 267 70 0 782 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14648

[startup+0.100968 s]
/proc/loadavg: 3.20 2.39 2.91 5/369 31803
/proc/meminfo: memFree=17078132/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=17192 CPUtime=0.09 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 3033 0 0 0 9 0 0 0 25 0 1 0 637198615 17604608 1616 33554432000 4194304 4479436 140735338958288 18446744073709551615 4244402 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 4298 1630 279 70 0 1418 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17192

[startup+0.300931 s]
/proc/loadavg: 3.20 2.39 2.91 5/369 31803
/proc/meminfo: memFree=17078132/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=22968 CPUtime=0.28 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 7089 0 0 0 28 0 0 0 25 0 1 0 637198615 23519232 3108 33554432000 4194304 4479436 140735338958288 18446744073709551615 4340390 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 5742 3108 295 70 0 2862 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 22968

[startup+0.700856 s]
/proc/loadavg: 3.20 2.39 2.91 5/369 31803
/proc/meminfo: memFree=17078132/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=22968 CPUtime=0.68 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 7093 0 0 0 68 0 0 0 25 0 1 0 637198615 23519232 3112 33554432000 4194304 4479436 140735338958288 18446744073709551615 4339395 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 5742 3112 299 70 0 2862 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 22968

[startup+1.50071 s]
/proc/loadavg: 3.26 2.41 2.92 5/370 31804
/proc/meminfo: memFree=17065608/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=22968 CPUtime=1.48 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 7628 0 0 0 148 0 0 0 25 0 1 0 637198615 23519232 3134 33554432000 4194304 4479436 140735338958288 18446744073709551615 4407375 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 5742 3134 315 70 0 2862 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 22968

[startup+3.10043 s]
/proc/loadavg: 3.26 2.41 2.92 5/370 31804
/proc/meminfo: memFree=17064868/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=23556 CPUtime=3.08 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 7778 0 0 0 308 0 0 0 25 0 1 0 637198615 24121344 3284 33554432000 4194304 4479436 140735338958288 18446744073709551615 4306752 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 5889 3284 318 70 0 3009 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 23556

[startup+6.30086 s]
/proc/loadavg: 3.32 2.44 2.92 5/370 31804
/proc/meminfo: memFree=17057296/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=27816 CPUtime=6.28 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 8843 0 0 0 628 0 0 0 25 0 1 0 637198615 28483584 4349 33554432000 4194304 4479436 140735338958288 18446744073709551615 4371314 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 6954 4349 318 70 0 4074 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 27816

[startup+12.7007 s]
/proc/loadavg: 3.37 2.47 2.93 5/370 31804
/proc/meminfo: memFree=17060728/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=28584 CPUtime=12.68 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 9035 0 0 0 1268 0 0 0 25 0 1 0 637198615 29270016 4541 33554432000 4194304 4479436 140735338958288 18446744073709551615 4450925 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 7146 4541 318 70 0 4266 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 28584

[startup+25.5004 s]
/proc/loadavg: 3.47 2.52 2.94 5/370 31805
/proc/meminfo: memFree=17087012/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=32680 CPUtime=25.49 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 10059 0 0 0 2548 1 0 0 25 0 1 0 637198615 33464320 5565 33554432000 4194304 4479436 140735338958288 18446744073709551615 4450994 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 8170 5565 318 70 0 5290 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32680

[startup+51.1008 s]
/proc/loadavg: 3.68 2.66 2.97 5/370 31805
/proc/meminfo: memFree=17038312/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=30524 CPUtime=51.09 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 11133 0 0 0 5108 1 0 0 25 0 1 0 637198615 31256576 5034 33554432000 4194304 4479436 140735338958288 18446744073709551615 4450802 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 7631 5034 326 70 0 4751 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 30524

[startup+102.314 s]
/proc/loadavg: 3.99 2.89 3.04 5/370 31837
/proc/meminfo: memFree=17514188/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=46912 CPUtime=102.3 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 15230 0 0 0 10229 1 0 0 25 0 1 0 637198615 48037888 9131 33554432000 4194304 4479436 140735338958288 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 11728 9131 326 70 0 8848 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 46912

[startup+162.301 s]
/proc/loadavg: 4.14 3.12 3.10 5/370 31838
/proc/meminfo: memFree=17500200/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=46912 CPUtime=162.29 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 15230 0 0 0 16228 1 0 0 25 0 1 0 637198615 48037888 9131 33554432000 4194304 4479436 140735338958288 18446744073709551615 4401470 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 11728 9131 326 70 0 8848 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 46912

[startup+222.301 s]
/proc/loadavg: 4.12 3.30 3.16 5/370 31840
/proc/meminfo: memFree=17500412/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=46912 CPUtime=222.29 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 15230 0 0 0 22228 1 0 0 25 0 1 0 637198615 48037888 9131 33554432000 4194304 4479436 140735338958288 18446744073709551615 4451962 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 11728 9131 326 70 0 8848 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 46912

[startup+282.3 s]
/proc/loadavg: 4.04 3.42 3.21 5/370 31842
/proc/meminfo: memFree=17499516/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=46912 CPUtime=282.29 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 15230 0 0 0 28228 1 0 0 25 0 1 0 637198615 48037888 9131 33554432000 4194304 4479436 140735338958288 18446744073709551615 4380474 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 11728 9131 326 70 0 8848 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 46912

[startup+342.301 s]
/proc/loadavg: 4.01 3.52 3.26 5/370 31843
/proc/meminfo: memFree=17491540/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=46912 CPUtime=342.29 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 15230 0 0 0 34228 1 0 0 25 0 1 0 637198615 48037888 9131 33554432000 4194304 4479436 140735338958288 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 11728 9131 326 70 0 8848 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 46912

[startup+402.301 s]
/proc/loadavg: 4.00 3.61 3.30 5/370 31845
/proc/meminfo: memFree=17489776/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=46912 CPUtime=402.29 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 15230 0 0 0 40228 1 0 0 25 0 1 0 637198615 48037888 9131 33554432000 4194304 4479436 140735338958288 18446744073709551615 4382314 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 11728 9131 326 70 0 8848 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 46912

[startup+462.301 s]
/proc/loadavg: 4.04 3.69 3.35 5/370 31846
/proc/meminfo: memFree=17595388/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=46912 CPUtime=462.3 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 15230 0 0 0 46228 2 0 0 25 0 1 0 637198615 48037888 9131 33554432000 4194304 4479436 140735338958288 18446744073709551615 4450912 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 11728 9131 326 70 0 8848 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 46912

[startup+522.3 s]
/proc/loadavg: 4.08 3.77 3.40 5/370 31848
/proc/meminfo: memFree=17489436/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=46912 CPUtime=522.3 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 15230 0 0 0 52228 2 0 0 25 0 1 0 637198615 48037888 9131 33554432000 4194304 4479436 140735338958288 18446744073709551615 4451526 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 11728 9131 326 70 0 8848 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 46912

[startup+582.301 s]
/proc/loadavg: 4.03 3.81 3.43 5/370 31850
/proc/meminfo: memFree=17490280/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=46912 CPUtime=582.3 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 15230 0 0 0 58228 2 0 0 25 0 1 0 637198615 48037888 9131 33554432000 4194304 4479436 140735338958288 18446744073709551615 4451060 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 11728 9131 326 70 0 8848 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 46912

[startup+642.301 s]
/proc/loadavg: 4.01 3.84 3.46 5/370 31851
/proc/meminfo: memFree=17490248/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=46912 CPUtime=642.32 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 15230 0 0 0 64230 2 0 0 25 0 1 0 637198615 48037888 9131 33554432000 4194304 4479436 140735338958288 18446744073709551615 4306765 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 11728 9131 326 70 0 8848 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 46912

[startup+702.301 s]
/proc/loadavg: 4.04 3.88 3.50 5/370 31853
/proc/meminfo: memFree=17490460/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=46912 CPUtime=702.31 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 15230 0 0 0 70229 2 0 0 25 0 1 0 637198615 48037888 9131 33554432000 4194304 4479436 140735338958288 18446744073709551615 4450929 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 11728 9131 326 70 0 8848 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 46912

[startup+762.313 s]
/proc/loadavg: 4.05 3.92 3.53 5/370 31854
/proc/meminfo: memFree=17490804/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=46912 CPUtime=762.32 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 15230 0 0 0 76230 2 0 0 25 0 1 0 637198615 48037888 9131 33554432000 4194304 4479436 140735338958288 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 11728 9131 326 70 0 8848 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 46912

[startup+822.301 s]
/proc/loadavg: 4.05 3.94 3.56 5/370 31856
/proc/meminfo: memFree=17489396/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=46912 CPUtime=822.31 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 15230 0 0 0 82229 2 0 0 25 0 1 0 637198615 48037888 9131 33554432000 4194304 4479436 140735338958288 18446744073709551615 4450994 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 11728 9131 326 70 0 8848 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 46912

[startup+882.301 s]
/proc/loadavg: 4.02 3.95 3.59 5/370 31858
/proc/meminfo: memFree=17489492/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=46912 CPUtime=882.31 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 15230 0 0 0 88229 2 0 0 25 0 1 0 637198615 48037888 9131 33554432000 4194304 4479436 140735338958288 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 11728 9131 326 70 0 8848 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 46912

[startup+942.301 s]
/proc/loadavg: 4.00 3.95 3.61 5/370 31859
/proc/meminfo: memFree=17489588/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=46912 CPUtime=942.31 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 15230 0 0 0 94229 2 0 0 25 0 1 0 637198615 48037888 9131 33554432000 4194304 4479436 140735338958288 18446744073709551615 4451040 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 11728 9131 326 70 0 8848 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 46912

[startup+1002.3 s]
/proc/loadavg: 4.11 3.99 3.64 5/370 31861
/proc/meminfo: memFree=17489824/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=46912 CPUtime=1002.31 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 15230 0 0 0 100229 2 0 0 25 0 1 0 637198615 48037888 9131 33554432000 4194304 4479436 140735338958288 18446744073709551615 4380541 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 11728 9131 326 70 0 8848 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 46912

[startup+1062.3 s]
/proc/loadavg: 4.14 4.02 3.67 5/370 31862
/proc/meminfo: memFree=17489816/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=46912 CPUtime=1062.31 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 15230 0 0 0 106229 2 0 0 25 0 1 0 637198615 48037888 9131 33554432000 4194304 4479436 140735338958288 18446744073709551615 4450909 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 11728 9131 326 70 0 8848 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 46912

[startup+1122.3 s]
/proc/loadavg: 4.05 4.02 3.69 5/370 31864
/proc/meminfo: memFree=17555376/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=46912 CPUtime=1122.32 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 15230 0 0 0 112230 2 0 0 25 0 1 0 637198615 48037888 9131 33554432000 4194304 4479436 140735338958288 18446744073709551615 4330640 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 11728 9131 326 70 0 8848 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 46912

[startup+1182.3 s]
/proc/loadavg: 4.02 4.01 3.71 5/370 31866
/proc/meminfo: memFree=17484940/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=46912 CPUtime=1182.32 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 15230 0 0 0 118230 2 0 0 25 0 1 0 637198615 48037888 9131 33554432000 4194304 4479436 140735338958288 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 11728 9131 326 70 0 8848 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 46912

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

[startup+1190.3 s]
/proc/loadavg: 4.01 4.01 3.71 5/370 31866
/proc/meminfo: memFree=17484932/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=46912 CPUtime=1190.32 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 15230 0 0 0 119030 2 0 0 25 0 1 0 637198615 48037888 9131 33554432000 4194304 4479436 140735338958288 18446744073709551615 4330580 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 11728 9131 326 70 0 8848 0
Current children cumulated CPU time (s) 1190.32
Current children cumulated vsize (KiB) 46912

[startup+1196.7 s]
/proc/loadavg: 4.01 4.01 3.71 5/370 31866
/proc/meminfo: memFree=17485048/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=46912 CPUtime=1196.73 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 15230 0 0 0 119671 2 0 0 25 0 1 0 637198615 48037888 9131 33554432000 4194304 4479436 140735338958288 18446744073709551615 4452507 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 11728 9131 326 70 0 8848 0
Current children cumulated CPU time (s) 1196.73
Current children cumulated vsize (KiB) 46912

[startup+1198.3 s]
/proc/loadavg: 4.01 4.01 3.71 5/370 31866
/proc/meminfo: memFree=17485048/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=46912 CPUtime=1198.32 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 15230 0 0 0 119830 2 0 0 25 0 1 0 637198615 48037888 9131 33554432000 4194304 4479436 140735338958288 18446744073709551615 4451003 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 11728 9131 326 70 0 8848 0
Current children cumulated CPU time (s) 1198.32
Current children cumulated vsize (KiB) 46912

[startup+1199.9 s]
/proc/loadavg: 4.01 4.01 3.71 5/370 31866
/proc/meminfo: memFree=17485164/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=46912 CPUtime=1199.92 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 15230 0 0 0 119990 2 0 0 25 0 1 0 637198615 48037888 9131 33554432000 4194304 4479436 140735338958288 18446744073709551615 4450996 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 11728 9131 326 70 0 8848 0
Current children cumulated CPU time (s) 1199.92
Current children cumulated vsize (KiB) 46912

[startup+1200.3 s]
/proc/loadavg: 4.01 4.01 3.71 5/370 31866
/proc/meminfo: memFree=17485164/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=46912 CPUtime=1200.32 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 15230 0 0 0 120030 2 0 0 25 0 1 0 637198615 48037888 9131 33554432000 4194304 4479436 140735338958288 18446744073709551615 4380589 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 11728 9131 326 70 0 8848 0
Current children cumulated CPU time (s) 1200.32
Current children cumulated vsize (KiB) 46912

[startup+1200.5 s]
/proc/loadavg: 4.01 4.01 3.71 5/370 31866
/proc/meminfo: memFree=17485164/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=46912 CPUtime=1200.52 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 15230 0 0 0 120050 2 0 0 25 0 1 0 637198615 48037888 9131 33554432000 4194304 4479436 140735338958288 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 11728 9131 326 70 0 8848 0
Current children cumulated CPU time (s) 1200.52
Current children cumulated vsize (KiB) 46912

[startup+1200.6 s]
/proc/loadavg: 4.01 4.01 3.71 5/370 31866
/proc/meminfo: memFree=17485164/32951124 swapFree=67111348/67111528
[pid=31803] ppid=31801 vsize=46912 CPUtime=1200.62 cores=5,7
/proc/31803/stat : 31803 (MPhaseSAT64) R 31801 31803 31248 0 -1 4202496 15230 0 0 0 120060 2 0 0 25 0 1 0 637198615 48037888 9131 33554432000 4194304 4479436 140735338958288 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/31803/statm: 11728 9131 326 70 0 8848 0
Current children cumulated CPU time (s) 1200.62
Current children cumulated vsize (KiB) 46912

Child status: 20
Real time (s): 1200.65
CPU time (s): 1200.68
CPU user time (s): 1200.65
CPU system time (s): 0.027995
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 46912

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

runsolver used 4.31934 second user time and 9.8455 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-15 10:23:48
IDJOB=3375884
IDBENCH=82433
IDSOLVER=1855
FILE ID=node145/3375884-1305447827
RUNJOBID= node145-1305447772-31709
PBS_JOBID= 13324837
Free space on /tmp= 73272 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-13-step17.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3375884-1305447827/watcher-3375884-1305447827 -o /tmp/evaluation-result-3375884-1305447827/solver-3375884-1305447827 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3375884-1305447827.cnf

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=800607281

node145.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.786
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.57
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.786
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.76
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.786
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.786
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.83
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.786
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17078412 kB
Buffers:        312228 kB
Cached:        8819876 kB
SwapCached:          0 kB
Active:        8749432 kB
Inactive:      6764380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17078412 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          398620 kB
Writeback:           0 kB
AnonPages:     6381696 kB
Mapped:          28436 kB
Slab:           256644 kB
PageTables:      36304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 80448960 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= 73476 MiB
End job on node145 at 2011-05-15 10:43:48