Trace number 3292170

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/industrial/grieu05/vmpc/
vmpc_34.renamed-as.sat05-1926.cnf
MD5SUM349e2f9eff952d4e42f8e1caefaa382b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark61.3457
Satisfiable
(Un)Satisfiability was proved
Number of variables1156
Number of clauses194072
Sum of the clauses size507926
Maximum clause length34
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 276398
Number of clauses of size 3117606
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 568

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-3292170-1303790806/watcher-3292170-1303790806 -o /tmp/evaluation-result-3292170-1303790806/solver-3292170-1303790806 -C 2400 -W 1300 -M 7680 MPhaseSAT64 HOME/instance-3292170-1303790806.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: 4.07 4.02 3.89 4/189 14400
/proc/meminfo: memFree=14821832/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=6104 CPUtime=0 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 336 0 0 0 0 0 0 0 25 0 1 0 490680274 6250496 277 33554432000 134512640 134761588 4291018832 18446744073709551615 134531215 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 1526 277 225 61 0 829 0

[startup+0.0669579 s]
/proc/loadavg: 4.07 4.02 3.89 4/189 14400
/proc/meminfo: memFree=14821832/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=6104 CPUtime=0.06 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 680 0 0 0 6 0 0 0 25 0 1 0 490680274 6250496 621 33554432000 134512640 134761588 4291018832 18446744073709551615 12105486 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 1526 622 225 61 0 829 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6104

[startup+0.100949 s]
/proc/loadavg: 4.07 4.02 3.89 4/189 14400
/proc/meminfo: memFree=14821832/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=6104 CPUtime=0.09 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 874 0 0 0 9 0 0 0 25 0 1 0 490680274 6250496 815 33554432000 134512640 134761588 4291018832 18446744073709551615 12104977 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 1526 815 225 61 0 829 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6104

[startup+0.300918 s]
/proc/loadavg: 4.07 4.02 3.89 4/189 14400
/proc/meminfo: memFree=14821832/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=18952 CPUtime=0.29 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 7619 0 0 0 28 1 0 0 25 0 1 0 490680274 19406848 4285 33554432000 134512640 134761588 4291018832 18446744073709551615 134730808 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 4738 4285 255 61 0 4041 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18952

[startup+0.700954 s]
/proc/loadavg: 4.07 4.02 3.89 4/189 14400
/proc/meminfo: memFree=14821832/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=13968 CPUtime=0.69 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 8425 0 0 0 68 1 0 0 25 0 1 0 490680274 14303232 3050 33554432000 134512640 134761588 4291018832 18446744073709551615 134614392 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 3492 3050 266 61 0 2795 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13968

[startup+1.50078 s]
/proc/loadavg: 4.07 4.02 3.89 5/190 14401
/proc/meminfo: memFree=14772236/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=13968 CPUtime=1.49 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 8425 0 0 0 148 1 0 0 25 0 1 0 490680274 14303232 3050 33554432000 134512640 134761588 4291018832 18446744073709551615 134614436 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 3492 3050 266 61 0 2795 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13968

[startup+3.1005 s]
/proc/loadavg: 4.07 4.02 3.89 5/190 14401
/proc/meminfo: memFree=14770872/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=14984 CPUtime=3.09 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 8651 0 0 0 308 1 0 0 25 0 1 0 490680274 15343616 3276 33554432000 134512640 134761588 4291018832 18446744073709551615 134680702 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 3746 3276 270 61 0 3049 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14984

[startup+6.30086 s]
/proc/loadavg: 4.07 4.02 3.89 5/190 14401
/proc/meminfo: memFree=14740128/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=16904 CPUtime=6.29 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 10273 0 0 0 628 1 0 0 25 0 1 0 490680274 17309696 3756 33554432000 134512640 134761588 4291018832 18446744073709551615 134747272 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 4226 3756 270 61 0 3529 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16904

[startup+12.7007 s]
/proc/loadavg: 4.06 4.01 3.89 5/190 14401
/proc/meminfo: memFree=14841108/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=16520 CPUtime=12.69 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 10787 0 0 0 1268 1 0 0 25 0 1 0 490680274 16916480 3661 33554432000 134512640 134761588 4291018832 18446744073709551615 134617120 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 4130 3661 270 61 0 3433 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16520

[startup+25.5005 s]
/proc/loadavg: 4.12 4.03 3.90 5/190 14401
/proc/meminfo: memFree=14742648/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=17284 CPUtime=25.49 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 13957 0 0 0 2547 2 0 0 25 0 1 0 490680274 17698816 3851 33554432000 134512640 134761588 4291018832 18446744073709551615 134747254 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 4321 3851 270 61 0 3624 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 17284

[startup+51.101 s]
/proc/loadavg: 4.08 4.03 3.90 5/190 14430
/proc/meminfo: memFree=15416364/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=17676 CPUtime=51.09 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 16654 0 0 0 5107 2 0 0 25 0 1 0 490680274 18100224 3949 33554432000 134512640 134761588 4291018832 18446744073709551615 134747265 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 4419 3949 270 61 0 3722 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 17676

[startup+102.307 s]
/proc/loadavg: 4.03 4.02 3.91 5/190 14431
/proc/meminfo: memFree=15390452/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=19320 CPUtime=102.3 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 37845 0 0 0 10225 5 0 0 25 0 1 0 490680274 19783680 4356 33554432000 134512640 134761588 4291018832 18446744073709551615 134614392 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 4830 4356 276 61 0 4133 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 19320

[startup+162.3 s]
/proc/loadavg: 4.07 4.03 3.91 5/190 14433
/proc/meminfo: memFree=15346816/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=19920 CPUtime=162.29 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 54846 0 0 0 16222 7 0 0 25 0 1 0 490680274 20398080 4543 33554432000 134512640 134761588 4291018832 18446744073709551615 134635842 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 4980 4543 276 61 0 4283 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 19920

[startup+222.301 s]
/proc/loadavg: 4.02 4.02 3.91 5/190 14435
/proc/meminfo: memFree=15335908/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=20688 CPUtime=222.29 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 66484 0 0 0 22220 9 0 0 25 0 1 0 490680274 21184512 4729 33554432000 134512640 134761588 4291018832 18446744073709551615 134636053 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 5172 4729 276 61 0 4475 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 20688

[startup+282.3 s]
/proc/loadavg: 4.01 4.02 3.91 5/190 14436
/proc/meminfo: memFree=15343044/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=27164 CPUtime=282.3 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 73871 0 0 0 28219 11 0 0 25 0 1 0 490680274 27815936 6319 33554432000 134512640 134761588 4291018832 18446744073709551615 134643591 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 6791 6319 276 61 0 6094 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 27164

[startup+342.301 s]
/proc/loadavg: 4.00 4.01 3.91 5/190 14438
/proc/meminfo: memFree=15345356/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=21804 CPUtime=342.3 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 79943 0 0 0 34218 12 0 0 25 0 1 0 490680274 22327296 4979 33554432000 134512640 134761588 4291018832 18446744073709551615 134635842 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 5451 4979 276 61 0 4754 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 21804

[startup+402.3 s]
/proc/loadavg: 4.00 4.01 3.91 5/190 14439
/proc/meminfo: memFree=15350620/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=29740 CPUtime=402.3 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 87544 0 0 0 40217 13 0 0 25 0 1 0 490680274 30453760 6963 33554432000 134512640 134761588 4291018832 18446744073709551615 134748397 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 7435 6963 276 61 0 6738 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 29740

[startup+462.301 s]
/proc/loadavg: 3.92 3.98 3.91 4/184 14458
/proc/meminfo: memFree=15323484/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=30764 CPUtime=462.3 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 93507 0 0 0 46216 14 0 0 25 0 1 0 490680274 31502336 7219 33554432000 134512640 134761588 4291018832 18446744073709551615 134747294 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 7691 7219 276 61 0 6994 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 30764

[startup+522.301 s]
/proc/loadavg: 3.34 3.80 3.85 4/184 14460
/proc/meminfo: memFree=15363592/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=31788 CPUtime=522.3 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 99241 0 0 0 52215 15 0 0 25 0 1 0 490680274 32550912 7475 33554432000 134512640 134761588 4291018832 18446744073709551615 134747218 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 7947 7475 276 61 0 7250 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 31788

[startup+582.301 s]
/proc/loadavg: 3.12 3.65 3.79 4/184 14461
/proc/meminfo: memFree=15378040/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=33068 CPUtime=582.3 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 103593 0 0 0 58214 16 0 0 25 0 1 0 490680274 33861632 7795 33554432000 134512640 134761588 4291018832 18446744073709551615 134635877 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 8267 7795 276 61 0 7570 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 33068

[startup+642.301 s]
/proc/loadavg: 3.04 3.53 3.74 4/184 14463
/proc/meminfo: memFree=15358032/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=30508 CPUtime=642.31 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 109675 0 0 0 64214 17 0 0 25 0 1 0 490680274 31240192 7155 33554432000 134512640 134761588 4291018832 18446744073709551615 134682032 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 7627 7155 276 61 0 6930 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 30508

[startup+702.3 s]
/proc/loadavg: 3.09 3.45 3.70 4/184 14464
/proc/meminfo: memFree=15358596/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=30508 CPUtime=702.3 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 115593 0 0 0 70212 18 0 0 25 0 1 0 490680274 31240192 7155 33554432000 134512640 134761588 4291018832 18446744073709551615 134636053 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 7627 7155 276 61 0 6930 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 30508

[startup+762.307 s]
/proc/loadavg: 3.03 3.36 3.65 4/184 14466
/proc/meminfo: memFree=15373176/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=31788 CPUtime=762.31 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 120993 0 0 0 76212 19 0 0 25 0 1 0 490680274 32550912 7475 33554432000 134512640 134761588 4291018832 18446744073709551615 134747179 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 7947 7475 276 61 0 7250 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 31788

[startup+822.3 s]
/proc/loadavg: 3.01 3.30 3.61 4/184 14468
/proc/meminfo: memFree=15347080/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=30636 CPUtime=822.31 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 127062 0 0 0 82211 20 0 0 25 0 1 0 490680274 31371264 7187 33554432000 134512640 134761588 4291018832 18446744073709551615 134747265 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 7659 7187 276 61 0 6962 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 30636

[startup+882.301 s]
/proc/loadavg: 3.00 3.24 3.57 4/184 14469
/proc/meminfo: memFree=15352004/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=30508 CPUtime=882.31 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 132968 0 0 0 88210 21 0 0 25 0 1 0 490680274 31240192 7155 33554432000 134512640 134761588 4291018832 18446744073709551615 134747104 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 7627 7155 276 61 0 6930 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 30508

[startup+942.301 s]
/proc/loadavg: 3.00 3.19 3.53 4/184 14471
/proc/meminfo: memFree=15376752/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=31788 CPUtime=942.32 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 137224 0 0 0 94210 22 0 0 25 0 1 0 490680274 32550912 7475 33554432000 134512640 134761588 4291018832 18446744073709551615 134635808 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 7947 7475 276 61 0 7250 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 31788

[startup+1002.3 s]
/proc/loadavg: 3.00 3.16 3.49 4/184 14472
/proc/meminfo: memFree=15361592/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=30508 CPUtime=1002.31 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 143479 0 0 0 100208 23 0 0 25 0 1 0 490680274 31240192 7155 33554432000 134512640 134761588 4291018832 18446744073709551615 134747209 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 7627 7155 276 61 0 6930 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 30508

[startup+1062.3 s]
/proc/loadavg: 3.00 3.12 3.46 4/184 14474
/proc/meminfo: memFree=15361436/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=30252 CPUtime=1062.31 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 149378 0 0 0 106207 24 0 0 25 0 1 0 490680274 30978048 7091 33554432000 134512640 134761588 4291018832 18446744073709551615 134747179 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 7563 7091 276 61 0 6866 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 30252

[startup+1122.3 s]
/proc/loadavg: 3.00 3.10 3.43 4/184 14476
/proc/meminfo: memFree=15376272/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=32300 CPUtime=1122.32 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 154146 0 0 0 112207 25 0 0 25 0 1 0 490680274 33075200 7603 33554432000 134512640 134761588 4291018832 18446744073709551615 134748632 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 8075 7603 276 61 0 7378 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 32300

[startup+1182.3 s]
/proc/loadavg: 3.07 3.09 3.40 4/184 14477
/proc/meminfo: memFree=15362708/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=29996 CPUtime=1182.32 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 160116 0 0 0 118206 26 0 0 25 0 1 0 490680274 30715904 7037 33554432000 134512640 134761588 4291018832 18446744073709551615 134635923 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 7499 7037 276 61 0 6802 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 29996

[startup+1242.3 s]
/proc/loadavg: 3.09 3.09 3.38 3/182 14480
/proc/meminfo: memFree=15526736/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=29996 CPUtime=1242.32 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 164983 0 0 0 124206 26 0 0 25 0 1 0 490680274 30715904 7037 33554432000 134512640 134761588 4291018832 18446744073709551615 134636043 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 7499 7037 276 61 0 6802 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 29996



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.80 2.72 3.23 2/172 14516
/proc/meminfo: memFree=16432696/32950928 swapFree=67111528/67111528
[pid=14400] ppid=14398 vsize=32044 CPUtime=1300.03 cores=0,2
/proc/14400/stat : 14400 (MPhaseSAT64) R 14398 14400 14072 0 -1 4202496 170361 0 0 0 129975 28 0 0 25 0 1 0 490680274 32813056 7549 33554432000 134512640 134761588 4291018832 18446744073709551615 134680716 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/14400/statm: 8011 7549 276 61 0 7314 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 32044

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.04
CPU user time (s): 1299.75
CPU system time (s): 0.285956
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 36704

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

runsolver used 2.08568 second user time and 4.92325 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-26 06:06:46
IDJOB=3292170
IDBENCH=85965
IDSOLVER=1521
FILE ID=node125/3292170-1303790806
RUNJOBID= node125-1303789442-14090
PBS_JOBID= 13157261
Free space on /tmp= 72908 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_34.renamed-as.sat05-1926.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292170-1303790806/watcher-3292170-1303790806 -o /tmp/evaluation-result-3292170-1303790806/solver-3292170-1303790806 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3292170-1303790806.cnf

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

MD5SUM BENCH= 349e2f9eff952d4e42f8e1caefaa382b
RANDOM SEED=183741119

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.828
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.74
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.828
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.828
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:     32950928 kB
MemFree:      14823104 kB
Buffers:       2204648 kB
Cached:       14133484 kB
SwapCached:          0 kB
Active:        9409216 kB
Inactive:      8182948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14823104 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          277072 kB
Writeback:           0 kB
AnonPages:     1253616 kB
Mapped:          16512 kB
Slab:           468228 kB
PageTables:       7624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1460992 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= 73344 MiB
End job on node125 at 2011-04-26 06:28:28