Trace number 3250476

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

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_508.cnf
MD5SUMb891f70c80006fb02dca40f266c0cec1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables254
Number of clauses34661
Sum of the clauses size157137
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 285
Number of clauses of size 331908
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52668

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-3250476-1303545582/watcher-3250476-1303545582 -o /tmp/evaluation-result-3250476-1303545582/solver-3250476-1303545582 -C 2400 -W 1300 -M 7680 MPhaseSAT HOME/instance-3250476-1303545582.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: 1.89 2.67 3.07 4/184 2933
/proc/meminfo: memFree=16285072/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=3992 CPUtime=0 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 325 0 0 0 0 0 0 0 21 0 1 0 466158565 4087808 266 33554432000 134512640 134731564 4287503392 18446744073709551615 134531593 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 998 266 225 54 0 308 0

[startup+0.0516939 s]
/proc/loadavg: 1.89 2.67 3.07 4/184 2933
/proc/meminfo: memFree=16285072/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=3928 CPUtime=0.04 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 1042 0 0 0 4 0 0 0 21 0 1 0 466158565 4022272 486 33554432000 134512640 134731564 4287503392 18446744073709551615 134578142 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 982 486 236 54 0 292 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3928

[startup+0.100744 s]
/proc/loadavg: 1.89 2.67 3.07 4/184 2933
/proc/meminfo: memFree=16285072/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=6688 CPUtime=0.09 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 2282 0 0 0 9 0 0 0 21 0 1 0 466158565 6848512 1229 33554432000 134512640 134731564 4287503392 18446744073709551615 11788145 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 1672 1229 264 54 0 982 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6688

[startup+0.300714 s]
/proc/loadavg: 1.89 2.67 3.07 4/184 2933
/proc/meminfo: memFree=16285072/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=7480 CPUtime=0.29 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 2480 0 0 0 29 0 0 0 22 0 1 0 466158565 7659520 1427 33554432000 134512640 134731564 4287503392 18446744073709551615 134659284 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 1870 1427 264 54 0 1180 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7480

[startup+0.700637 s]
/proc/loadavg: 1.89 2.67 3.07 4/184 2933
/proc/meminfo: memFree=16285072/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=8144 CPUtime=0.69 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 2620 0 0 0 69 0 0 0 23 0 1 0 466158565 8339456 1567 33554432000 134512640 134731564 4287503392 18446744073709551615 134721083 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 2036 1567 264 54 0 1346 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8144

[startup+1.50046 s]
/proc/loadavg: 1.89 2.67 3.07 5/190 2946
/proc/meminfo: memFree=16270852/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=8548 CPUtime=1.49 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 2728 0 0 0 149 0 0 0 25 0 1 0 466158565 8753152 1675 33554432000 134512640 134731564 4287503392 18446744073709551615 134719952 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 2137 1675 264 54 0 1447 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8548

[startup+3.10019 s]
/proc/loadavg: 1.89 2.67 3.07 5/190 2946
/proc/meminfo: memFree=16268124/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=8952 CPUtime=3.09 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 2847 0 0 0 309 0 0 0 25 0 1 0 466158565 9166848 1794 33554432000 134512640 134731564 4287503392 18446744073709551615 134720146 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 2238 1794 264 54 0 1548 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8952

[startup+6.30061 s]
/proc/loadavg: 2.05 2.69 3.08 5/190 2946
/proc/meminfo: memFree=16265704/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=9624 CPUtime=6.29 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 3019 0 0 0 629 0 0 0 25 0 1 0 466158565 9854976 1966 33554432000 134512640 134731564 4287503392 18446744073709551615 134720151 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 2406 1966 264 54 0 1716 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9624

[startup+12.7005 s]
/proc/loadavg: 2.21 2.72 3.08 5/190 2946
/proc/meminfo: memFree=16261824/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=10448 CPUtime=12.69 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 3177 0 0 0 1269 0 0 0 25 0 1 0 466158565 10698752 2124 33554432000 134512640 134731564 4287503392 18446744073709551615 134720137 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 2612 2124 264 54 0 1922 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10448

[startup+25.5011 s]
/proc/loadavg: 2.61 2.78 3.09 5/190 2946
/proc/meminfo: memFree=16263088/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=9744 CPUtime=25.49 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 7281 0 0 0 2548 1 0 0 25 0 1 0 466158565 9977856 1982 33554432000 134512640 134731564 4287503392 18446744073709551615 134620770 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 2436 1982 270 54 0 1746 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 9744

[startup+51.1005 s]
/proc/loadavg: 3.08 2.87 3.12 5/190 2947
/proc/meminfo: memFree=16262052/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=9872 CPUtime=51.09 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 7476 0 0 0 5108 1 0 0 25 0 1 0 466158565 10108928 2002 33554432000 134512640 134731564 4287503392 18446744073709551615 134620778 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 2468 2002 270 54 0 1778 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 9872

[startup+102.307 s]
/proc/loadavg: 3.60 3.05 3.16 5/190 2957
/proc/meminfo: memFree=16254152/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=12576 CPUtime=102.3 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 8161 0 0 0 10229 1 0 0 25 0 1 0 466158565 12877824 2687 33554432000 134512640 134731564 4287503392 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 3144 2687 270 54 0 2454 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 12576

[startup+162.3 s]
/proc/loadavg: 3.85 3.22 3.21 5/190 2960
/proc/meminfo: memFree=16245444/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=16292 CPUtime=162.29 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 8963 0 0 0 16228 1 0 0 25 0 1 0 466158565 16683008 3489 33554432000 134512640 134731564 4287503392 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 4073 3489 270 54 0 3383 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 16292

[startup+222.3 s]
/proc/loadavg: 3.94 3.36 3.26 5/190 2962
/proc/meminfo: memFree=16240712/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=18568 CPUtime=222.29 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 9437 0 0 0 22228 1 0 0 25 0 1 0 466158565 19013632 3963 33554432000 134512640 134731564 4287503392 18446744073709551615 134659542 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 4642 3963 270 54 0 3952 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 18568

[startup+282.3 s]
/proc/loadavg: 3.98 3.47 3.30 5/190 2966
/proc/meminfo: memFree=16238716/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=19272 CPUtime=282.3 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 9588 0 0 0 28228 2 0 0 25 0 1 0 466158565 19734528 4114 33554432000 134512640 134731564 4287503392 18446744073709551615 134673165 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 4818 4114 270 54 0 4128 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 19272

[startup+342.301 s]
/proc/loadavg: 3.99 3.56 3.34 5/190 2968
/proc/meminfo: memFree=16236056/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=20552 CPUtime=342.3 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 9839 0 0 0 34228 2 0 0 25 0 1 0 466158565 21045248 4365 33554432000 134512640 134731564 4287503392 18446744073709551615 134659334 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 5138 4365 270 54 0 4448 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 20552

[startup+402.301 s]
/proc/loadavg: 3.99 3.64 3.38 5/190 2969
/proc/meminfo: memFree=16234920/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=21128 CPUtime=402.3 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 9962 0 0 0 40227 3 0 0 25 0 1 0 466158565 21635072 4488 33554432000 134512640 134731564 4287503392 18446744073709551615 134715874 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 5282 4488 270 54 0 4592 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 21128

[startup+462.301 s]
/proc/loadavg: 3.99 3.70 3.41 5/190 2972
/proc/meminfo: memFree=16234028/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=21512 CPUtime=462.3 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 10030 0 0 0 46227 3 0 0 25 0 1 0 466158565 22028288 4556 33554432000 134512640 134731564 4287503392 18446744073709551615 134659355 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 5378 4556 270 54 0 4688 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 21512

[startup+522.301 s]
/proc/loadavg: 3.99 3.75 3.45 5/190 3002
/proc/meminfo: memFree=16236740/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=21896 CPUtime=522.3 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 10096 0 0 0 52227 3 0 0 25 0 1 0 466158565 22421504 4622 33554432000 134512640 134731564 4287503392 18446744073709551615 134659498 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 5474 4622 270 54 0 4784 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 21896

[startup+582.301 s]
/proc/loadavg: 3.99 3.80 3.48 5/190 3003
/proc/meminfo: memFree=16234604/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=22472 CPUtime=582.3 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 10200 0 0 0 58227 3 0 0 25 0 1 0 466158565 23011328 4726 33554432000 134512640 134731564 4287503392 18446744073709551615 134659331 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 5618 4726 270 54 0 4928 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 22472

[startup+642.301 s]
/proc/loadavg: 4.06 3.86 3.52 5/190 3005
/proc/meminfo: memFree=16232612/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=22856 CPUtime=642.31 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 10309 0 0 0 64228 3 0 0 25 0 1 0 466158565 23404544 4835 33554432000 134512640 134731564 4287503392 18446744073709551615 134659399 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 5714 4835 270 54 0 5024 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 22856

[startup+702.301 s]
/proc/loadavg: 4.02 3.88 3.55 5/190 3006
/proc/meminfo: memFree=16230864/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=23240 CPUtime=702.32 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 10366 0 0 0 70228 4 0 0 25 0 1 0 466158565 23797760 4892 33554432000 134512640 134731564 4287503392 18446744073709551615 134655576 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 5810 4892 270 54 0 5120 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 23240

[startup+762.307 s]
/proc/loadavg: 4.01 3.90 3.57 5/190 3008
/proc/meminfo: memFree=16229740/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=23240 CPUtime=762.32 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 10368 0 0 0 76228 4 0 0 25 0 1 0 466158565 23797760 4894 33554432000 134512640 134731564 4287503392 18446744073709551615 134659520 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 5810 4894 270 54 0 5120 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 23240

[startup+822.3 s]
/proc/loadavg: 4.05 3.93 3.60 5/190 3010
/proc/meminfo: memFree=16228976/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=23432 CPUtime=822.31 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 10409 0 0 0 82227 4 0 0 25 0 1 0 466158565 23994368 4935 33554432000 134512640 134731564 4287503392 18446744073709551615 134659270 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 5858 4935 270 54 0 5168 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 23432

[startup+882.3 s]
/proc/loadavg: 4.02 3.94 3.62 5/190 3011
/proc/meminfo: memFree=16227976/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=23624 CPUtime=882.31 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 10441 0 0 0 88227 4 0 0 25 0 1 0 466158565 24190976 4967 33554432000 134512640 134731564 4287503392 18446744073709551615 134719975 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 5906 4967 270 54 0 5216 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 23624

[startup+942.3 s]
/proc/loadavg: 4.00 3.95 3.65 5/190 3013
/proc/meminfo: memFree=16227476/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=24392 CPUtime=942.32 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 10546 0 0 0 94227 5 0 0 25 0 1 0 466158565 24977408 5072 33554432000 134512640 134731564 4287503392 18446744073709551615 134719837 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 6098 5072 270 54 0 5408 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 24392

[startup+1002.3 s]
/proc/loadavg: 4.00 3.95 3.66 5/190 3014
/proc/meminfo: memFree=16226968/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=24584 CPUtime=1002.32 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 10578 0 0 0 100226 6 0 0 25 0 1 0 466158565 25174016 5104 33554432000 134512640 134731564 4287503392 18446744073709551615 134659744 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 6146 5104 270 54 0 5456 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 24584

[startup+1062.3 s]
/proc/loadavg: 4.04 3.97 3.69 5/190 3016
/proc/meminfo: memFree=16226468/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=24584 CPUtime=1062.32 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 10588 0 0 0 106226 6 0 0 25 0 1 0 466158565 25174016 5114 33554432000 134512640 134731564 4287503392 18446744073709551615 134720137 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 6146 5114 270 54 0 5456 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 24584

[startup+1122.3 s]
/proc/loadavg: 4.01 3.97 3.70 5/190 3018
/proc/meminfo: memFree=16226332/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=24584 CPUtime=1122.32 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 10601 0 0 0 112226 6 0 0 25 0 1 0 466158565 25174016 5127 33554432000 134512640 134731564 4287503392 18446744073709551615 134655606 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 6146 5127 270 54 0 5456 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 24584

[startup+1182.3 s]
/proc/loadavg: 4.05 3.99 3.73 5/190 3020
/proc/meminfo: memFree=16224716/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=24968 CPUtime=1182.32 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 10644 0 0 0 118226 6 0 0 25 0 1 0 466158565 25567232 5170 33554432000 134512640 134731564 4287503392 18446744073709551615 134659320 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 6242 5170 270 54 0 5552 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 24968

[startup+1242.3 s]
/proc/loadavg: 4.02 3.99 3.74 5/190 3022
/proc/meminfo: memFree=16223836/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=25160 CPUtime=1242.32 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 10680 0 0 0 124226 6 0 0 25 0 1 0 466158565 25763840 5206 33554432000 134512640 134731564 4287503392 18446744073709551615 11788023 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 6290 5206 270 54 0 5600 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 25160



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.99 3.75 4/189 3024
/proc/meminfo: memFree=16233628/32951124 swapFree=67111528/67111528
[pid=2933] ppid=2931 vsize=25160 CPUtime=1300.03 cores=0,2
/proc/2933/stat : 2933 (MPhaseSAT) R 2931 2933 2008 0 -1 4202496 10711 0 0 0 129997 6 0 0 25 0 1 0 466158565 25763840 5237 33554432000 134512640 134731564 4287503392 18446744073709551615 134659337 0 0 4096 1026 0 0 0 17 0 0 0 0
/proc/2933/statm: 6290 5237 270 54 0 5600 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 25160

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1299.97
CPU system time (s): 0.070989
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 25160

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

runsolver used 2.33164 second user time and 4.77227 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-23 09:59:42
IDJOB=3250476
IDBENCH=83275
IDSOLVER=1520
FILE ID=node106/3250476-1303545582
RUNJOBID= node106-1303545582-2900
PBS_JOBID= 13143132
Free space on /tmp= 71744 MiB

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

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

MD5SUM BENCH= b891f70c80006fb02dca40f266c0cec1
RANDOM SEED=1430769836

node106.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.830
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.830
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	: 5226.20
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.830
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.830
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.830
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.830
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.830
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.830
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:     32951124 kB
MemFree:      16285228 kB
Buffers:       1981408 kB
Cached:       14054272 kB
SwapCached:          0 kB
Active:        9603608 kB
Inactive:      6502588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16285228 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1976 kB
Writeback:           0 kB
AnonPages:       69512 kB
Mapped:          16032 kB
Slab:           495528 kB
PageTables:       4908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   237644 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= 71744 MiB
End job on node106 at 2011-04-23 10:21:24