Trace number 3265219

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

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
harder/php-020-019.shuffled-as.sat05-1190.cnf
MD5SUM81bbeaaf9f0ca3bfc36d743097777052
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.62875
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of clauses3630
Sum of the clauses size7600
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23610
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

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-3265219-1303573516/watcher-3265219-1303573516 -o /tmp/evaluation-result-3265219-1303573516/solver-3265219-1303573516 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3265219-1303573516.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: 3.94 3.95 3.44 4/189 19436
/proc/meminfo: memFree=14071892/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=3200 CPUtime=0 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 377 0 0 0 0 0 0 0 25 0 1 0 468952309 3276800 318 33554432000 134512640 134761588 4294737872 18446744073709551615 134559270 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 800 318 237 61 0 103 0

[startup+0.039212 s]
/proc/loadavg: 3.94 3.95 3.44 4/189 19436
/proc/meminfo: memFree=14071892/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=3524 CPUtime=0.03 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 471 0 0 0 3 0 0 0 25 0 1 0 468952309 3608576 411 33554432000 134512640 134761588 4294737872 18446744073709551615 134616704 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 881 411 269 61 0 184 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3524

[startup+0.100202 s]
/proc/loadavg: 3.94 3.95 3.44 4/189 19436
/proc/meminfo: memFree=14071892/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=3524 CPUtime=0.09 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 476 0 0 0 9 0 0 0 25 0 1 0 468952309 3608576 416 33554432000 134512640 134761588 4294737872 18446744073709551615 134682629 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 881 416 274 61 0 184 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3524

[startup+0.300178 s]
/proc/loadavg: 3.94 3.95 3.44 4/189 19436
/proc/meminfo: memFree=14071892/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=3524 CPUtime=0.29 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 504 0 0 0 29 0 0 0 25 0 1 0 468952309 3608576 444 33554432000 134512640 134761588 4294737872 18446744073709551615 134680610 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 881 444 274 61 0 184 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3524

[startup+0.701094 s]
/proc/loadavg: 3.94 3.95 3.44 4/189 19436
/proc/meminfo: memFree=14071892/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=6992 CPUtime=0.69 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 1263 0 0 0 69 0 0 0 25 0 1 0 468952309 7159808 1139 33554432000 134512640 134761588 4294737872 18446744073709551615 134635936 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 1748 1139 276 61 0 1051 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6992

[startup+1.50098 s]
/proc/loadavg: 3.94 3.95 3.44 5/190 19437
/proc/meminfo: memFree=14064232/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=10576 CPUtime=1.49 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 2415 0 0 0 149 0 0 0 25 0 1 0 468952309 10829824 2035 33554432000 134512640 134761588 4294737872 18446744073709551615 134636043 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 2644 2035 276 61 0 1947 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10576

[startup+3.10068 s]
/proc/loadavg: 3.94 3.95 3.44 5/190 19437
/proc/meminfo: memFree=14061628/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=16212 CPUtime=3.09 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 3952 0 0 0 309 0 0 0 25 0 1 0 468952309 16601088 3444 33554432000 134512640 134761588 4294737872 18446744073709551615 134636012 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 4053 3444 276 61 0 3356 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16212

[startup+6.30108 s]
/proc/loadavg: 3.94 3.95 3.45 5/190 19437
/proc/meminfo: memFree=14055508/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=17236 CPUtime=6.29 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 4620 0 0 0 629 0 0 0 25 0 1 0 468952309 17649664 3700 33554432000 134512640 134761588 4294737872 18446744073709551615 134748372 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 4309 3700 276 61 0 3612 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17236

[startup+12.7009 s]
/proc/loadavg: 3.95 3.95 3.45 5/190 19438
/proc/meminfo: memFree=14048080/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=21080 CPUtime=12.69 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 6580 0 0 0 1268 1 0 0 25 0 1 0 468952309 21585920 4629 33554432000 134512640 134761588 4294737872 18446744073709551615 134636025 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 5270 4629 276 61 0 4573 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21080

[startup+25.5006 s]
/proc/loadavg: 3.96 3.96 3.46 5/190 19438
/proc/meminfo: memFree=14044616/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=22236 CPUtime=25.49 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 13314 0 0 0 2547 2 0 0 25 0 1 0 468952309 22769664 4925 33554432000 134512640 134761588 4294737872 18446744073709551615 134635936 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 5559 4925 283 61 0 4862 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22236

[startup+51.1009 s]
/proc/loadavg: 3.97 3.96 3.47 5/190 19439
/proc/meminfo: memFree=14036540/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=29660 CPUtime=51.09 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 29570 0 0 0 5105 4 0 0 25 0 1 0 468952309 30371840 6781 33554432000 134512640 134761588 4294737872 18446744073709551615 134726300 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 7415 6781 283 61 0 6718 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 29660

[startup+102.307 s]
/proc/loadavg: 3.99 3.96 3.49 4/185 19458
/proc/meminfo: memFree=14021312/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=30556 CPUtime=102.3 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 63618 0 0 0 10221 9 0 0 25 0 1 0 468952309 31289344 7005 33554432000 134512640 134761588 4294737872 18446744073709551615 134747269 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 7639 7005 283 61 0 6942 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 30556

[startup+162.301 s]
/proc/loadavg: 3.36 3.79 3.46 4/184 19460
/proc/meminfo: memFree=14022916/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=31452 CPUtime=162.29 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 98114 0 0 0 16214 15 0 0 25 0 1 0 468952309 32206848 7229 33554432000 134512640 134761588 4294737872 18446744073709551615 134635808 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 7863 7229 283 61 0 7166 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 31452

[startup+222.301 s]
/proc/loadavg: 3.13 3.64 3.43 4/184 19461
/proc/meminfo: memFree=14010492/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=34524 CPUtime=222.3 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 135858 0 0 0 22209 21 0 0 25 0 1 0 468952309 35352576 8013 33554432000 134512640 134761588 4294737872 18446744073709551615 134636041 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 8631 8013 283 61 0 7934 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 34524

[startup+282.301 s]
/proc/loadavg: 3.09 3.54 3.41 4/184 19463
/proc/meminfo: memFree=14013076/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=30300 CPUtime=282.3 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 173138 0 0 0 28202 28 0 0 25 0 1 0 468952309 31027200 6957 33554432000 134512640 134761588 4294737872 18446744073709551615 134635923 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 7575 6957 283 61 0 6878 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 30300

[startup+342.301 s]
/proc/loadavg: 3.03 3.44 3.38 4/184 19465
/proc/meminfo: memFree=14012060/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=35548 CPUtime=342.3 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 210002 0 0 0 34196 34 0 0 25 0 1 0 468952309 36401152 8269 33554432000 134512640 134761588 4294737872 18446744073709551615 134682592 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 8887 8269 283 61 0 8190 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 35548

[startup+402.301 s]
/proc/loadavg: 3.01 3.35 3.35 4/184 19466
/proc/meminfo: memFree=13985504/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=30428 CPUtime=402.31 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 246578 0 0 0 40192 39 0 0 25 0 1 0 468952309 31158272 6989 33554432000 134512640 134761588 4294737872 18446744073709551615 134747173 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 7607 6989 283 61 0 6910 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 30428

[startup+462.301 s]
/proc/loadavg: 3.00 3.29 3.33 4/184 19468
/proc/meminfo: memFree=13980272/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=41948 CPUtime=462.3 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 285746 0 0 0 46185 45 0 0 25 0 1 0 468952309 42954752 9869 33554432000 134512640 134761588 4294737872 18446744073709551615 134635879 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 10487 9869 283 61 0 9790 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 41948

[startup+522.301 s]
/proc/loadavg: 3.05 3.25 3.31 4/184 19469
/proc/meminfo: memFree=14004796/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=37984 CPUtime=522.3 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 322643 0 0 0 52179 51 0 0 25 0 1 0 468952309 38895616 8878 33554432000 134512640 134761588 4294737872 18446744073709551615 134635870 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 9496 8878 283 61 0 8799 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 37984

[startup+582.301 s]
/proc/loadavg: 3.02 3.20 3.28 4/184 19471
/proc/meminfo: memFree=14007872/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=31584 CPUtime=582.31 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 358835 0 0 0 58175 56 0 0 25 0 1 0 468952309 32342016 7278 33554432000 134512640 134761588 4294737872 18446744073709551615 134635904 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 7896 7278 283 61 0 7199 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 31584

[startup+642.301 s]
/proc/loadavg: 3.00 3.16 3.26 4/184 19473
/proc/meminfo: memFree=13957500/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=32480 CPUtime=642.32 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 393075 0 0 0 64171 61 0 0 25 0 1 0 468952309 33259520 7502 33554432000 134512640 134761588 4294737872 18446744073709551615 134747179 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 8120 7502 283 61 0 7423 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 32480

[startup+702.301 s]
/proc/loadavg: 3.00 3.13 3.25 4/184 19474
/proc/meminfo: memFree=13971852/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=30816 CPUtime=702.31 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 425683 0 0 0 70166 65 0 0 25 0 1 0 468952309 31555584 7086 33554432000 134512640 134761588 4294737872 18446744073709551615 134636053 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 7704 7086 283 61 0 7007 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 30816

[startup+762.307 s]
/proc/loadavg: 3.00 3.10 3.23 4/184 19476
/proc/meminfo: memFree=13979640/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=34656 CPUtime=762.32 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 457331 0 0 0 76163 69 0 0 25 0 1 0 468952309 35487744 8046 33554432000 134512640 134761588 4294737872 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 8664 8046 283 61 0 7967 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 34656

[startup+822.301 s]
/proc/loadavg: 3.07 3.10 3.22 4/184 19477
/proc/meminfo: memFree=13964364/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=44512 CPUtime=822.32 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 492371 0 0 0 82157 75 0 0 25 0 1 0 468952309 45580288 10510 33554432000 134512640 134761588 4294737872 18446744073709551615 134635877 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 11128 10510 283 61 0 10431 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 44512

[startup+882.301 s]
/proc/loadavg: 3.02 3.08 3.20 4/184 19479
/proc/meminfo: memFree=13984304/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=36064 CPUtime=882.31 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 526931 0 0 0 88151 80 0 0 25 0 1 0 468952309 36929536 8398 33554432000 134512640 134761588 4294737872 18446744073709551615 134635855 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 9016 8398 283 61 0 8319 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 36064

[startup+942.301 s]
/proc/loadavg: 2.48 2.92 3.14 3/178 19499
/proc/meminfo: memFree=14022136/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=31968 CPUtime=942.32 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 559891 0 0 0 94147 85 0 0 25 0 1 0 468952309 32735232 7374 33554432000 134512640 134761588 4294737872 18446744073709551615 134635877 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 7992 7374 283 61 0 7295 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 31968

[startup+1002.3 s]
/proc/loadavg: 2.17 2.75 3.06 3/178 19509
/proc/meminfo: memFree=14031696/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=34016 CPUtime=1002.32 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 593843 0 0 0 100142 90 0 0 25 0 1 0 468952309 34832384 7886 33554432000 134512640 134761588 4294737872 18446744073709551615 134682463 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 8504 7886 283 61 0 7807 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 34016

[startup+1062.3 s]
/proc/loadavg: 2.06 2.61 2.99 3/178 19511
/proc/meminfo: memFree=14037500/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=30816 CPUtime=1062.32 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 627635 0 0 0 106137 95 0 0 25 0 1 0 468952309 31555584 7086 33554432000 134512640 134761588 4294737872 18446744073709551615 134726288 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 7704 7086 283 61 0 7007 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 30816

[startup+1122.3 s]
/proc/loadavg: 2.02 2.50 2.93 3/178 19515
/proc/meminfo: memFree=14032888/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=40416 CPUtime=1122.32 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 664403 0 0 0 112131 101 0 0 25 0 1 0 468952309 41385984 9486 33554432000 134512640 134761588 4294737872 18446744073709551615 134635902 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 10104 9486 283 61 0 9407 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 40416

[startup+1182.3 s]
/proc/loadavg: 2.01 2.40 2.87 3/178 19517
/proc/meminfo: memFree=14036620/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=34912 CPUtime=1182.33 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 698099 0 0 0 118126 107 0 0 25 0 1 0 468952309 35749888 8110 33554432000 134512640 134761588 4294737872 18446744073709551615 134635906 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 8728 8110 283 61 0 8031 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 34912

[startup+1242.3 s]
/proc/loadavg: 2.00 2.33 2.81 3/178 19519
/proc/meminfo: memFree=14033992/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=35040 CPUtime=1242.32 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 733011 0 0 0 124121 111 0 0 25 0 1 0 468952309 35880960 8142 33554432000 134512640 134761588 4294737872 18446744073709551615 134747360 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 8760 8142 283 61 0 8063 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 35040



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.27 2.76 2/173 19538
/proc/meminfo: memFree=14092648/32951124 swapFree=67111528/67111528
[pid=19436] ppid=19434 vsize=36064 CPUtime=1300.03 cores=0,2
/proc/19436/stat : 19436 (MPhaseSAT64) R 19434 19436 18350 0 -1 4202496 767923 0 0 0 129887 116 0 0 25 0 1 0 468952309 36929536 8398 33554432000 134512640 134761588 4294737872 18446744073709551615 134636141 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/19436/statm: 9016 8398 283 61 0 8319 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 36064

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.05
CPU user time (s): 1298.88
CPU system time (s): 1.16982
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 51168

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

runsolver used 2.10568 second user time and 4.18236 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-23 17:45:16
IDJOB=3265219
IDBENCH=85459
IDSOLVER=1521
FILE ID=node109/3265219-1303573516
RUNJOBID= node109-1303572211-19196
PBS_JOBID= 13150303
Free space on /tmp= 71376 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/harder/php-020-019.shuffled-as.sat05-1190.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265219-1303573516/watcher-3265219-1303573516 -o /tmp/evaluation-result-3265219-1303573516/solver-3265219-1303573516 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3265219-1303573516.cnf

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

MD5SUM BENCH= 81bbeaaf9f0ca3bfc36d743097777052
RANDOM SEED=1543430928

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14072180 kB
Buffers:       2102316 kB
Cached:       16085940 kB
SwapCached:          0 kB
Active:        9991392 kB
Inactive:      8313156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14072180 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             928 kB
Writeback:           0 kB
AnonPages:      116176 kB
Mapped:          16856 kB
Slab:           510248 kB
PageTables:       4960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   300528 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= 71376 MiB
End job on node109 at 2011-04-23 18:06:58