Trace number 3262359

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

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-21_406.cnf
MD5SUM906590ef62b3db2841b2d529fd1636f7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark698.76
Satisfiable
(Un)Satisfiability was proved
Number of variables203
Number of clauses22241
Sum of the clauses size99837
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 268
Number of clauses of size 320324
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51849

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

running on 2 cores: 1,3

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.75 3.95 3.89 3/178 27049
/proc/meminfo: memFree=12432728/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=3592 CPUtime=0 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 339 0 0 0 0 0 0 0 19 0 1 0 465959155 3678208 280 33554432000 134512640 134761588 4294265216 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 898 280 225 61 0 201 0

[startup+0.097436 s]
/proc/loadavg: 3.75 3.95 3.89 3/178 27049
/proc/meminfo: memFree=12432728/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=7208 CPUtime=0.09 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 1476 0 0 0 9 0 0 0 19 0 1 0 465959155 7380992 1318 33554432000 134512640 134761588 4294265216 18446744073709551615 134644246 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 1802 1318 255 61 0 1105 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7208

[startup+0.10044 s]
/proc/loadavg: 3.75 3.95 3.89 3/178 27049
/proc/meminfo: memFree=12432728/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=7208 CPUtime=0.09 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 1476 0 0 0 9 0 0 0 19 0 1 0 465959155 7380992 1318 33554432000 134512640 134761588 4294265216 18446744073709551615 134618394 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 1802 1318 255 61 0 1105 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7208

[startup+0.300346 s]
/proc/loadavg: 3.75 3.95 3.89 3/178 27049
/proc/meminfo: memFree=12432728/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=6252 CPUtime=0.29 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 1623 0 0 0 29 0 0 0 20 0 1 0 465959155 6402048 1097 33554432000 134512640 134761588 4294265216 18446744073709551615 134706207 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 1563 1097 265 61 0 866 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6252

[startup+0.700277 s]
/proc/loadavg: 3.75 3.95 3.89 3/178 27049
/proc/meminfo: memFree=12432728/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=6668 CPUtime=0.69 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 1724 0 0 0 69 0 0 0 20 0 1 0 465959155 6828032 1198 33554432000 134512640 134761588 4294265216 18446744073709551615 134747265 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 1667 1198 270 61 0 970 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6668

[startup+1.50014 s]
/proc/loadavg: 3.75 3.95 3.89 6/190 27071
/proc/meminfo: memFree=12413172/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=8336 CPUtime=1.49 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 2380 0 0 0 149 0 0 0 23 0 1 0 465959155 8536064 1615 33554432000 134512640 134761588 4294265216 18446744073709551615 134748113 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 2084 1615 270 61 0 1387 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8336

[startup+3.10087 s]
/proc/loadavg: 3.75 3.95 3.89 6/190 27071
/proc/meminfo: memFree=12398292/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=8468 CPUtime=3.09 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 2877 0 0 0 309 0 0 0 25 0 1 0 465959155 8671232 1648 33554432000 134512640 134761588 4294265216 18446744073709551615 134747240 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 2117 1648 270 61 0 1420 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8468

[startup+6.30034 s]
/proc/loadavg: 3.77 3.95 3.89 6/190 27071
/proc/meminfo: memFree=12394692/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=10804 CPUtime=6.29 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 3957 0 0 0 629 0 0 0 25 0 1 0 465959155 11063296 2264 33554432000 134512640 134761588 4294265216 18446744073709551615 134747356 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 2701 2264 270 61 0 2004 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10804

[startup+12.7003 s]
/proc/loadavg: 3.79 3.95 3.89 6/190 27071
/proc/meminfo: memFree=12402944/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=8884 CPUtime=12.69 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 6363 0 0 0 1269 0 0 0 25 0 1 0 465959155 9097216 1699 33554432000 134512640 134761588 4294265216 18446744073709551615 134635900 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 2221 1699 276 61 0 1524 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8884

[startup+25.5001 s]
/proc/loadavg: 3.84 3.95 3.89 6/190 27072
/proc/meminfo: memFree=12394152/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=10172 CPUtime=25.49 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 6813 0 0 0 2549 0 0 0 25 0 1 0 465959155 10416128 2021 33554432000 134512640 134761588 4294265216 18446744073709551615 134636010 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 2543 2021 276 61 0 1846 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10172

[startup+51.1008 s]
/proc/loadavg: 3.89 3.95 3.89 6/190 27073
/proc/meminfo: memFree=12394456/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=9636 CPUtime=51.09 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 8156 0 0 0 5109 0 0 0 25 0 1 0 465959155 9867264 1919 33554432000 134512640 134761588 4294265216 18446744073709551615 134635923 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 2409 1919 276 61 0 1712 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 9636

[startup+102.307 s]
/proc/loadavg: 3.95 3.96 3.90 6/190 27074
/proc/meminfo: memFree=12387256/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=10916 CPUtime=102.29 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 10885 0 0 0 10229 0 0 0 25 0 1 0 465959155 11177984 2246 33554432000 134512640 134761588 4294265216 18446744073709551615 134635845 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 2729 2246 283 61 0 2032 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 10916

[startup+162.3 s]
/proc/loadavg: 3.98 3.97 3.91 6/190 27075
/proc/meminfo: memFree=12382416/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=13224 CPUtime=162.29 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 13110 0 0 0 16229 0 0 0 25 0 1 0 465959155 13541376 2823 33554432000 134512640 134761588 4294265216 18446744073709551615 134748185 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 3306 2823 283 61 0 2609 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 13224

[startup+222.301 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 27077
/proc/meminfo: memFree=12377192/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=12968 CPUtime=222.29 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 14758 0 0 0 22228 1 0 0 25 0 1 0 465959155 13279232 2759 33554432000 134512640 134761588 4294265216 18446744073709551615 134635980 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 3242 2759 283 61 0 2545 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 12968

[startup+282.301 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 27079
/proc/meminfo: memFree=12374212/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=12968 CPUtime=282.29 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 16598 0 0 0 28228 1 0 0 25 0 1 0 465959155 13279232 2759 33554432000 134512640 134761588 4294265216 18446744073709551615 134747238 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 3242 2759 283 61 0 2545 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 12968

[startup+342.301 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 27080
/proc/meminfo: memFree=12371104/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=13480 CPUtime=342.28 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 18117 0 0 0 34227 1 0 0 25 0 1 0 465959155 13803520 2887 33554432000 134512640 134761588 4294265216 18446744073709551615 134635879 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 3370 2887 283 61 0 2673 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 13480

[startup+402.301 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 27082
/proc/meminfo: memFree=12375068/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=12584 CPUtime=402.29 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 19765 0 0 0 40227 2 0 0 25 0 1 0 465959155 12886016 2663 33554432000 134512640 134761588 4294265216 18446744073709551615 134635866 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 3146 2663 283 61 0 2449 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 12584

[startup+462.301 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 27083
/proc/meminfo: memFree=12379400/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=12584 CPUtime=462.28 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 21270 0 0 0 46226 2 0 0 25 0 1 0 465959155 12886016 2663 33554432000 134512640 134761588 4294265216 18446744073709551615 134635983 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 3146 2663 283 61 0 2449 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 12584

[startup+522.301 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 27085
/proc/meminfo: memFree=12375920/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=13096 CPUtime=522.28 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 22789 0 0 0 52226 2 0 0 25 0 1 0 465959155 13410304 2791 33554432000 134512640 134761588 4294265216 18446744073709551615 134635873 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 3274 2791 283 61 0 2577 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 13096

[startup+582.3 s]
/proc/loadavg: 4.06 3.99 3.91 6/190 27087
/proc/meminfo: memFree=12376160/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=12584 CPUtime=582.28 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 24405 0 0 0 58226 2 0 0 25 0 1 0 465959155 12886016 2663 33554432000 134512640 134761588 4294265216 18446744073709551615 134635936 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 3146 2663 283 61 0 2449 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 12584

[startup+642.3 s]
/proc/loadavg: 4.07 4.00 3.92 6/190 27089
/proc/meminfo: memFree=12375412/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=13096 CPUtime=642.29 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 27077 0 0 0 64226 3 0 0 25 0 1 0 465959155 13410304 2791 33554432000 134512640 134761588 4294265216 18446744073709551615 134747240 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 3274 2791 283 61 0 2577 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 13096

[startup+702.3 s]
/proc/loadavg: 4.02 4.00 3.92 6/190 27090
/proc/meminfo: memFree=12371060/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=12584 CPUtime=702.28 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 28389 0 0 0 70225 3 0 0 25 0 1 0 465959155 12886016 2663 33554432000 134512640 134761588 4294265216 18446744073709551615 134635790 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 3146 2663 283 61 0 2449 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 12584

[startup+762.307 s]
/proc/loadavg: 4.01 4.00 3.92 6/190 27091
/proc/meminfo: memFree=12374900/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=12456 CPUtime=762.29 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 30133 0 0 0 76226 3 0 0 25 0 1 0 465959155 12754944 2631 33554432000 134512640 134761588 4294265216 18446744073709551615 134635888 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 3114 2631 283 61 0 2417 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 12456

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 27120
/proc/meminfo: memFree=12375556/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=13096 CPUtime=822.28 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 31445 0 0 0 82224 4 0 0 25 0 1 0 465959155 13410304 2791 33554432000 134512640 134761588 4294265216 18446744073709551615 134635936 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 3274 2791 283 61 0 2577 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 13096

[startup+882.301 s]
/proc/loadavg: 4.04 4.01 3.93 5/190 27122
/proc/meminfo: memFree=12378644/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=12584 CPUtime=882.28 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 34085 0 0 0 88224 4 0 0 25 0 1 0 465959155 12886016 2663 33554432000 134512640 134761588 4294265216 18446744073709551615 134747265 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 3146 2663 283 61 0 2449 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 12584

[startup+942.301 s]
/proc/loadavg: 4.01 4.01 3.93 5/190 27123
/proc/meminfo: memFree=12370076/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=13352 CPUtime=942.28 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 35493 0 0 0 94224 4 0 0 25 0 1 0 465959155 13672448 2855 33554432000 134512640 134761588 4294265216 18446744073709551615 134635939 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 3338 2855 283 61 0 2641 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 13352

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 27125
/proc/meminfo: memFree=12374776/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=12584 CPUtime=1002.28 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 38069 0 0 0 100223 5 0 0 25 0 1 0 465959155 12886016 2663 33554432000 134512640 134761588 4294265216 18446744073709551615 134635936 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 3146 2663 283 61 0 2449 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 12584

[startup+1062.3 s]
/proc/loadavg: 4.04 4.01 3.93 5/190 27126
/proc/meminfo: memFree=12374760/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=12712 CPUtime=1062.27 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 39445 0 0 0 106222 5 0 0 25 0 1 0 465959155 13017088 2695 33554432000 134512640 134761588 4294265216 18446744073709551615 134635976 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 3178 2695 283 61 0 2481 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 12712

[startup+1122.3 s]
/proc/loadavg: 4.01 4.01 3.93 5/190 27128
/proc/meminfo: memFree=12370408/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=13352 CPUtime=1122.27 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 42213 0 0 0 112222 5 0 0 25 0 1 0 465959155 13672448 2855 33554432000 134512640 134761588 4294265216 18446744073709551615 134635995 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 3338 2855 283 61 0 2641 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 13352

[startup+1182.3 s]
/proc/loadavg: 4.07 4.02 3.94 5/190 27130
/proc/meminfo: memFree=12374732/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=12584 CPUtime=1182.27 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 43429 0 0 0 118222 5 0 0 25 0 1 0 465959155 12886016 2663 33554432000 134512640 134761588 4294265216 18446744073709551615 134636060 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 3146 2663 283 61 0 2449 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 12584

[startup+1242.3 s]
/proc/loadavg: 4.02 4.01 3.94 5/190 27131
/proc/meminfo: memFree=12368524/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=16680 CPUtime=1242.27 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 46068 0 0 0 124221 6 0 0 25 0 1 0 465959155 17080320 3687 33554432000 134512640 134761588 4294265216 18446744073709551615 134635939 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 4170 3687 283 61 0 3473 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 16680



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.01 3.94 5/190 27133
/proc/meminfo: memFree=12372604/32950928 swapFree=67111528/67111528
[pid=27049] ppid=27047 vsize=13096 CPUtime=1299.98 cores=1,3
/proc/27049/stat : 27049 (MPhaseSAT64) R 27047 27049 26550 0 -1 4202496 47509 0 0 0 129992 6 0 0 25 0 1 0 465959155 13410304 2791 33554432000 134512640 134761588 4294265216 18446744073709551615 134635873 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/27049/statm: 3274 2791 283 61 0 2577 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 13096

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.99
CPU user time (s): 1299.92
CPU system time (s): 0.067989
CPU usage (%): 99.9986
Max. virtual memory (cumulated for all children) (KiB): 17576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.92
system time used= 0.067989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47509
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= 9
involuntary context switches= 2356

runsolver used 2.10168 second user time and 4.93325 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-23 09:26:45
IDJOB=3262359
IDBENCH=83298
IDSOLVER=1521
FILE ID=node126/3262359-1303543605
RUNJOBID= node126-1303543604-27030
PBS_JOBID= 13143112
Free space on /tmp= 71404 MiB

SOLVER NAME= MPhaseSAT64 2011-03-03
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-21_406.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262359-1303543605/watcher-3262359-1303543605 -o /tmp/evaluation-result-3262359-1303543605/solver-3262359-1303543605 -C 2400 -W 1300 -M 7680  MPhaseSAT64 HOME/instance-3262359-1303543605.cnf

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

MD5SUM BENCH= 906590ef62b3db2841b2d529fd1636f7
RANDOM SEED=324337790

node126.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.783
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.56
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.783
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.783
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.783
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.783
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12433032 kB
Buffers:       2039612 kB
Cached:       17841872 kB
SwapCached:          0 kB
Active:       10581012 kB
Inactive:      9365444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12433032 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1568 kB
Writeback:           0 kB
AnonPages:       64816 kB
Mapped:          14884 kB
Slab:           507308 kB
PageTables:       5152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   192712 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= 71400 MiB
End job on node126 at 2011-04-23 09:48:27