Trace number 3219542

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
MPhaseSAT_M 2011-02-16? (TO) 5000.08 5000.01

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S1245360321-088-UNKNOWN.cnf
MD5SUM951e2fa38b08f2dfbb0dbb3e8ab83f8d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.8733
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of clauses25000
Sum of the clauses size125000
Maximum clause length5
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 525000
Number of clauses of size over 50

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-3219542-1303259272/watcher-3219542-1303259272 -o /tmp/evaluation-result-3219542-1303259272/solver-3219542-1303259272 -C 5000 -W 5000 -M 15500 MPhaseSAT_M HOME/instance-3219542-1303259272.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): 5000 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.01 1.05 4.16 1/176 22368
/proc/meminfo: memFree=15708320/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=1744 CPUtime=0 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) D 22366 22368 22340 0 -1 4194304 88 0 0 0 0 0 0 0 22 0 1 0 437525083 1785856 42 33554432000 134512640 134829744 4289655216 18446744073709551615 9809063 0 0 4096 0 18446744071562234166 0 0 17 4 0 0 0
/proc/22368/statm: 436 42 33 78 0 31 0

[startup+0.099085 s]
/proc/loadavg: 0.01 1.05 4.16 1/176 22368
/proc/meminfo: memFree=15708320/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=3728 CPUtime=0 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 362 0 1 0 0 0 0 0 22 0 1 0 437525083 3817472 304 33554432000 134512640 134829744 4289655216 18446744073709551615 10028212 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 932 304 225 78 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3728

[startup+0.10104 s]
/proc/loadavg: 0.01 1.05 4.16 1/176 22368
/proc/meminfo: memFree=15708320/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=3728 CPUtime=0 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 372 0 1 0 0 0 0 0 22 0 1 0 437525083 3817472 314 33554432000 134512640 134829744 4289655216 18446744073709551615 10255309 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 932 314 225 78 0 218 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3728

[startup+0.301064 s]
/proc/loadavg: 0.01 1.05 4.16 1/176 22368
/proc/meminfo: memFree=15708320/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=7016 CPUtime=0.2 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 1471 0 1 0 20 0 0 0 22 0 1 0 437525083 7184384 1288 33554432000 134512640 134829744 4289655216 18446744073709551615 134722615 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 1754 1288 272 78 0 1040 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 7016

[startup+0.700994 s]
/proc/loadavg: 0.01 1.05 4.16 1/176 22368
/proc/meminfo: memFree=15708320/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=8996 CPUtime=0.6 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 1968 0 1 0 60 0 0 0 24 0 1 0 437525083 9211904 1785 33554432000 134512640 134829744 4289655216 18446744073709551615 134661576 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 2249 1785 272 78 0 1535 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 8996

[startup+1.50085 s]
/proc/loadavg: 0.01 1.05 4.16 3/182 22379
/proc/meminfo: memFree=15682492/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=9788 CPUtime=1.4 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 2157 0 1 0 140 0 0 0 25 0 1 0 437525083 10022912 1974 33554432000 134512640 134829744 4289655216 18446744073709551615 134633075 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 2447 1974 272 78 0 1733 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 9788

[startup+3.10053 s]
/proc/loadavg: 0.01 1.05 4.16 3/182 22379
/proc/meminfo: memFree=15664520/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=10580 CPUtime=3 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 2364 0 1 0 300 0 0 0 25 0 1 0 437525083 10833920 2181 33554432000 134512640 134829744 4289655216 18446744073709551615 134661457 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 2645 2181 272 78 0 1931 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 10580

[startup+6.30096 s]
/proc/loadavg: 0.17 1.07 4.15 3/182 22379
/proc/meminfo: memFree=15659320/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=12164 CPUtime=6.2 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 2760 0 1 0 620 0 0 0 25 0 1 0 437525083 12455936 2577 33554432000 134512640 134829744 4289655216 18446744073709551615 134661443 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 3041 2577 272 78 0 2327 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 12164

[startup+12.7008 s]
/proc/loadavg: 0.32 1.08 4.14 3/182 22379
/proc/meminfo: memFree=15644112/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=13484 CPUtime=12.6 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 3102 0 1 0 1260 0 0 0 25 0 1 0 437525083 13807616 2919 33554432000 134512640 134829744 4289655216 18446744073709551615 134580661 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 3371 2919 274 78 0 2657 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 13484

[startup+25.5004 s]
/proc/loadavg: 0.69 1.13 4.10 3/182 22380
/proc/meminfo: memFree=15636936/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=14012 CPUtime=25.4 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 3228 0 1 0 2540 0 0 0 25 0 1 0 437525083 14348288 3045 33554432000 134512640 134829744 4289655216 18446744073709551615 134605709 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 3503 3045 280 78 0 2789 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 14012

[startup+51.1006 s]
/proc/loadavg: 1.14 1.19 4.05 3/182 22380
/proc/meminfo: memFree=15644048/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=16652 CPUtime=51 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 3883 0 1 0 5100 0 0 0 25 0 1 0 437525083 17051648 3700 33554432000 134512640 134829744 4289655216 18446744073709551615 134606109 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 4163 3700 280 78 0 3449 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 16652

[startup+102.306 s]
/proc/loadavg: 1.62 1.32 3.94 3/182 22382
/proc/meminfo: memFree=15605216/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=16784 CPUtime=102.2 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 3914 0 1 0 10220 0 0 0 25 0 1 0 437525083 17186816 3731 33554432000 134512640 134829744 4289655216 18446744073709551615 134605233 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 4196 3731 280 78 0 3482 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 16784

[startup+162.301 s]
/proc/loadavg: 1.86 1.44 3.81 3/182 22383
/proc/meminfo: memFree=15605084/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=17708 CPUtime=162.21 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 4148 0 1 0 16220 1 0 0 25 0 1 0 437525083 18132992 3965 33554432000 134512640 134829744 4289655216 18446744073709551615 134605484 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 4427 3965 280 78 0 3713 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 17708

[startup+222.301 s]
/proc/loadavg: 1.95 1.54 3.70 3/182 22385
/proc/meminfo: memFree=15603088/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=19428 CPUtime=222.21 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 4594 0 1 0 22220 1 0 0 25 0 1 0 437525083 19894272 4411 33554432000 134512640 134829744 4289655216 18446744073709551615 134606073 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 4857 4411 280 78 0 4143 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 19428

[startup+282.301 s]
/proc/loadavg: 2.02 1.63 3.59 3/182 22387
/proc/meminfo: memFree=15603068/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=19428 CPUtime=282.21 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 4594 0 1 0 28220 1 0 0 25 0 1 0 437525083 19894272 4411 33554432000 134512640 134829744 4289655216 18446744073709551615 134606340 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 4857 4411 280 78 0 4143 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 19428

[startup+342.301 s]
/proc/loadavg: 2.00 1.70 3.49 3/182 22388
/proc/meminfo: memFree=15589160/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=20352 CPUtime=342.21 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 4816 0 1 0 34220 1 0 0 25 0 1 0 437525083 20840448 4633 33554432000 134512640 134829744 4289655216 18446744073709551615 134606542 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 5088 4633 280 78 0 4374 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 20352

[startup+402.301 s]
/proc/loadavg: 2.03 1.76 3.40 3/182 22390
/proc/meminfo: memFree=15587656/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=21936 CPUtime=402.21 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 5211 0 1 0 40220 1 0 0 25 0 1 0 437525083 22462464 5028 33554432000 134512640 134829744 4289655216 18446744073709551615 134605709 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 5484 5028 280 78 0 4770 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 21936

[startup+462.301 s]
/proc/loadavg: 2.01 1.80 3.31 3/182 22391
/proc/meminfo: memFree=15587632/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=21936 CPUtime=462.22 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 5211 0 1 0 46221 1 0 0 25 0 1 0 437525083 22462464 5028 33554432000 134512640 134829744 4289655216 18446744073709551615 134606096 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 5484 5028 280 78 0 4770 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 21936

[startup+522.3 s]
/proc/loadavg: 2.00 1.84 3.22 3/182 22393
/proc/meminfo: memFree=15587744/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=22068 CPUtime=522.22 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 5226 0 1 0 52221 1 0 0 25 0 1 0 437525083 22597632 5043 33554432000 134512640 134829744 4289655216 18446744073709551615 134605709 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 5517 5043 280 78 0 4803 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 22068

[startup+582.3 s]
/proc/loadavg: 2.00 1.86 3.14 3/182 22395
/proc/meminfo: memFree=15575700/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=22068 CPUtime=582.22 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 5226 0 1 0 58221 1 0 0 25 0 1 0 437525083 22597632 5043 33554432000 134512640 134829744 4289655216 18446744073709551615 134605688 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 5517 5043 280 78 0 4803 0
Current children cumulated CPU time (s) 582.22
Current children cumulated vsize (KiB) 22068

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/182 22498
/proc/meminfo: memFree=15469912/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=35032 CPUtime=4002.33 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 8454 0 1 0 400230 3 0 0 25 0 1 0 437525083 35872768 8271 33554432000 134512640 134829744 4289655216 18446744073709551615 134606496 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 8758 8271 280 78 0 8044 0
Current children cumulated CPU time (s) 4002.33
Current children cumulated vsize (KiB) 35032

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.02 3/182 22499
/proc/meminfo: memFree=15469520/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=35032 CPUtime=4062.34 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 8454 0 1 0 406231 3 0 0 25 0 1 0 437525083 35872768 8271 33554432000 134512640 134829744 4289655216 18446744073709551615 134606564 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 8758 8271 280 78 0 8044 0
Current children cumulated CPU time (s) 4062.34
Current children cumulated vsize (KiB) 35032

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/182 22501
/proc/meminfo: memFree=15469388/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=35032 CPUtime=4122.33 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 8454 0 1 0 412230 3 0 0 25 0 1 0 437525083 35872768 8271 33554432000 134512640 134829744 4289655216 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 8758 8271 280 78 0 8044 0
Current children cumulated CPU time (s) 4122.33
Current children cumulated vsize (KiB) 35032

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 22503
/proc/meminfo: memFree=15469500/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=35032 CPUtime=4182.34 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 8454 0 1 0 418231 3 0 0 25 0 1 0 437525083 35872768 8271 33554432000 134512640 134829744 4289655216 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 8758 8271 280 78 0 8044 0
Current children cumulated CPU time (s) 4182.34
Current children cumulated vsize (KiB) 35032

[startup+4242.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/182 22504
/proc/meminfo: memFree=15469608/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=35032 CPUtime=4242.34 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 8454 0 1 0 424231 3 0 0 25 0 1 0 437525083 35872768 8271 33554432000 134512640 134829744 4289655216 18446744073709551615 134722615 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 8758 8271 280 78 0 8044 0
Current children cumulated CPU time (s) 4242.34
Current children cumulated vsize (KiB) 35032

[startup+4302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 22506
/proc/meminfo: memFree=15469712/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=35032 CPUtime=4302.34 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 8454 0 1 0 430231 3 0 0 25 0 1 0 437525083 35872768 8271 33554432000 134512640 134829744 4289655216 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 8758 8271 280 78 0 8044 0
Current children cumulated CPU time (s) 4302.34
Current children cumulated vsize (KiB) 35032

[startup+4362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/182 22507
/proc/meminfo: memFree=15469200/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=35304 CPUtime=4362.34 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 8547 0 1 0 436231 3 0 0 25 0 1 0 437525083 36151296 8364 33554432000 134512640 134829744 4289655216 18446744073709551615 134657650 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 8826 8364 280 78 0 8112 0
Current children cumulated CPU time (s) 4362.34
Current children cumulated vsize (KiB) 35304

[startup+4422.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/182 22509
/proc/meminfo: memFree=15469048/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=35720 CPUtime=4422.34 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 8614 0 1 0 442231 3 0 0 25 0 1 0 437525083 36577280 8431 33554432000 134512640 134829744 4289655216 18446744073709551615 134722584 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 8930 8431 280 78 0 8216 0
Current children cumulated CPU time (s) 4422.34
Current children cumulated vsize (KiB) 35720

[startup+4482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/182 22511
/proc/meminfo: memFree=15468664/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=36136 CPUtime=4482.34 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 8726 0 1 0 448231 3 0 0 25 0 1 0 437525083 37003264 8543 33554432000 134512640 134829744 4289655216 18446744073709551615 134614876 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 9034 8543 280 78 0 8320 0
Current children cumulated CPU time (s) 4482.34
Current children cumulated vsize (KiB) 36136

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 22512
/proc/meminfo: memFree=15427112/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=36416 CPUtime=4542.35 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 8792 0 1 0 454232 3 0 0 25 0 1 0 437525083 37289984 8609 33554432000 134512640 134829744 4289655216 18446744073709551615 134661626 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 9104 8609 280 78 0 8390 0
Current children cumulated CPU time (s) 4542.35
Current children cumulated vsize (KiB) 36416

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 22514
/proc/meminfo: memFree=15426608/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=36688 CPUtime=4602.35 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 8864 0 1 0 460232 3 0 0 25 0 1 0 437525083 37568512 8681 33554432000 134512640 134829744 4289655216 18446744073709551615 134722592 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 9172 8681 280 78 0 8458 0
Current children cumulated CPU time (s) 4602.35
Current children cumulated vsize (KiB) 36688

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 22515
/proc/meminfo: memFree=15425844/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=37520 CPUtime=4662.35 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 9034 0 1 0 466232 3 0 0 25 0 1 0 437525083 38420480 8851 33554432000 134512640 134829744 4289655216 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 9380 8851 280 78 0 8666 0
Current children cumulated CPU time (s) 4662.35
Current children cumulated vsize (KiB) 37520

[startup+4722.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/182 22517
/proc/meminfo: memFree=15410832/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=42164 CPUtime=4722.37 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 10197 0 1 0 472233 4 0 0 25 0 1 0 437525083 43175936 10014 33554432000 134512640 134829744 4289655216 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 10541 10014 280 78 0 9827 0
Current children cumulated CPU time (s) 4722.37
Current children cumulated vsize (KiB) 42164

[startup+4782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/182 22519
/proc/meminfo: memFree=15400900/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=42164 CPUtime=4782.36 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 10197 0 1 0 478232 4 0 0 25 0 1 0 437525083 43175936 10014 33554432000 134512640 134829744 4289655216 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 10541 10014 280 78 0 9827 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 42164

[startup+4842.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/182 22520
/proc/meminfo: memFree=15401512/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=42164 CPUtime=4842.36 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 10197 0 1 0 484232 4 0 0 25 0 1 0 437525083 43175936 10014 33554432000 134512640 134829744 4289655216 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 10541 10014 280 78 0 9827 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 42164

[startup+4902.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/182 22522
/proc/meminfo: memFree=15401620/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=42164 CPUtime=4902.37 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 10197 0 1 0 490233 4 0 0 25 0 1 0 437525083 43175936 10014 33554432000 134512640 134829744 4289655216 18446744073709551615 10019146 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 10541 10014 280 78 0 9827 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 42164

[startup+4962.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/182 22523
/proc/meminfo: memFree=15402964/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=42164 CPUtime=4962.37 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 10197 0 1 0 496233 4 0 0 25 0 1 0 437525083 43175936 10014 33554432000 134512640 134829744 4289655216 18446744073709551615 10307542 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 10541 10014 280 78 0 9827 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 42164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.08 2.02 2.01 3/182 22524
/proc/meminfo: memFree=15402952/32951124 swapFree=67111528/67111528
[pid=22368] ppid=22366 vsize=42164 CPUtime=5000.07 cores=0,2,4,6
/proc/22368/stat : 22368 (MPhaseSAT_M) R 22366 22368 22340 0 -1 4202496 10197 0 1 0 500003 4 0 0 25 0 1 0 437525083 43175936 10014 33554432000 134512640 134829744 4289655216 18446744073709551615 134661516 0 0 4096 1026 0 0 0 17 2 0 0 4
/proc/22368/statm: 10541 10014 280 78 0 9827 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 42164

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): 5000.01
CPU time (s): 5000.08
CPU user time (s): 5000.04
CPU system time (s): 0.042993
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 42164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.04
system time used= 0.042993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10197
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22
involuntary context switches= 7723

runsolver used 7.69983 second user time and 16.3095 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-20 02:27:52
IDJOB=3219542
IDBENCH=82607
IDSOLVER=1637
FILE ID=node135/3219542-1303259272
RUNJOBID= node135-1303259271-22358
PBS_JOBID= 13049497
Free space on /tmp= 72480 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/random/large/unif-k5-r20-v1250-c25000-S1245360321-088-UNKNOWN.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219542-1303259272/watcher-3219542-1303259272 -o /tmp/evaluation-result-3219542-1303259272/solver-3219542-1303259272 -C 5000 -W 5000 -M 15500  MPhaseSAT_M HOME/instance-3219542-1303259272.cnf

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

MD5SUM BENCH= 951e2fa38b08f2dfbb0dbb3e8ab83f8d
RANDOM SEED=1311085881

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15708492 kB
Buffers:        733272 kB
Cached:       16061572 kB
SwapCached:          0 kB
Active:        8246332 kB
Inactive:      8613956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15708492 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             820 kB
Writeback:           0 kB
AnonPages:       65180 kB
Mapped:          14432 kB
Slab:           319000 kB
PageTables:       4612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189732 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72476 MiB
End job on node135 at 2011-04-20 03:51:14