Trace number 3274497

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
SAT09 reference solver: clasp 1.2.0-SAT09-32? (TO) 1299.93 1300.01

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_507.cnf
MD5SUM0c4fc551e2fe598a8074df6204d87f7d
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 clauses34289
Sum of the clauses size152236
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2337
Number of clauses of size 331448
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52504

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-3274497-1303603576/watcher-3274497-1303603576 -o /tmp/evaluation-result-3274497-1303603576/solver-3274497-1303603576 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3274497-1303603576.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

running on 2 cores: 4,6

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.09 3.81 3.70 5/193 24446
/proc/meminfo: memFree=14465832/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=2172 CPUtime=0 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 303 0 0 0 0 0 0 0 22 0 1 0 471955494 2224128 258 33554432000 134512640 136057169 4290508560 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 543 259 145 378 0 163 0

[startup+0.0139349 s]
/proc/loadavg: 3.09 3.81 3.70 5/193 24446
/proc/meminfo: memFree=14465832/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=3000 CPUtime=0.01 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 522 0 0 0 1 0 0 0 22 0 1 0 471955494 3072000 477 33554432000 134512640 136057169 4290508560 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 750 478 145 378 0 370 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3000

[startup+0.100897 s]
/proc/loadavg: 3.09 3.81 3.70 5/193 24446
/proc/meminfo: memFree=14465832/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=4500 CPUtime=0.09 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 900 0 0 0 9 0 0 0 22 0 1 0 471955494 4608000 854 33554432000 134512640 136057169 4290508560 18446744073709551615 134774506 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 1125 854 166 378 0 745 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4500

[startup+0.300893 s]
/proc/loadavg: 3.09 3.81 3.70 5/193 24446
/proc/meminfo: memFree=14465832/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=4500 CPUtime=0.29 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 900 0 0 0 29 0 0 0 23 0 1 0 471955494 4608000 854 33554432000 134512640 136057169 4290508560 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 1125 854 166 378 0 745 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4500

[startup+0.700814 s]
/proc/loadavg: 3.09 3.81 3.70 5/193 24446
/proc/meminfo: memFree=14465832/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=4276 CPUtime=0.69 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 966 0 0 0 69 0 0 0 25 0 1 0 471955494 4378624 832 33554432000 134512640 136057169 4290508560 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 1069 832 183 378 0 689 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4276

[startup+1.50067 s]
/proc/loadavg: 3.09 3.81 3.70 5/194 24447
/proc/meminfo: memFree=14459140/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=5520 CPUtime=1.49 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 1263 0 0 0 149 0 0 0 25 0 1 0 471955494 5652480 1129 33554432000 134512640 136057169 4290508560 18446744073709551615 134823747 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 1380 1129 183 378 0 1000 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5520

[startup+3.10037 s]
/proc/loadavg: 3.16 3.81 3.70 5/194 24447
/proc/meminfo: memFree=14455544/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=6064 CPUtime=3.09 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 1403 0 0 0 309 0 0 0 25 0 1 0 471955494 6209536 1269 33554432000 134512640 136057169 4290508560 18446744073709551615 134828286 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 1516 1269 183 378 0 1136 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6064

[startup+6.30073 s]
/proc/loadavg: 3.16 3.81 3.70 5/194 24447
/proc/meminfo: memFree=14451820/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=6872 CPUtime=6.29 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 1615 0 0 0 629 0 0 0 25 0 1 0 471955494 7036928 1481 33554432000 134512640 136057169 4290508560 18446744073709551615 134618256 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/24446/statm: 1718 1481 183 378 0 1338 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6872

[startup+12.7005 s]
/proc/loadavg: 3.29 3.82 3.71 5/194 24474
/proc/meminfo: memFree=14447444/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=8124 CPUtime=12.68 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 1908 0 0 0 1268 0 0 0 25 0 1 0 471955494 8318976 1774 33554432000 134512640 136057169 4290508560 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/24446/statm: 2031 1774 183 378 0 1651 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8124

[startup+25.5002 s]
/proc/loadavg: 3.40 3.83 3.71 5/194 24474
/proc/meminfo: memFree=14441348/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=9600 CPUtime=25.46 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 2266 0 0 0 2546 0 0 0 25 0 1 0 471955494 9830400 2132 33554432000 134512640 136057169 4290508560 18446744073709551615 134828420 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 2400 2132 183 378 0 2020 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 9600

[startup+51.1004 s]
/proc/loadavg: 3.60 3.84 3.72 5/194 24475
/proc/meminfo: memFree=14434244/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=11332 CPUtime=51.03 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 2678 0 0 0 5103 0 0 0 25 0 1 0 471955494 11603968 2544 33554432000 134512640 136057169 4290508560 18446744073709551615 134823886 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/24446/statm: 2833 2544 183 378 0 2453 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 11332

[startup+102.307 s]
/proc/loadavg: 3.91 3.88 3.74 5/194 24476
/proc/meminfo: memFree=14424072/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=13624 CPUtime=102.19 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 3202 0 0 0 10219 0 0 0 25 0 1 0 471955494 13950976 3068 33554432000 134512640 136057169 4290508560 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 3406 3068 183 378 0 3026 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 13624

[startup+162.301 s]
/proc/loadavg: 3.97 3.90 3.75 5/194 24478
/proc/meminfo: memFree=14416376/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=15720 CPUtime=162.18 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 3717 0 0 0 16218 0 0 0 25 0 1 0 471955494 16097280 3583 33554432000 134512640 136057169 4290508560 18446744073709551615 134828284 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 3930 3583 183 378 0 3550 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 15720

[startup+222.301 s]
/proc/loadavg: 4.09 3.94 3.77 5/194 24479
/proc/meminfo: memFree=14410528/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=17416 CPUtime=222.18 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 4089 0 0 0 22218 0 0 0 25 0 1 0 471955494 17833984 3955 33554432000 134512640 136057169 4290508560 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 4354 3955 183 378 0 3974 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 17416

[startup+282.301 s]
/proc/loadavg: 4.11 3.98 3.79 5/194 24481
/proc/meminfo: memFree=14405932/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=19044 CPUtime=282.19 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 4451 0 0 0 28219 0 0 0 25 0 1 0 471955494 19501056 4317 33554432000 134512640 136057169 4290508560 18446744073709551615 134823828 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 4761 4317 183 378 0 4381 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 19044

[startup+342.301 s]
/proc/loadavg: 4.08 3.99 3.81 5/194 24483
/proc/meminfo: memFree=14402312/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=19992 CPUtime=342.19 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 4664 0 0 0 34219 0 0 0 25 0 1 0 471955494 20471808 4530 33554432000 134512640 136057169 4290508560 18446744073709551615 134823747 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 4998 4530 183 378 0 4618 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 19992

[startup+402.3 s]
/proc/loadavg: 4.07 4.01 3.82 5/194 24484
/proc/meminfo: memFree=14399820/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=20752 CPUtime=402.19 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 4836 0 0 0 40219 0 0 0 25 0 1 0 471955494 21250048 4702 33554432000 134512640 136057169 4290508560 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 5188 4702 183 378 0 4808 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 20752

[startup+462.3 s]
/proc/loadavg: 4.06 4.02 3.83 5/194 24486
/proc/meminfo: memFree=14397664/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=21552 CPUtime=462.19 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 5007 0 0 0 46219 0 0 0 25 0 1 0 471955494 22069248 4873 33554432000 134512640 136057169 4290508560 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 5388 4873 183 378 0 5008 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 21552

[startup+522.3 s]
/proc/loadavg: 4.02 4.01 3.84 5/194 24487
/proc/meminfo: memFree=14394908/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=22052 CPUtime=522.19 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 5110 0 0 0 52219 0 0 0 25 0 1 0 471955494 22581248 4976 33554432000 134512640 136057169 4290508560 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 5513 4976 183 378 0 5133 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 22052

[startup+582.301 s]
/proc/loadavg: 4.00 4.01 3.85 5/194 24489
/proc/meminfo: memFree=14392908/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=22336 CPUtime=582.19 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 5205 0 0 0 58219 0 0 0 25 0 1 0 471955494 22872064 5071 33554432000 134512640 136057169 4290508560 18446744073709551615 134645260 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 5584 5071 183 378 0 5204 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 22336

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.85 5/194 24518
/proc/meminfo: memFree=14396796/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=23252 CPUtime=642.2 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 5411 0 0 0 64220 0 0 0 25 0 1 0 471955494 23810048 5277 33554432000 134512640 136057169 4290508560 18446744073709551615 134618344 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 5813 5277 183 378 0 5433 0
Current children cumulated CPU time (s) 642.2
Current children cumulated vsize (KiB) 23252

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.86 5/194 24519
/proc/meminfo: memFree=14388808/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=23396 CPUtime=702.2 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 5456 0 0 0 70220 0 0 0 25 0 1 0 471955494 23957504 5322 33554432000 134512640 136057169 4290508560 18446744073709551615 134819858 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 5849 5322 183 378 0 5469 0
Current children cumulated CPU time (s) 702.2
Current children cumulated vsize (KiB) 23396

[startup+762.307 s]
/proc/loadavg: 4.12 4.03 3.87 5/194 24521
/proc/meminfo: memFree=14383096/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=24044 CPUtime=762.21 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 5644 0 0 0 76221 0 0 0 25 0 1 0 471955494 24621056 5510 33554432000 134512640 136057169 4290508560 18446744073709551615 134823828 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 6011 5510 183 378 0 5631 0
Current children cumulated CPU time (s) 762.21
Current children cumulated vsize (KiB) 24044

[startup+822.301 s]
/proc/loadavg: 4.10 4.04 3.89 5/194 24522
/proc/meminfo: memFree=14380112/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=24260 CPUtime=822.2 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 5693 0 0 0 82220 0 0 0 25 0 1 0 471955494 24842240 5559 33554432000 134512640 136057169 4290508560 18446744073709551615 134618488 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 6065 5559 183 378 0 5685 0
Current children cumulated CPU time (s) 822.2
Current children cumulated vsize (KiB) 24260

[startup+882.301 s]
/proc/loadavg: 4.03 4.03 3.89 5/194 24524
/proc/meminfo: memFree=14376256/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=24996 CPUtime=882.2 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 5847 0 0 0 88220 0 0 0 25 0 1 0 471955494 25595904 5713 33554432000 134512640 136057169 4290508560 18446744073709551615 134618262 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 6249 5713 183 378 0 5869 0
Current children cumulated CPU time (s) 882.2
Current children cumulated vsize (KiB) 24996

[startup+942.3 s]
/proc/loadavg: 4.01 4.02 3.90 5/194 24526
/proc/meminfo: memFree=14373128/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=25356 CPUtime=942.2 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 5939 0 0 0 94220 0 0 0 25 0 1 0 471955494 25964544 5805 33554432000 134512640 136057169 4290508560 18446744073709551615 134824056 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 6339 5805 183 378 0 5959 0
Current children cumulated CPU time (s) 942.2
Current children cumulated vsize (KiB) 25356

[startup+1002.3 s]
/proc/loadavg: 4.00 4.02 3.90 5/194 24527
/proc/meminfo: memFree=14369880/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=26044 CPUtime=1002.21 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 6127 0 0 0 100221 0 0 0 25 0 1 0 471955494 26669056 5932 33554432000 134512640 136057169 4290508560 18446744073709551615 134829010 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 6511 5932 183 378 0 6131 0
Current children cumulated CPU time (s) 1002.21
Current children cumulated vsize (KiB) 26044

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 3.91 5/194 24529
/proc/meminfo: memFree=14367248/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=26472 CPUtime=1062.21 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 6227 0 0 0 106221 0 0 0 25 0 1 0 471955494 27107328 6032 33554432000 134512640 136057169 4290508560 18446744073709551615 134618344 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 6618 6032 183 378 0 6238 0
Current children cumulated CPU time (s) 1062.21
Current children cumulated vsize (KiB) 26472

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/194 24530
/proc/meminfo: memFree=14365752/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=26684 CPUtime=1122.21 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 6276 0 0 0 112221 0 0 0 25 0 1 0 471955494 27324416 6081 33554432000 134512640 136057169 4290508560 18446744073709551615 134618185 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 6671 6081 183 378 0 6291 0
Current children cumulated CPU time (s) 1122.21
Current children cumulated vsize (KiB) 26684

[startup+1182.3 s]
/proc/loadavg: 4.12 4.03 3.92 5/194 24532
/proc/meminfo: memFree=14364496/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=27208 CPUtime=1182.21 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 6393 0 0 0 118221 0 0 0 25 0 1 0 471955494 27860992 6198 33554432000 134512640 136057169 4290508560 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 6802 6198 183 378 0 6422 0
Current children cumulated CPU time (s) 1182.21
Current children cumulated vsize (KiB) 27208

[startup+1242.3 s]
/proc/loadavg: 4.04 4.02 3.92 5/194 24534
/proc/meminfo: memFree=14360760/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=28272 CPUtime=1242.21 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 6636 0 0 0 124221 0 0 0 25 0 1 0 471955494 28950528 6441 33554432000 134512640 136057169 4290508560 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 7068 6441 183 378 0 6688 0
Current children cumulated CPU time (s) 1242.21
Current children cumulated vsize (KiB) 28272



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.03 3.93 3/190 24537
/proc/meminfo: memFree=14409240/32951124 swapFree=67111528/67111528
[pid=24446] ppid=24444 vsize=28488 CPUtime=1299.92 cores=4,6
/proc/24446/stat : 24446 (clasp) R 24444 24446 24048 0 -1 4202496 6699 0 0 0 129992 0 0 0 25 0 1 0 471955494 29171712 6504 33554432000 134512640 136057169 4290508560 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/24446/statm: 7122 6504 183 378 0 6742 0
Current children cumulated CPU time (s) 1299.92
Current children cumulated vsize (KiB) 28488

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

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

Child status: 0
Real time (s): 1300.01
CPU time (s): 1299.93
CPU user time (s): 1299.92
CPU system time (s): 0.008998
CPU usage (%): 99.9943
Max. virtual memory (cumulated for all children) (KiB): 28488

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

runsolver used 2.32465 second user time and 4.77927 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-24 02:06:16
IDJOB=3274497
IDBENCH=83269
IDSOLVER=1674
FILE ID=node135/3274497-1303603576
RUNJOBID= node135-1303603576-24405
PBS_JOBID= 13150607
Free space on /tmp= 71356 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-23_507.cnf
COMMAND LINE= HOME/clasp --file=BENCHNAME --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274497-1303603576/watcher-3274497-1303603576 -o /tmp/evaluation-result-3274497-1303603576/solver-3274497-1303603576 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3274497-1303603576.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 0c4fc551e2fe598a8074df6204d87f7d
RANDOM SEED=1158729749

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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:     32951124 kB
MemFree:      14466112 kB
Buffers:       2059048 kB
Cached:       15757228 kB
SwapCached:          0 kB
Active:        7357860 kB
Inactive:     10534040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14466112 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9880 kB
Writeback:          20 kB
AnonPages:       74296 kB
Mapped:          16956 kB
Slab:           531064 kB
PageTables:       4860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   262120 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71356 MiB
End job on node135 at 2011-04-24 02:27:58