Trace number 3445896

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.07 4999.92

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q742.5-n45-p30-s17570390.cnf
MD5SUMba3b1702a651cd8da3e6cada8f2e97bc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.255961
Satisfiable
(Un)Satisfiability was proved
Number of variables2088
Number of clauses405748
Sum of the clauses size813494
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2405703
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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

running on 4 cores: 1,3,5,7

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.01 2.04 2.01 3/373 1209
/proc/meminfo: memFree=22996640/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=1528 CPUtime=0 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) S 1207 1209 30398 0 -1 4194304 88 0 0 0 0 0 0 0 25 0 1 0 810266605 1564672 42 33554432000 134512640 134731564 4288482624 18446744073709551615 4743764 0 2147483391 4096 0 18446744071699199166 0 0 17 1 0 0 0
/proc/1209/statm: 382 42 33 54 0 30 0

[startup+0.0202329 s]
/proc/loadavg: 2.01 2.04 2.01 3/373 1209
/proc/meminfo: memFree=22996640/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=9384 CPUtime=0.01 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 391 0 0 0 1 0 0 0 25 0 1 0 810266605 9609216 332 33554432000 134512640 134731564 4288482624 18446744073709551615 5108772 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 2346 332 225 54 0 1656 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9384

[startup+0.100216 s]
/proc/loadavg: 2.01 2.04 2.01 3/373 1209
/proc/meminfo: memFree=22996640/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=9384 CPUtime=0.09 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 861 0 0 0 9 0 0 0 25 0 1 0 810266605 9609216 802 33554432000 134512640 134731564 4288482624 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 2346 802 225 54 0 1656 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9384

[startup+0.30018 s]
/proc/loadavg: 2.01 2.04 2.01 3/373 1209
/proc/meminfo: memFree=22996640/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=12572 CPUtime=0.28 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 5065 0 0 0 28 0 0 0 25 0 1 0 810266605 12873728 2621 33554432000 134512640 134731564 4288482624 18446744073709551615 134559237 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 3143 2629 236 54 0 2453 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12572

[startup+0.701107 s]
/proc/loadavg: 2.01 2.04 2.01 3/373 1209
/proc/meminfo: memFree=22996640/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=36516 CPUtime=0.68 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 13558 0 0 0 67 1 0 0 25 0 1 0 810266605 37392384 8655 33554432000 134512640 134731564 4288482624 18446744073709551615 134612776 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 9129 8658 259 54 0 8439 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 36516

[startup+1.50096 s]
/proc/loadavg: 2.09 2.05 2.01 5/374 1210
/proc/meminfo: memFree=22948428/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=39552 CPUtime=1.49 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 14332 0 0 0 147 2 0 0 25 0 1 0 810266605 40501248 9428 33554432000 134512640 134731564 4288482624 18446744073709551615 4956487 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 9888 9428 270 54 0 9198 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39552

[startup+3.10066 s]
/proc/loadavg: 2.09 2.05 2.01 5/374 1210
/proc/meminfo: memFree=22947608/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=39552 CPUtime=3.09 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 14332 0 0 0 307 2 0 0 25 0 1 0 810266605 40501248 9428 33554432000 134512640 134731564 4288482624 18446744073709551615 134720304 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 9888 9428 270 54 0 9198 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39552

[startup+6.30108 s]
/proc/loadavg: 2.08 2.05 2.01 5/374 1210
/proc/meminfo: memFree=22945376/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=39552 CPUtime=6.29 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 14332 0 0 0 627 2 0 0 25 0 1 0 810266605 40501248 9428 33554432000 134512640 134731564 4288482624 18446744073709551615 134659535 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 9888 9428 270 54 0 9198 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39552

[startup+12.7009 s]
/proc/loadavg: 2.08 2.05 2.01 4/374 1211
/proc/meminfo: memFree=22941440/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=40576 CPUtime=12.69 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 14594 0 0 0 1267 2 0 0 25 0 1 0 810266605 41549824 9690 33554432000 134512640 134731564 4288482624 18446744073709551615 134634620 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 10144 9690 270 54 0 9454 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40576

[startup+25.5006 s]
/proc/loadavg: 2.06 2.05 2.01 4/374 1211
/proc/meminfo: memFree=22932280/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=44040 CPUtime=25.49 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 15447 0 0 0 2547 2 0 0 25 0 1 0 810266605 45096960 10543 33554432000 134512640 134731564 4288482624 18446744073709551615 134719816 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 11010 10543 270 54 0 10320 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 44040

[startup+51.1009 s]
/proc/loadavg: 2.19 2.07 2.02 5/374 1212
/proc/meminfo: memFree=22923016/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=48776 CPUtime=51.09 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 16629 0 0 0 5107 2 0 0 25 0 1 0 810266605 49946624 11725 33554432000 134512640 134731564 4288482624 18446744073709551615 134614652 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 12194 11725 270 54 0 11504 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 48776

[startup+102.314 s]
/proc/loadavg: 2.08 2.06 2.01 5/374 1213
/proc/meminfo: memFree=22930572/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=46900 CPUtime=102.3 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 46146 0 0 0 10224 6 0 0 25 0 1 0 810266605 48025600 11270 33554432000 134512640 134731564 4288482624 18446744073709551615 134624727 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 11725 11270 276 54 0 11035 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 46900

[startup+162.301 s]
/proc/loadavg: 2.03 2.05 2.01 5/374 1215
/proc/meminfo: memFree=22919640/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=56164 CPUtime=162.29 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 48430 0 0 0 16223 6 0 0 25 0 1 0 810266605 57511936 13554 33554432000 134512640 134731564 4288482624 18446744073709551615 134667537 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 14041 13554 276 54 0 13351 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 56164

[startup+222.301 s]
/proc/loadavg: 2.01 2.04 2.00 5/374 1216
/proc/meminfo: memFree=22894456/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=76772 CPUtime=222.29 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 53560 0 0 0 22222 7 0 0 25 0 1 0 810266605 78614528 18684 33554432000 134512640 134731564 4288482624 18446744073709551615 4956071 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 19193 18684 276 54 0 18503 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 76772

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.00 5/374 1219
/proc/meminfo: memFree=22889096/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=76772 CPUtime=282.29 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 53575 0 0 0 28222 7 0 0 25 0 1 0 810266605 78614528 18699 33554432000 134512640 134731564 4288482624 18446744073709551615 134719816 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 19193 18699 276 54 0 18503 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 76772

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 6/374 1220
/proc/meminfo: memFree=22887960/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=76772 CPUtime=342.29 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 53593 0 0 0 34222 7 0 0 25 0 1 0 810266605 78614528 18717 33554432000 134512640 134731564 4288482624 18446744073709551615 134669242 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 19193 18717 276 54 0 18503 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 76772

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 5/374 1223
/proc/meminfo: memFree=22881372/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=78632 CPUtime=402.3 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 54059 0 0 0 40223 7 0 0 25 0 1 0 810266605 80519168 19183 33554432000 134512640 134731564 4288482624 18446744073709551615 134667506 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 19658 19183 276 54 0 18968 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 78632

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 4/374 1225
/proc/meminfo: memFree=22878872/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=78632 CPUtime=462.3 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 54059 0 0 0 46223 7 0 0 25 0 1 0 810266605 80519168 19183 33554432000 134512640 134731564 4288482624 18446744073709551615 134721096 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 19658 19183 276 54 0 18968 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 78632

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 5/374 1226
/proc/meminfo: memFree=22878352/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=78632 CPUtime=522.3 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 54059 0 0 0 52223 7 0 0 25 0 1 0 810266605 80519168 19183 33554432000 134512640 134731564 4288482624 18446744073709551615 4956487 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 19658 19183 276 54 0 18968 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 78632

[startup+582.301 s]
/proc/loadavg: 2.05 2.01 2.00 5/374 1229
/proc/meminfo: memFree=22873128/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=82324 CPUtime=582.31 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 54903 0 0 0 58223 8 0 0 25 0 1 0 810266605 84299776 20027 33554432000 134512640 134731564 4288482624 18446744073709551615 134659256 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 20581 20027 276 54 0 19891 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 82324

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.01 2.02 2.00 5/374 1344
/proc/meminfo: memFree=22703988/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=215544 CPUtime=4062.42 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 88034 0 0 0 406226 16 0 0 25 0 1 0 810266605 220717056 53121 33554432000 134512640 134731564 4288482624 18446744073709551615 134624727 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 53886 53121 276 54 0 53196 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 215544

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 5/374 1345
/proc/meminfo: memFree=22703960/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=215544 CPUtime=4122.41 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 88035 0 0 0 412224 17 0 0 25 0 1 0 810266605 220717056 53122 33554432000 134512640 134731564 4288482624 18446744073709551615 134667496 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 53886 53122 276 54 0 53196 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 215544

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 2.00 5/374 1347
/proc/meminfo: memFree=22703820/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=215544 CPUtime=4182.42 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 88038 0 0 0 418225 17 0 0 25 0 1 0 810266605 220717056 53125 33554432000 134512640 134731564 4288482624 18446744073709551615 134719844 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 53886 53125 276 54 0 53196 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 215544

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 5/374 1357
/proc/meminfo: memFree=22703188/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=215544 CPUtime=4242.42 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 88038 0 0 0 424225 17 0 0 25 0 1 0 810266605 220717056 53125 33554432000 134512640 134731564 4288482624 18446744073709551615 134717611 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 53886 53125 276 54 0 53196 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 215544

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 5/374 1359
/proc/meminfo: memFree=22704284/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=215544 CPUtime=4302.42 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 88038 0 0 0 430225 17 0 0 25 0 1 0 810266605 220717056 53125 33554432000 134512640 134731564 4288482624 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 53886 53125 276 54 0 53196 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 215544

[startup+4362.3 s]
/proc/loadavg: 2.08 2.02 2.01 5/374 1361
/proc/meminfo: memFree=22704868/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=215544 CPUtime=4362.42 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 88038 0 0 0 436225 17 0 0 25 0 1 0 810266605 220717056 53125 33554432000 134512640 134731564 4288482624 18446744073709551615 134623197 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 53886 53125 276 54 0 53196 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 215544

[startup+4422.3 s]
/proc/loadavg: 2.17 2.04 2.01 5/374 1365
/proc/meminfo: memFree=22704652/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=215544 CPUtime=4422.42 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 88038 0 0 0 442225 17 0 0 25 0 1 0 810266605 220717056 53125 33554432000 134512640 134731564 4288482624 18446744073709551615 134719844 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 53886 53125 276 54 0 53196 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 215544

[startup+4482.3 s]
/proc/loadavg: 2.13 2.05 2.01 4/374 1367
/proc/meminfo: memFree=22705000/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=215544 CPUtime=4482.42 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 88038 0 0 0 448225 17 0 0 25 0 1 0 810266605 220717056 53125 33554432000 134512640 134731564 4288482624 18446744073709551615 134659535 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 53886 53125 276 54 0 53196 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 215544

[startup+4542.3 s]
/proc/loadavg: 2.05 2.04 2.00 4/374 1368
/proc/meminfo: memFree=22704856/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=215544 CPUtime=4542.43 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 88038 0 0 0 454226 17 0 0 25 0 1 0 810266605 220717056 53125 33554432000 134512640 134731564 4288482624 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 53886 53125 276 54 0 53196 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 215544

[startup+4602.3 s]
/proc/loadavg: 2.02 2.03 2.00 5/374 1371
/proc/meminfo: memFree=22703824/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=215544 CPUtime=4602.43 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 88038 0 0 0 460226 17 0 0 25 0 1 0 810266605 220717056 53125 33554432000 134512640 134731564 4288482624 18446744073709551615 134659486 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 53886 53125 276 54 0 53196 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 215544

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 5/374 1373
/proc/meminfo: memFree=22703308/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=215544 CPUtime=4662.43 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 88039 0 0 0 466226 17 0 0 25 0 1 0 810266605 220717056 53126 33554432000 134512640 134731564 4288482624 18446744073709551615 134659467 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 53886 53126 276 54 0 53196 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 215544

[startup+4722.31 s]
/proc/loadavg: 2.00 2.02 2.00 5/374 1374
/proc/meminfo: memFree=22704768/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=215544 CPUtime=4722.44 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 88039 0 0 0 472227 17 0 0 25 0 1 0 810266605 220717056 53126 33554432000 134512640 134731564 4288482624 18446744073709551615 134710505 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 53886 53126 276 54 0 53196 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 215544

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 5/374 1377
/proc/meminfo: memFree=22704624/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=215544 CPUtime=4782.43 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 88039 0 0 0 478226 17 0 0 25 0 1 0 810266605 220717056 53126 33554432000 134512640 134731564 4288482624 18446744073709551615 134667199 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 53886 53126 276 54 0 53196 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 215544

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 5/374 1378
/proc/meminfo: memFree=22704232/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=215544 CPUtime=4842.43 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 88039 0 0 0 484226 17 0 0 25 0 1 0 810266605 220717056 53126 33554432000 134512640 134731564 4288482624 18446744073709551615 134614655 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 53886 53126 276 54 0 53196 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 215544

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 5/374 1380
/proc/meminfo: memFree=22704212/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=215544 CPUtime=4902.44 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 88039 0 0 0 490227 17 0 0 25 0 1 0 810266605 220717056 53126 33554432000 134512640 134731564 4288482624 18446744073709551615 134659365 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 53886 53126 276 54 0 53196 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 215544

[startup+4962.3 s]
/proc/loadavg: 2.04 2.01 2.00 5/374 1383
/proc/meminfo: memFree=22704444/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=215544 CPUtime=4962.44 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 88039 0 0 0 496227 17 0 0 25 0 1 0 810266605 220717056 53126 33554432000 134512640 134731564 4288482624 18446744073709551615 134659329 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 53886 53126 276 54 0 53196 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 215544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.07 2.03 2.00 2/373 1385
/proc/meminfo: memFree=22784672/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=215544 CPUtime=5000.04 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 88045 0 0 0 499987 17 0 0 25 0 1 0 810266605 220717056 53132 33554432000 134512640 134731564 4288482624 18446744073709551615 134659722 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 53886 53132 276 54 0 53196 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 215544

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.07 2.03 2.00 2/373 1385
/proc/meminfo: memFree=22784672/32951124 swapFree=37148216/67111528
[pid=1209] ppid=1207 vsize=215544 CPUtime=5000.04 cores=1,3,5,7
/proc/1209/stat : 1209 (MPhaseSAT) R 1207 1209 30398 0 -1 4202496 88045 0 0 0 499987 17 0 0 25 0 1 0 810266605 220717056 53132 33554432000 134512640 134731564 4288482624 18446744073709551615 134659722 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/1209/statm: 53886 53132 276 54 0 53196 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 215544

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.07
CPU user time (s): 4999.89
CPU system time (s): 0.180972
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 215544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.89
system time used= 0.180972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88045
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= 8
involuntary context switches= 57240

runsolver used 17.4214 second user time and 41.3017 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-02 05:51:02
IDJOB=3445896
IDBENCH=88211
IDSOLVER=1941
FILE ID=node104/3445896-1306986661
RUNJOBID= node104-1306981659-962
PBS_JOBID= 13497658
Free space on /tmp= 73852 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q742.5-n45-p30-s17570390.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445896-1306986661/watcher-3445896-1306986661 -o /tmp/evaluation-result-3445896-1306986661/solver-3445896-1306986661 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445896-1306986661.cnf

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

MD5SUM BENCH= ba3b1702a651cd8da3e6cada8f2e97bc
RANDOM SEED=490378913

node104.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.855
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.71
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.855
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.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.83
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22996936 kB
Buffers:        392724 kB
Cached:        7455176 kB
SwapCached:     163872 kB
Active:        3628896 kB
Inactive:      5997568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22996936 kB
SwapTotal:    67111528 kB
SwapFree:     37148216 kB
Dirty:            7380 kB
Writeback:          24 kB
AnonPages:     1637372 kB
Mapped:          11868 kB
Slab:           173064 kB
PageTables:      89308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87729728 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= 73852 MiB
End job on node104 at 2011-06-02 07:14:24