Trace number 3274563

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) 1300 1300.01

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-16_238.cnf
MD5SUMb61e426b264831836f140414cdcf3e23
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 variables238
Number of clauses15812
Sum of the clauses size70446
Maximum clause length16
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 314042
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51770

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

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.04 4.03 3.88 5/193 22531
/proc/meminfo: memFree=18093236/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=2436 CPUtime=0 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 367 0 0 0 0 0 0 0 25 0 1 0 472066541 2494464 321 33554432000 134512640 136057169 4289426944 18446744073709551615 135443063 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 609 321 145 378 0 229 0

[startup+0.0395549 s]
/proc/loadavg: 4.04 4.03 3.88 5/193 22531
/proc/meminfo: memFree=18093236/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=2972 CPUtime=0.03 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 527 0 0 0 3 0 0 0 25 0 1 0 472066541 3043328 480 33554432000 134512640 136057169 4289426944 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 743 480 165 378 0 363 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2972

[startup+0.100544 s]
/proc/loadavg: 4.04 4.03 3.88 5/193 22531
/proc/meminfo: memFree=18093236/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=2972 CPUtime=0.09 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 546 0 0 0 9 0 0 0 25 0 1 0 472066541 3043328 499 33554432000 134512640 136057169 4289426944 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 743 499 182 378 0 363 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2972

[startup+0.30051 s]
/proc/loadavg: 4.04 4.03 3.88 5/193 22531
/proc/meminfo: memFree=18093236/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=3524 CPUtime=0.29 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 688 0 0 0 29 0 0 0 25 0 1 0 472066541 3608576 641 33554432000 134512640 136057169 4289426944 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 881 641 182 378 0 501 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3524

[startup+0.700447 s]
/proc/loadavg: 4.04 4.03 3.88 5/193 22531
/proc/meminfo: memFree=18093236/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=3788 CPUtime=0.69 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 758 0 0 0 69 0 0 0 25 0 1 0 472066541 3878912 711 33554432000 134512640 136057169 4289426944 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 947 711 182 378 0 567 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3788

[startup+1.50029 s]
/proc/loadavg: 4.04 4.03 3.88 5/194 22532
/proc/meminfo: memFree=18090772/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=4320 CPUtime=1.49 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 877 0 0 0 149 0 0 0 25 0 1 0 472066541 4423680 830 33554432000 134512640 136057169 4289426944 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 1080 830 182 378 0 700 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4320

[startup+3.101 s]
/proc/loadavg: 4.04 4.03 3.88 5/194 22532
/proc/meminfo: memFree=18089780/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=4848 CPUtime=3.09 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 1025 0 0 0 309 0 0 0 25 0 1 0 472066541 4964352 978 33554432000 134512640 136057169 4289426944 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 1212 978 182 378 0 832 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4848

[startup+6.30043 s]
/proc/loadavg: 4.04 4.03 3.88 5/194 22532
/proc/meminfo: memFree=18088416/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=5640 CPUtime=6.29 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 1222 0 0 0 629 0 0 0 25 0 1 0 472066541 5775360 1175 33554432000 134512640 136057169 4289426944 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 1410 1175 182 378 0 1030 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5640

[startup+12.7003 s]
/proc/loadavg: 4.03 4.03 3.88 5/194 22532
/proc/meminfo: memFree=18087136/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=6596 CPUtime=12.69 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 1429 0 0 0 1269 0 0 0 25 0 1 0 472066541 6754304 1382 33554432000 134512640 136057169 4289426944 18446744073709551615 134829020 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 1649 1382 182 378 0 1269 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6596

[startup+25.5009 s]
/proc/loadavg: 4.02 4.03 3.88 5/194 22533
/proc/meminfo: memFree=18084904/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=8004 CPUtime=25.49 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 1768 0 0 0 2549 0 0 0 25 0 1 0 472066541 8196096 1721 33554432000 134512640 136057169 4289426944 18446744073709551615 134635885 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 2001 1721 182 378 0 1621 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 8004

[startup+51.1003 s]
/proc/loadavg: 4.01 4.02 3.88 5/194 22533
/proc/meminfo: memFree=18082156/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=9688 CPUtime=51.09 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 2157 0 0 0 5109 0 0 0 25 0 1 0 472066541 9920512 2110 33554432000 134512640 136057169 4289426944 18446744073709551615 134618449 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 2422 2110 182 378 0 2042 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 9688

[startup+102.307 s]
/proc/loadavg: 4.00 4.02 3.89 5/194 22535
/proc/meminfo: memFree=18076684/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=11492 CPUtime=102.29 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 2619 0 0 0 10229 0 0 0 25 0 1 0 472066541 11767808 2572 33554432000 134512640 136057169 4289426944 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 2873 2572 182 378 0 2493 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 11492

[startup+162.301 s]
/proc/loadavg: 3.56 3.90 3.85 4/188 22553
/proc/meminfo: memFree=18083188/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=13180 CPUtime=162.29 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 3007 0 0 0 16229 0 0 0 25 0 1 0 472066541 13496320 2960 33554432000 134512640 136057169 4289426944 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 3295 2960 182 378 0 2915 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 13180

[startup+222.3 s]
/proc/loadavg: 2.23 3.49 3.71 2/176 22591
/proc/meminfo: memFree=18337780/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=14568 CPUtime=222.29 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 3312 0 0 0 22229 0 0 0 25 0 1 0 472066541 14917632 3265 33554432000 134512640 136057169 4289426944 18446744073709551615 134823956 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 3642 3265 182 378 0 3262 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 14568

[startup+282.3 s]
/proc/loadavg: 1.45 3.03 3.54 2/176 22593
/proc/meminfo: memFree=18337132/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=15304 CPUtime=282.29 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 3506 0 0 0 28229 0 0 0 25 0 1 0 472066541 15671296 3459 33554432000 134512640 136057169 4289426944 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 3826 3459 182 378 0 3446 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 15304

[startup+342.3 s]
/proc/loadavg: 1.25 2.69 3.39 2/176 22594
/proc/meminfo: memFree=18336488/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=16228 CPUtime=342.29 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 3704 0 0 0 34229 0 0 0 25 0 1 0 472066541 16617472 3657 33554432000 134512640 136057169 4289426944 18446744073709551615 134823907 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 4057 3657 182 378 0 3677 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 16228

[startup+402.3 s]
/proc/loadavg: 1.14 2.39 3.24 2/176 22596
/proc/meminfo: memFree=18336088/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=16764 CPUtime=402.29 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 3828 0 0 0 40229 0 0 0 25 0 1 0 472066541 17166336 3781 33554432000 134512640 136057169 4289426944 18446744073709551615 134618253 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 4191 3781 182 378 0 3811 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 16764

[startup+462.301 s]
/proc/loadavg: 1.12 2.15 3.10 2/176 22597
/proc/meminfo: memFree=18335072/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=17812 CPUtime=462.29 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 4070 0 0 0 46229 0 0 0 25 0 1 0 472066541 18239488 4023 33554432000 134512640 136057169 4289426944 18446744073709551615 134618146 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 4453 4023 182 378 0 4073 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 17812

[startup+522.301 s]
/proc/loadavg: 1.04 1.94 2.97 2/176 22599
/proc/meminfo: memFree=18334692/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=18380 CPUtime=522.29 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 4199 0 0 0 52229 0 0 0 25 0 1 0 472066541 18821120 4152 33554432000 134512640 136057169 4289426944 18446744073709551615 134618427 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 4595 4152 182 378 0 4215 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 18380

[startup+582.301 s]
/proc/loadavg: 1.08 1.79 2.85 2/176 22601
/proc/meminfo: memFree=18334416/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=18948 CPUtime=582.29 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 4329 0 0 0 58229 0 0 0 25 0 1 0 472066541 19402752 4282 33554432000 134512640 136057169 4289426944 18446744073709551615 134618485 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 4737 4282 182 378 0 4357 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 18948

[startup+642.301 s]
/proc/loadavg: 1.03 1.65 2.73 2/176 22602
/proc/meminfo: memFree=18334156/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=19092 CPUtime=642.29 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 4368 0 0 0 64229 0 0 0 25 0 1 0 472066541 19550208 4321 33554432000 134512640 136057169 4289426944 18446744073709551615 134813050 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 4773 4321 182 378 0 4393 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 19092

[startup+702.301 s]
/proc/loadavg: 1.01 1.53 2.62 2/176 22604
/proc/meminfo: memFree=18333636/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=19616 CPUtime=702.29 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 4476 0 0 0 70229 0 0 0 25 0 1 0 472066541 20086784 4429 33554432000 134512640 136057169 4289426944 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 4904 4429 182 378 0 4524 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 19616

[startup+762.306 s]
/proc/loadavg: 1.00 1.43 2.52 2/176 22605
/proc/meminfo: memFree=18333116/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=20252 CPUtime=762.29 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 4615 0 0 0 76229 0 0 0 25 0 1 0 472066541 20738048 4568 33554432000 134512640 136057169 4289426944 18446744073709551615 134615587 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 5063 4568 182 378 0 4683 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 20252

[startup+822.301 s]
/proc/loadavg: 1.00 1.35 2.42 2/176 22607
/proc/meminfo: memFree=18332720/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=20732 CPUtime=822.28 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 4741 0 0 0 82228 0 0 0 25 0 1 0 472066541 21229568 4694 33554432000 134512640 136057169 4289426944 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 5183 4694 182 378 0 4803 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 20732

[startup+882.3 s]
/proc/loadavg: 1.00 1.28 2.33 2/176 22609
/proc/meminfo: memFree=18332700/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=20876 CPUtime=882.28 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 4776 0 0 0 88228 0 0 0 25 0 1 0 472066541 21377024 4729 33554432000 134512640 136057169 4289426944 18446744073709551615 134823886 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 5219 4729 182 378 0 4839 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 20876

[startup+942.3 s]
/proc/loadavg: 1.04 1.24 2.25 2/176 22610
/proc/meminfo: memFree=18332184/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=21452 CPUtime=942.28 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 4891 0 0 0 94228 0 0 0 25 0 1 0 472066541 21966848 4844 33554432000 134512640 136057169 4289426944 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 5363 4844 182 378 0 4983 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 21452

[startup+1002.3 s]
/proc/loadavg: 1.08 1.21 2.17 2/176 22612
/proc/meminfo: memFree=18332032/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=21740 CPUtime=1002.28 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 4960 0 0 0 100228 0 0 0 25 0 1 0 472066541 22261760 4913 33554432000 134512640 136057169 4289426944 18446744073709551615 134618449 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 5435 4913 182 378 0 5055 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 21740

[startup+1062.3 s]
/proc/loadavg: 1.03 1.17 2.10 2/176 22613
/proc/meminfo: memFree=18331760/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=22228 CPUtime=1062.28 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 5060 0 0 0 106228 0 0 0 25 0 1 0 472066541 22761472 5013 33554432000 134512640 136057169 4289426944 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 5557 5013 182 378 0 5177 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 22228

[startup+1122.3 s]
/proc/loadavg: 1.01 1.14 2.03 2/176 22615
/proc/meminfo: memFree=18331004/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=23088 CPUtime=1122.28 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 5273 0 0 0 112228 0 0 0 25 0 1 0 472066541 23642112 5226 33554432000 134512640 136057169 4289426944 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 5772 5226 182 378 0 5392 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 23088

[startup+1182.3 s]
/proc/loadavg: 1.00 1.11 1.96 2/176 22617
/proc/meminfo: memFree=18330732/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=23420 CPUtime=1182.28 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 5354 0 0 0 118228 0 0 0 25 0 1 0 472066541 23982080 5307 33554432000 134512640 136057169 4289426944 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 5855 5307 182 378 0 5475 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 23420

[startup+1242.3 s]
/proc/loadavg: 1.00 1.09 1.89 2/176 22618
/proc/meminfo: memFree=18329604/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=24056 CPUtime=1242.28 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 5524 0 0 0 124228 0 0 0 25 0 1 0 472066541 24633344 5441 33554432000 134512640 136057169 4289426944 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 6014 5441 182 378 0 5634 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 24056



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.07 1.84 2/176 22620
/proc/meminfo: memFree=18329704/32951124 swapFree=67111528/67111528
[pid=22531] ppid=22529 vsize=24200 CPUtime=1299.98 cores=5,7
/proc/22531/stat : 22531 (clasp) R 22529 22531 21970 0 -1 4202496 5544 0 0 0 129998 0 0 0 25 0 1 0 472066541 24780800 5461 33554432000 134512640 136057169 4289426944 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22531/statm: 6050 5461 182 378 0 5670 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 24200

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): 1300
CPU user time (s): 1299.99
CPU system time (s): 0.010998
CPU usage (%): 99.9993
Max. virtual memory (cumulated for all children) (KiB): 24200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.99
system time used= 0.010998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5547
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= 5
involuntary context switches= 16954

runsolver used 1.68274 second user time and 4.40433 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-24 02:24:47
IDJOB=3274563
IDBENCH=83365
IDSOLVER=1674
FILE ID=node133/3274563-1303604686
RUNJOBID= node133-1303603569-22327
PBS_JOBID= 13150609
Free space on /tmp= 71616 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-16_238.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-3274563-1303604686/watcher-3274563-1303604686 -o /tmp/evaluation-result-3274563-1303604686/solver-3274563-1303604686 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3274563-1303604686.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= b61e426b264831836f140414cdcf3e23
RANDOM SEED=2039396422

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18093384 kB
Buffers:       2163732 kB
Cached:       11824228 kB
SwapCached:          0 kB
Active:        8625368 kB
Inactive:      5673000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18093384 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1952 kB
Writeback:           0 kB
AnonPages:      309796 kB
Mapped:          17252 kB
Slab:           495604 kB
PageTables:       5780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   500828 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= 71624 MiB
End job on node133 at 2011-04-24 02:46:29