Trace number 3265879

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameSAT05/crafted/sorge05/QG7/
gensys-icl007.shuffled-as.sat05-3133.cnf
MD5SUM88361752c7b0c05e849791aafdd7bdba
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark220.275
Satisfiable
(Un)Satisfiability was proved
Number of variables762
Number of clauses17262
Sum of the clauses size76511
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 21135
Number of clauses of size 38742
Number of clauses of size 4236
Number of clauses of size 5256
Number of clauses of size over 56851

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 0.92 1.32 2.41 5/180 17033
/proc/meminfo: memFree=15560292/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=3476 CPUtime=0 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 319 0 0 0 0 0 0 0 21 0 1 0 469267150 3559424 260 33554432000 134512640 134761588 4294832064 18446744073709551615 134531305 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 869 260 225 61 0 172 0

[startup+0.0976941 s]
/proc/loadavg: 0.92 1.32 2.41 5/180 17033
/proc/meminfo: memFree=15560292/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=4700 CPUtime=0.09 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 845 0 0 0 9 0 0 0 21 0 1 0 469267150 4812800 693 33554432000 134512640 134761588 4294832064 18446744073709551615 134644378 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 1175 693 257 61 0 478 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4700

[startup+0.100696 s]
/proc/loadavg: 0.92 1.32 2.41 5/180 17033
/proc/meminfo: memFree=15560292/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=4700 CPUtime=0.09 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 845 0 0 0 9 0 0 0 21 0 1 0 469267150 4812800 693 33554432000 134512640 134761588 4294832064 18446744073709551615 134643591 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 1175 693 257 61 0 478 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4700

[startup+0.300683 s]
/proc/loadavg: 0.92 1.32 2.41 5/180 17033
/proc/meminfo: memFree=15560292/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=5212 CPUtime=0.29 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 986 0 0 0 29 0 0 0 22 0 1 0 469267150 5337088 834 33554432000 134512640 134761588 4294832064 18446744073709551615 134614392 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 1303 834 266 61 0 606 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5212

[startup+0.700543 s]
/proc/loadavg: 0.92 1.32 2.41 5/180 17033
/proc/meminfo: memFree=15560292/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=6524 CPUtime=0.69 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 1399 0 0 0 69 0 0 0 24 0 1 0 469267150 6680576 1061 33554432000 134512640 134761588 4294832064 18446744073709551615 134636025 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 1631 1061 271 61 0 934 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6524

[startup+1.50034 s]
/proc/loadavg: 0.92 1.32 2.41 5/190 17105
/proc/meminfo: memFree=15540180/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=7040 CPUtime=1.49 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 1592 0 0 0 149 0 0 0 25 0 1 0 469267150 7208960 1190 33554432000 134512640 134761588 4294832064 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 1760 1190 271 61 0 1063 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7040

[startup+3.10111 s]
/proc/loadavg: 1.17 1.36 2.42 4/188 17159
/proc/meminfo: memFree=15542232/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=8840 CPUtime=3.09 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 2234 0 0 0 309 0 0 0 25 0 1 0 469267150 9052160 1640 33554432000 134512640 134761588 4294832064 18446744073709551615 134747177 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 2210 1640 271 61 0 1513 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8840

[startup+6.30048 s]
/proc/loadavg: 1.17 1.36 2.42 5/190 17186
/proc/meminfo: memFree=15536556/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=9288 CPUtime=6.29 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 2778 0 0 0 629 0 0 0 25 0 1 0 469267150 9510912 1752 33554432000 134512640 134761588 4294832064 18446744073709551615 134747179 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 2322 1752 271 61 0 1625 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9288

[startup+12.7003 s]
/proc/loadavg: 1.60 1.45 2.44 5/190 17186
/proc/meminfo: memFree=15530756/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=11852 CPUtime=12.69 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 4279 0 0 0 1269 0 0 0 25 0 1 0 469267150 12136448 2421 33554432000 134512640 134761588 4294832064 18446744073709551615 134635995 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 2963 2421 271 61 0 2266 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11852

[startup+25.5001 s]
/proc/loadavg: 1.97 1.53 2.45 5/190 17186
/proc/meminfo: memFree=15529916/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=12620 CPUtime=25.49 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 6903 0 0 0 2549 0 0 0 25 0 1 0 469267150 12922880 2613 33554432000 134512640 134761588 4294832064 18446744073709551615 134636136 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 3155 2613 271 61 0 2458 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 12620

[startup+51.1005 s]
/proc/loadavg: 2.66 1.73 2.49 5/190 17187
/proc/meminfo: memFree=15527496/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=14784 CPUtime=51.08 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 10680 0 0 0 5108 0 0 0 25 0 1 0 469267150 15138816 3126 33554432000 134512640 134761588 4294832064 18446744073709551615 134748154 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 3696 3126 271 61 0 2999 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 14784

[startup+102.306 s]
/proc/loadavg: 3.46 2.11 2.58 5/190 17323
/proc/meminfo: memFree=15518424/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=12864 CPUtime=102.29 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 16071 0 0 0 10228 1 0 0 25 0 1 0 469267150 13172736 2646 33554432000 134512640 134761588 4294832064 18446744073709551615 134753788 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 3216 2646 271 61 0 2519 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 12864

[startup+162.301 s]
/proc/loadavg: 3.80 2.45 2.66 5/190 17325
/proc/meminfo: memFree=15516036/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=12864 CPUtime=162.29 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 22599 0 0 0 16227 2 0 0 25 0 1 0 469267150 13172736 2646 33554432000 134512640 134761588 4294832064 18446744073709551615 134747252 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 3216 2646 271 61 0 2519 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 12864

[startup+222.301 s]
/proc/loadavg: 4.05 2.76 2.75 5/190 17327
/proc/meminfo: memFree=15518476/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=14016 CPUtime=222.29 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 30774 0 0 0 22226 3 0 0 25 0 1 0 469267150 14352384 2934 33554432000 134512640 134761588 4294832064 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 3504 2934 271 61 0 2807 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 14016

[startup+282.3 s]
/proc/loadavg: 4.06 3.00 2.84 5/190 17328
/proc/meminfo: memFree=15513724/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=13892 CPUtime=282.29 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 37847 0 0 0 28225 4 0 0 25 0 1 0 469267150 14225408 2903 33554432000 134512640 134761588 4294832064 18446744073709551615 134616839 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 3473 2903 271 61 0 2776 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 13892

[startup+342.301 s]
/proc/loadavg: 4.02 3.18 2.91 5/190 17466
/proc/meminfo: memFree=15510268/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=11100 CPUtime=342.29 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 71552 0 0 0 34221 8 0 0 25 0 1 0 469267150 11366400 2207 33554432000 134512640 134761588 4294832064 18446744073709551615 134614759 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 2775 2207 284 61 0 2078 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 11100

[startup+402.301 s]
/proc/loadavg: 4.00 3.33 2.97 5/190 17467
/proc/meminfo: memFree=15490120/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=12380 CPUtime=402.29 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 116218 0 0 0 40217 12 0 0 25 0 1 0 469267150 12677120 2549 33554432000 134512640 134761588 4294832064 18446744073709551615 134635805 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 3095 2549 284 61 0 2398 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 12380

[startup+462.3 s]
/proc/loadavg: 4.00 3.45 3.03 5/190 17469
/proc/meminfo: memFree=15480896/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=15076 CPUtime=462.3 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 138621 0 0 0 46215 15 0 0 25 0 1 0 469267150 15437824 3227 33554432000 134512640 134761588 4294832064 18446744073709551615 134748056 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 3769 3227 284 61 0 3072 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 15076

[startup+522.301 s]
/proc/loadavg: 4.00 3.54 3.09 5/190 17471
/proc/meminfo: memFree=15486080/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=13492 CPUtime=522.29 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 213651 0 0 0 52209 20 0 0 25 0 1 0 469267150 13815808 2795 33554432000 134512640 134761588 4294832064 18446744073709551615 134748090 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 3373 2795 284 61 0 2676 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 13492

[startup+582.301 s]
/proc/loadavg: 4.00 3.62 3.14 5/190 17472
/proc/meminfo: memFree=15473652/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=13628 CPUtime=582.29 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 246428 0 0 0 58205 24 0 0 25 0 1 0 469267150 13955072 2862 33554432000 134512640 134761588 4294832064 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 3407 2862 284 61 0 2710 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 13628

[startup+642.3 s]
/proc/loadavg: 4.05 3.70 3.20 5/190 17474
/proc/meminfo: memFree=15471660/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=10972 CPUtime=642.3 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 293130 0 0 0 64201 29 0 0 25 0 1 0 469267150 11235328 2179 33554432000 134512640 134761588 4294832064 18446744073709551615 134616730 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 2743 2179 284 61 0 2046 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 10972

[startup+702.3 s]
/proc/loadavg: 4.02 3.76 3.25 5/190 17475
/proc/meminfo: memFree=15478332/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=11096 CPUtime=702.29 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 343945 0 0 0 70195 34 0 0 25 0 1 0 469267150 11362304 2205 33554432000 134512640 134761588 4294832064 18446744073709551615 134747976 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 2774 2205 284 61 0 2077 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 11096

[startup+762.307 s]
/proc/loadavg: 4.06 3.81 3.30 5/190 17477
/proc/meminfo: memFree=15473936/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=13280 CPUtime=762.3 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 387814 0 0 0 76191 39 0 0 25 0 1 0 469267150 13598720 2743 33554432000 134512640 134761588 4294832064 18446744073709551615 134635929 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 3320 2743 284 61 0 2623 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 13280

[startup+822.3 s]
/proc/loadavg: 4.12 3.88 3.35 5/190 17479
/proc/meminfo: memFree=15479236/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=10968 CPUtime=822.3 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 438588 0 0 0 82186 44 0 0 25 0 1 0 469267150 11231232 2173 33554432000 134512640 134761588 4294832064 18446744073709551615 134647331 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 2742 2173 284 61 0 2045 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 10968

[startup+882.3 s]
/proc/loadavg: 4.04 3.89 3.39 5/190 17480
/proc/meminfo: memFree=15480072/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=10836 CPUtime=882.29 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 488777 0 0 0 88180 49 0 0 25 0 1 0 469267150 11096064 2200 33554432000 134512640 134761588 4294832064 18446744073709551615 134706000 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 2709 2200 284 61 0 2012 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 10836

[startup+942.301 s]
/proc/loadavg: 4.01 3.91 3.42 5/190 17482
/proc/meminfo: memFree=15480932/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=10968 CPUtime=942.29 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 530164 0 0 0 94176 53 0 0 25 0 1 0 469267150 11231232 2183 33554432000 134512640 134761588 4294832064 18446744073709551615 134644648 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 2742 2183 284 61 0 2045 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 10968

[startup+1002.3 s]
/proc/loadavg: 4.00 3.92 3.46 5/190 17483
/proc/meminfo: memFree=15474940/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=10968 CPUtime=1002.29 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 563698 0 0 0 100172 57 0 0 25 0 1 0 469267150 11231232 2177 33554432000 134512640 134761588 4294832064 18446744073709551615 134644914 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 2742 2177 284 61 0 2045 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 10968

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.49 5/190 17485
/proc/meminfo: memFree=15478364/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=10964 CPUtime=1062.3 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 602124 0 0 0 106169 61 0 0 25 0 1 0 469267150 11227136 2181 33554432000 134512640 134761588 4294832064 18446744073709551615 134635875 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 2741 2181 284 61 0 2044 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 10964

[startup+1122.3 s]
/proc/loadavg: 4.00 3.94 3.52 5/190 17487
/proc/meminfo: memFree=15479456/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=13640 CPUtime=1122.29 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 628935 0 0 0 112165 64 0 0 25 0 1 0 469267150 13967360 2835 33554432000 134512640 134761588 4294832064 18446744073709551615 134672631 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 3410 2835 284 61 0 2713 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 13640

[startup+1182.3 s]
/proc/loadavg: 4.07 3.97 3.55 5/190 17488
/proc/meminfo: memFree=15475340/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=12628 CPUtime=1182.29 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 670642 0 0 0 118160 69 0 0 25 0 1 0 469267150 12931072 2578 33554432000 134512640 134761588 4294832064 18446744073709551615 134635875 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 3157 2578 284 61 0 2460 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 12628

[startup+1242.3 s]
/proc/loadavg: 4.02 3.97 3.57 5/190 17490
/proc/meminfo: memFree=15475824/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=13836 CPUtime=1242.3 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 700443 0 0 0 124156 74 0 0 25 0 1 0 469267150 14168064 2880 33554432000 134512640 134761588 4294832064 18446744073709551615 134748094 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 3459 2880 284 61 0 2762 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 13836



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 3.97 3.59 5/190 17491
/proc/meminfo: memFree=15473692/32950928 swapFree=67111528/67111528
[pid=17033] ppid=17028 vsize=13508 CPUtime=1300 cores=4,6
/proc/17033/stat : 17033 (MPhaseSAT64) R 17028 17033 15849 0 -1 4202496 723285 0 0 0 129923 77 0 0 25 0 1 0 469267150 13832192 2833 33554432000 134512640 134761588 4294832064 18446744073709551615 134747408 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/17033/statm: 3377 2833 284 61 0 2680 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 13508

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.01
CPU user time (s): 1299.24
CPU system time (s): 0.773882
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 18516

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

runsolver used 2.10468 second user time and 4.50931 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-23 18:38:04
IDJOB=3265879
IDBENCH=85826
IDSOLVER=1521
FILE ID=node122/3265879-1303576684
RUNJOBID= node122-1303576683-17009
PBS_JOBID= 13150292
Free space on /tmp= 70816 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT05/crafted/sorge05/QG7/gensys-icl007.shuffled-as.sat05-3133.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265879-1303576684/watcher-3265879-1303576684 -o /tmp/evaluation-result-3265879-1303576684/solver-3265879-1303576684 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3265879-1303576684.cnf

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

MD5SUM BENCH= 88361752c7b0c05e849791aafdd7bdba
RANDOM SEED=2133232613

node122.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.820
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.64
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.820
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.820
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.820
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.83
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.820
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15561116 kB
Buffers:       1775840 kB
Cached:       14996992 kB
SwapCached:          0 kB
Active:        5438108 kB
Inactive:     11399564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15561116 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             808 kB
Writeback:           0 kB
AnonPages:       64960 kB
Mapped:          14684 kB
Slab:           487552 kB
PageTables:       4724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   192248 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= 70812 MiB
End job on node122 at 2011-04-23 18:59:46