Trace number 3280119

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_M 2011-02-16? (TO) 1300.07 1300.02

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-17-s.cnf
MD5SUMf72920912a1bb14f90e9fea5dee0ec1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark77.9931
Satisfiable
(Un)Satisfiability was proved
Number of variables298900
Number of clauses1409628
Sum of the clauses size3261218
Maximum clause length10
Minimum clause length1
Number of clauses of size 122283
Number of clauses of size 21089480
Number of clauses of size 3242405
Number of clauses of size 46160
Number of clauses of size 524640
Number of clauses of size over 524660

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

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-3280119-1303746806/watcher-3280119-1303746806 -o /tmp/evaluation-result-3280119-1303746806/solver-3280119-1303746806 -C 2400 -W 1300 -M 7680 MPhaseSAT_M HOME/instance-3280119-1303746806.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: 0.08 0.02 0.01 5/183 14083
/proc/meminfo: memFree=14223848/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=25168 CPUtime=0 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 467096388 25772032 270 33554432000 134512640 134829744 4288728528 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 6292 270 225 78 0 5578 0

[startup+0.057092 s]
/proc/loadavg: 0.08 0.02 0.01 5/183 14083
/proc/meminfo: memFree=14223848/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=25168 CPUtime=0.05 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 603 0 0 0 5 0 0 0 20 0 1 0 467096388 25772032 544 33554432000 134512640 134829744 4288728528 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 6292 544 225 78 0 5578 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 25168

[startup+0.101084 s]
/proc/loadavg: 0.08 0.02 0.01 5/183 14083
/proc/meminfo: memFree=14223848/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=25168 CPUtime=0.09 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 836 0 0 0 9 0 0 0 20 0 1 0 467096388 25772032 777 33554432000 134512640 134829744 4288728528 18446744073709551615 2284044 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 6292 777 225 78 0 5578 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25168

[startup+0.301043 s]
/proc/loadavg: 0.08 0.02 0.01 5/183 14083
/proc/meminfo: memFree=14223848/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=25168 CPUtime=0.29 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 1860 0 0 0 29 0 0 0 21 0 1 0 467096388 25772032 1801 33554432000 134512640 134829744 4288728528 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 6292 1801 225 78 0 5578 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25168

[startup+0.700971 s]
/proc/loadavg: 0.08 0.02 0.01 5/183 14083
/proc/meminfo: memFree=14223848/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=25168 CPUtime=0.69 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 3883 0 0 0 68 1 0 0 22 0 1 0 467096388 25772032 3824 33554432000 134512640 134829744 4288728528 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 6292 3825 225 78 0 5578 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25168

[startup+1.50081 s]
/proc/loadavg: 0.08 0.02 0.01 5/190 14097
/proc/meminfo: memFree=14100628/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=183368 CPUtime=1.49 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 42064 0 0 0 143 6 0 0 25 0 1 0 467096388 187768832 41520 33554432000 134512640 134829744 4288728528 18446744073709551615 134623293 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 45842 41520 535 78 0 45128 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 183368

[startup+3.10049 s]
/proc/loadavg: 0.08 0.02 0.01 5/190 14097
/proc/meminfo: memFree=13748580/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=204532 CPUtime=3.09 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 54499 0 0 0 302 7 0 0 25 0 1 0 467096388 209440768 46735 33554432000 134512640 134829744 4288728528 18446744073709551615 134688792 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 51133 46735 546 78 0 50419 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 204532

[startup+6.30085 s]
/proc/loadavg: 0.55 0.12 0.04 5/190 14097
/proc/meminfo: memFree=13747332/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=193092 CPUtime=6.29 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 58605 0 0 0 621 8 0 0 25 0 1 0 467096388 197726208 43517 33554432000 134512640 134829744 4288728528 18446744073709551615 134661784 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 48273 43517 557 78 0 47559 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 193092

[startup+12.7006 s]
/proc/loadavg: 0.83 0.18 0.06 5/190 14097
/proc/meminfo: memFree=13718816/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=199976 CPUtime=12.69 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 60340 0 0 0 1260 9 0 0 25 0 1 0 467096388 204775424 45252 33554432000 134512640 134829744 4288728528 18446744073709551615 134719771 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 49994 45252 557 78 0 49280 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 199976

[startup+25.501 s]
/proc/loadavg: 1.46 0.35 0.12 5/190 14124
/proc/meminfo: memFree=13551644/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=204364 CPUtime=25.49 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 74776 0 0 0 2538 11 0 0 25 0 1 0 467096388 209268736 46382 33554432000 134512640 134829744 4288728528 18446744073709551615 134661441 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 51091 46382 557 78 0 50377 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 204364

[startup+51.101 s]
/proc/loadavg: 2.32 0.64 0.22 5/190 14125
/proc/meminfo: memFree=13503740/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=223320 CPUtime=51.09 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 106018 0 0 0 5092 17 0 0 25 0 1 0 467096388 228679680 51108 33554432000 134512640 134829744 4288728528 18446744073709551615 134722783 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 55830 51108 557 78 0 55116 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 223320

[startup+102.307 s]
/proc/loadavg: 3.33 1.17 0.42 5/190 14126
/proc/meminfo: memFree=13650472/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=232380 CPUtime=102.3 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 121513 0 0 0 10210 20 0 0 25 0 1 0 467096388 237957120 53397 33554432000 134512640 134829744 4288728528 18446744073709551615 134661122 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 58095 53397 557 78 0 57381 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 232380

[startup+162.301 s]
/proc/loadavg: 3.75 1.69 0.64 5/190 14128
/proc/meminfo: memFree=13648264/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=232796 CPUtime=162.29 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 147959 0 0 0 16206 23 0 0 25 0 1 0 467096388 238383104 53503 33554432000 134512640 134829744 4288728528 18446744073709551615 134624946 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 58199 53503 558 78 0 57485 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 232796

[startup+222.301 s]
/proc/loadavg: 3.91 2.10 0.85 5/190 14129
/proc/meminfo: memFree=13640328/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=237944 CPUtime=222.3 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 175951 0 0 0 22202 28 0 0 25 0 1 0 467096388 243654656 54784 33554432000 134512640 134829744 4288728528 18446744073709551615 134722308 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 59486 54784 558 78 0 58772 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 237944

[startup+282.301 s]
/proc/loadavg: 4.07 2.48 1.05 5/190 14131
/proc/meminfo: memFree=13638344/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=237500 CPUtime=282.3 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 189130 0 0 0 28201 29 0 0 25 0 1 0 467096388 243200000 54704 33554432000 134512640 134829744 4288728528 18446744073709551615 134657904 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 59375 54704 558 78 0 58661 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 237500

[startup+342.301 s]
/proc/loadavg: 4.02 2.75 1.23 5/190 14133
/proc/meminfo: memFree=13635120/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=237500 CPUtime=342.31 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 202292 0 0 0 34200 31 0 0 25 0 1 0 467096388 243200000 54708 33554432000 134512640 134829744 4288728528 18446744073709551615 134723243 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 59375 54708 558 78 0 58661 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 237500

[startup+402.3 s]
/proc/loadavg: 4.01 2.98 1.40 5/190 14134
/proc/meminfo: memFree=13623216/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=239644 CPUtime=402.3 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 215971 0 0 0 40197 33 0 0 25 0 1 0 467096388 245395456 55229 33554432000 134512640 134829744 4288728528 18446744073709551615 134661169 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 59911 55229 558 78 0 59197 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 239644

[startup+462.3 s]
/proc/loadavg: 4.00 3.16 1.56 5/190 14145
/proc/meminfo: memFree=13631012/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=240784 CPUtime=462.31 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 229766 0 0 0 46195 36 0 0 25 0 1 0 467096388 246562816 55531 33554432000 134512640 134829744 4288728528 18446744073709551615 134661169 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 60196 55531 558 78 0 59482 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 240784

[startup+522.3 s]
/proc/loadavg: 4.00 3.31 1.71 5/190 14146
/proc/meminfo: memFree=13625744/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=240392 CPUtime=522.31 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 243178 0 0 0 52193 38 0 0 25 0 1 0 467096388 246161408 55437 33554432000 134512640 134829744 4288728528 18446744073709551615 134722430 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 60098 55437 558 78 0 59384 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 240392

[startup+582.3 s]
/proc/loadavg: 4.00 3.43 1.85 5/190 14148
/proc/meminfo: memFree=13631140/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=240392 CPUtime=582.31 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 256302 0 0 0 58192 39 0 0 25 0 1 0 467096388 246161408 55439 33554432000 134512640 134829744 4288728528 18446744073709551615 134723598 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 60098 55439 558 78 0 59384 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 240392

[startup+642.3 s]
/proc/loadavg: 4.03 3.55 1.99 5/190 14150
/proc/meminfo: memFree=13626536/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=242412 CPUtime=642.32 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 269926 0 0 0 64191 41 0 0 25 0 1 0 467096388 248229888 55941 33554432000 134512640 134829744 4288728528 18446744073709551615 134661169 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 60603 55941 558 78 0 59889 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 242412

[startup+702.301 s]
/proc/loadavg: 4.01 3.63 2.11 5/190 14151
/proc/meminfo: memFree=13625528/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=240236 CPUtime=702.31 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 269926 0 0 0 70190 41 0 0 25 0 1 0 467096388 246001664 55402 33554432000 134512640 134829744 4288728528 18446744073709551615 134722314 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 60059 55402 558 78 0 59345 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 240236

[startup+762.307 s]
/proc/loadavg: 4.07 3.71 2.23 5/190 14153
/proc/meminfo: memFree=13625272/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=240236 CPUtime=762.33 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 283056 0 0 0 76190 43 0 0 25 0 1 0 467096388 246001664 55410 33554432000 134512640 134829744 4288728528 18446744073709551615 134722314 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 60059 55410 558 78 0 59345 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 240236

[startup+822.301 s]
/proc/loadavg: 4.02 3.76 2.34 5/190 14154
/proc/meminfo: memFree=13622536/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=240236 CPUtime=822.33 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 296140 0 0 0 82188 45 0 0 25 0 1 0 467096388 246001664 55412 33554432000 134512640 134829744 4288728528 18446744073709551615 134722615 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 60059 55412 558 78 0 59345 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 240236

[startup+882.301 s]
/proc/loadavg: 4.01 3.80 2.44 5/190 14156
/proc/meminfo: memFree=13616824/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=244972 CPUtime=882.32 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 310557 0 0 0 88185 47 0 0 25 0 1 0 467096388 250851328 56596 33554432000 134512640 134829744 4288728528 18446744073709551615 134722301 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 61243 56596 558 78 0 60529 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 244972

[startup+942.301 s]
/proc/loadavg: 4.00 3.83 2.54 5/190 14158
/proc/meminfo: memFree=13614208/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=244392 CPUtime=942.33 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 310557 0 0 0 94186 47 0 0 25 0 1 0 467096388 250257408 56451 33554432000 134512640 134829744 4288728528 18446744073709551615 134658112 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 61098 56451 558 78 0 60384 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 244392

[startup+1002.3 s]
/proc/loadavg: 4.07 3.88 2.63 5/190 14186
/proc/meminfo: memFree=13736532/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=244376 CPUtime=1002.33 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 323737 0 0 0 100184 49 0 0 25 0 1 0 467096388 250241024 56450 33554432000 134512640 134829744 4288728528 18446744073709551615 134661806 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 61094 56450 558 78 0 60380 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 244376

[startup+1062.3 s]
/proc/loadavg: 4.02 3.90 2.71 5/190 14215
/proc/meminfo: memFree=13875200/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=244376 CPUtime=1062.34 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 336803 0 0 0 106183 51 0 0 25 0 1 0 467096388 250241024 56450 33554432000 134512640 134829744 4288728528 18446744073709551615 134712876 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 61094 56450 558 78 0 60380 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 244376

[startup+1122.3 s]
/proc/loadavg: 4.06 3.93 2.80 5/190 14216
/proc/meminfo: memFree=13813892/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=245864 CPUtime=1122.34 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 337146 0 0 0 112183 51 0 0 25 0 1 0 467096388 251764736 56793 33554432000 134512640 134829744 4288728528 18446744073709551615 134661731 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 61466 56793 558 78 0 60752 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 245864

[startup+1182.3 s]
/proc/loadavg: 4.02 3.94 2.87 5/190 14218
/proc/meminfo: memFree=13810536/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=243988 CPUtime=1182.34 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 348074 0 0 0 118181 53 0 0 25 0 1 0 467096388 249843712 56372 33554432000 134512640 134829744 4288728528 18446744073709551615 134723134 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 60997 56372 558 78 0 60283 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 243988

[startup+1242.3 s]
/proc/loadavg: 4.01 3.95 2.94 5/190 14220
/proc/meminfo: memFree=13809156/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=243988 CPUtime=1242.34 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 358983 0 0 0 124180 54 0 0 25 0 1 0 467096388 249843712 56372 33554432000 134512640 134829744 4288728528 18446744073709551615 134661122 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 60997 56372 558 78 0 60283 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 243988



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.95 3.00 5/190 14221
/proc/meminfo: memFree=13807776/32951124 swapFree=67111528/67111528
[pid=14083] ppid=14081 vsize=243988 CPUtime=1300.05 cores=5,7
/proc/14083/stat : 14083 (MPhaseSAT_M) R 14081 14083 14035 0 -1 4202496 358983 0 0 0 129950 55 0 0 25 0 1 0 467096388 249843712 56372 33554432000 134512640 134829744 4288728528 18446744073709551615 134719841 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/14083/statm: 60997 56372 558 78 0 60283 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 243988

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.07
CPU user time (s): 1299.51
CPU system time (s): 0.562914
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 262216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.51
system time used= 0.562914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358983
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= 1902

runsolver used 2.15867 second user time and 4.94625 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-25 17:53:28
IDJOB=3280119
IDBENCH=20349
IDSOLVER=1522
FILE ID=node143/3280119-1303746806
RUNJOBID= node143-1303746801-14056
PBS_JOBID= 13154019
Free space on /tmp= 72300 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-17-s.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280119-1303746806/watcher-3280119-1303746806 -o /tmp/evaluation-result-3280119-1303746806/solver-3280119-1303746806 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3280119-1303746806.cnf

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

MD5SUM BENCH= f72920912a1bb14f90e9fea5dee0ec1c
RANDOM SEED=1945068212

node143.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.846
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.69
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.846
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.15
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.846
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.846
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.846
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.75
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.846
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.846
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.74
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.846
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14224376 kB
Buffers:       2273216 kB
Cached:       15808280 kB
SwapCached:          0 kB
Active:        6838096 kB
Inactive:     11331424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14224376 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           47360 kB
Writeback:           0 kB
AnonPages:       86484 kB
Mapped:          16252 kB
Slab:           493540 kB
PageTables:       5072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   234948 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= 72264 MiB
End job on node143 at 2011-04-25 18:15:10