Trace number 3274545

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

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-18_312.cnf
MD5SUM1144bbd60c180aa5e72d35b74e9676cb
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 variables312
Number of clauses26889
Sum of the clauses size121302
Maximum clause length18
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 324180
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52709

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-3274545-1303604441/watcher-3274545-1303604441 -o /tmp/evaluation-result-3274545-1303604441/solver-3274545-1303604441 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3274545-1303604441.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: 4.08 3.94 3.73 5/189 23637
/proc/meminfo: memFree=18393556/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=2312 CPUtime=0 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 350 0 0 0 0 0 0 0 25 0 1 0 472042649 2367488 305 33554432000 134512640 136057169 4287220336 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 578 307 145 378 0 198 0

[startup+0.0161431 s]
/proc/loadavg: 4.08 3.94 3.73 5/189 23637
/proc/meminfo: memFree=18393556/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=3592 CPUtime=0.01 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 693 0 0 0 1 0 0 0 25 0 1 0 472042649 3678208 646 33554432000 134512640 136057169 4287220336 18446744073709551615 134771616 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 898 646 162 378 0 518 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3592

[startup+0.100188 s]
/proc/loadavg: 4.08 3.94 3.73 5/189 23637
/proc/meminfo: memFree=18393556/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=3724 CPUtime=0.09 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 739 0 0 0 9 0 0 0 25 0 1 0 472042649 3813376 692 33554432000 134512640 136057169 4287220336 18446744073709551615 134774380 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 931 692 165 378 0 551 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3724

[startup+0.30116 s]
/proc/loadavg: 4.08 3.94 3.73 5/189 23637
/proc/meminfo: memFree=18393556/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=3628 CPUtime=0.29 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 756 0 0 0 29 0 0 0 25 0 1 0 472042649 3715072 689 33554432000 134512640 136057169 4287220336 18446744073709551615 134824902 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 907 689 182 378 0 527 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3628

[startup+0.701091 s]
/proc/loadavg: 4.08 3.94 3.73 5/189 23637
/proc/meminfo: memFree=18393556/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=5080 CPUtime=0.69 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 1086 0 0 0 69 0 0 0 25 0 1 0 472042649 5201920 1019 33554432000 134512640 136057169 4287220336 18446744073709551615 134637484 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 1270 1019 182 378 0 890 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5080

[startup+1.50096 s]
/proc/loadavg: 4.08 3.94 3.73 5/190 23638
/proc/meminfo: memFree=18389340/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=5348 CPUtime=1.49 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 1154 0 0 0 149 0 0 0 25 0 1 0 472042649 5476352 1087 33554432000 134512640 136057169 4287220336 18446744073709551615 134824014 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 1337 1087 182 378 0 957 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5348

[startup+3.10069 s]
/proc/loadavg: 4.08 3.94 3.73 5/190 23638
/proc/meminfo: memFree=18388580/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=6028 CPUtime=3.09 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 1352 0 0 0 309 0 0 0 25 0 1 0 472042649 6172672 1285 33554432000 134512640 136057169 4287220336 18446744073709551615 134618427 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 1507 1285 182 378 0 1127 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6028

[startup+6.30112 s]
/proc/loadavg: 4.07 3.94 3.73 5/190 23638
/proc/meminfo: memFree=18387308/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=7116 CPUtime=6.29 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 1592 0 0 0 629 0 0 0 25 0 1 0 472042649 7286784 1525 33554432000 134512640 136057169 4287220336 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 1779 1525 182 378 0 1399 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7116

[startup+12.701 s]
/proc/loadavg: 4.07 3.94 3.74 5/190 23639
/proc/meminfo: memFree=18385828/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=8432 CPUtime=12.69 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 1930 0 0 0 1269 0 0 0 25 0 1 0 472042649 8634368 1863 33554432000 134512640 136057169 4287220336 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 2108 1863 182 378 0 1728 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8432

[startup+25.5009 s]
/proc/loadavg: 4.05 3.94 3.74 5/190 23639
/proc/meminfo: memFree=18383472/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=10264 CPUtime=25.49 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 2348 0 0 0 2549 0 0 0 25 0 1 0 472042649 10510336 2281 33554432000 134512640 136057169 4287220336 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 2566 2281 182 378 0 2186 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10264

[startup+51.1006 s]
/proc/loadavg: 4.03 3.94 3.74 5/190 23640
/proc/meminfo: memFree=18380336/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=12588 CPUtime=51.09 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 2925 0 0 0 5109 0 0 0 25 0 1 0 472042649 12890112 2858 33554432000 134512640 136057169 4287220336 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 3147 2858 182 378 0 2767 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 12588

[startup+102.307 s]
/proc/loadavg: 4.01 3.95 3.75 5/190 23641
/proc/meminfo: memFree=18376724/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=15308 CPUtime=102.29 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 3536 0 0 0 10229 0 0 0 25 0 1 0 472042649 15675392 3469 33554432000 134512640 136057169 4287220336 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 3827 3469 182 378 0 3447 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 15308

[startup+162.301 s]
/proc/loadavg: 4.00 3.96 3.77 5/190 23643
/proc/meminfo: memFree=18373096/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=17356 CPUtime=162.29 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 4027 0 0 0 16229 0 0 0 25 0 1 0 472042649 17772544 3960 33554432000 134512640 136057169 4287220336 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 4339 3960 182 378 0 3959 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 17356

[startup+222.301 s]
/proc/loadavg: 4.00 3.96 3.78 5/190 23644
/proc/meminfo: memFree=18369848/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=19324 CPUtime=222.29 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 4505 0 0 0 22229 0 0 0 25 0 1 0 472042649 19787776 4431 33554432000 134512640 136057169 4287220336 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 4831 4431 182 378 0 4451 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 19324

[startup+282.301 s]
/proc/loadavg: 4.00 3.97 3.79 5/190 23646
/proc/meminfo: memFree=18366604/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=20944 CPUtime=282.29 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 4906 0 0 0 28229 0 0 0 25 0 1 0 472042649 21446656 4832 33554432000 134512640 136057169 4287220336 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 5236 4832 182 378 0 4856 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 20944

[startup+342.301 s]
/proc/loadavg: 4.15 4.00 3.81 5/190 23675
/proc/meminfo: memFree=18348936/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=21656 CPUtime=342.29 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 5073 0 0 0 34229 0 0 0 25 0 1 0 472042649 22175744 4999 33554432000 134512640 136057169 4287220336 18446744073709551615 134828292 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 5414 4999 182 378 0 5034 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 21656

[startup+402.301 s]
/proc/loadavg: 4.08 4.01 3.82 5/190 23676
/proc/meminfo: memFree=18320364/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=23088 CPUtime=402.29 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 5423 0 0 0 40229 0 0 0 25 0 1 0 472042649 23642112 5308 33554432000 134512640 136057169 4287220336 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 5772 5308 182 378 0 5392 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 23088

[startup+462.301 s]
/proc/loadavg: 4.03 4.01 3.83 5/190 23678
/proc/meminfo: memFree=18313264/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=25032 CPUtime=462.3 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 5844 0 0 0 46229 1 0 0 25 0 1 0 472042649 25632768 5729 33554432000 134512640 136057169 4287220336 18446744073709551615 134618347 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 6258 5729 182 378 0 5878 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 25032

[startup+522.3 s]
/proc/loadavg: 4.01 4.00 3.83 5/190 23679
/proc/meminfo: memFree=18297260/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=25932 CPUtime=522.3 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 6056 0 0 0 52229 1 0 0 25 0 1 0 472042649 26554368 5941 33554432000 134512640 136057169 4287220336 18446744073709551615 134612862 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 6483 5941 182 378 0 6103 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 25932

[startup+582.3 s]
/proc/loadavg: 2.92 3.71 3.74 3/178 23717
/proc/meminfo: memFree=18354092/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=26356 CPUtime=582.3 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 6163 0 0 0 58229 1 0 0 25 0 1 0 472042649 26988544 6048 33554432000 134512640 136057169 4287220336 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 6589 6048 182 378 0 6209 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 26356

[startup+642.3 s]
/proc/loadavg: 2.34 3.39 3.63 3/178 23719
/proc/meminfo: memFree=18333116/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=27568 CPUtime=642.31 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 6448 0 0 0 64230 1 0 0 25 0 1 0 472042649 28229632 6333 33554432000 134512640 136057169 4287220336 18446744073709551615 134828284 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 6892 6333 182 378 0 6512 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 27568

[startup+702.3 s]
/proc/loadavg: 2.12 3.14 3.53 3/178 23720
/proc/meminfo: memFree=18323912/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=28740 CPUtime=702.3 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 6695 0 0 0 70229 1 0 0 25 0 1 0 472042649 29429760 6580 33554432000 134512640 136057169 4287220336 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 7185 6580 182 378 0 6805 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 28740

[startup+762.306 s]
/proc/loadavg: 2.04 2.93 3.43 3/178 23722
/proc/meminfo: memFree=18323368/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=29404 CPUtime=762.31 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 6866 0 0 0 76230 1 0 0 25 0 1 0 472042649 30109696 6751 33554432000 134512640 136057169 4287220336 18446744073709551615 134823803 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 7351 6751 182 378 0 6971 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 29404

[startup+822.301 s]
/proc/loadavg: 2.01 2.76 3.34 3/178 23723
/proc/meminfo: memFree=18322600/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=30208 CPUtime=822.3 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 7025 0 0 0 82229 1 0 0 25 0 1 0 472042649 30932992 6910 33554432000 134512640 136057169 4287220336 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 7552 6910 182 378 0 7172 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 30208

[startup+882.301 s]
/proc/loadavg: 2.00 2.62 3.25 3/178 23725
/proc/meminfo: memFree=18315124/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=30492 CPUtime=882.3 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 7084 0 0 0 88229 1 0 0 25 0 1 0 472042649 31223808 6969 33554432000 134512640 136057169 4287220336 18446744073709551615 134823821 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 7623 6969 182 378 0 7243 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 30492

[startup+942.301 s]
/proc/loadavg: 2.00 2.50 3.17 3/178 23727
/proc/meminfo: memFree=18314728/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=31136 CPUtime=942.3 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 7214 0 0 0 94229 1 0 0 25 0 1 0 472042649 31883264 7099 33554432000 134512640 136057169 4287220336 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 7784 7099 182 378 0 7404 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 31136

[startup+1002.3 s]
/proc/loadavg: 2.04 2.42 3.10 3/178 23728
/proc/meminfo: memFree=18311340/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=31420 CPUtime=1002.3 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 7299 0 0 0 100229 1 0 0 25 0 1 0 472042649 32174080 7184 33554432000 134512640 136057169 4287220336 18446744073709551615 134618344 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 7855 7184 182 378 0 7475 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 31420

[startup+1062.3 s]
/proc/loadavg: 2.01 2.34 3.03 3/178 23730
/proc/meminfo: memFree=18295552/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=31944 CPUtime=1062.3 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 7385 0 0 0 106229 1 0 0 25 0 1 0 472042649 32710656 7270 33554432000 134512640 136057169 4287220336 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 7986 7270 182 378 0 7606 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 31944

[startup+1122.3 s]
/proc/loadavg: 2.00 2.28 2.96 3/178 23731
/proc/meminfo: memFree=18288576/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=32584 CPUtime=1122.31 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 7530 0 0 0 112230 1 0 0 25 0 1 0 472042649 33366016 7415 33554432000 134512640 136057169 4287220336 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 8146 7415 182 378 0 7766 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 32584

[startup+1182.3 s]
/proc/loadavg: 2.00 2.22 2.90 3/178 23733
/proc/meminfo: memFree=18283840/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=32800 CPUtime=1182.31 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 7575 0 0 0 118230 1 0 0 25 0 1 0 472042649 33587200 7460 33554432000 134512640 136057169 4287220336 18446744073709551615 134618446 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 8200 7460 182 378 0 7820 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 32800

[startup+1242.3 s]
/proc/loadavg: 2.00 2.18 2.84 3/178 23735
/proc/meminfo: memFree=18283316/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=32800 CPUtime=1242.31 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 7597 0 0 0 124230 1 0 0 25 0 1 0 472042649 33587200 7482 33554432000 134512640 136057169 4287220336 18446744073709551615 134824902 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 8200 7482 182 378 0 7820 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 32800



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.14 2.78 3/178 23736
/proc/meminfo: memFree=18283160/32951124 swapFree=67111528/67111528
[pid=23637] ppid=23635 vsize=33156 CPUtime=1300.01 cores=4,6
/proc/23637/stat : 23637 (clasp) R 23635 23637 23055 0 -1 4202496 7662 0 0 0 130000 1 0 0 25 0 1 0 472042649 33951744 7547 33554432000 134512640 136057169 4287220336 18446744073709551615 134618388 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23637/statm: 8289 7547 182 378 0 7909 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 33156

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.03
CPU user time (s): 1300.01
CPU system time (s): 0.017997
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 33156

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

runsolver used 2.06868 second user time and 4.37134 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-24 02:20:41
IDJOB=3274545
IDBENCH=83335
IDSOLVER=1674
FILE ID=node130/3274545-1303604441
RUNJOBID= node130-1303603674-23495
PBS_JOBID= 13150612
Free space on /tmp= 71840 MiB

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

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

MD5SUM BENCH= 1144bbd60c180aa5e72d35b74e9676cb
RANDOM SEED=2006707444

node130.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.838
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.67
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.838
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.838
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.838
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.81
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.838
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.75
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.838
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18393712 kB
Buffers:       2092832 kB
Cached:       11784848 kB
SwapCached:          0 kB
Active:        6431304 kB
Inactive:      7579996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18393712 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2364 kB
Writeback:           0 kB
AnonPages:      133308 kB
Mapped:          17456 kB
Slab:           481080 kB
PageTables:       5316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   322928 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= 71840 MiB
End job on node130 at 2011-04-24 02:42:24