Trace number 3274551

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

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-15_218.cnf
MD5SUMafc70649cebcc24cd0a7b28def593295
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 variables218
Number of clauses13362
Sum of the clauses size59166
Maximum clause length15
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 311772
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51590

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-3274551-1303604586/watcher-3274551-1303604586 -o /tmp/evaluation-result-3274551-1303604586/solver-3274551-1303604586 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3274551-1303604586.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: 1.49 2.62 3.18 3/174 23283
/proc/meminfo: memFree=14104284/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=2320 CPUtime=0 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 339 0 0 0 0 0 0 0 23 0 1 0 472059341 2375680 294 33554432000 134512640 136057169 4293916800 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 580 295 145 378 0 200 0

[startup+0.0616829 s]
/proc/loadavg: 1.49 2.62 3.18 3/174 23283
/proc/meminfo: memFree=14104284/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=2720 CPUtime=0.05 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 500 0 0 0 5 0 0 0 23 0 1 0 472059341 2785280 454 33554432000 134512640 136057169 4293916800 18446744073709551615 134828286 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 680 454 181 378 0 300 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2720

[startup+0.100675 s]
/proc/loadavg: 1.49 2.62 3.18 3/174 23283
/proc/meminfo: memFree=14104284/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=2720 CPUtime=0.09 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 501 0 0 0 9 0 0 0 23 0 1 0 472059341 2785280 455 33554432000 134512640 136057169 4293916800 18446744073709551615 134824457 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 680 455 182 378 0 300 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2720

[startup+0.30064 s]
/proc/loadavg: 1.49 2.62 3.18 3/174 23283
/proc/meminfo: memFree=14104284/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=3116 CPUtime=0.29 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 606 0 0 0 29 0 0 0 25 0 1 0 472059341 3190784 560 33554432000 134512640 136057169 4293916800 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 779 560 182 378 0 399 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3116

[startup+0.700566 s]
/proc/loadavg: 1.49 2.62 3.18 3/174 23283
/proc/meminfo: memFree=14104284/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=3380 CPUtime=0.69 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 671 0 0 0 69 0 0 0 25 0 1 0 472059341 3461120 625 33554432000 134512640 136057169 4293916800 18446744073709551615 134613116 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 845 625 182 378 0 465 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3380

[startup+1.50042 s]
/proc/loadavg: 1.49 2.62 3.18 5/190 23309
/proc/meminfo: memFree=14086920/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=3780 CPUtime=1.49 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 764 0 0 0 149 0 0 0 25 0 1 0 472059341 3870720 718 33554432000 134512640 136057169 4293916800 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 945 718 182 378 0 565 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3780

[startup+3.10012 s]
/proc/loadavg: 1.69 2.64 3.19 5/190 23309
/proc/meminfo: memFree=14081464/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=4448 CPUtime=3.09 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 911 0 0 0 309 0 0 0 25 0 1 0 472059341 4554752 865 33554432000 134512640 136057169 4293916800 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 1112 865 182 378 0 732 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4448

[startup+6.30054 s]
/proc/loadavg: 1.69 2.64 3.19 5/190 23309
/proc/meminfo: memFree=14077008/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=5156 CPUtime=6.29 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 1078 0 0 0 629 0 0 0 25 0 1 0 472059341 5279744 1032 33554432000 134512640 136057169 4293916800 18446744073709551615 134618272 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 1289 1032 182 378 0 909 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5156

[startup+12.7004 s]
/proc/loadavg: 2.05 2.68 3.19 5/190 23309
/proc/meminfo: memFree=14070044/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=5864 CPUtime=12.69 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 1264 0 0 0 1269 0 0 0 25 0 1 0 472059341 6004736 1218 33554432000 134512640 136057169 4293916800 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 1466 1218 182 378 0 1086 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5864

[startup+25.501 s]
/proc/loadavg: 2.35 2.73 3.20 5/190 23310
/proc/meminfo: memFree=14064852/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=7152 CPUtime=25.49 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 1570 0 0 0 2549 0 0 0 25 0 1 0 472059341 7323648 1524 33554432000 134512640 136057169 4293916800 18446744073709551615 134618289 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 1788 1524 182 378 0 1408 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 7152

[startup+51.1003 s]
/proc/loadavg: 2.91 2.83 3.22 5/190 23310
/proc/meminfo: memFree=14056640/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=8388 CPUtime=51.09 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 1872 0 0 0 5109 0 0 0 25 0 1 0 472059341 8589312 1826 33554432000 134512640 136057169 4293916800 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 2097 1826 182 378 0 1717 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 8388

[startup+102.307 s]
/proc/loadavg: 3.56 3.02 3.27 5/190 23312
/proc/meminfo: memFree=14045212/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=9964 CPUtime=102.3 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 2223 0 0 0 10230 0 0 0 25 0 1 0 472059341 10203136 2177 33554432000 134512640 136057169 4293916800 18446744073709551615 134618144 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 2491 2177 182 378 0 2111 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 9964

[startup+162.301 s]
/proc/loadavg: 3.84 3.20 3.31 5/190 23313
/proc/meminfo: memFree=14037988/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=11296 CPUtime=162.29 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 2519 0 0 0 16229 0 0 0 25 0 1 0 472059341 11567104 2473 33554432000 134512640 136057169 4293916800 18446744073709551615 134823934 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 2824 2473 182 378 0 2444 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 11296

[startup+222.301 s]
/proc/loadavg: 3.94 3.34 3.35 5/190 23315
/proc/meminfo: memFree=14031888/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=12576 CPUtime=222.29 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 2814 0 0 0 22229 0 0 0 25 0 1 0 472059341 12877824 2768 33554432000 134512640 136057169 4293916800 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 3144 2768 182 378 0 2764 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 12576

[startup+282.301 s]
/proc/loadavg: 4.01 3.47 3.39 5/190 23316
/proc/meminfo: memFree=14026900/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=13368 CPUtime=282.29 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 3017 0 0 0 28229 0 0 0 25 0 1 0 472059341 13688832 2971 33554432000 134512640 136057169 4293916800 18446744073709551615 134828286 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 3342 2971 182 378 0 2962 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 13368

[startup+342.301 s]
/proc/loadavg: 4.04 3.58 3.43 5/190 23318
/proc/meminfo: memFree=14022036/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=14316 CPUtime=342.29 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 3227 0 0 0 34229 0 0 0 25 0 1 0 472059341 14659584 3181 33554432000 134512640 136057169 4293916800 18446744073709551615 134756812 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 3579 3181 182 378 0 3199 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 14316

[startup+402.301 s]
/proc/loadavg: 4.01 3.65 3.46 5/190 23320
/proc/meminfo: memFree=14017664/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=14664 CPUtime=402.29 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 3321 0 0 0 40229 0 0 0 25 0 1 0 472059341 15015936 3275 33554432000 134512640 136057169 4293916800 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 3666 3275 182 378 0 3286 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 14664

[startup+462.301 s]
/proc/loadavg: 4.00 3.71 3.49 5/190 23321
/proc/meminfo: memFree=14015540/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=15296 CPUtime=462.29 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 3461 0 0 0 46229 0 0 0 25 0 1 0 472059341 15663104 3415 33554432000 134512640 136057169 4293916800 18446744073709551615 134813059 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 3824 3415 182 378 0 3444 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 15296

[startup+522.301 s]
/proc/loadavg: 4.00 3.76 3.52 5/190 23323
/proc/meminfo: memFree=14011552/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=15676 CPUtime=522.29 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 3558 0 0 0 52229 0 0 0 25 0 1 0 472059341 16052224 3512 33554432000 134512640 136057169 4293916800 18446744073709551615 135437992 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 3919 3512 182 378 0 3539 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 15676

[startup+582.301 s]
/proc/loadavg: 4.00 3.80 3.55 5/190 23324
/proc/meminfo: memFree=14007940/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=16052 CPUtime=582.29 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 3649 0 0 0 58229 0 0 0 25 0 1 0 472059341 16437248 3603 33554432000 134512640 136057169 4293916800 18446744073709551615 134824008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 4013 3603 182 378 0 3633 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 16052

[startup+642.301 s]
/proc/loadavg: 4.00 3.84 3.57 5/190 23326
/proc/meminfo: memFree=14005316/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=16540 CPUtime=642.3 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 3745 0 0 0 64230 0 0 0 25 0 1 0 472059341 16936960 3699 33554432000 134512640 136057169 4293916800 18446744073709551615 134823860 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 4135 3699 182 378 0 3755 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 16540

[startup+702.301 s]
/proc/loadavg: 4.00 3.86 3.60 5/190 23328
/proc/meminfo: memFree=14003048/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=16728 CPUtime=702.29 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 3818 0 0 0 70229 0 0 0 25 0 1 0 472059341 17129472 3772 33554432000 134512640 136057169 4293916800 18446744073709551615 134823803 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 4182 3772 182 378 0 3802 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 16728

[startup+762.307 s]
/proc/loadavg: 4.03 3.90 3.63 5/190 23329
/proc/meminfo: memFree=14001040/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=17584 CPUtime=762.3 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 3988 0 0 0 76230 0 0 0 25 0 1 0 472059341 18006016 3942 33554432000 134512640 136057169 4293916800 18446744073709551615 134618443 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 4396 3942 182 378 0 4016 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 17584

[startup+822.301 s]
/proc/loadavg: 4.06 3.93 3.65 5/190 23331
/proc/meminfo: memFree=13996796/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=17776 CPUtime=822.29 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 4036 0 0 0 82229 0 0 0 25 0 1 0 472059341 18202624 3990 33554432000 134512640 136057169 4293916800 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 4444 3990 182 378 0 4064 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 17776

[startup+882.3 s]
/proc/loadavg: 4.02 3.94 3.67 5/190 23332
/proc/meminfo: memFree=13994800/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=17776 CPUtime=882.29 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 4055 0 0 0 88229 0 0 0 25 0 1 0 472059341 18202624 4009 33554432000 134512640 136057169 4293916800 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 4444 4009 182 378 0 4064 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 17776

[startup+942.3 s]
/proc/loadavg: 4.01 3.95 3.69 5/190 23334
/proc/meminfo: memFree=13992908/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=18396 CPUtime=942.3 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 4159 0 0 0 94230 0 0 0 25 0 1 0 472059341 18837504 4113 33554432000 134512640 136057169 4293916800 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 4599 4113 182 378 0 4219 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 18396

[startup+1002.3 s]
/proc/loadavg: 4.00 3.95 3.70 5/190 23336
/proc/meminfo: memFree=13990772/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=19024 CPUtime=1002.3 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 4304 0 0 0 100230 0 0 0 25 0 1 0 472059341 19480576 4258 33554432000 134512640 136057169 4293916800 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 4756 4258 182 378 0 4376 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 19024

[startup+1062.3 s]
/proc/loadavg: 4.00 3.96 3.72 5/190 23337
/proc/meminfo: memFree=13990144/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=19212 CPUtime=1062.29 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 4328 0 0 0 106229 0 0 0 25 0 1 0 472059341 19673088 4282 33554432000 134512640 136057169 4293916800 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 4803 4282 182 378 0 4423 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 19212

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.74 5/190 23339
/proc/meminfo: memFree=13988900/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=19212 CPUtime=1122.29 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 4358 0 0 0 112229 0 0 0 25 0 1 0 472059341 19673088 4312 33554432000 134512640 136057169 4293916800 18446744073709551615 134824075 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 4803 4312 182 378 0 4423 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 19212

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.75 5/190 23340
/proc/meminfo: memFree=13988516/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=19544 CPUtime=1182.29 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 4432 0 0 0 118229 0 0 0 25 0 1 0 472059341 20013056 4386 33554432000 134512640 136057169 4293916800 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 4886 4386 182 378 0 4506 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 19544

[startup+1242.3 s]
/proc/loadavg: 4.05 3.99 3.77 5/190 23342
/proc/meminfo: memFree=13984032/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=19976 CPUtime=1242.29 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 4528 0 0 0 124229 0 0 0 25 0 1 0 472059341 20455424 4482 33554432000 134512640 136057169 4293916800 18446744073709551615 134823744 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 4994 4482 182 378 0 4614 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 19976



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.00 3.78 5/190 23344
/proc/meminfo: memFree=13981412/32951124 swapFree=67111528/67111528
[pid=23283] ppid=23281 vsize=19976 CPUtime=1299.99 cores=5,7
/proc/23283/stat : 23283 (clasp) R 23281 23283 22610 0 -1 4202496 4531 0 0 0 129999 0 0 0 25 0 1 0 472059341 20455424 4485 33554432000 134512640 136057169 4293916800 18446744073709551615 134618449 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/23283/statm: 4994 4485 182 378 0 4614 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 19976

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.01
CPU user time (s): 1300
CPU system time (s): 0.005999
CPU usage (%): 99.9997
Max. virtual memory (cumulated for all children) (KiB): 19976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300
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= 4534
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= 3679

runsolver used 2.12768 second user time and 4.97624 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-24 02:23:06
IDJOB=3274551
IDBENCH=83353
IDSOLVER=1674
FILE ID=node109/3274551-1303604586
RUNJOBID= node109-1303604586-23269
PBS_JOBID= 13150585
Free space on /tmp= 71376 MiB

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

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

MD5SUM BENCH= afc70649cebcc24cd0a7b28def593295
RANDOM SEED=2141928567

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.75
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.809
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.82
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.809
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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14105556 kB
Buffers:       2104980 kB
Cached:       16101308 kB
SwapCached:          0 kB
Active:        9960656 kB
Inactive:      8309840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14105556 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4004 kB
Writeback:           0 kB
AnonPages:       64424 kB
Mapped:          14500 kB
Slab:           510508 kB
PageTables:       5120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190840 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= 71368 MiB
End job on node109 at 2011-04-24 02:44:48