Trace number 3266055

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.04 1300.01

General information on the benchmark

NameSAT05/crafted/sorge05/QG6/
dead-dnd002.shuffled-as.sat05-2713.cnf
MD5SUM53d311456c8e25005c572fec79acd092
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.0082
Satisfiable
(Un)Satisfiability was proved
Number of variables1339
Number of clauses7095
Sum of the clauses size60253
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31520
Number of clauses of size 4130
Number of clauses of size 5168
Number of clauses of size over 54955

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

running on 2 cores: 0,2

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/189 17104
/proc/meminfo: memFree=15544520/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=3236 CPUtime=0 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 315 0 0 0 0 0 0 0 25 0 1 0 469267210 3313664 256 33554432000 134512640 134761588 4290966432 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 809 256 225 61 0 112 0

[startup+0.102695 s]
/proc/loadavg: 0.92 1.32 2.41 5/189 17104
/proc/meminfo: memFree=15544520/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=4488 CPUtime=0.09 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 813 0 0 0 9 0 0 0 25 0 1 0 469267210 4595712 685 33554432000 134512640 134761588 4290966432 18446744073709551615 134617674 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 1122 685 266 61 0 425 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4488

[startup+0.200677 s]
/proc/loadavg: 0.92 1.32 2.41 5/189 17104
/proc/meminfo: memFree=15544520/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=4996 CPUtime=0.19 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 908 0 0 0 19 0 0 0 25 0 1 0 469267210 5115904 780 33554432000 134512640 134761588 4290966432 18446744073709551615 134614433 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 1249 780 266 61 0 552 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 4996

[startup+0.300659 s]
/proc/loadavg: 0.92 1.32 2.41 5/189 17104
/proc/meminfo: memFree=15544520/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=4996 CPUtime=0.29 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 908 0 0 0 29 0 0 0 25 0 1 0 469267210 5115904 780 33554432000 134512640 134761588 4290966432 18446744073709551615 134705831 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 1249 780 266 61 0 552 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4996

[startup+0.700648 s]
/proc/loadavg: 0.92 1.32 2.41 5/189 17104
/proc/meminfo: memFree=15544520/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=5560 CPUtime=0.69 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 1221 0 0 0 69 0 0 0 25 0 1 0 469267210 5693440 824 33554432000 134512640 134761588 4290966432 18446744073709551615 134635902 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 1390 824 271 61 0 693 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5560

[startup+1.50055 s]
/proc/loadavg: 1.17 1.36 2.42 4/188 17105
/proc/meminfo: memFree=15542804/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=6656 CPUtime=1.49 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 1591 0 0 0 149 0 0 0 25 0 1 0 469267210 6815744 1098 33554432000 134512640 134761588 4290966432 18446744073709551615 134748500 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 1664 1098 271 61 0 967 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6656

[startup+3.10022 s]
/proc/loadavg: 1.17 1.36 2.42 5/190 17186
/proc/meminfo: memFree=15538000/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=7952 CPUtime=3.09 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 2072 0 0 0 309 0 0 0 25 0 1 0 469267210 8142848 1422 33554432000 134512640 134761588 4290966432 18446744073709551615 134635890 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 1988 1422 271 61 0 1291 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7952

[startup+6.30059 s]
/proc/loadavg: 1.39 1.41 2.43 5/190 17186
/proc/meminfo: memFree=15536808/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=8336 CPUtime=6.29 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 2902 0 0 0 629 0 0 0 25 0 1 0 469267210 8536064 1518 33554432000 134512640 134761588 4290966432 18446744073709551615 134748109 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 2084 1518 271 61 0 1387 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8336

[startup+12.7005 s]
/proc/loadavg: 1.60 1.45 2.44 5/190 17186
/proc/meminfo: memFree=15529640/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=9664 CPUtime=12.68 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 4227 0 0 0 1268 0 0 0 25 0 1 0 469267210 9895936 1850 33554432000 134512640 134761588 4290966432 18446744073709551615 134748168 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 2416 1850 271 61 0 1719 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9664

[startup+25.5002 s]
/proc/loadavg: 1.97 1.53 2.45 5/190 17186
/proc/meminfo: memFree=15527684/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=9760 CPUtime=25.49 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 8316 0 0 0 2548 1 0 0 25 0 1 0 469267210 9994240 1880 33554432000 134512640 134761588 4290966432 18446744073709551615 134635873 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 2440 1880 276 61 0 1743 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 9760

[startup+51.1006 s]
/proc/loadavg: 2.77 1.77 2.50 5/190 17187
/proc/meminfo: memFree=15528364/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=9960 CPUtime=51.09 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 14502 0 0 0 5107 2 0 0 25 0 1 0 469267210 10199040 1930 33554432000 134512640 134761588 4290966432 18446744073709551615 134747199 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 2490 1930 284 61 0 1793 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 9960

[startup+102.3 s]
/proc/loadavg: 3.46 2.11 2.58 5/190 17323
/proc/meminfo: memFree=15516936/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=12660 CPUtime=102.29 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 26708 0 0 0 10226 3 0 0 25 0 1 0 469267210 12963840 2574 33554432000 134512640 134761588 4290966432 18446744073709551615 134747269 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 3165 2574 284 61 0 2468 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 12660

[startup+162.301 s]
/proc/loadavg: 3.80 2.45 2.66 5/190 17325
/proc/meminfo: memFree=15520252/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=8752 CPUtime=162.29 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 38582 0 0 0 16224 5 0 0 25 0 1 0 469267210 8962048 1596 33554432000 134512640 134761588 4290966432 18446744073709551615 134731786 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 2188 1596 284 61 0 1491 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 8752

[startup+222.307 s]
/proc/loadavg: 4.05 2.76 2.75 5/190 17327
/proc/meminfo: memFree=15515128/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=10472 CPUtime=222.3 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 49001 0 0 0 22223 7 0 0 25 0 1 0 469267210 10723328 2024 33554432000 134512640 134761588 4290966432 18446744073709551615 134747354 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 2618 2024 284 61 0 1921 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 10472

[startup+282.3 s]
/proc/loadavg: 4.06 3.00 2.84 5/190 17328
/proc/meminfo: memFree=15517196/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=10732 CPUtime=282.29 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 60835 0 0 0 28221 8 0 0 25 0 1 0 469267210 10989568 2090 33554432000 134512640 134761588 4290966432 18446744073709551615 134635947 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 2683 2090 284 61 0 1986 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 10732

[startup+342.301 s]
/proc/loadavg: 4.02 3.18 2.91 5/190 17466
/proc/meminfo: memFree=15510144/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=10732 CPUtime=342.3 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 72959 0 0 0 34220 10 0 0 25 0 1 0 469267210 10989568 2123 33554432000 134512640 134761588 4290966432 18446744073709551615 134635853 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 2683 2123 284 61 0 1986 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 10732

[startup+402.301 s]
/proc/loadavg: 4.00 3.33 2.97 5/190 17467
/proc/meminfo: memFree=15490368/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=13700 CPUtime=402.29 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 84100 0 0 0 40217 12 0 0 25 0 1 0 469267210 14028800 2837 33554432000 134512640 134761588 4290966432 18446744073709551615 134635947 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 3425 2837 284 61 0 2728 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 13700

[startup+462.3 s]
/proc/loadavg: 4.00 3.45 3.03 5/190 17469
/proc/meminfo: memFree=15479160/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=11192 CPUtime=462.3 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 94392 0 0 0 46216 14 0 0 25 0 1 0 469267210 11460608 2207 33554432000 134512640 134761588 4290966432 18446744073709551615 134636057 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 2798 2207 284 61 0 2101 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 11192

[startup+522.301 s]
/proc/loadavg: 4.00 3.54 3.09 5/190 17471
/proc/meminfo: memFree=15485956/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=10344 CPUtime=522.3 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 104796 0 0 0 52215 15 0 0 25 0 1 0 469267210 10592256 1992 33554432000 134512640 134761588 4290966432 18446744073709551615 134747408 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 2586 1992 284 61 0 1889 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 10344

[startup+582.301 s]
/proc/loadavg: 4.00 3.62 3.14 5/190 17472
/proc/meminfo: memFree=15481712/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=8548 CPUtime=582.3 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 114278 0 0 0 58214 16 0 0 25 0 1 0 469267210 8753152 1588 33554432000 134512640 134761588 4290966432 18446744073709551615 134620959 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 2137 1588 284 61 0 1440 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 8548

[startup+642.3 s]
/proc/loadavg: 4.05 3.70 3.20 5/190 17474
/proc/meminfo: memFree=15464344/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=15560 CPUtime=642.31 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 123389 0 0 0 64213 18 0 0 25 0 1 0 469267210 15933440 3336 33554432000 134512640 134761588 4290966432 18446744073709551615 134748283 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 3890 3336 284 61 0 3193 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 15560

[startup+702.301 s]
/proc/loadavg: 4.02 3.76 3.25 5/190 17475
/proc/meminfo: memFree=15477960/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=12624 CPUtime=702.31 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 134813 0 0 0 70211 20 0 0 25 0 1 0 469267210 12926976 2705 33554432000 134512640 134761588 4290966432 18446744073709551615 134748081 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 3156 2705 284 61 0 2459 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 12624

[startup+762.301 s]
/proc/loadavg: 4.06 3.81 3.30 5/190 17477
/proc/meminfo: memFree=15471208/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=15428 CPUtime=762.32 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 146545 0 0 0 76210 22 0 0 25 0 1 0 469267210 15798272 3301 33554432000 134512640 134761588 4290966432 18446744073709551615 134748180 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 3857 3301 284 61 0 3160 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 15428

[startup+822.3 s]
/proc/loadavg: 4.12 3.88 3.35 5/190 17479
/proc/meminfo: memFree=15480724/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=8548 CPUtime=822.31 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 157966 0 0 0 82207 24 0 0 25 0 1 0 469267210 8753152 1574 33554432000 134512640 134761588 4290966432 18446744073709551615 134636025 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 2137 1574 284 61 0 1440 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 8548

[startup+882.307 s]
/proc/loadavg: 4.04 3.89 3.39 5/190 17480
/proc/meminfo: memFree=15482676/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=8548 CPUtime=882.32 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 170521 0 0 0 88207 25 0 0 25 0 1 0 469267210 8753152 1574 33554432000 134512640 134761588 4290966432 18446744073709551615 134751421 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 2137 1574 284 61 0 1440 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 8548

[startup+942.301 s]
/proc/loadavg: 4.01 3.91 3.42 5/190 17482
/proc/meminfo: memFree=15476096/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=13504 CPUtime=942.31 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 179708 0 0 0 94205 26 0 0 25 0 1 0 469267210 13828096 2788 33554432000 134512640 134761588 4290966432 18446744073709551615 134748185 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 3376 2788 284 61 0 2679 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 13504

[startup+1002.3 s]
/proc/loadavg: 4.00 3.92 3.46 5/190 17483
/proc/meminfo: memFree=15475560/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=16008 CPUtime=1002.31 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 190378 0 0 0 100203 28 0 0 25 0 1 0 469267210 16392192 3448 33554432000 134512640 134761588 4290966432 18446744073709551615 134747374 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 4002 3448 284 61 0 3305 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 16008

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.49 5/190 17485
/proc/meminfo: memFree=15477000/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=11064 CPUtime=1062.32 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 199999 0 0 0 106202 30 0 0 25 0 1 0 469267210 11329536 2177 33554432000 134512640 134761588 4290966432 18446744073709551615 134636043 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 2766 2177 284 61 0 2069 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 11064

[startup+1122.3 s]
/proc/loadavg: 4.00 3.94 3.52 5/190 17487
/proc/meminfo: memFree=15482804/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=8548 CPUtime=1122.32 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 208337 0 0 0 112201 31 0 0 25 0 1 0 469267210 8753152 1572 33554432000 134512640 134761588 4290966432 18446744073709551615 134635873 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 2137 1572 284 61 0 1440 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 8548

[startup+1182.3 s]
/proc/loadavg: 4.07 3.97 3.55 5/190 17488
/proc/meminfo: memFree=15472984/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=8548 CPUtime=1182.31 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 220806 0 0 0 118199 32 0 0 25 0 1 0 469267210 8753152 1572 33554432000 134512640 134761588 4290966432 18446744073709551615 134747177 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 2137 1572 284 61 0 1440 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 8548

[startup+1242.3 s]
/proc/loadavg: 4.02 3.97 3.57 5/190 17490
/proc/meminfo: memFree=15473964/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=12352 CPUtime=1242.32 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 233256 0 0 0 124198 34 0 0 25 0 1 0 469267210 12648448 2530 33554432000 134512640 134761588 4290966432 18446744073709551615 134635875 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 3088 2530 284 61 0 2391 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 12352



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 3.97 3.59 4/188 17492
/proc/meminfo: memFree=15483132/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=15940 CPUtime=1300.03 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 241681 0 0 0 129968 35 0 0 25 0 1 0 469267210 16322560 3430 33554432000 134512640 134761588 4290966432 18446744073709551615 134747561 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 3985 3430 284 61 0 3288 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 15940

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

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

[startup+1300 s]
/proc/loadavg: 4.01 3.97 3.59 4/188 17492
/proc/meminfo: memFree=15483132/32950928 swapFree=67111528/67111528
[pid=17104] ppid=17102 vsize=15940 CPUtime=1300.03 cores=0,2
/proc/17104/stat : 17104 (MPhaseSAT64) R 17102 17104 15849 0 -1 4202496 241681 0 0 0 129968 35 0 0 25 0 1 0 469267210 16322560 3430 33554432000 134512640 134761588 4290966432 18446744073709551615 134747561 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/17104/statm: 3985 3430 284 61 0 3288 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 15940

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1299.68
CPU system time (s): 0.353946
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 17480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.68
system time used= 0.353946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241681
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 2091

runsolver used 2.13267 second user time and 4.84226 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-23 18:38:04
IDJOB=3266055
IDBENCH=85959
IDSOLVER=1521
FILE ID=node122/3266055-1303576684
RUNJOBID= node122-1303576683-17008
PBS_JOBID= 13150292
Free space on /tmp= 70812 MiB

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

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

MD5SUM BENCH= 53d311456c8e25005c572fec79acd092
RANDOM SEED=1003130048

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:      15544552 kB
Buffers:       1775872 kB
Cached:       14999676 kB
SwapCached:          0 kB
Active:        5454000 kB
Inactive:     11400116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15544552 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3524 kB
Writeback:           0 kB
AnonPages:       78152 kB
Mapped:          16236 kB
Slab:           487552 kB
PageTables:       4724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   266612 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