Trace number 3445798

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
MPhaseSAT 2011-02-15? (TO) 5000.03 4999.92

General information on the benchmark

NameSAT03/handmade/gomes/bqwh/
bqwh.60.1152.shuffled-as.sat03-1650.cnf
MD5SUM98d6317b259165bb4fb7a39e783668e0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark373.939
Satisfiable
(Un)Satisfiability was proved
Number of variables7534
Number of clauses72812
Sum of the clauses size161368
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 269406
Number of clauses of size 3128
Number of clauses of size 4291
Number of clauses of size 5538
Number of clauses of size over 52449

Solver Data


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: 977)

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-3445798-1306980704/watcher-3445798-1306980704 -o /tmp/evaluation-result-3445798-1306980704/solver-3445798-1306980704 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445798-1306980704.cnf 

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

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


[startup+0 s]
/proc/loadavg: 2.03 2.02 2.00 2/400 15313
/proc/meminfo: memFree=30351444/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=5036 CPUtime=0 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 352 0 0 0 0 0 0 0 25 0 1 0 809670131 5156864 293 33554432000 134512640 134731564 4292709232 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15313/statm: 1259 293 225 54 0 569 0

[startup+0.0373729 s]
/proc/loadavg: 2.03 2.02 2.00 2/400 15313
/proc/meminfo: memFree=30351444/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=5036 CPUtime=0.03 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 504 0 0 0 3 0 0 0 25 0 1 0 809670131 5156864 445 33554432000 134512640 134731564 4292709232 18446744073709551615 3207094 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15313/statm: 1259 445 225 54 0 569 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5036

[startup+0.100343 s]
/proc/loadavg: 2.03 2.02 2.00 2/400 15313
/proc/meminfo: memFree=30351444/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=7996 CPUtime=0.09 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 2522 0 0 0 9 0 0 0 25 0 1 0 809670131 8187904 1517 33554432000 134512640 134731564 4292709232 18446744073709551615 3327484 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15313/statm: 1999 1518 249 54 0 1309 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7996

[startup+0.300252 s]
/proc/loadavg: 2.03 2.02 2.00 2/400 15313
/proc/meminfo: memFree=30351444/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=11448 CPUtime=0.29 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 3406 0 0 0 29 0 0 0 25 0 1 0 809670131 11722752 2400 33554432000 134512640 134731564 4292709232 18446744073709551615 134723195 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15313/statm: 2862 2400 271 54 0 2172 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11448

[startup+0.700176 s]
/proc/loadavg: 2.03 2.02 2.00 2/400 15313
/proc/meminfo: memFree=30351444/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=11448 CPUtime=0.69 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 3406 0 0 0 69 0 0 0 25 0 1 0 809670131 11722752 2400 33554432000 134512640 134731564 4292709232 18446744073709551615 134634672 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15313/statm: 2862 2400 271 54 0 2172 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11448

[startup+1.50097 s]
/proc/loadavg: 2.02 2.02 2.00 3/401 15314
/proc/meminfo: memFree=30342260/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=11448 CPUtime=1.49 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 3406 0 0 0 149 0 0 0 25 0 1 0 809670131 11722752 2400 33554432000 134512640 134731564 4292709232 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15313/statm: 2862 2400 271 54 0 2172 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11448

[startup+3.10079 s]
/proc/loadavg: 2.02 2.02 2.00 3/401 15314
/proc/meminfo: memFree=30341392/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=12108 CPUtime=3.09 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 3584 0 0 0 309 0 0 0 25 0 1 0 809670131 12398592 2578 33554432000 134512640 134731564 4292709232 18446744073709551615 134667895 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15313/statm: 3027 2578 271 54 0 2337 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12108

[startup+6.30023 s]
/proc/loadavg: 2.02 2.02 2.00 3/401 15314
/proc/meminfo: memFree=30340016/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=12584 CPUtime=6.29 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 8927 0 0 0 629 0 0 0 25 0 1 0 809670131 12886016 2697 33554432000 134512640 134731564 4292709232 18446744073709551615 134720177 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15313/statm: 3146 2697 277 54 0 2456 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12584

[startup+12.7011 s]
/proc/loadavg: 2.02 2.02 2.00 3/401 15314
/proc/meminfo: memFree=30337656/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=14604 CPUtime=12.69 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 9415 0 0 0 1268 1 0 0 25 0 1 0 809670131 14954496 3185 33554432000 134512640 134731564 4292709232 18446744073709551615 134659010 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15313/statm: 3651 3185 277 54 0 2961 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14604

[startup+25.5008 s]
/proc/loadavg: 2.02 2.02 2.00 3/401 15315
/proc/meminfo: memFree=30335180/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=16812 CPUtime=25.49 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 10164 0 0 0 2548 1 0 0 25 0 1 0 809670131 17215488 3769 33554432000 134512640 134731564 4292709232 18446744073709551615 3067723 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/15313/statm: 4203 3769 277 54 0 3513 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 16812

[startup+51.1002 s]
/proc/loadavg: 2.01 2.02 2.00 3/401 15315
/proc/meminfo: memFree=30331044/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=20308 CPUtime=51.08 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 11265 0 0 0 5107 1 0 0 25 0 1 0 809670131 20795392 4649 33554432000 134512640 134731564 4292709232 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 5077 4649 277 54 0 4387 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 20308

[startup+102.315 s]
/proc/loadavg: 2.00 2.01 2.00 3/401 15317
/proc/meminfo: memFree=30324196/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=26244 CPUtime=102.29 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 13097 0 0 0 10228 1 0 0 25 0 1 0 809670131 26873856 6133 33554432000 134512640 134731564 4292709232 18446744073709551615 134722549 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 6561 6133 277 54 0 5871 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 26244

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 15318
/proc/meminfo: memFree=30317824/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=33072 CPUtime=162.27 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 14953 0 0 0 16226 1 0 0 25 0 1 0 809670131 33865728 7836 33554432000 134512640 134731564 4292709232 18446744073709551615 3067651 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 8268 7836 277 54 0 7578 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 33072

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 15320
/proc/meminfo: memFree=30308832/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=42780 CPUtime=222.28 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 17360 0 0 0 22226 2 0 0 25 0 1 0 809670131 43806720 10243 33554432000 134512640 134731564 4292709232 18446744073709551615 134659542 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 10695 10243 277 54 0 10005 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 42780

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 15321
/proc/meminfo: memFree=30309016/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=42780 CPUtime=282.28 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 17360 0 0 0 28226 2 0 0 25 0 1 0 809670131 43806720 10243 33554432000 134512640 134731564 4292709232 18446744073709551615 134720189 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 10695 10243 277 54 0 10005 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 42780

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 15351
/proc/meminfo: memFree=30308540/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=42780 CPUtime=342.28 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 17360 0 0 0 34226 2 0 0 25 0 1 0 809670131 43806720 10243 33554432000 134512640 134731564 4292709232 18446744073709551615 134720151 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 10695 10243 277 54 0 10005 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 42780

[startup+402.301 s]
/proc/loadavg: 2.10 2.03 2.01 3/401 15353
/proc/meminfo: memFree=30301028/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=49284 CPUtime=402.28 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 18986 0 0 0 40226 2 0 0 25 0 1 0 809670131 50466816 11869 33554432000 134512640 134731564 4292709232 18446744073709551615 3068234 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 12321 11869 277 54 0 11631 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 49284

[startup+462.301 s]
/proc/loadavg: 2.08 2.04 2.01 3/401 15354
/proc/meminfo: memFree=30300980/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=49284 CPUtime=462.28 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 18986 0 0 0 46226 2 0 0 25 0 1 0 809670131 50466816 11869 33554432000 134512640 134731564 4292709232 18446744073709551615 134715874 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 12321 11869 277 54 0 11631 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 49284

[startup+522.3 s]
/proc/loadavg: 2.15 2.06 2.01 3/401 15356
/proc/meminfo: memFree=30293604/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=54220 CPUtime=522.28 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 20228 0 0 0 52226 2 0 0 25 0 1 0 809670131 55521280 13111 33554432000 134512640 134731564 4292709232 18446744073709551615 134720336 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 13555 13111 277 54 0 12865 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 54220

[startup+582.301 s]
/proc/loadavg: 2.05 2.05 2.01 3/401 15357
/proc/meminfo: memFree=30291704/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=54220 CPUtime=582.28 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 20228 0 0 0 58226 2 0 0 25 0 1 0 809670131 55521280 13111 33554432000 134512640 134731564 4292709232 18446744073709551615 134720151 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 13555 13111 277 54 0 12865 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 54220

[startup+642.301 s]

################
# More data... #
################

[startup+4062.31 s]
/proc/loadavg: 2.01 2.04 2.00 3/401 15462
/proc/meminfo: memFree=30255120/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=81740 CPUtime=4062.39 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 27340 0 0 0 406233 6 0 0 25 0 1 0 809670131 83701760 20007 33554432000 134512640 134731564 4292709232 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 20435 20007 277 54 0 19745 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 81740

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/401 15464
/proc/meminfo: memFree=30255936/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=81740 CPUtime=4122.38 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 27340 0 0 0 412232 6 0 0 25 0 1 0 809670131 83701760 20007 33554432000 134512640 134731564 4292709232 18446744073709551615 134720128 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 20435 20007 277 54 0 19745 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 81740

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/401 15465
/proc/meminfo: memFree=30255272/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=82960 CPUtime=4182.38 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 27627 0 0 0 418232 6 0 0 25 0 1 0 809670131 84951040 20294 33554432000 134512640 134731564 4292709232 18446744073709551615 134659535 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 20740 20294 277 54 0 20050 0
Current children cumulated CPU time (s) 4182.38
Current children cumulated vsize (KiB) 82960

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/401 15467
/proc/meminfo: memFree=30255344/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=82960 CPUtime=4242.38 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 27627 0 0 0 424232 6 0 0 25 0 1 0 809670131 84951040 20294 33554432000 134512640 134731564 4292709232 18446744073709551615 134659464 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 20740 20294 277 54 0 20050 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 82960

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/401 15469
/proc/meminfo: memFree=30255048/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=82960 CPUtime=4302.38 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 27627 0 0 0 430232 6 0 0 25 0 1 0 809670131 84951040 20294 33554432000 134512640 134731564 4292709232 18446744073709551615 134720189 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 20740 20294 277 54 0 20050 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 82960

[startup+4362.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/401 15470
/proc/meminfo: memFree=30255104/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=82960 CPUtime=4362.38 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 27627 0 0 0 436232 6 0 0 25 0 1 0 809670131 84951040 20294 33554432000 134512640 134731564 4292709232 18446744073709551615 134720143 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 20740 20294 277 54 0 20050 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 82960

[startup+4422.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/401 15472
/proc/meminfo: memFree=30255280/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=82960 CPUtime=4422.38 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 27627 0 0 0 442232 6 0 0 25 0 1 0 809670131 84951040 20294 33554432000 134512640 134731564 4292709232 18446744073709551615 134667129 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 20740 20294 277 54 0 20050 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 82960

[startup+4482.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/401 15473
/proc/meminfo: memFree=30255488/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=82024 CPUtime=4482.39 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 27627 0 0 0 448233 6 0 0 25 0 1 0 809670131 83992576 20078 33554432000 134512640 134731564 4292709232 18446744073709551615 134668656 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 20506 20078 277 54 0 19816 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 82024

[startup+4542.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/401 15475
/proc/meminfo: memFree=30254920/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=82024 CPUtime=4542.4 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 27627 0 0 0 454233 7 0 0 25 0 1 0 809670131 83992576 20078 33554432000 134512640 134731564 4292709232 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 20506 20078 277 54 0 19816 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 82024

[startup+4602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/401 15477
/proc/meminfo: memFree=30254016/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=82024 CPUtime=4602.41 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 27627 0 0 0 460234 7 0 0 25 0 1 0 809670131 83992576 20078 33554432000 134512640 134731564 4292709232 18446744073709551615 134719859 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 20506 20078 277 54 0 19816 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 82024

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/401 15478
/proc/meminfo: memFree=30254448/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=82024 CPUtime=4662.4 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 27627 0 0 0 466233 7 0 0 25 0 1 0 809670131 83992576 20078 33554432000 134512640 134731564 4292709232 18446744073709551615 134669571 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 20506 20078 277 54 0 19816 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 82024

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/401 15480
/proc/meminfo: memFree=30254276/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=82024 CPUtime=4722.41 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 27627 0 0 0 472234 7 0 0 25 0 1 0 809670131 83992576 20078 33554432000 134512640 134731564 4292709232 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 20506 20078 277 54 0 19816 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 82024

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/401 15481
/proc/meminfo: memFree=30254356/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=82024 CPUtime=4782.4 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 27627 0 0 0 478233 7 0 0 25 0 1 0 809670131 83992576 20078 33554432000 134512640 134731564 4292709232 18446744073709551615 3067719 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 20506 20078 277 54 0 19816 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 82024

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/401 15483
/proc/meminfo: memFree=30253812/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=82024 CPUtime=4842.4 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 27627 0 0 0 484233 7 0 0 25 0 1 0 809670131 83992576 20078 33554432000 134512640 134731564 4292709232 18446744073709551615 134659012 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 20506 20078 277 54 0 19816 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 82024

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/401 15485
/proc/meminfo: memFree=30253024/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=82024 CPUtime=4902.4 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 27627 0 0 0 490233 7 0 0 25 0 1 0 809670131 83992576 20078 33554432000 134512640 134731564 4292709232 18446744073709551615 134659057 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 20506 20078 277 54 0 19816 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 82024

[startup+4962.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/401 15486
/proc/meminfo: memFree=30253844/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=82024 CPUtime=4962.4 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 27627 0 0 0 496233 7 0 0 25 0 1 0 809670131 83992576 20078 33554432000 134512640 134731564 4292709232 18446744073709551615 134655940 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 20506 20078 277 54 0 19816 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 82024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.14 2.04 2.01 3/401 15487
/proc/meminfo: memFree=30253804/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=82024 CPUtime=5000.01 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 27627 0 0 0 499994 7 0 0 25 0 1 0 809670131 83992576 20078 33554432000 134512640 134731564 4292709232 18446744073709551615 134623203 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 20506 20078 277 54 0 19816 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 82024

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+4999.9 s]
/proc/loadavg: 2.14 2.04 2.01 3/401 15487
/proc/meminfo: memFree=30253804/32950904 swapFree=56615552/67111528
[pid=15313] ppid=15311 vsize=82024 CPUtime=5000.01 cores=0,2,4,6
/proc/15313/stat : 15313 (MPhaseSAT) R 15311 15313 14314 0 -1 4202496 27627 0 0 0 499994 7 0 0 25 0 1 0 809670131 83992576 20078 33554432000 134512640 134731564 4292709232 18446744073709551615 134623203 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/15313/statm: 20506 20078 277 54 0 19816 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 82024

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.03
CPU user time (s): 4999.95
CPU system time (s): 0.078987
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 82960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.95
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27627
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= 15
involuntary context switches= 7474

runsolver used 20.011 second user time and 43.6424 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-02 04:11:44
IDJOB=3445798
IDBENCH=83797
IDSOLVER=1941
FILE ID=node121/3445798-1306980704
RUNJOBID= node121-1306970699-14333
PBS_JOBID= 13497695
Free space on /tmp= 73832 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT03/handmade/gomes/bqwh/bqwh.60.1152.shuffled-as.sat03-1650.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445798-1306980704/watcher-3445798-1306980704 -o /tmp/evaluation-result-3445798-1306980704/solver-3445798-1306980704 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445798-1306980704.cnf

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

MD5SUM BENCH= 98d6317b259165bb4fb7a39e783668e0
RANDOM SEED=1214595531

node121.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.817
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.63
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.817
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	: 5226.07
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.817
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.84
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.817
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.77
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.817
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.817
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.817
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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:     32950904 kB
MemFree:      30351608 kB
Buffers:        213328 kB
Cached:         260620 kB
SwapCached:       9896 kB
Active:        2040488 kB
Inactive:       301520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      30351608 kB
SwapTotal:    67111528 kB
SwapFree:     56615552 kB
Dirty:            1176 kB
Writeback:           0 kB
AnonPages:     1865152 kB
Mapped:          14144 kB
Slab:           139144 kB
PageTables:      51928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 83547260 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= 73832 MiB
End job on node121 at 2011-06-02 05:35:06