Trace number 3445849

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.06 5000.32

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-230-3.shuffled-as.sat05-2505.cnf
MD5SUMb9f02ee542f99ae0fd8f291dd570c53a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.6647
Satisfiable
(Un)Satisfiability was proved
Number of variables326
Number of clauses2332
Sum of the clauses size10392
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41416
Number of clauses of size 5768
Number of clauses of size over 5148

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-3445849-1306984508/watcher-3445849-1306984508 -o /tmp/evaluation-result-3445849-1306984508/solver-3445849-1306984508 -C 5000 -W 5100 -M 15500 MPhaseSAT HOME/instance-3445849-1306984508.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: 0.93 1.00 1.13 2/532 2912
/proc/meminfo: memFree=25473728/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=11796 CPUtime=0 cores=0,2,4,6
/proc/2912/stat : 2912 (runsolver) D 2910 2912 1561 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 1 0 790867083 12079104 53 33554432000 4194304 5432328 140733398079152 18446744073709551615 5055479 0 0 4096 24578 18446744071562154983 0 0 17 0 0 0 0
/proc/2912/statm: 2949 53 34 303 0 2643 0

[startup+0.0545041 s]
/proc/loadavg: 0.93 1.00 1.13 2/532 2912
/proc/meminfo: memFree=25473728/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=1644 CPUtime=0 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) D 2910 2912 1561 0 -1 4194304 90 0 6 0 0 0 0 0 17 0 1 0 790867083 1683456 50 33554432000 134512640 134731564 4287092224 18446744073709551615 10560212 0 0 4096 0 18446744071562234166 0 0 17 2 0 0 4
/proc/2912/statm: 411 50 39 54 0 30 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1644

[startup+0.328479 s]
/proc/loadavg: 0.93 1.00 1.13 2/532 2912
/proc/meminfo: memFree=25473728/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=3868 CPUtime=0.23 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 551 0 18 0 23 0 0 0 18 0 1 0 790867083 3960832 509 33554432000 134512640 134731564 4287092224 18446744073709551615 134719966 0 0 4096 1026 0 0 0 17 0 0 0 8
/proc/2912/statm: 967 509 270 54 0 277 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 3868

[startup+0.400484 s]
/proc/loadavg: 0.93 1.00 1.13 2/532 2912
/proc/meminfo: memFree=25473728/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=3868 CPUtime=0.31 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 556 0 18 0 31 0 0 0 18 0 1 0 790867083 3960832 514 33554432000 134512640 134731564 4287092224 18446744073709551615 134720146 0 0 4096 1026 0 0 0 17 0 0 0 8
/proc/2912/statm: 967 514 270 54 0 277 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 3868

[startup+0.700419 s]
/proc/loadavg: 0.93 1.00 1.13 2/532 2912
/proc/meminfo: memFree=25473728/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=4000 CPUtime=0.61 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 607 0 18 0 61 0 0 0 18 0 1 0 790867083 4096000 565 33554432000 134512640 134731564 4287092224 18446744073709551615 10773600 0 0 4096 1026 0 0 0 17 0 0 0 8
/proc/2912/statm: 1000 565 270 54 0 310 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 4000

[startup+1.50027 s]
/proc/loadavg: 0.93 1.00 1.13 3/536 2921
/proc/meminfo: memFree=25465036/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=4400 CPUtime=1.4 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 692 0 18 0 140 0 0 0 20 0 1 0 790867083 4505600 650 33554432000 134512640 134731564 4287092224 18446744073709551615 10772266 0 0 4096 1026 0 0 0 17 0 0 0 8
/proc/2912/statm: 1100 650 270 54 0 410 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 4400

[startup+3.101 s]
/proc/loadavg: 0.93 1.00 1.13 3/536 2921
/proc/meminfo: memFree=25463904/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=4512 CPUtime=3.01 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 713 0 18 0 301 0 0 0 25 0 1 0 790867083 4620288 671 33554432000 134512640 134731564 4287092224 18446744073709551615 134659675 0 0 4096 1026 0 0 0 17 0 0 0 8
/proc/2912/statm: 1128 671 270 54 0 438 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 4512

[startup+6.30042 s]
/proc/loadavg: 1.01 1.02 1.13 3/536 2921
/proc/meminfo: memFree=25463700/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=4372 CPUtime=6.21 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 719 0 18 0 621 0 0 0 25 0 1 0 790867083 4476928 663 33554432000 134512640 134731564 4287092224 18446744073709551615 134655648 0 0 4096 1026 0 0 0 17 0 0 0 8
/proc/2912/statm: 1093 663 270 54 0 403 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 4372

[startup+12.7003 s]
/proc/loadavg: 1.09 1.04 1.14 3/536 2921
/proc/meminfo: memFree=25461604/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=4640 CPUtime=12.61 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 775 0 18 0 1261 0 0 0 25 0 1 0 790867083 4751360 716 33554432000 134512640 134731564 4287092224 18446744073709551615 134620731 0 0 4096 1026 0 0 0 17 0 0 0 8
/proc/2912/statm: 1160 716 270 54 0 470 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 4640

[startup+25.5199 s]
/proc/loadavg: 1.29 1.08 1.15 3/536 2921
/proc/meminfo: memFree=25459264/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=6108 CPUtime=25.42 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 1113 0 18 0 2542 0 0 0 25 0 1 0 790867083 6254592 1054 33554432000 134512640 134731564 4287092224 18446744073709551615 134659535 0 0 4096 1026 0 0 0 17 0 0 0 8
/proc/2912/statm: 1527 1054 270 54 0 837 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 6108

[startup+51.1004 s]
/proc/loadavg: 1.60 1.17 1.18 3/536 2922
/proc/meminfo: memFree=25454252/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=7864 CPUtime=50.99 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 1467 0 18 0 5099 0 0 0 25 0 1 0 790867083 8052736 1408 33554432000 134512640 134731564 4287092224 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 0 0 0 8
/proc/2912/statm: 1966 1408 270 54 0 1276 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 7864

[startup+102.3 s]
/proc/loadavg: 1.82 1.30 1.22 3/536 2923
/proc/meminfo: memFree=25450240/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=9584 CPUtime=102.2 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 1865 0 18 0 10219 1 0 0 25 0 1 0 790867083 9814016 1806 33554432000 134512640 134731564 4287092224 18446744073709551615 134659345 0 0 4096 1026 0 0 0 17 0 0 0 8
/proc/2912/statm: 2396 1806 270 54 0 1706 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 9584

[startup+162.301 s]
/proc/loadavg: 1.93 1.42 1.26 3/536 2925
/proc/meminfo: memFree=25448688/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=9904 CPUtime=162.2 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 2059 0 18 0 16219 1 0 0 25 0 1 0 790867083 10141696 1966 33554432000 134512640 134731564 4287092224 18446744073709551615 134659270 0 0 4096 1026 0 0 0 17 0 0 0 8
/proc/2912/statm: 2476 1966 271 54 0 1786 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 9904

[startup+222.301 s]
/proc/loadavg: 1.97 1.52 1.31 3/536 2927
/proc/meminfo: memFree=25449240/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=9904 CPUtime=222.2 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 2103 0 18 0 22219 1 0 0 25 0 1 0 790867083 10141696 2010 33554432000 134512640 134731564 4287092224 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 0 0 0 8
/proc/2912/statm: 2476 2010 271 54 0 1786 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 9904

[startup+282.301 s]
/proc/loadavg: 1.99 1.61 1.35 3/536 2928
/proc/meminfo: memFree=25450160/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=9904 CPUtime=282.2 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 2103 0 18 0 28218 2 0 0 25 0 1 0 790867083 10141696 2010 33554432000 134512640 134731564 4287092224 18446744073709551615 134620977 0 0 4096 1026 0 0 0 17 0 0 0 8
/proc/2912/statm: 2476 2010 271 54 0 1786 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 9904

[startup+342.319 s]
/proc/loadavg: 1.99 1.68 1.39 3/536 2930
/proc/meminfo: memFree=25450212/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=9904 CPUtime=342.22 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 2103 0 18 0 34220 2 0 0 25 0 1 0 790867083 10141696 2010 33554432000 134512640 134731564 4287092224 18446744073709551615 134719759 0 0 4096 1026 0 0 0 17 0 0 0 8
/proc/2912/statm: 2476 2010 271 54 0 1786 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 9904

[startup+402.301 s]
/proc/loadavg: 1.99 1.73 1.42 3/536 2931
/proc/meminfo: memFree=25450140/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=9904 CPUtime=402.19 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 2103 0 18 0 40217 2 0 0 25 0 1 0 790867083 10141696 2010 33554432000 134512640 134731564 4287092224 18446744073709551615 134659270 0 0 4096 1026 0 0 0 17 0 0 0 8
/proc/2912/statm: 2476 2010 271 54 0 1786 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 9904

[startup+462.301 s]
/proc/loadavg: 1.99 1.78 1.46 3/536 2933
/proc/meminfo: memFree=25450324/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=9904 CPUtime=462.19 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 2103 0 18 0 46217 2 0 0 25 0 1 0 790867083 10141696 2010 33554432000 134512640 134731564 4287092224 18446744073709551615 134668678 0 0 4096 1026 0 0 0 17 0 0 0 8
/proc/2912/statm: 2476 2010 271 54 0 1786 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 9904

[startup+522.301 s]
/proc/loadavg: 2.07 1.84 1.50 3/536 2936
/proc/meminfo: memFree=25450496/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=9904 CPUtime=522.19 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 2103 0 18 0 52217 2 0 0 25 0 1 0 790867083 10141696 2010 33554432000 134512640 134731564 4287092224 18446744073709551615 134659291 0 0 4096 1026 0 0 0 17 0 0 0 8
/proc/2912/statm: 2476 2010 271 54 0 1786 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 9904

[startup+582.3 s]
/proc/loadavg: 2.10 1.90 1.54 3/536 2937
/proc/meminfo: memFree=25450168/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=9904 CPUtime=582.18 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 2103 0 18 0 58216 2 0 0 25 0 1 0 790867083 10141696 2010 33554432000 134512640 134731564 4287092224 18446744073709551615 134720319 0 0 4096 1026 0 0 0 17 0 0 0 8
/proc/2912/statm: 2476 2010 271 54 0 1786 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 9904

[startup+642.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/536 3045
/proc/meminfo: memFree=25448436/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=9904 CPUtime=4062.05 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 2107 0 18 0 406197 8 0 0 25 0 1 0 790867083 10141696 2014 33554432000 134512640 134731564 4287092224 18446744073709551615 134715894 0 0 4096 1026 0 0 0 17 0 0 0 8
/proc/2912/statm: 2476 2014 274 54 0 1786 0
Current children cumulated CPU time (s) 4062.05
Current children cumulated vsize (KiB) 9904

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 3047
/proc/meminfo: memFree=25448624/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=9904 CPUtime=4122.05 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 2107 0 18 0 412197 8 0 0 25 0 1 0 790867083 10141696 2014 33554432000 134512640 134731564 4287092224 18446744073709551615 134715554 0 0 4096 1026 0 0 0 17 0 0 0 8
/proc/2912/statm: 2476 2014 274 54 0 1786 0
Current children cumulated CPU time (s) 4122.05
Current children cumulated vsize (KiB) 9904

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 3048
/proc/meminfo: memFree=25448568/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=9904 CPUtime=4182.05 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 2107 0 18 0 418197 8 0 0 25 0 1 0 790867083 10141696 2014 33554432000 134512640 134731564 4287092224 18446744073709551615 134668860 0 0 4096 1026 0 0 0 17 0 0 0 8
/proc/2912/statm: 2476 2014 274 54 0 1786 0
Current children cumulated CPU time (s) 4182.05
Current children cumulated vsize (KiB) 9904

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 3054
/proc/meminfo: memFree=25448308/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=9904 CPUtime=4242.04 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 2107 0 18 0 424195 9 0 0 25 0 1 0 790867083 10141696 2014 33554432000 134512640 134731564 4287092224 18446744073709551615 134620647 0 0 4096 1026 0 0 0 17 0 0 0 8
/proc/2912/statm: 2476 2014 274 54 0 1786 0
Current children cumulated CPU time (s) 4242.04
Current children cumulated vsize (KiB) 9904

[startup+4302.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 3055
/proc/meminfo: memFree=25448128/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=9904 CPUtime=4302.05 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 2107 0 18 0 430196 9 0 0 25 0 1 0 790867083 10141696 2014 33554432000 134512640 134731564 4287092224 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 0 0 0 8
/proc/2912/statm: 2476 2014 274 54 0 1786 0
Current children cumulated CPU time (s) 4302.05
Current children cumulated vsize (KiB) 9904

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/536 3057
/proc/meminfo: memFree=25448072/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=9904 CPUtime=4362.03 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 2107 0 18 0 436194 9 0 0 25 0 1 0 790867083 10141696 2014 33554432000 134512640 134731564 4287092224 18446744073709551615 134668864 0 0 4096 1026 0 0 0 17 0 0 0 8
/proc/2912/statm: 2476 2014 274 54 0 1786 0
Current children cumulated CPU time (s) 4362.03
Current children cumulated vsize (KiB) 9904

[startup+4422.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/536 3059
/proc/meminfo: memFree=25448124/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=9904 CPUtime=4422.02 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 2107 0 18 0 442193 9 0 0 25 0 1 0 790867083 10141696 2014 33554432000 134512640 134731564 4287092224 18446744073709551615 134667199 0 0 4096 1026 0 0 0 17 0 0 0 8
/proc/2912/statm: 2476 2014 274 54 0 1786 0
Current children cumulated CPU time (s) 4422.02
Current children cumulated vsize (KiB) 9904

[startup+4482.3 s]
/proc/loadavg: 2.18 2.06 2.01 3/536 3060
/proc/meminfo: memFree=25447944/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=9904 CPUtime=4482.02 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 2107 0 18 0 448193 9 0 0 25 0 1 0 790867083 10141696 2014 33554432000 134512640 134731564 4287092224 18446744073709551615 134659345 0 0 4096 1026 0 0 0 17 4 0 0 8
/proc/2912/statm: 2476 2014 274 54 0 1786 0
Current children cumulated CPU time (s) 4482.02
Current children cumulated vsize (KiB) 9904

[startup+4542.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/536 3062
/proc/meminfo: memFree=25447500/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=9904 CPUtime=4542.02 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 2107 0 18 0 454193 9 0 0 25 0 1 0 790867083 10141696 2014 33554432000 134512640 134731564 4287092224 18446744073709551615 134659479 0 0 4096 1026 0 0 0 17 4 0 0 8
/proc/2912/statm: 2476 2014 274 54 0 1786 0
Current children cumulated CPU time (s) 4542.02
Current children cumulated vsize (KiB) 9904

[startup+4602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/536 3063
/proc/meminfo: memFree=25446816/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=9904 CPUtime=4602.02 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 2107 0 18 0 460193 9 0 0 25 0 1 0 790867083 10141696 2014 33554432000 134512640 134731564 4287092224 18446744073709551615 134621013 0 0 4096 1026 0 0 0 17 4 0 0 8
/proc/2912/statm: 2476 2014 274 54 0 1786 0
Current children cumulated CPU time (s) 4602.02
Current children cumulated vsize (KiB) 9904

[startup+4662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/536 3065
/proc/meminfo: memFree=25445532/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=9904 CPUtime=4662.02 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 2107 0 18 0 466193 9 0 0 25 0 1 0 790867083 10141696 2014 33554432000 134512640 134731564 4287092224 18446744073709551615 134720133 0 0 4096 1026 0 0 0 17 4 0 0 8
/proc/2912/statm: 2476 2014 274 54 0 1786 0
Current children cumulated CPU time (s) 4662.02
Current children cumulated vsize (KiB) 9904

[startup+4722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 3067
/proc/meminfo: memFree=25446840/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=9904 CPUtime=4722.02 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 2107 0 18 0 472193 9 0 0 25 0 1 0 790867083 10141696 2014 33554432000 134512640 134731564 4287092224 18446744073709551615 134655772 0 0 4096 1026 0 0 0 17 4 0 0 8
/proc/2912/statm: 2476 2014 274 54 0 1786 0
Current children cumulated CPU time (s) 4722.02
Current children cumulated vsize (KiB) 9904

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 3068
/proc/meminfo: memFree=25447768/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=9904 CPUtime=4782.03 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 2107 0 18 0 478193 10 0 0 25 0 1 0 790867083 10141696 2014 33554432000 134512640 134731564 4287092224 18446744073709551615 134620738 0 0 4096 1026 0 0 0 17 4 0 0 8
/proc/2912/statm: 2476 2014 274 54 0 1786 0
Current children cumulated CPU time (s) 4782.03
Current children cumulated vsize (KiB) 9904

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 3070
/proc/meminfo: memFree=25446968/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=9904 CPUtime=4842.04 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 2107 0 18 0 484194 10 0 0 25 0 1 0 790867083 10141696 2014 33554432000 134512640 134731564 4287092224 18446744073709551615 134659679 0 0 4096 1026 0 0 0 17 4 0 0 8
/proc/2912/statm: 2476 2014 274 54 0 1786 0
Current children cumulated CPU time (s) 4842.04
Current children cumulated vsize (KiB) 9904

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/536 3071
/proc/meminfo: memFree=25447756/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=9904 CPUtime=4902.04 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 2107 0 18 0 490194 10 0 0 25 0 1 0 790867083 10141696 2014 33554432000 134512640 134731564 4287092224 18446744073709551615 134621018 0 0 4096 1026 0 0 0 17 4 0 0 8
/proc/2912/statm: 2476 2014 274 54 0 1786 0
Current children cumulated CPU time (s) 4902.04
Current children cumulated vsize (KiB) 9904

[startup+4962.32 s]
/proc/loadavg: 2.13 2.03 2.01 3/536 3073
/proc/meminfo: memFree=25447824/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=9904 CPUtime=4962.05 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 2107 0 18 0 496195 10 0 0 25 0 1 0 790867083 10141696 2014 33554432000 134512640 134731564 4287092224 18446744073709551615 134620745 0 0 4096 1026 0 0 0 17 4 0 0 8
/proc/2912/statm: 2476 2014 274 54 0 1786 0
Current children cumulated CPU time (s) 4962.05
Current children cumulated vsize (KiB) 9904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.3 s]
/proc/loadavg: 2.07 2.03 2.01 2/534 3076
/proc/meminfo: memFree=25454492/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=9904 CPUtime=5000.04 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 2107 0 18 0 499994 10 0 0 25 0 1 0 790867083 10141696 2014 33554432000 134512640 134731564 4287092224 18446744073709551615 134715359 0 0 4096 1026 0 0 0 17 4 0 0 8
/proc/2912/statm: 2476 2014 274 54 0 1786 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 9904

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

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

[startup+5000.3 s]
/proc/loadavg: 2.07 2.03 2.01 2/534 3076
/proc/meminfo: memFree=25454492/32951124 swapFree=46970528/67111528
[pid=2912] ppid=2910 vsize=9904 CPUtime=5000.04 cores=0,2,4,6
/proc/2912/stat : 2912 (MPhaseSAT) R 2910 2912 1561 0 -1 4202496 2107 0 18 0 499994 10 0 0 25 0 1 0 790867083 10141696 2014 33554432000 134512640 134731564 4287092224 18446744073709551615 134715359 0 0 4096 1026 0 0 0 17 4 0 0 8
/proc/2912/statm: 2476 2014 274 54 0 1786 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 9904

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.32
CPU time (s): 5000.06
CPU user time (s): 4999.96
CPU system time (s): 0.104984
CPU usage (%): 99.9949
Max. virtual memory (cumulated for all children) (KiB): 10168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.96
system time used= 0.104984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2107
page faults= 18
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138
involuntary context switches= 16363

runsolver used 28.5907 second user time and 55.4976 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-02 05:15:08
IDJOB=3445849
IDBENCH=85366
IDSOLVER=1941
FILE ID=node146/3445849-1306984508
RUNJOBID= node146-1306984508-2898
PBS_JOBID= 13497673
Free space on /tmp= 73644 MiB

SOLVER NAME= MPhaseSAT 2011-02-15
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-230-3.shuffled-as.sat05-2505.cnf
COMMAND LINE= MPhaseSAT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3445849-1306984508/watcher-3445849-1306984508 -o /tmp/evaluation-result-3445849-1306984508/solver-3445849-1306984508 -C 5000 -W 5100 -M 15500  MPhaseSAT HOME/instance-3445849-1306984508.cnf

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

MD5SUM BENCH= b9f02ee542f99ae0fd8f291dd570c53a
RANDOM SEED=2088473593

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:      25474024 kB
Buffers:         17472 kB
Cached:          92424 kB
SwapCached:      59356 kB
Active:          96268 kB
Inactive:      7144816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25474024 kB
SwapTotal:    67111528 kB
SwapFree:     46970528 kB
Dirty:              52 kB
Writeback:           0 kB
AnonPages:     7082620 kB
Mapped:          16136 kB
Slab:            68192 kB
PageTables:      97860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 160669500 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= 73644 MiB
End job on node146 at 2011-06-02 06:38:31