Trace number 3445897

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-m37-q505.75-n35-p15-s48276711.cnf
MD5SUM1bac7b96ea6eb843b1de7405a721cd87
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.089986
Satisfiable
(Un)Satisfiability was proved
Number of variables1244
Number of clauses150604
Sum of the clauses size302382
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2150569
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

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-3445897-1306986661/watcher-3445897-1306986661 -o /tmp/evaluation-result-3445897-1306986661/solver-3445897-1306986661 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445897-1306986661.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.01 2.04 2.01 2/370 1203
/proc/meminfo: memFree=23002016/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=5400 CPUtime=0 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 810266594 5529600 274 33554432000 134512640 134731564 4293577824 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 1350 274 225 54 0 660 0

[startup+0.108505 s]
/proc/loadavg: 2.01 2.04 2.01 2/370 1203
/proc/meminfo: memFree=23002016/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=6588 CPUtime=0.1 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 2109 0 0 0 10 0 0 0 25 0 1 0 810266594 6746112 1161 33554432000 134512640 134731564 4293577824 18446744073709551615 134559262 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 1647 1161 236 54 0 957 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 6588

[startup+0.200473 s]
/proc/loadavg: 2.01 2.04 2.01 2/370 1203
/proc/meminfo: memFree=23002016/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=12920 CPUtime=0.19 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 4587 0 0 0 19 0 0 0 25 0 1 0 810266594 13230080 2751 33554432000 134512640 134731564 4293577824 18446744073709551615 5244892 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 3230 2751 255 54 0 2540 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 12920

[startup+0.300455 s]
/proc/loadavg: 2.01 2.04 2.01 2/370 1203
/proc/meminfo: memFree=23002016/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=16192 CPUtime=0.29 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 5455 0 0 0 29 0 0 0 25 0 1 0 810266594 16580608 3586 33554432000 134512640 134731564 4293577824 18446744073709551615 5215740 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 4048 3586 259 54 0 3358 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16192

[startup+0.700381 s]
/proc/loadavg: 2.01 2.04 2.01 2/370 1203
/proc/meminfo: memFree=23002016/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=16976 CPUtime=0.69 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 5657 0 0 0 69 0 0 0 25 0 1 0 810266594 17383424 3787 33554432000 134512640 134731564 4293577824 18446744073709551615 134719816 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 4244 3787 271 54 0 3554 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16976

[startup+1.50025 s]
/proc/loadavg: 2.09 2.05 2.01 3/374 1210
/proc/meminfo: memFree=22949172/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=16976 CPUtime=1.49 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 5657 0 0 0 149 0 0 0 25 0 1 0 810266594 17383424 3787 33554432000 134512640 134731564 4293577824 18446744073709551615 134719837 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 4244 3787 271 54 0 3554 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16976

[startup+3.10095 s]
/proc/loadavg: 2.09 2.05 2.01 3/374 1210
/proc/meminfo: memFree=22947608/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=17620 CPUtime=3.09 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 5840 0 0 0 309 0 0 0 25 0 1 0 810266594 18042880 3970 33554432000 134512640 134731564 4293577824 18446744073709551615 4955996 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 4405 3970 271 54 0 3715 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17620

[startup+6.30036 s]
/proc/loadavg: 2.08 2.05 2.01 3/374 1210
/proc/meminfo: memFree=22945376/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=19176 CPUtime=6.29 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 6199 0 0 0 629 0 0 0 25 0 1 0 810266594 19636224 4329 33554432000 134512640 134731564 4293577824 18446744073709551615 134659744 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 4794 4329 271 54 0 4104 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19176

[startup+12.7012 s]
/proc/loadavg: 2.08 2.05 2.01 3/374 1211
/proc/meminfo: memFree=22940820/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=21524 CPUtime=12.69 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 6794 0 0 0 1269 0 0 0 25 0 1 0 810266594 22040576 4924 33554432000 134512640 134731564 4293577824 18446744073709551615 134659722 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 5381 4924 271 54 0 4691 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21524

[startup+25.5009 s]
/proc/loadavg: 2.06 2.05 2.01 3/374 1211
/proc/meminfo: memFree=22932280/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=26552 CPUtime=25.49 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 8036 0 0 0 2548 1 0 0 25 0 1 0 810266594 27189248 6166 33554432000 134512640 134731564 4293577824 18446744073709551615 134719844 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 6638 6166 271 54 0 5948 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26552

[startup+51.1012 s]
/proc/loadavg: 2.19 2.07 2.02 3/374 1212
/proc/meminfo: memFree=22923016/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=31104 CPUtime=51.09 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 9156 0 0 0 5108 1 0 0 25 0 1 0 810266594 31850496 7286 33554432000 134512640 134731564 4293577824 18446744073709551615 5244874 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 7776 7286 271 54 0 7086 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 31104

[startup+102.301 s]
/proc/loadavg: 2.08 2.06 2.01 3/374 1213
/proc/meminfo: memFree=22930572/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=24440 CPUtime=102.3 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 20781 0 0 0 10228 2 0 0 25 0 1 0 810266594 25026560 5593 33554432000 134512640 134731564 4293577824 18446744073709551615 134620749 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 6110 5593 277 54 0 5420 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 24440

[startup+162.301 s]
/proc/loadavg: 2.03 2.05 2.01 3/374 1215
/proc/meminfo: memFree=22919640/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=26316 CPUtime=162.29 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 21246 0 0 0 16227 2 0 0 25 0 1 0 810266594 26947584 6058 33554432000 134512640 134731564 4293577824 18446744073709551615 134620712 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 6579 6058 277 54 0 5889 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 26316

[startup+222.314 s]
/proc/loadavg: 2.01 2.04 2.00 3/374 1216
/proc/meminfo: memFree=22894456/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=30704 CPUtime=222.31 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 22257 0 0 0 22229 2 0 0 25 0 1 0 810266594 31440896 7069 33554432000 134512640 134731564 4293577824 18446744073709551615 134620715 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 7676 7069 277 54 0 6986 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 30704

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/374 1219
/proc/meminfo: memFree=22889096/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=36084 CPUtime=282.3 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 23572 0 0 0 28227 3 0 0 25 0 1 0 810266594 36950016 8384 33554432000 134512640 134731564 4293577824 18446744073709551615 134659349 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 9021 8384 277 54 0 8331 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 36084

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/374 1220
/proc/meminfo: memFree=22887960/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=37464 CPUtime=342.3 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 23885 0 0 0 34227 3 0 0 25 0 1 0 810266594 38363136 8697 33554432000 134512640 134731564 4293577824 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 9366 8697 277 54 0 8676 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 37464

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 1223
/proc/meminfo: memFree=22881496/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=42340 CPUtime=402.3 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 25078 0 0 0 40227 3 0 0 25 0 1 0 810266594 43356160 9890 33554432000 134512640 134731564 4293577824 18446744073709551615 134620712 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 10585 9890 277 54 0 9895 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 42340

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 1225
/proc/meminfo: memFree=22878872/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=46208 CPUtime=462.31 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 25926 0 0 0 46228 3 0 0 25 0 1 0 810266594 47316992 10738 33554432000 134512640 134731564 4293577824 18446744073709551615 134659320 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 11552 10738 277 54 0 10862 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 46208

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 1226
/proc/meminfo: memFree=22878352/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=46944 CPUtime=522.31 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 26060 0 0 0 52228 3 0 0 25 0 1 0 810266594 48070656 10872 33554432000 134512640 134731564 4293577824 18446744073709551615 134620761 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 11736 10872 277 54 0 11046 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 46944

[startup+582.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/374 1229
/proc/meminfo: memFree=22873128/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=48944 CPUtime=582.31 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 26534 0 0 0 58228 3 0 0 25 0 1 0 810266594 50118656 11346 33554432000 134512640 134731564 4293577824 18446744073709551615 134620725 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 12236 11346 277 54 0 11546 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 48944

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/374 1342
/proc/meminfo: memFree=22704632/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=88128 CPUtime=4002.41 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 37225 0 0 0 400234 7 0 0 25 0 1 0 810266594 90243072 20448 33554432000 134512640 134731564 4293577824 18446744073709551615 134659329 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 22032 20448 277 54 0 21342 0
Current children cumulated CPU time (s) 4002.41
Current children cumulated vsize (KiB) 88128

[startup+4062.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/374 1344
/proc/meminfo: memFree=22703988/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=88768 CPUtime=4062.42 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 37340 0 0 0 406235 7 0 0 25 0 1 0 810266594 90898432 20563 33554432000 134512640 134731564 4293577824 18446744073709551615 134620755 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 22192 20563 277 54 0 21502 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 88768

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 1345
/proc/meminfo: memFree=22703960/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=88768 CPUtime=4122.42 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 37342 0 0 0 412235 7 0 0 25 0 1 0 810266594 90898432 20565 33554432000 134512640 134731564 4293577824 18446744073709551615 134620745 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 22192 20565 277 54 0 21502 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 88768

[startup+4182.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 1347
/proc/meminfo: memFree=22703820/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=88960 CPUtime=4182.43 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 37379 0 0 0 418236 7 0 0 25 0 1 0 810266594 91095040 20602 33554432000 134512640 134731564 4293577824 18446744073709551615 134659337 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 22240 20602 277 54 0 21550 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 88960

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 1357
/proc/meminfo: memFree=22703188/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=89792 CPUtime=4242.42 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 37512 0 0 0 424235 7 0 0 25 0 1 0 810266594 91947008 20735 33554432000 134512640 134731564 4293577824 18446744073709551615 134659329 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 22448 20735 277 54 0 21758 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 89792

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 1359
/proc/meminfo: memFree=22704284/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=86076 CPUtime=4302.42 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 37790 0 0 0 430235 7 0 0 25 0 1 0 810266594 88141824 20176 33554432000 134512640 134731564 4293577824 18446744073709551615 134620755 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 21519 20176 277 54 0 20829 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 86076

[startup+4362.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/374 1361
/proc/meminfo: memFree=22704868/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=86076 CPUtime=4362.42 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 37843 0 0 0 436235 7 0 0 25 0 1 0 810266594 88141824 20229 33554432000 134512640 134731564 4293577824 18446744073709551615 134620740 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 21519 20229 277 54 0 20829 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 86076

[startup+4422.3 s]
/proc/loadavg: 2.17 2.04 2.01 3/374 1365
/proc/meminfo: memFree=22704652/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=86076 CPUtime=4422.43 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 37863 0 0 0 442236 7 0 0 25 0 1 0 810266594 88141824 20249 33554432000 134512640 134731564 4293577824 18446744073709551615 134620664 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 21519 20249 277 54 0 20829 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 86076

[startup+4482.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/374 1367
/proc/meminfo: memFree=22705000/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=86076 CPUtime=4482.43 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 37921 0 0 0 448236 7 0 0 25 0 1 0 810266594 88141824 20307 33554432000 134512640 134731564 4293577824 18446744073709551615 134620742 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 21519 20307 277 54 0 20829 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 86076

[startup+4542.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/374 1368
/proc/meminfo: memFree=22705228/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=86076 CPUtime=4542.43 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 37941 0 0 0 454236 7 0 0 25 0 1 0 810266594 88141824 20327 33554432000 134512640 134731564 4293577824 18446744073709551615 134659010 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 21519 20327 277 54 0 20829 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 86076

[startup+4602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/374 1371
/proc/meminfo: memFree=22703824/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=86076 CPUtime=4602.43 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 37944 0 0 0 460236 7 0 0 25 0 1 0 810266594 88141824 20330 33554432000 134512640 134731564 4293577824 18446744073709551615 134719885 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 21519 20330 277 54 0 20829 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 86076

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/374 1373
/proc/meminfo: memFree=22703308/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=86076 CPUtime=4662.43 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 38002 0 0 0 466236 7 0 0 25 0 1 0 810266594 88141824 20388 33554432000 134512640 134731564 4293577824 18446744073709551615 134620761 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 21519 20388 277 54 0 20829 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 86076

[startup+4722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/374 1374
/proc/meminfo: memFree=22704768/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=86076 CPUtime=4722.44 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 38010 0 0 0 472237 7 0 0 25 0 1 0 810266594 88141824 20396 33554432000 134512640 134731564 4293577824 18446744073709551615 134623283 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 21519 20396 277 54 0 20829 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 86076

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 1377
/proc/meminfo: memFree=22704624/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=86076 CPUtime=4782.43 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 38041 0 0 0 478236 7 0 0 25 0 1 0 810266594 88141824 20427 33554432000 134512640 134731564 4293577824 18446744073709551615 134721080 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 21519 20427 277 54 0 20829 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 86076

[startup+4842.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 1378
/proc/meminfo: memFree=22704232/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=86076 CPUtime=4842.45 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 38048 0 0 0 484238 7 0 0 25 0 1 0 810266594 88141824 20434 33554432000 134512640 134731564 4293577824 18446744073709551615 134621039 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 21519 20434 277 54 0 20829 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 86076

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 1380
/proc/meminfo: memFree=22704212/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=86076 CPUtime=4902.44 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 38048 0 0 0 490237 7 0 0 25 0 1 0 810266594 88141824 20434 33554432000 134512640 134731564 4293577824 18446744073709551615 134669301 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 21519 20434 277 54 0 20829 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 86076

[startup+4962.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/374 1383
/proc/meminfo: memFree=22704444/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=86076 CPUtime=4962.44 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 38048 0 0 0 496237 7 0 0 25 0 1 0 810266594 88141824 20434 33554432000 134512640 134731564 4293577824 18446744073709551615 134620761 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 21519 20434 277 54 0 20829 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 86076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.07 2.03 2.00 3/374 1384
/proc/meminfo: memFree=22704560/32951124 swapFree=37148216/67111528
[pid=1203] ppid=1201 vsize=86076 CPUtime=5000.04 cores=0,2,4,6
/proc/1203/stat : 1203 (MPhaseSAT) R 1201 1203 30398 0 -1 4202496 38049 0 0 0 499997 7 0 0 25 0 1 0 810266594 88141824 20435 33554432000 134512640 134731564 4293577824 18446744073709551615 134668894 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/1203/statm: 21519 20435 277 54 0 20829 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 86076

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): 4999.92
CPU time (s): 5000.07
CPU user time (s): 4999.99
CPU system time (s): 0.081987
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 91200

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

runsolver used 19.0571 second user time and 40.0439 second system time

The end

Launcher Data

Begin job on node104 at 2011-06-02 05:51:01
IDJOB=3445897
IDBENCH=88212
IDSOLVER=1941
FILE ID=node104/3445897-1306986661
RUNJOBID= node104-1306981659-961
PBS_JOBID= 13497658
Free space on /tmp= 73856 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q505.75-n35-p15-s48276711.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445897-1306986661/watcher-3445897-1306986661 -o /tmp/evaluation-result-3445897-1306986661/solver-3445897-1306986661 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445897-1306986661.cnf

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

MD5SUM BENCH= 1bac7b96ea6eb843b1de7405a721cd87
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:      23002180 kB
Buffers:        392716 kB
Cached:        7450568 kB
SwapCached:     163872 kB
Active:        3622596 kB
Inactive:      5998384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23002180 kB
SwapTotal:    67111528 kB
SwapFree:     37148216 kB
Dirty:            2728 kB
Writeback:           0 kB
AnonPages:     1636996 kB
Mapped:          10624 kB
Slab:           172940 kB
PageTables:      89016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87709740 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:23