Trace number 3094775

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) 1299.97 1300.01

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v30000-c126000-S926207202-053-UNKNOWN.cnf
MD5SUMbd4912a5ba3146c46ac3a58d7861d9a6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark37.8762
Satisfiable
(Un)Satisfiability was proved
Number of variables30000
Number of clauses126000
Sum of the clauses size378000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3126000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3094775-1301751208/watcher-3094775-1301751208 -o /tmp/evaluation-result-3094775-1301751208/solver-3094775-1301751208 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3094775-1301751208.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.98 3.79 5/189 25474
/proc/meminfo: memFree=21870084/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=5044 CPUtime=0 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 326 0 0 0 0 0 0 0 25 0 1 0 286718780 5165056 265 33554432000 134512640 134761588 4287899504 18446744073709551615 134531305 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 1261 265 225 61 0 564 0

[startup+0.09699 s]
/proc/loadavg: 3.94 3.98 3.79 5/189 25474
/proc/meminfo: memFree=21870084/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=5044 CPUtime=0.09 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 750 0 0 0 9 0 0 0 25 0 1 0 286718780 5165056 689 33554432000 134512640 134761588 4287899504 18446744073709551615 4011292 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 1261 689 225 61 0 564 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5044

[startup+0.100989 s]
/proc/loadavg: 3.94 3.98 3.79 5/189 25474
/proc/meminfo: memFree=21870084/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=5044 CPUtime=0.09 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 769 0 0 0 9 0 0 0 25 0 1 0 286718780 5165056 708 33554432000 134512640 134761588 4287899504 18446744073709551615 4011449 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 1261 708 225 61 0 564 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5044

[startup+0.30096 s]
/proc/loadavg: 3.94 3.98 3.79 5/189 25474
/proc/meminfo: memFree=21870084/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=22220 CPUtime=0.28 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 7537 0 0 0 28 0 0 0 25 0 1 0 286718780 22753280 5072 33554432000 134512640 134761588 4287899504 18446744073709551615 134644979 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 5555 5072 255 61 0 4858 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 22220

[startup+0.700881 s]
/proc/loadavg: 3.94 3.98 3.79 5/189 25474
/proc/meminfo: memFree=21870084/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=16428 CPUtime=0.69 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 8679 0 0 0 68 1 0 0 25 0 1 0 286718780 16822272 3636 33554432000 134512640 134761588 4287899504 18446744073709551615 134660645 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 4107 3636 265 61 0 3410 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16428

[startup+1.50073 s]
/proc/loadavg: 3.94 3.98 3.80 5/190 25475
/proc/meminfo: memFree=21855576/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=16400 CPUtime=1.49 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 8912 0 0 0 148 1 0 0 25 0 1 0 286718780 16793600 3634 33554432000 134512640 134761588 4287899504 18446744073709551615 134672917 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 4100 3634 270 61 0 3403 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16400

[startup+3.10044 s]
/proc/loadavg: 3.94 3.98 3.80 5/190 25475
/proc/meminfo: memFree=21855320/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=16400 CPUtime=3.09 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 8912 0 0 0 308 1 0 0 25 0 1 0 286718780 16793600 3634 33554432000 134512640 134761588 4287899504 18446744073709551615 134616987 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 4100 3634 270 61 0 3403 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16400

[startup+6.30086 s]
/proc/loadavg: 3.94 3.98 3.80 5/190 25475
/proc/meminfo: memFree=21855152/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=16884 CPUtime=6.29 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 9033 0 0 0 628 1 0 0 25 0 1 0 286718780 17289216 3755 33554432000 134512640 134761588 4287899504 18446744073709551615 134747069 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 4221 3755 270 61 0 3524 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16884

[startup+12.7007 s]
/proc/loadavg: 3.95 3.98 3.80 5/190 25476
/proc/meminfo: memFree=21848820/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=17624 CPUtime=12.68 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 11367 0 0 0 1267 1 0 0 25 0 1 0 286718780 18046976 3940 33554432000 134512640 134761588 4287899504 18446744073709551615 134747294 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 4406 3940 270 61 0 3709 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17624

[startup+25.5004 s]
/proc/loadavg: 3.96 3.98 3.80 5/190 25476
/proc/meminfo: memFree=21846432/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=19168 CPUtime=25.49 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 14358 0 0 0 2547 2 0 0 25 0 1 0 286718780 19628032 4326 33554432000 134512640 134761588 4287899504 18446744073709551615 134747194 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 4792 4326 270 61 0 4095 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19168

[startup+51.1007 s]
/proc/loadavg: 3.97 3.98 3.80 5/190 25476
/proc/meminfo: memFree=21839568/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=23336 CPUtime=51.09 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 39148 0 0 0 5103 6 0 0 25 0 1 0 286718780 23896064 5334 33554432000 134512640 134761588 4287899504 18446744073709551615 134636797 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 5834 5334 276 61 0 5137 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 23336

[startup+102.306 s]
/proc/loadavg: 3.99 3.98 3.81 5/190 25478
/proc/meminfo: memFree=21837696/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=25584 CPUtime=102.3 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 51969 0 0 0 10222 8 0 0 25 0 1 0 286718780 26198016 5936 33554432000 134512640 134761588 4287899504 18446744073709551615 134747171 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 6396 5936 276 61 0 5699 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 25584

[startup+162.301 s]
/proc/loadavg: 4.05 4.00 3.83 5/190 25480
/proc/meminfo: memFree=21835444/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=25904 CPUtime=162.29 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 54890 0 0 0 16221 8 0 0 25 0 1 0 286718780 26525696 6016 33554432000 134512640 134761588 4287899504 18446744073709551615 134748416 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 6476 6016 276 61 0 5779 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 25904

[startup+222.301 s]
/proc/loadavg: 4.02 4.00 3.83 5/190 25481
/proc/meminfo: memFree=21837024/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=24560 CPUtime=222.28 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 57556 0 0 0 22220 8 0 0 25 0 1 0 286718780 25149440 5680 33554432000 134512640 134761588 4287899504 18446744073709551615 134747069 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 6140 5680 276 61 0 5443 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 24560

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 25483
/proc/meminfo: memFree=21835004/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=26288 CPUtime=282.28 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 61589 0 0 0 28219 9 0 0 25 0 1 0 286718780 26918912 6112 33554432000 134512640 134761588 4287899504 18446744073709551615 134680751 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 6572 6112 276 61 0 5875 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 26288

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 25484
/proc/meminfo: memFree=21833372/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=26032 CPUtime=342.27 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 64305 0 0 0 34218 9 0 0 25 0 1 0 286718780 26656768 6048 33554432000 134512640 134761588 4287899504 18446744073709551615 134747199 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/25474/statm: 6508 6048 276 61 0 5811 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 26032

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 25514
/proc/meminfo: memFree=21846964/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=26032 CPUtime=402.28 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 65685 0 0 0 40218 10 0 0 25 0 1 0 286718780 26656768 6048 33554432000 134512640 134761588 4287899504 18446744073709551615 134747194 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 6508 6048 276 61 0 5811 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 26032

[startup+462.301 s]
/proc/loadavg: 4.06 4.02 3.86 5/190 25516
/proc/meminfo: memFree=21840348/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=26928 CPUtime=462.27 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 68307 0 0 0 46217 10 0 0 25 0 1 0 286718780 27574272 6272 33554432000 134512640 134761588 4287899504 18446744073709551615 134747294 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 6732 6272 276 61 0 6035 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 26928

[startup+522.3 s]
/proc/loadavg: 4.02 4.01 3.87 5/190 25517
/proc/meminfo: memFree=21843924/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=27056 CPUtime=522.27 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 71055 0 0 0 52216 11 0 0 25 0 1 0 286718780 27705344 6304 33554432000 134512640 134761588 4287899504 18446744073709551615 134747194 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 6764 6304 276 61 0 6067 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 27056

[startup+582.3 s]
/proc/loadavg: 4.01 4.00 3.87 5/190 25519
/proc/meminfo: memFree=21843264/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=27312 CPUtime=582.27 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 73579 0 0 0 58216 11 0 0 25 0 1 0 286718780 27967488 6368 33554432000 134512640 134761588 4287899504 18446744073709551615 134749381 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 6828 6368 276 61 0 6131 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 27312

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 25520
/proc/meminfo: memFree=21842368/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=27588 CPUtime=642.28 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 75432 0 0 0 64216 12 0 0 25 0 1 0 286718780 28250112 6437 33554432000 134512640 134761588 4287899504 18446744073709551615 134747182 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 6897 6437 276 61 0 6200 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 27588

[startup+702.301 s]
/proc/loadavg: 4.08 4.02 3.89 5/190 25522
/proc/meminfo: memFree=21841100/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=27648 CPUtime=702.27 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 78372 0 0 0 70215 12 0 0 25 0 1 0 286718780 28311552 6452 33554432000 134512640 134761588 4287899504 18446744073709551615 134680751 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 6912 6452 276 61 0 6215 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 27648

[startup+762.307 s]
/proc/loadavg: 4.03 4.01 3.90 5/190 25524
/proc/meminfo: memFree=21839332/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=27136 CPUtime=762.27 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 80270 0 0 0 76215 12 0 0 25 0 1 0 286718780 27787264 6330 33554432000 134512640 134761588 4287899504 18446744073709551615 134748267 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 6784 6330 276 61 0 6087 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 27136

[startup+822.301 s]
/proc/loadavg: 4.01 4.00 3.90 5/190 25525
/proc/meminfo: memFree=21838812/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=27136 CPUtime=822.27 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 82310 0 0 0 82214 13 0 0 25 0 1 0 286718780 27787264 6330 33554432000 134512640 134761588 4287899504 18446744073709551615 134747218 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 6784 6330 276 61 0 6087 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 27136

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 25527
/proc/meminfo: memFree=21837912/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=29184 CPUtime=882.26 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 84962 0 0 0 88213 13 0 0 25 0 1 0 286718780 29884416 6842 33554432000 134512640 134761588 4287899504 18446744073709551615 134748397 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 7296 6842 276 61 0 6599 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 29184

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 25528
/proc/meminfo: memFree=21838252/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=28928 CPUtime=942.26 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 86214 0 0 0 94213 13 0 0 25 0 1 0 286718780 29622272 6778 33554432000 134512640 134761588 4287899504 18446744073709551615 134747069 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 7232 6778 276 61 0 6535 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 28928

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 25530
/proc/meminfo: memFree=21841096/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=27136 CPUtime=1002.25 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 87742 0 0 0 100212 13 0 0 25 0 1 0 286718780 27787264 6330 33554432000 134512640 134761588 4287899504 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 6784 6330 276 61 0 6087 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 27136

[startup+1062.3 s]
/proc/loadavg: 4.03 4.01 3.91 5/190 25532
/proc/meminfo: memFree=21837348/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=28040 CPUtime=1062.26 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 90742 0 0 0 106212 14 0 0 25 0 1 0 286718780 28712960 6550 33554432000 134512640 134761588 4287899504 18446744073709551615 134747056 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 7010 6550 276 61 0 6313 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 28040

[startup+1122.3 s]
/proc/loadavg: 4.01 4.01 3.91 5/190 25533
/proc/meminfo: memFree=21838440/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=28040 CPUtime=1122.26 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 91382 0 0 0 112212 14 0 0 25 0 1 0 286718780 28712960 6550 33554432000 134512640 134761588 4287899504 18446744073709551615 134747182 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 7010 6550 276 61 0 6313 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 28040

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 25535
/proc/meminfo: memFree=21831592/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=30116 CPUtime=1182.26 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 94251 0 0 0 118210 16 0 0 25 0 1 0 286718780 30838784 7069 33554432000 134512640 134761588 4287899504 18446744073709551615 134747265 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 7529 7069 276 61 0 6832 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 30116

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 25536
/proc/meminfo: memFree=21838144/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=27556 CPUtime=1242.26 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 94251 0 0 0 124210 16 0 0 25 0 1 0 286718780 28217344 6429 33554432000 134512640 134761588 4287899504 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 6889 6429 276 61 0 6192 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 27556



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.94 3.98 3.91 5/190 25594
/proc/meminfo: memFree=21868712/32951124 swapFree=67111528/67111528
[pid=25474] ppid=25472 vsize=27556 CPUtime=1299.96 cores=0,2
/proc/25474/stat : 25474 (MPhaseSAT64) R 25472 25474 25055 0 -1 4202496 97517 0 0 0 129980 16 0 0 25 0 1 0 286718780 28217344 6461 33554432000 134512640 134761588 4287899504 18446744073709551615 134681832 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/25474/statm: 6889 6461 276 61 0 6192 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 27556

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): 1299.97
CPU user time (s): 1299.81
CPU system time (s): 0.168974
CPU usage (%): 99.9974
Max. virtual memory (cumulated for all children) (KiB): 36200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.81
system time used= 0.168974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97517
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= 15962

runsolver used 2.31365 second user time and 4.76927 second system time

The end

Launcher Data

Begin job on node138 at 2011-04-02 15:33:28
IDJOB=3094775
IDBENCH=82657
IDSOLVER=1521
FILE ID=node138/3094775-1301751208
RUNJOBID= node138-1301748573-25073
PBS_JOBID= 12841000
Free space on /tmp= 71860 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v30000-c126000-S926207202-053-UNKNOWN.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3094775-1301751208/watcher-3094775-1301751208 -o /tmp/evaluation-result-3094775-1301751208/solver-3094775-1301751208 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3094775-1301751208.cnf

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

MD5SUM BENCH= bd4912a5ba3146c46ac3a58d7861d9a6
RANDOM SEED=657743406

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21870240 kB
Buffers:        353972 kB
Cached:       10348780 kB
SwapCached:          0 kB
Active:        7447140 kB
Inactive:      3372192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21870240 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7312 kB
Writeback:           0 kB
AnonPages:      116524 kB
Mapped:          16744 kB
Slab:           197624 kB
PageTables:       4984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   302032 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= 71864 MiB
End job on node138 at 2011-04-02 15:55:10