Trace number 3445819

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_3-log.shuffled-as.sat03-109.cnf
MD5SUMf19999592ac4a0c798533d80c1c7f2d7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1952.87
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses58358
Sum of the clauses size583280
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 558298

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

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

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


[startup+0 s]
/proc/loadavg: 1.02 1.11 1.44 2/481 25792
/proc/meminfo: memFree=27183020/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=4636 CPUtime=0.01 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 382 0 0 0 1 0 0 0 21 0 1 0 809807844 4747264 323 33554432000 134512640 134731564 4292200592 18446744073709551615 134531593 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25792/statm: 1159 323 225 54 0 469 0

[startup+0.0616769 s]
/proc/loadavg: 1.02 1.11 1.44 2/481 25792
/proc/meminfo: memFree=27183020/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=4636 CPUtime=0.05 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 651 0 0 0 5 0 0 0 21 0 1 0 809807844 4747264 592 33554432000 134512640 134731564 4292200592 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25792/statm: 1159 592 225 54 0 469 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4636

[startup+0.100673 s]
/proc/loadavg: 1.02 1.11 1.44 2/481 25792
/proc/meminfo: memFree=27183020/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=5364 CPUtime=0.09 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 872 0 0 0 9 0 0 0 21 0 1 0 809807844 5492736 813 33554432000 134512640 134731564 4292200592 18446744073709551615 134531593 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25792/statm: 1341 813 226 54 0 651 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5364

[startup+0.300636 s]
/proc/loadavg: 1.02 1.11 1.44 2/481 25792
/proc/meminfo: memFree=27183020/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=12820 CPUtime=0.29 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 5957 0 0 0 29 0 0 0 22 0 1 0 809807844 13127680 2675 33554432000 134512640 134731564 4292200592 18446744073709551615 134671493 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25792/statm: 3205 2675 262 54 0 2515 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12820

[startup+0.700569 s]
/proc/loadavg: 1.02 1.11 1.44 2/481 25792
/proc/meminfo: memFree=27183020/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=14016 CPUtime=0.69 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 6261 0 0 0 69 0 0 0 24 0 1 0 809807844 14352384 2979 33554432000 134512640 134731564 4292200592 18446744073709551615 134623371 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25792/statm: 3504 2979 262 54 0 2814 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14016

[startup+1.50041 s]
/proc/loadavg: 1.02 1.11 1.44 3/482 25793
/proc/meminfo: memFree=27166652/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=14428 CPUtime=1.49 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 6352 0 0 0 149 0 0 0 25 0 1 0 809807844 14774272 3070 33554432000 134512640 134731564 4292200592 18446744073709551615 134659306 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25792/statm: 3607 3070 262 54 0 2917 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14428

[startup+3.1011 s]
/proc/loadavg: 1.10 1.12 1.45 3/482 25793
/proc/meminfo: memFree=27164668/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=14828 CPUtime=3.09 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 6423 0 0 0 309 0 0 0 25 0 1 0 809807844 15183872 3141 33554432000 134512640 134731564 4292200592 18446744073709551615 134673167 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25792/statm: 3707 3141 262 54 0 3017 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14828

[startup+6.3005 s]
/proc/loadavg: 1.10 1.12 1.45 3/482 25793
/proc/meminfo: memFree=27162068/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=15380 CPUtime=6.29 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 6573 0 0 0 629 0 0 0 25 0 1 0 809807844 15749120 3291 33554432000 134512640 134731564 4292200592 18446744073709551615 134659329 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25792/statm: 3845 3291 262 54 0 3155 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15380

[startup+12.7003 s]
/proc/loadavg: 1.24 1.15 1.45 3/482 25793
/proc/meminfo: memFree=27159500/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=19252 CPUtime=12.69 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 18967 0 0 0 1268 1 0 0 25 0 1 0 809807844 19714048 4274 33554432000 134512640 134731564 4292200592 18446744073709551615 134620734 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25792/statm: 4813 4274 270 54 0 4123 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19252

[startup+25.5009 s]
/proc/loadavg: 1.35 1.18 1.46 3/482 25793
/proc/meminfo: memFree=27159392/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=18356 CPUtime=25.49 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 19730 0 0 0 2548 1 0 0 25 0 1 0 809807844 18796544 4097 33554432000 134512640 134731564 4292200592 18446744073709551615 134659293 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25792/statm: 4589 4097 270 54 0 3899 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 18356

[startup+51.101 s]
/proc/loadavg: 1.57 1.24 1.47 3/482 25794
/proc/meminfo: memFree=27156268/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=22120 CPUtime=51.1 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 38827 0 0 0 5106 4 0 0 25 0 1 0 809807844 22650880 5014 33554432000 134512640 134731564 4292200592 18446744073709551615 134620140 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/25792/statm: 5530 5014 271 54 0 4840 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 22120

[startup+102.318 s]
/proc/loadavg: 1.83 1.37 1.50 3/482 25796
/proc/meminfo: memFree=27137280/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=27608 CPUtime=102.3 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 355806 0 0 0 10184 46 0 0 25 0 1 0 809807844 28270592 6385 33554432000 134512640 134731564 4292200592 18446744073709551615 134620773 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25792/statm: 6902 6385 271 54 0 6212 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 27608

[startup+162.301 s]
/proc/loadavg: 1.93 1.48 1.53 3/482 25797
/proc/meminfo: memFree=27129944/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=29336 CPUtime=162.29 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 363457 0 0 0 16182 47 0 0 25 0 1 0 809807844 30040064 6875 33554432000 134512640 134731564 4292200592 18446744073709551615 134620734 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25792/statm: 7334 6875 271 54 0 6644 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 29336

[startup+222.301 s]
/proc/loadavg: 1.97 1.57 1.55 3/482 25799
/proc/meminfo: memFree=27129672/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=29764 CPUtime=222.29 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 363550 0 0 0 22182 47 0 0 25 0 1 0 809807844 30478336 6968 33554432000 134512640 134731564 4292200592 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25792/statm: 7441 6968 271 54 0 6751 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 29764

[startup+282.3 s]
/proc/loadavg: 1.99 1.64 1.57 3/482 25800
/proc/meminfo: memFree=27127292/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=30044 CPUtime=282.3 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 363621 0 0 0 28183 47 0 0 25 0 1 0 809807844 30765056 7039 33554432000 134512640 134731564 4292200592 18446744073709551615 134620766 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25792/statm: 7511 7039 271 54 0 6821 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 30044

[startup+342.301 s]
/proc/loadavg: 2.19 1.77 1.62 3/482 25802
/proc/meminfo: memFree=27126896/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=30044 CPUtime=342.3 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 363622 0 0 0 34183 47 0 0 25 0 1 0 809807844 30765056 7040 33554432000 134512640 134731564 4292200592 18446744073709551615 134620712 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25792/statm: 7511 7040 272 54 0 6821 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 30044

[startup+402.301 s]
/proc/loadavg: 2.07 1.80 1.64 3/482 25804
/proc/meminfo: memFree=27126136/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=30044 CPUtime=402.3 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 363624 0 0 0 40183 47 0 0 25 0 1 0 809807844 30765056 7042 33554432000 134512640 134731564 4292200592 18446744073709551615 134620725 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25792/statm: 7511 7042 272 54 0 6821 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 30044

[startup+462.3 s]
/proc/loadavg: 2.02 1.84 1.66 3/482 25805
/proc/meminfo: memFree=27123760/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=30044 CPUtime=462.3 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 363625 0 0 0 46183 47 0 0 25 0 1 0 809807844 30765056 7043 33554432000 134512640 134731564 4292200592 18446744073709551615 134620727 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25792/statm: 7511 7043 272 54 0 6821 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 30044

[startup+522.301 s]
/proc/loadavg: 2.01 1.86 1.68 3/482 25807
/proc/meminfo: memFree=27122988/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=30044 CPUtime=522.3 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 363625 0 0 0 52183 47 0 0 25 0 1 0 809807844 30765056 7043 33554432000 134512640 134731564 4292200592 18446744073709551615 134720146 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25792/statm: 7511 7043 272 54 0 6821 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 30044

[startup+582.301 s]
/proc/loadavg: 2.00 1.89 1.70 3/482 25808
/proc/meminfo: memFree=27122964/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=30888 CPUtime=582.3 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 363812 0 0 0 58183 47 0 0 25 0 1 0 809807844 31629312 7230 33554432000 134512640 134731564 4292200592 18446744073709551615 134620640 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25792/statm: 7722 7230 272 54 0 7032 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 30888

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.12 2.04 2.01 3/482 25913
/proc/meminfo: memFree=27118300/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=33960 CPUtime=4062.46 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 364651 0 0 0 406197 49 0 0 25 0 1 0 809807844 34775040 7976 33554432000 134512640 134731564 4292200592 18446744073709551615 134620745 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25792/statm: 8490 7976 272 54 0 7800 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 33960

[startup+4122.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/482 25915
/proc/meminfo: memFree=27119392/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=33960 CPUtime=4122.44 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 364651 0 0 0 412195 49 0 0 25 0 1 0 809807844 34775040 7976 33554432000 134512640 134731564 4292200592 18446744073709551615 134620664 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25792/statm: 8490 7976 272 54 0 7800 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 33960

[startup+4182.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/482 25916
/proc/meminfo: memFree=27119620/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=33960 CPUtime=4182.44 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 364651 0 0 0 418195 49 0 0 25 0 1 0 809807844 34775040 7976 33554432000 134512640 134731564 4292200592 18446744073709551615 134620761 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25792/statm: 8490 7976 272 54 0 7800 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 33960

[startup+4242.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/482 25918
/proc/meminfo: memFree=27119348/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=33960 CPUtime=4242.45 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 364651 0 0 0 424196 49 0 0 25 0 1 0 809807844 34775040 7976 33554432000 134512640 134731564 4292200592 18446744073709551615 134665495 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25792/statm: 8490 7976 272 54 0 7800 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 33960

[startup+4302.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/482 25920
/proc/meminfo: memFree=27119328/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=33960 CPUtime=4302.45 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 364651 0 0 0 430196 49 0 0 25 0 1 0 809807844 34775040 7976 33554432000 134512640 134731564 4292200592 18446744073709551615 134620734 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25792/statm: 8490 7976 272 54 0 7800 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 33960

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 25921
/proc/meminfo: memFree=27119188/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=33960 CPUtime=4362.45 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 364651 0 0 0 436196 49 0 0 25 0 1 0 809807844 34775040 7976 33554432000 134512640 134731564 4292200592 18446744073709551615 134621056 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25792/statm: 8490 7976 272 54 0 7800 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 33960

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 25923
/proc/meminfo: memFree=27119284/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=33960 CPUtime=4422.45 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 364652 0 0 0 442196 49 0 0 25 0 1 0 809807844 34775040 7977 33554432000 134512640 134731564 4292200592 18446744073709551615 134620991 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25792/statm: 8490 7977 272 54 0 7800 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 33960

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/482 25924
/proc/meminfo: memFree=27119272/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=33960 CPUtime=4482.45 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 364653 0 0 0 448196 49 0 0 25 0 1 0 809807844 34775040 7978 33554432000 134512640 134731564 4292200592 18446744073709551615 134620640 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25792/statm: 8490 7978 272 54 0 7800 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 33960

[startup+4542.3 s]
/proc/loadavg: 2.15 2.03 2.01 3/482 25926
/proc/meminfo: memFree=27119120/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=33960 CPUtime=4542.45 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 364653 0 0 0 454196 49 0 0 25 0 1 0 809807844 34775040 7978 33554432000 134512640 134731564 4292200592 18446744073709551615 134720128 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25792/statm: 8490 7978 272 54 0 7800 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 33960

[startup+4602.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/482 25928
/proc/meminfo: memFree=27117116/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=33960 CPUtime=4602.47 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 364653 0 0 0 460198 49 0 0 25 0 1 0 809807844 34775040 7978 33554432000 134512640 134731564 4292200592 18446744073709551615 134620727 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25792/statm: 8490 7978 272 54 0 7800 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 33960

[startup+4662.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/482 25929
/proc/meminfo: memFree=27117100/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=33960 CPUtime=4662.46 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 364654 0 0 0 466197 49 0 0 25 0 1 0 809807844 34775040 7979 33554432000 134512640 134731564 4292200592 18446744073709551615 134720137 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25792/statm: 8490 7979 272 54 0 7800 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 33960

[startup+4722.32 s]
/proc/loadavg: 2.01 2.02 2.00 3/482 25931
/proc/meminfo: memFree=27118072/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=33960 CPUtime=4722.48 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 364670 0 0 0 472199 49 0 0 25 0 1 0 809807844 34775040 7995 33554432000 134512640 134731564 4292200592 18446744073709551615 134620725 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25792/statm: 8490 7995 272 54 0 7800 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 33960

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/482 25932
/proc/meminfo: memFree=27119288/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=33960 CPUtime=4782.46 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 364670 0 0 0 478197 49 0 0 25 0 1 0 809807844 34775040 7995 33554432000 134512640 134731564 4292200592 18446744073709551615 134620727 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25792/statm: 8490 7995 272 54 0 7800 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 33960

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 25934
/proc/meminfo: memFree=27118648/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=33960 CPUtime=4842.47 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 364670 0 0 0 484198 49 0 0 25 0 1 0 809807844 34775040 7995 33554432000 134512640 134731564 4292200592 18446744073709551615 134620734 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25792/statm: 8490 7995 272 54 0 7800 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 33960

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/482 25936
/proc/meminfo: memFree=27119244/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=33960 CPUtime=4902.47 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 364670 0 0 0 490198 49 0 0 25 0 1 0 809807844 34775040 7995 33554432000 134512640 134731564 4292200592 18446744073709551615 134620745 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25792/statm: 8490 7995 272 54 0 7800 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 33960

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/482 25937
/proc/meminfo: memFree=27119468/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=33960 CPUtime=4962.47 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 364670 0 0 0 496198 49 0 0 25 0 1 0 809807844 34775040 7995 33554432000 134512640 134731564 4292200592 18446744073709551615 134620734 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25792/statm: 8490 7995 272 54 0 7800 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 33960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 2/481 25939
/proc/meminfo: memFree=27150696/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=33960 CPUtime=5000.09 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 364670 0 0 0 499960 49 0 0 25 0 1 0 809807844 34775040 7995 33554432000 134512640 134731564 4292200592 18446744073709551615 134620745 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25792/statm: 8490 7995 272 54 0 7800 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 33960

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 2/481 25939
/proc/meminfo: memFree=27150696/32951124 swapFree=38422276/67111528
[pid=25792] ppid=25790 vsize=33960 CPUtime=5000.09 cores=1,3,5,7
/proc/25792/stat : 25792 (MPhaseSAT) R 25790 25792 24499 0 -1 4202496 364670 0 0 0 499960 49 0 0 25 0 1 0 809807844 34775040 7995 33554432000 134512640 134731564 4292200592 18446744073709551615 134620745 0 0 4096 1026 0 0 0 17 5 0 0 0
/proc/25792/statm: 8490 7995 272 54 0 7800 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 33960

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.1
CPU user time (s): 4999.6
CPU system time (s): 0.496924
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 33960

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

runsolver used 22.1996 second user time and 55.0806 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-02 04:34:15
IDJOB=3445819
IDBENCH=84004
IDSOLVER=1941
FILE ID=node102/3445819-1306982055
RUNJOBID= node102-1306982055-25773
PBS_JOBID= 13497660
Free space on /tmp= 73820 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_3-log.shuffled-as.sat03-109.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445819-1306982055/watcher-3445819-1306982055 -o /tmp/evaluation-result-3445819-1306982055/solver-3445819-1306982055 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445819-1306982055.cnf

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

MD5SUM BENCH= f19999592ac4a0c798533d80c1c7f2d7
RANDOM SEED=782430192

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.82
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.828
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:      27183548 kB
Buffers:        277948 kB
Cached:        1466104 kB
SwapCached:      86876 kB
Active:         744452 kB
Inactive:      4727808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27183548 kB
SwapTotal:    67111528 kB
SwapFree:     38422276 kB
Dirty:            3120 kB
Writeback:           0 kB
AnonPages:     3663608 kB
Mapped:          14804 kB
Slab:           126024 kB
PageTables:      99232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 135476376 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= 73820 MiB
End job on node102 at 2011-06-02 05:57:37