Trace number 3281084

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
MPhaseSAT64 2011-03-03? (TO) 1299.99 1300.01

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k45.cnf
MD5SUM8a76c8add64173ae39149aae572a02d9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark185.162
Satisfiable
(Un)Satisfiability was proved
Number of variables37432
Number of clauses147345
Sum of the clauses size401667
Maximum clause length37
Minimum clause length1
Number of clauses of size 1603
Number of clauses of size 269621
Number of clauses of size 371450
Number of clauses of size 4266
Number of clauses of size 5505
Number of clauses of size over 54900

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.77 2.74 3.00 4/189 25120
/proc/meminfo: memFree=13886132/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=3068 CPUtime=0 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 299 0 0 0 0 0 0 0 25 0 1 0 467408836 3141632 240 33554432000 134512640 134761588 4292796304 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 767 240 212 61 0 70 0

[startup+0.0697149 s]
/proc/loadavg: 3.77 2.74 3.00 4/189 25120
/proc/meminfo: memFree=13886132/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=5372 CPUtime=0.06 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 613 0 0 0 6 0 0 0 25 0 1 0 467408836 5500928 554 33554432000 134512640 134761588 4292796304 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 1343 554 225 61 0 646 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5372

[startup+0.100709 s]
/proc/loadavg: 3.77 2.74 3.00 4/189 25120
/proc/meminfo: memFree=13886132/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=5372 CPUtime=0.09 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 766 0 0 0 9 0 0 0 25 0 1 0 467408836 5500928 707 33554432000 134512640 134761588 4292796304 18446744073709551615 134531305 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 1343 707 225 61 0 646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5372

[startup+0.300667 s]
/proc/loadavg: 3.77 2.74 3.00 4/189 25120
/proc/meminfo: memFree=13886132/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=15368 CPUtime=0.28 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 9608 0 0 0 28 0 0 0 25 0 1 0 467408836 15736832 3360 33554432000 134512640 134761588 4292796304 18446744073709551615 134643591 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 3842 3360 278 61 0 3145 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 15368

[startup+0.700602 s]
/proc/loadavg: 3.77 2.74 3.00 4/189 25120
/proc/meminfo: memFree=13886132/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=12112 CPUtime=0.69 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 10989 0 0 0 68 1 0 0 25 0 1 0 467408836 12402688 2580 33554432000 134512640 134761588 4292796304 18446744073709551615 134616756 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 3028 2580 286 61 0 2331 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12112

[startup+1.50045 s]
/proc/loadavg: 3.79 2.76 3.01 5/190 25121
/proc/meminfo: memFree=13876468/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=13940 CPUtime=1.49 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 11424 0 0 0 148 1 0 0 25 0 1 0 467408836 14274560 3015 33554432000 134512640 134761588 4292796304 18446744073709551615 134621766 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 3485 3015 287 61 0 2788 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13940

[startup+3.10016 s]
/proc/loadavg: 3.79 2.76 3.01 5/190 25121
/proc/meminfo: memFree=13868036/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=19352 CPUtime=3.09 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 12778 0 0 0 308 1 0 0 25 0 1 0 467408836 19816448 4369 33554432000 134512640 134761588 4292796304 18446744073709551615 134620906 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 4838 4369 287 61 0 4141 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19352

[startup+6.30059 s]
/proc/loadavg: 3.79 2.76 3.01 5/190 25121
/proc/meminfo: memFree=13866680/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=18352 CPUtime=6.29 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 13292 0 0 0 628 1 0 0 25 0 1 0 467408836 18792448 4124 33554432000 134512640 134761588 4292796304 18446744073709551615 134747228 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 4588 4124 292 61 0 3891 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18352

[startup+12.7004 s]
/proc/loadavg: 3.82 2.80 3.02 5/190 25121
/proc/meminfo: memFree=13864504/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=19588 CPUtime=12.69 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 14059 0 0 0 1268 1 0 0 25 0 1 0 467408836 20058112 4433 33554432000 134512640 134761588 4292796304 18446744073709551615 134748180 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 4897 4433 292 61 0 4200 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19588

[startup+25.5002 s]
/proc/loadavg: 3.85 2.84 3.03 5/190 25121
/proc/meminfo: memFree=13864996/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=19948 CPUtime=25.49 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 14976 0 0 0 2547 2 0 0 25 0 1 0 467408836 20426752 4523 33554432000 134512640 134761588 4292796304 18446744073709551615 134747194 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 4987 4523 292 61 0 4290 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19948

[startup+51.1006 s]
/proc/loadavg: 3.90 2.93 3.05 5/190 25122
/proc/meminfo: memFree=13867916/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=20324 CPUtime=51.09 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 16295 0 0 0 5107 2 0 0 25 0 1 0 467408836 20811776 4617 33554432000 134512640 134761588 4292796304 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 5081 4617 292 61 0 4384 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 20324

[startup+102.306 s]
/proc/loadavg: 3.96 3.11 3.10 5/190 25123
/proc/meminfo: memFree=13864656/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=22208 CPUtime=102.29 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 18353 0 0 0 10227 2 0 0 25 0 1 0 467408836 22740992 5120 33554432000 134512640 134761588 4292796304 18446744073709551615 134747194 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 5552 5120 292 61 0 4855 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 22208

[startup+162.301 s]
/proc/loadavg: 3.98 3.27 3.16 5/190 25125
/proc/meminfo: memFree=13855444/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=31964 CPUtime=162.28 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 43565 0 0 0 16222 6 0 0 25 0 1 0 467408836 32731136 7320 33554432000 134512640 134761588 4292796304 18446744073709551615 134747177 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 7991 7320 277 61 0 7294 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 31964

[startup+222.301 s]
/proc/loadavg: 3.99 3.40 3.21 5/190 25126
/proc/meminfo: memFree=13859996/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=26420 CPUtime=222.28 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 48697 0 0 0 22221 7 0 0 25 0 1 0 467408836 27054080 6151 33554432000 134512640 134761588 4292796304 18446744073709551615 134747290 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 6605 6151 277 61 0 5908 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 26420

[startup+282.3 s]
/proc/loadavg: 3.99 3.50 3.25 5/190 25128
/proc/meminfo: memFree=13858600/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=26832 CPUtime=282.29 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 49638 0 0 0 28221 8 0 0 25 0 1 0 467408836 27475968 6267 33554432000 134512640 134761588 4292796304 18446744073709551615 134747228 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 6708 6267 277 61 0 6011 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 26832

[startup+342.3 s]
/proc/loadavg: 4.07 3.61 3.30 5/190 25130
/proc/meminfo: memFree=13857212/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=28788 CPUtime=342.28 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 50481 0 0 0 34220 8 0 0 25 0 1 0 467408836 29478912 6740 33554432000 134512640 134761588 4292796304 18446744073709551615 134747653 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 7197 6740 277 61 0 6500 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 28788

[startup+402.301 s]
/proc/loadavg: 4.02 3.68 3.34 5/190 25131
/proc/meminfo: memFree=13854196/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=30352 CPUtime=402.28 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 51953 0 0 0 40220 8 0 0 25 0 1 0 467408836 31080448 7163 33554432000 134512640 134761588 4292796304 18446744073709551615 134682636 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 7588 7163 277 61 0 6891 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 30352

[startup+462.301 s]
/proc/loadavg: 4.05 3.75 3.39 5/190 25133
/proc/meminfo: memFree=13856268/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=28028 CPUtime=462.28 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 52518 0 0 0 46220 8 0 0 25 0 1 0 467408836 28700672 6550 33554432000 134512640 134761588 4292796304 18446744073709551615 134747177 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 7007 6550 277 61 0 6310 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 28028

[startup+522.3 s]
/proc/loadavg: 4.02 3.79 3.42 5/190 25161
/proc/meminfo: memFree=13866320/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=29180 CPUtime=522.28 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 52806 0 0 0 52220 8 0 0 25 0 1 0 467408836 29880320 6838 33554432000 134512640 134761588 4292796304 18446744073709551615 134747408 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 7295 6838 277 61 0 6598 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 29180

[startup+582.301 s]
/proc/loadavg: 4.00 3.83 3.46 5/190 25163
/proc/meminfo: memFree=13860008/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=28668 CPUtime=582.28 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 53318 0 0 0 58220 8 0 0 25 0 1 0 467408836 29356032 6710 33554432000 134512640 134761588 4292796304 18446744073709551615 134748600 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 7167 6710 277 61 0 6470 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 28668

[startup+642.301 s]
/proc/loadavg: 4.00 3.85 3.49 5/190 25165
/proc/meminfo: memFree=13848564/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=29088 CPUtime=642.29 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 53478 0 0 0 64220 9 0 0 25 0 1 0 467408836 29786112 6815 33554432000 134512640 134761588 4292796304 18446744073709551615 134747179 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 7272 6815 277 61 0 6575 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 29088

[startup+702.301 s]
/proc/loadavg: 4.00 3.88 3.52 5/190 25166
/proc/meminfo: memFree=13852756/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=28172 CPUtime=702.28 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 54375 0 0 0 70219 9 0 0 25 0 1 0 467408836 28848128 6586 33554432000 134512640 134761588 4292796304 18446744073709551615 134748408 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 7043 6586 277 61 0 6346 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 28172

[startup+762.306 s]
/proc/loadavg: 4.00 3.90 3.54 5/190 25168
/proc/meminfo: memFree=13852220/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=29956 CPUtime=762.29 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 54823 0 0 0 76220 9 0 0 25 0 1 0 467408836 30674944 7032 33554432000 134512640 134761588 4292796304 18446744073709551615 134747194 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 7489 7032 277 61 0 6792 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 29956

[startup+822.301 s]
/proc/loadavg: 4.00 3.91 3.57 5/190 25169
/proc/meminfo: memFree=13853184/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=28164 CPUtime=822.28 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 54823 0 0 0 82219 9 0 0 25 0 1 0 467408836 28839936 6584 33554432000 134512640 134761588 4292796304 18446744073709551615 134680736 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 7041 6584 277 61 0 6344 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 28164

[startup+882.301 s]
/proc/loadavg: 4.00 3.93 3.59 5/190 25171
/proc/meminfo: memFree=13852772/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=29188 CPUtime=882.28 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 55079 0 0 0 88219 9 0 0 25 0 1 0 467408836 29888512 6840 33554432000 134512640 134761588 4292796304 18446744073709551615 134747177 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 7297 6840 277 61 0 6600 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 29188

[startup+942.3 s]
/proc/loadavg: 4.04 3.95 3.62 5/191 25174
/proc/meminfo: memFree=13850500/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=29312 CPUtime=942.28 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 55847 0 0 0 94219 9 0 0 25 0 1 0 467408836 30015488 6871 33554432000 134512640 134761588 4292796304 18446744073709551615 134748223 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 7328 6871 277 61 0 6631 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 29312

[startup+1002.3 s]
/proc/loadavg: 4.07 3.97 3.65 5/190 25183
/proc/meminfo: memFree=13850044/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=28152 CPUtime=1002.28 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 56007 0 0 0 100219 9 0 0 25 0 1 0 467408836 28827648 6581 33554432000 134512640 134761588 4292796304 18446744073709551615 134685751 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 7038 6581 277 61 0 6341 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 28152

[startup+1062.3 s]
/proc/loadavg: 4.02 3.97 3.67 5/190 25185
/proc/meminfo: memFree=13851368/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=29304 CPUtime=1062.28 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 56295 0 0 0 106219 9 0 0 25 0 1 0 467408836 30007296 6869 33554432000 134512640 134761588 4292796304 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 7326 6869 277 61 0 6629 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 29304

[startup+1122.3 s]
/proc/loadavg: 4.01 3.97 3.68 5/190 25186
/proc/meminfo: memFree=13848112/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=31992 CPUtime=1122.28 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 56967 0 0 0 112219 9 0 0 25 0 1 0 467408836 32759808 7541 33554432000 134512640 134761588 4292796304 18446744073709551615 134748267 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 7998 7541 277 61 0 7301 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 31992

[startup+1182.3 s]
/proc/loadavg: 3.03 3.72 3.62 3/178 25224
/proc/meminfo: memFree=13906296/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=29176 CPUtime=1182.27 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 56967 0 0 0 118218 9 0 0 25 0 1 0 467408836 29876224 6837 33554432000 134512640 134761588 4292796304 18446744073709551615 134748062 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 7294 6837 277 61 0 6597 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 29176

[startup+1242.3 s]
/proc/loadavg: 2.38 3.41 3.51 3/178 25226
/proc/meminfo: memFree=13906020/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=29296 CPUtime=1242.27 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 56999 0 0 0 124218 9 0 0 25 0 1 0 467408836 29999104 6867 33554432000 134512640 134761588 4292796304 18446744073709551615 134747199 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 7324 6867 277 61 0 6627 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 29296



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.15 3.17 3.42 3/178 25227
/proc/meminfo: memFree=13905872/32951124 swapFree=67111528/67111528
[pid=25120] ppid=25118 vsize=29296 CPUtime=1299.98 cores=1,3
/proc/25120/stat : 25120 (MPhaseSAT64) R 25118 25120 24629 0 -1 4202496 57735 0 0 0 129989 9 0 0 25 0 1 0 467408836 29999104 6867 33554432000 134512640 134761588 4292796304 18446744073709551615 134747022 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25120/statm: 7324 6867 277 61 0 6627 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 29296

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.01
CPU time (s): 1299.99
CPU user time (s): 1299.89
CPU system time (s): 0.099984
CPU usage (%): 99.9989
Max. virtual memory (cumulated for all children) (KiB): 40156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.89
system time used= 0.099984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57735
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= 14
involuntary context switches= 2327

runsolver used 2.13068 second user time and 4.66929 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-25 18:45:26
IDJOB=3281084
IDBENCH=20523
IDSOLVER=1521
FILE ID=node146/3281084-1303749926
RUNJOBID= node146-1303749769-25048
PBS_JOBID= 13154016
Free space on /tmp= 72848 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k45.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281084-1303749926/watcher-3281084-1303749926 -o /tmp/evaluation-result-3281084-1303749926/solver-3281084-1303749926 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3281084-1303749926.cnf

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

MD5SUM BENCH= 8a76c8add64173ae39149aae572a02d9
RANDOM SEED=1833370451

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13886288 kB
Buffers:       2071716 kB
Cached:       16325952 kB
SwapCached:          0 kB
Active:        9628408 kB
Inactive:      8903584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13886288 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3908 kB
Writeback:           0 kB
AnonPages:      133616 kB
Mapped:          16884 kB
Slab:           467700 kB
PageTables:       5548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   317160 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= 72852 MiB
End job on node146 at 2011-04-25 19:07:08