Trace number 3274527

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-32UNSAT 899.169 899.182

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_445.cnf
MD5SUM4f7ff14ba0d33c4cf7de4e3c004f2f79
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark899.169
Satisfiable
(Un)Satisfiability was proved
Number of variables223
Number of clauses26441
Sum of the clauses size116565
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2296
Number of clauses of size 324153
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51992

Solver Data

899.08/899.18	c clasp version 1.2.0-SAT09 
899.08/899.18	c Reading from ...603744/instance-3274527-1303603744.cnf
899.08/899.18	c Reading      : Done(0.000s)
899.08/899.18	c Preprocessing: |-Done(0.230s)
899.08/899.18	c Solving...
899.08/899.18	
899.08/899.18	c Models    : 0     
899.08/899.18	c Time         : 899.290s (Solve: 899.060s)
899.08/899.18	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3274527-1303603744/watcher-3274527-1303603744 -o /tmp/evaluation-result-3274527-1303603744/solver-3274527-1303603744 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3274527-1303603744.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: 3.93 3.71 3.64 5/193 22425
/proc/meminfo: memFree=18211928/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=2172 CPUtime=0 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 301 0 0 0 0 0 0 0 25 0 1 0 471972240 2224128 256 33554432000 134512640 136057169 4291763792 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 543 257 145 378 0 163 0

[startup+0.0289761 s]
/proc/loadavg: 3.93 3.71 3.64 5/193 22425
/proc/meminfo: memFree=18211928/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=3700 CPUtime=0.02 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 726 0 0 0 2 0 0 0 25 0 1 0 471972240 3788800 680 33554432000 134512640 136057169 4291763792 18446744073709551615 134774640 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 925 680 165 378 0 545 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3700

[startup+0.100978 s]
/proc/loadavg: 3.93 3.71 3.64 5/193 22425
/proc/meminfo: memFree=18211928/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=3700 CPUtime=0.09 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 726 0 0 0 9 0 0 0 25 0 1 0 471972240 3788800 680 33554432000 134512640 136057169 4291763792 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 925 680 165 378 0 545 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3700

[startup+0.30093 s]
/proc/loadavg: 3.93 3.71 3.64 5/193 22425
/proc/meminfo: memFree=18211928/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=3700 CPUtime=0.29 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 750 0 0 0 29 0 0 0 25 0 1 0 471972240 3788800 704 33554432000 134512640 136057169 4291763792 18446744073709551615 134823736 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 925 704 182 378 0 545 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3700

[startup+0.700859 s]
/proc/loadavg: 3.93 3.71 3.64 5/193 22425
/proc/meminfo: memFree=18211928/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=4284 CPUtime=0.69 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 875 0 0 0 69 0 0 0 25 0 1 0 471972240 4386816 829 33554432000 134512640 136057169 4291763792 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 1071 829 182 378 0 691 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4284

[startup+1.50071 s]
/proc/loadavg: 3.93 3.71 3.64 5/194 22426
/proc/meminfo: memFree=18208820/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=4824 CPUtime=1.49 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 1017 0 0 0 149 0 0 0 25 0 1 0 471972240 4939776 971 33554432000 134512640 136057169 4291763792 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 1206 971 182 378 0 826 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4824

[startup+3.10043 s]
/proc/loadavg: 3.93 3.71 3.64 5/194 22426
/proc/meminfo: memFree=18207580/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=5508 CPUtime=3.09 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 1175 0 0 0 309 0 0 0 25 0 1 0 471972240 5640192 1129 33554432000 134512640 136057169 4291763792 18446744073709551615 134813016 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 1377 1129 182 378 0 997 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5508

[startup+6.30084 s]
/proc/loadavg: 3.94 3.71 3.65 5/194 22426
/proc/meminfo: memFree=18206100/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=6188 CPUtime=6.29 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 1363 0 0 0 629 0 0 0 25 0 1 0 471972240 6336512 1317 33554432000 134512640 136057169 4291763792 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 1547 1317 182 378 0 1167 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6188

[startup+12.7007 s]
/proc/loadavg: 3.94 3.72 3.65 5/194 22426
/proc/meminfo: memFree=18204040/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=7212 CPUtime=12.69 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 1579 0 0 0 1269 0 0 0 25 0 1 0 471972240 7385088 1533 33554432000 134512640 136057169 4291763792 18446744073709551615 134618413 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 1803 1533 182 378 0 1423 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7212

[startup+25.5003 s]
/proc/loadavg: 3.95 3.73 3.65 5/194 22427
/proc/meminfo: memFree=18200708/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=8488 CPUtime=25.49 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 1906 0 0 0 2549 0 0 0 25 0 1 0 471972240 8691712 1860 33554432000 134512640 136057169 4291763792 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 2122 1860 182 378 0 1742 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 8488

[startup+51.1007 s]
/proc/loadavg: 3.97 3.75 3.66 5/194 22427
/proc/meminfo: memFree=18184568/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=10244 CPUtime=51.09 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 2291 0 0 0 5109 0 0 0 25 0 1 0 471972240 10489856 2245 33554432000 134512640 136057169 4291763792 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 2561 2245 182 378 0 2181 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 10244

[startup+102.306 s]
/proc/loadavg: 3.98 3.79 3.67 5/194 22429
/proc/meminfo: memFree=18173264/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=12132 CPUtime=102.3 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 2744 0 0 0 10230 0 0 0 25 0 1 0 471972240 12423168 2698 33554432000 134512640 136057169 4291763792 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 3033 2698 182 378 0 2653 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 12132

[startup+162.3 s]
/proc/loadavg: 4.03 3.84 3.70 5/194 22430
/proc/meminfo: memFree=18158616/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=14204 CPUtime=162.29 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 3215 0 0 0 16229 0 0 0 25 0 1 0 471972240 14544896 3169 33554432000 134512640 136057169 4291763792 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 3551 3169 182 378 0 3171 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 14204

[startup+222.301 s]
/proc/loadavg: 4.01 3.86 3.71 5/194 22432
/proc/meminfo: memFree=18144448/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=15520 CPUtime=222.29 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 3525 0 0 0 22229 0 0 0 25 0 1 0 471972240 15892480 3479 33554432000 134512640 136057169 4291763792 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 3880 3479 182 378 0 3500 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 15520

[startup+282.301 s]
/proc/loadavg: 4.04 3.90 3.73 5/194 22433
/proc/meminfo: memFree=18138596/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=16284 CPUtime=282.28 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 3733 0 0 0 28228 0 0 0 25 0 1 0 471972240 16674816 3687 33554432000 134512640 136057169 4291763792 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 4071 3687 182 378 0 3691 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 16284

[startup+342.301 s]
/proc/loadavg: 4.01 3.92 3.75 5/194 22435
/proc/meminfo: memFree=18135356/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=17336 CPUtime=342.28 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 3961 0 0 0 34228 0 0 0 25 0 1 0 471972240 17752064 3915 33554432000 134512640 136057169 4291763792 18446744073709551615 134823755 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 4334 3915 182 378 0 3954 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 17336

[startup+402.301 s]
/proc/loadavg: 4.00 3.93 3.76 5/194 22437
/proc/meminfo: memFree=18119836/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=17984 CPUtime=402.28 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 4121 0 0 0 40228 0 0 0 25 0 1 0 471972240 18415616 4034 33554432000 134512640 136057169 4291763792 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 4496 4034 182 378 0 4116 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 17984

[startup+462.301 s]
/proc/loadavg: 4.22 4.00 3.79 5/194 22438
/proc/meminfo: memFree=18109152/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=18460 CPUtime=462.28 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 4254 0 0 0 46228 0 0 0 25 0 1 0 471972240 18903040 4167 33554432000 134512640 136057169 4291763792 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 4615 4167 182 378 0 4235 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 18460

[startup+522.301 s]
/proc/loadavg: 4.14 4.01 3.81 5/194 22440
/proc/meminfo: memFree=18101180/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=19456 CPUtime=522.28 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 4450 0 0 0 52228 0 0 0 25 0 1 0 471972240 19922944 4363 33554432000 134512640 136057169 4291763792 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 4864 4363 182 378 0 4484 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 19456

[startup+582.301 s]
/proc/loadavg: 4.05 4.01 3.82 5/194 22441
/proc/meminfo: memFree=18092612/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=19720 CPUtime=582.28 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 4530 0 0 0 58228 0 0 0 25 0 1 0 471972240 20193280 4443 33554432000 134512640 136057169 4291763792 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 4930 4443 182 378 0 4550 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 19720

[startup+642.3 s]
/proc/loadavg: 4.08 4.02 3.83 5/194 22443
/proc/meminfo: memFree=18089240/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=20312 CPUtime=642.28 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 4716 0 0 0 64228 0 0 0 25 0 1 0 471972240 20799488 4579 33554432000 134512640 136057169 4291763792 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 5078 4579 182 378 0 4698 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 20312

[startup+702.3 s]
/proc/loadavg: 4.08 4.03 3.84 5/194 22472
/proc/meminfo: memFree=18095196/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=21308 CPUtime=702.28 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 4940 0 0 0 70228 0 0 0 25 0 1 0 471972240 21819392 4803 33554432000 134512640 136057169 4291763792 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 5327 4803 182 378 0 4947 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 21308

[startup+762.307 s]
/proc/loadavg: 4.03 4.02 3.85 5/194 22473
/proc/meminfo: memFree=18091708/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=21020 CPUtime=762.28 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 4975 0 0 0 76228 0 0 0 25 0 1 0 471972240 21524480 4766 33554432000 134512640 136057169 4291763792 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 5255 4766 182 378 0 4875 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 21020

[startup+822.3 s]
/proc/loadavg: 4.06 4.03 3.86 5/194 22475
/proc/meminfo: memFree=18085612/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=20948 CPUtime=822.28 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 5024 0 0 0 82228 0 0 0 25 0 1 0 471972240 21450752 4743 33554432000 134512640 136057169 4291763792 18446744073709551615 134618473 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 5237 4743 182 378 0 4857 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 20948

[startup+882.301 s]
/proc/loadavg: 4.02 4.02 3.86 5/194 22476
/proc/meminfo: memFree=18081864/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=20804 CPUtime=882.28 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 5037 0 0 0 88228 0 0 0 25 0 1 0 471972240 21303296 4731 33554432000 134512640 136057169 4291763792 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 5201 4731 182 378 0 4821 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 20804

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

[startup+883.1 s]
/proc/loadavg: 4.02 4.02 3.86 5/194 22476
/proc/meminfo: memFree=18081864/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=20804 CPUtime=883.08 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 5037 0 0 0 88308 0 0 0 25 0 1 0 471972240 21303296 4731 33554432000 134512640 136057169 4291763792 18446744073709551615 134824384 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 5201 4731 182 378 0 4821 0
Current children cumulated CPU time (s) 883.08
Current children cumulated vsize (KiB) 20804

[startup+889.5 s]
/proc/loadavg: 4.09 4.04 3.87 5/194 22477
/proc/meminfo: memFree=18081852/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=20660 CPUtime=889.48 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 5037 0 0 0 88948 0 0 0 25 0 1 0 471972240 21155840 4698 33554432000 134512640 136057169 4291763792 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 5165 4698 182 378 0 4785 0
Current children cumulated CPU time (s) 889.48
Current children cumulated vsize (KiB) 20660

[startup+895.901 s]
/proc/loadavg: 4.08 4.04 3.87 5/194 22477
/proc/meminfo: memFree=18081728/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=20516 CPUtime=895.88 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 5037 0 0 0 89588 0 0 0 25 0 1 0 471972240 21008384 4664 33554432000 134512640 136057169 4291763792 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 5129 4664 182 378 0 4749 0
Current children cumulated CPU time (s) 895.88
Current children cumulated vsize (KiB) 20516

[startup+897.501 s]
/proc/loadavg: 4.08 4.04 3.87 5/194 22477
/proc/meminfo: memFree=18081852/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=20372 CPUtime=897.48 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 5037 0 0 0 89748 0 0 0 25 0 1 0 471972240 20860928 4631 33554432000 134512640 136057169 4291763792 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 5093 4631 182 378 0 4713 0
Current children cumulated CPU time (s) 897.48
Current children cumulated vsize (KiB) 20372

[startup+898.301 s]
/proc/loadavg: 4.08 4.04 3.87 5/194 22477
/proc/meminfo: memFree=18081852/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=20372 CPUtime=898.28 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 5037 0 0 0 89828 0 0 0 25 0 1 0 471972240 20860928 4631 33554432000 134512640 136057169 4291763792 18446744073709551615 134618250 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 5093 4631 182 378 0 4713 0
Current children cumulated CPU time (s) 898.28
Current children cumulated vsize (KiB) 20372

[startup+898.707 s]
/proc/loadavg: 4.08 4.04 3.87 5/194 22477
/proc/meminfo: memFree=18081852/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=20372 CPUtime=898.68 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 5037 0 0 0 89868 0 0 0 25 0 1 0 471972240 20860928 4631 33554432000 134512640 136057169 4291763792 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 5093 4631 182 378 0 4713 0
Current children cumulated CPU time (s) 898.68
Current children cumulated vsize (KiB) 20372

[startup+899.1 s]
/proc/loadavg: 4.08 4.04 3.87 5/194 22477
/proc/meminfo: memFree=18081852/32951124 swapFree=67111528/67111528
[pid=22425] ppid=22423 vsize=20372 CPUtime=899.08 cores=5,7
/proc/22425/stat : 22425 (clasp) R 22423 22425 21970 0 -1 4202496 5037 0 0 0 89908 0 0 0 25 0 1 0 471972240 20860928 4631 33554432000 134512640 136057169 4291763792 18446744073709551615 134618485 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22425/statm: 5093 4631 182 378 0 4713 0
Current children cumulated CPU time (s) 899.08
Current children cumulated vsize (KiB) 20372

Child status: 20
Real time (s): 899.182
CPU time (s): 899.169
CPU user time (s): 899.16
CPU system time (s): 0.008998
CPU usage (%): 99.9986
Max. virtual memory (cumulated for all children) (KiB): 21308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 899.16
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= 5042
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= 4
involuntary context switches= 11691

runsolver used 1.41478 second user time and 3.49347 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-24 02:09:04
IDJOB=3274527
IDBENCH=83311
IDSOLVER=1674
FILE ID=node133/3274527-1303603744
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/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-22_445.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-3274527-1303603744/watcher-3274527-1303603744 -o /tmp/evaluation-result-3274527-1303603744/solver-3274527-1303603744 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3274527-1303603744.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 4f7ff14ba0d33c4cf7de4e3c004f2f79
RANDOM SEED=1461832712

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:      18212076 kB
Buffers:       2163664 kB
Cached:       11824592 kB
SwapCached:          0 kB
Active:        8507548 kB
Inactive:      5673040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18212076 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4900 kB
Writeback:           0 kB
AnonPages:      191904 kB
Mapped:          17248 kB
Slab:           495644 kB
PageTables:       5556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   380100 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= 71616 MiB
End job on node133 at 2011-04-24 02:24:03