Trace number 3262358

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
MPhaseSAT 2011-02-15? (TO) 1300.02 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-3262358-1303547011/watcher-3262358-1303547011 -o /tmp/evaluation-result-3262358-1303547011/solver-3262358-1303547011 -C 2400 -W 1300 -M 7680 MPhaseSAT HOME/instance-3262358-1303547011.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: 1.00 1.51 2.35 4/182 24282
/proc/meminfo: memFree=19270720/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=3564 CPUtime=0 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 466300697 3649536 273 33554432000 134512640 134731564 4291675168 18446744073709551615 134531503 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 891 273 225 54 0 201 0

[startup+0.0761649 s]
/proc/loadavg: 1.00 1.51 2.35 4/182 24282
/proc/meminfo: memFree=19270720/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=6020 CPUtime=0.07 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 1225 0 0 0 7 0 0 0 21 0 1 0 466300697 6164480 1068 33554432000 134512640 134731564 4291675168 18446744073709551615 134614650 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 1505 1068 264 54 0 815 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6020

[startup+0.100158 s]
/proc/loadavg: 1.00 1.51 2.35 4/182 24282
/proc/meminfo: memFree=19270720/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=6020 CPUtime=0.09 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 1225 0 0 0 9 0 0 0 21 0 1 0 466300697 6164480 1068 33554432000 134512640 134731564 4291675168 18446744073709551615 134667271 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 1505 1068 264 54 0 815 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6020

[startup+0.300125 s]
/proc/loadavg: 1.00 1.51 2.35 4/182 24282
/proc/meminfo: memFree=19270720/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=6284 CPUtime=0.29 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 1259 0 0 0 29 0 0 0 22 0 1 0 466300697 6434816 1102 33554432000 134512640 134731564 4291675168 18446744073709551615 134719952 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 1571 1102 264 54 0 881 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6284

[startup+0.701056 s]
/proc/loadavg: 1.00 1.51 2.35 4/182 24282
/proc/meminfo: memFree=19270720/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=6552 CPUtime=0.69 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 1331 0 0 0 69 0 0 0 23 0 1 0 466300697 6709248 1174 33554432000 134512640 134731564 4291675168 18446744073709551615 134720151 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 1638 1174 264 54 0 948 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6552

[startup+1.50092 s]
/proc/loadavg: 1.24 1.55 2.36 5/188 24293
/proc/meminfo: memFree=19259624/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=6956 CPUtime=1.49 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 1439 0 0 0 149 0 0 0 25 0 1 0 466300697 7122944 1282 33554432000 134512640 134731564 4291675168 18446744073709551615 134659508 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 1739 1282 264 54 0 1049 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6956

[startup+3.10065 s]
/proc/loadavg: 1.24 1.55 2.36 6/188 24293
/proc/meminfo: memFree=19256772/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=7500 CPUtime=3.09 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 1584 0 0 0 309 0 0 0 25 0 1 0 466300697 7680000 1427 33554432000 134512640 134731564 4291675168 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 1875 1427 264 54 0 1185 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7500

[startup+6.30011 s]
/proc/loadavg: 1.24 1.55 2.36 5/188 24293
/proc/meminfo: memFree=19253700/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=8044 CPUtime=6.29 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 1716 0 0 0 629 0 0 0 25 0 1 0 466300697 8237056 1559 33554432000 134512640 134731564 4291675168 18446744073709551615 8806100 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 2011 1559 264 54 0 1321 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8044

[startup+12.701 s]
/proc/loadavg: 1.66 1.63 2.38 5/188 24294
/proc/meminfo: memFree=19252264/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=8856 CPUtime=12.69 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 1909 0 0 0 1269 0 0 0 25 0 1 0 466300697 9068544 1752 33554432000 134512640 134731564 4291675168 18446744073709551615 134620770 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 2214 1752 270 54 0 1524 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8856

[startup+25.5009 s]
/proc/loadavg: 2.02 1.71 2.39 5/188 24294
/proc/meminfo: memFree=19250792/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=8856 CPUtime=25.49 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 1914 0 0 0 2549 0 0 0 25 0 1 0 466300697 9068544 1757 33554432000 134512640 134731564 4291675168 18446744073709551615 134620755 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 2214 1757 270 54 0 1524 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 8856

[startup+51.1006 s]
/proc/loadavg: 2.70 1.89 2.44 5/188 24295
/proc/meminfo: memFree=19250488/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=8856 CPUtime=51.09 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 1922 0 0 0 5109 0 0 0 25 0 1 0 466300697 9068544 1765 33554432000 134512640 134731564 4291675168 18446744073709551615 134620715 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 2214 1765 270 54 0 1524 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 8856

[startup+102.307 s]
/proc/loadavg: 3.48 2.24 2.52 5/188 24296
/proc/meminfo: memFree=19244284/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=8856 CPUtime=102.3 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 1931 0 0 0 10230 0 0 0 25 0 1 0 466300697 9068544 1774 33554432000 134512640 134731564 4291675168 18446744073709551615 134620712 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 2214 1774 270 54 0 1524 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 8856

[startup+162.301 s]
/proc/loadavg: 3.81 2.56 2.61 5/188 24298
/proc/meminfo: memFree=19239432/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=9800 CPUtime=162.3 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 2158 0 0 0 16230 0 0 0 25 0 1 0 466300697 10035200 2001 33554432000 134512640 134731564 4291675168 18446744073709551615 134620770 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 2450 2001 270 54 0 1760 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 9800

[startup+222.301 s]
/proc/loadavg: 3.93 2.82 2.70 5/188 24299
/proc/meminfo: memFree=19236684/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=10636 CPUtime=222.3 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 2331 0 0 0 22230 0 0 0 25 0 1 0 466300697 10891264 2174 33554432000 134512640 134731564 4291675168 18446744073709551615 134719952 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 2659 2174 270 54 0 1969 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 10636

[startup+282.301 s]
/proc/loadavg: 3.97 3.03 2.78 5/188 24301
/proc/meminfo: memFree=19233576/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=11336 CPUtime=282.3 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 2499 0 0 0 28230 0 0 0 25 0 1 0 466300697 11608064 2342 33554432000 134512640 134731564 4291675168 18446744073709551615 134623305 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 2834 2342 270 54 0 2144 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 11336

[startup+342.3 s]
/proc/loadavg: 3.99 3.20 2.85 5/188 24303
/proc/meminfo: memFree=19232080/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=11896 CPUtime=342.3 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 2625 0 0 0 34230 0 0 0 25 0 1 0 466300697 12181504 2468 33554432000 134512640 134731564 4291675168 18446744073709551615 134620712 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 2974 2468 270 54 0 2284 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 11896

[startup+402.3 s]
/proc/loadavg: 3.99 3.35 2.92 5/188 24304
/proc/meminfo: memFree=19230576/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=12492 CPUtime=402.3 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 2752 0 0 0 40230 0 0 0 25 0 1 0 466300697 12791808 2595 33554432000 134512640 134731564 4291675168 18446744073709551615 134620745 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 3123 2595 270 54 0 2433 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 12492

[startup+462.3 s]
/proc/loadavg: 3.99 3.46 2.98 5/188 24306
/proc/meminfo: memFree=19229696/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=12784 CPUtime=462.3 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 2829 0 0 0 46230 0 0 0 25 0 1 0 466300697 13090816 2672 33554432000 134512640 134731564 4291675168 18446744073709551615 134620742 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 3196 2672 270 54 0 2506 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 12784

[startup+522.301 s]
/proc/loadavg: 4.10 3.59 3.05 5/188 24307
/proc/meminfo: memFree=19228068/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=13264 CPUtime=522.3 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 2932 0 0 0 52230 0 0 0 25 0 1 0 466300697 13582336 2775 33554432000 134512640 134731564 4291675168 18446744073709551615 134719966 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 3316 2775 270 54 0 2626 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 13264

[startup+582.301 s]
/proc/loadavg: 4.04 3.66 3.11 5/188 24309
/proc/meminfo: memFree=19227676/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=13424 CPUtime=582.3 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 2958 0 0 0 58230 0 0 0 25 0 1 0 466300697 13746176 2801 33554432000 134512640 134731564 4291675168 18446744073709551615 134720889 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 3356 2801 270 54 0 2666 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 13424

[startup+642.301 s]
/proc/loadavg: 3.45 3.56 3.11 4/182 24328
/proc/meminfo: memFree=19237792/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=13424 CPUtime=642.31 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 2980 0 0 0 64231 0 0 0 25 0 1 0 466300697 13746176 2823 33554432000 134512640 134731564 4291675168 18446744073709551615 134620715 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 3356 2823 270 54 0 2666 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 13424

[startup+702.301 s]
/proc/loadavg: 3.16 3.46 3.10 4/182 24329
/proc/meminfo: memFree=19237160/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=13584 CPUtime=702.3 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 2996 0 0 0 70230 0 0 0 25 0 1 0 466300697 13910016 2839 33554432000 134512640 134731564 4291675168 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 3396 2839 270 54 0 2706 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 13584

[startup+762.307 s]
/proc/loadavg: 3.06 3.37 3.09 4/182 24331
/proc/meminfo: memFree=19236764/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=13584 CPUtime=762.31 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 3012 0 0 0 76231 0 0 0 25 0 1 0 466300697 13910016 2855 33554432000 134512640 134731564 4291675168 18446744073709551615 134620755 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 3396 2855 270 54 0 2706 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 13584

[startup+822.301 s]
/proc/loadavg: 3.08 3.32 3.09 4/182 24332
/proc/meminfo: memFree=19236620/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=13744 CPUtime=822.3 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 3024 0 0 0 82230 0 0 0 25 0 1 0 466300697 14073856 2867 33554432000 134512640 134731564 4291675168 18446744073709551615 134620761 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 3436 2867 270 54 0 2746 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 13744

[startup+882.3 s]
/proc/loadavg: 3.03 3.26 3.08 4/182 24334
/proc/meminfo: memFree=19236484/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=13744 CPUtime=882.3 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 3034 0 0 0 88230 0 0 0 25 0 1 0 466300697 14073856 2877 33554432000 134512640 134731564 4291675168 18446744073709551615 134620761 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 3436 2877 270 54 0 2746 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 13744

[startup+942.3 s]
/proc/loadavg: 3.01 3.21 3.08 4/182 24336
/proc/meminfo: memFree=19236324/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=13744 CPUtime=942.3 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 3041 0 0 0 94230 0 0 0 25 0 1 0 466300697 14073856 2884 33554432000 134512640 134731564 4291675168 18446744073709551615 134620727 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 3436 2884 270 54 0 2746 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 13744

[startup+1002.3 s]
/proc/loadavg: 3.00 3.17 3.07 4/182 24337
/proc/meminfo: memFree=19236060/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=13904 CPUtime=1002.3 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 3068 0 0 0 100230 0 0 0 25 0 1 0 466300697 14237696 2911 33554432000 134512640 134731564 4291675168 18446744073709551615 134659337 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 3476 2911 270 54 0 2786 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 13904

[startup+1062.3 s]
/proc/loadavg: 3.00 3.13 3.06 4/182 24339
/proc/meminfo: memFree=19235916/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=14064 CPUtime=1062.31 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 3102 0 0 0 106231 0 0 0 25 0 1 0 466300697 14401536 2945 33554432000 134512640 134731564 4291675168 18446744073709551615 134620734 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 3516 2945 270 54 0 2826 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 14064

[startup+1122.3 s]
/proc/loadavg: 3.00 3.11 3.06 4/182 24340
/proc/meminfo: memFree=19235900/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=14064 CPUtime=1122.31 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 3126 0 0 0 112231 0 0 0 25 0 1 0 466300697 14401536 2969 33554432000 134512640 134731564 4291675168 18446744073709551615 134620761 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 3516 2969 270 54 0 2826 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 14064

[startup+1182.3 s]
/proc/loadavg: 3.00 3.08 3.05 4/182 24342
/proc/meminfo: memFree=19235892/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=14224 CPUtime=1182.31 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 3135 0 0 0 118231 0 0 0 25 0 1 0 466300697 14565376 2978 33554432000 134512640 134731564 4291675168 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 3556 2978 270 54 0 2866 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 14224

[startup+1242.3 s]
/proc/loadavg: 3.00 3.07 3.05 4/182 24344
/proc/meminfo: memFree=19235260/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=14224 CPUtime=1242.31 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 3136 0 0 0 124231 0 0 0 25 0 1 0 466300697 14565376 2979 33554432000 134512640 134731564 4291675168 18446744073709551615 134620664 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 3556 2979 270 54 0 2866 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 14224



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.05 3.04 3/181 24346
/proc/meminfo: memFree=19244052/32951132 swapFree=67111524/67111528
[pid=24282] ppid=24280 vsize=14224 CPUtime=1300.01 cores=1,3
/proc/24282/stat : 24282 (MPhaseSAT) R 24280 24282 23289 0 -1 4202496 3138 0 0 0 130001 0 0 0 25 0 1 0 466300697 14565376 2981 33554432000 134512640 134731564 4291675168 18446744073709551615 134659533 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/24282/statm: 3556 2981 270 54 0 2866 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 14224

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.02
CPU user time (s): 1300.02
CPU system time (s): 0.005999
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 14224

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

runsolver used 1.81172 second user time and 4.5863 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-23 10:23:31
IDJOB=3262358
IDBENCH=83298
IDSOLVER=1520
FILE ID=node129/3262358-1303547011
RUNJOBID= node129-1303547011-24252
PBS_JOBID= 13143109
Free space on /tmp= 66384 MiB

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

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

MD5SUM BENCH= 906590ef62b3db2841b2d529fd1636f7
RANDOM SEED=1693314712

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      19271000 kB
Buffers:       1188992 kB
Cached:       11761236 kB
SwapCached:          4 kB
Active:        1617104 kB
Inactive:     11403756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      19271000 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1944 kB
Writeback:           0 kB
AnonPages:       70740 kB
Mapped:          16560 kB
Slab:           596120 kB
PageTables:       5204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   237072 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66384 MiB
End job on node129 at 2011-04-23 10:45:13