Trace number 3276148

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) 5000.15 4999.97

General information on the benchmark

NameSAT05/crafted/lynce05/social-golfer-problem/
sgp_5-6-8.shuffled-as.sat05-2669.cnf
MD5SUM4229175ff4382a4625ce92a19d20dde4
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3276.36
Satisfiable
(Un)Satisfiability was proved
Number of variables58560
Number of clauses778800
Sum of the clauses size1766280
Maximum clause length48
Minimum clause length1
Number of clauses of size 196
Number of clauses of size 2599208
Number of clauses of size 3177096
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52400

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-3276148-1303666027/watcher-3276148-1303666027 -o /tmp/evaluation-result-3276148-1303666027/solver-3276148-1303666027 -C 5000 -W 5100 -M 15500 HOME/clasp --file=HOME/instance-3276148-1303666027.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.78 0.98 1.31 2/174 14303
/proc/meminfo: memFree=15263896/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=6296 CPUtime=0 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 1498 0 0 0 0 0 0 0 21 0 1 0 459018363 6447104 1274 33554432000 134512640 136057169 4290936384 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 1574 1278 141 378 0 1194 0

[startup+0.0551709 s]
/proc/loadavg: 0.78 0.98 1.31 2/174 14303
/proc/meminfo: memFree=15263896/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=11824 CPUtime=0.04 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 3049 0 0 0 4 0 0 0 21 0 1 0 459018363 12107776 2598 33554432000 134512640 136057169 4290936384 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 2956 2599 148 378 0 2576 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11824

[startup+0.101157 s]
/proc/loadavg: 0.78 0.98 1.31 2/174 14303
/proc/meminfo: memFree=15263896/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=15792 CPUtime=0.09 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 4282 0 0 0 9 0 0 0 21 0 1 0 459018363 16171008 3628 33554432000 134512640 136057169 4290936384 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 3948 3629 148 378 0 3568 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15792

[startup+0.301124 s]
/proc/loadavg: 0.78 0.98 1.31 2/174 14303
/proc/meminfo: memFree=15263896/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=32372 CPUtime=0.29 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 9654 0 0 0 28 1 0 0 22 0 1 0 459018363 33148928 7783 33554432000 134512640 136057169 4290936384 18446744073709551615 134771931 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 8093 7784 165 378 0 7713 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32372

[startup+0.701051 s]
/proc/loadavg: 0.78 0.98 1.31 2/174 14303
/proc/meminfo: memFree=15263896/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=40900 CPUtime=0.69 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 12715 0 0 0 68 1 0 0 24 0 1 0 459018363 41881600 9745 33554432000 134512640 136057169 4290936384 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 10225 9745 168 378 0 9845 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40900

[startup+1.50086 s]
/proc/loadavg: 0.78 0.98 1.31 3/178 14310
/proc/meminfo: memFree=15180784/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=40900 CPUtime=1.49 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 12715 0 0 0 148 1 0 0 25 0 1 0 459018363 41881600 9745 33554432000 134512640 136057169 4290936384 18446744073709551615 134774352 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 10225 9745 168 378 0 9845 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40900

[startup+3.10056 s]
/proc/loadavg: 0.78 0.98 1.31 3/178 14310
/proc/meminfo: memFree=15129944/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=38720 CPUtime=3.09 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 13992 0 0 0 307 2 0 0 25 0 1 0 459018363 39649280 9388 33554432000 134512640 136057169 4290936384 18446744073709551615 134811580 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 9680 9388 178 378 0 9300 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38720

[startup+6.30098 s]
/proc/loadavg: 1.04 1.03 1.33 3/178 14310
/proc/meminfo: memFree=15131296/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=38720 CPUtime=6.3 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 14010 0 0 0 628 2 0 0 25 0 1 0 459018363 39649280 9406 33554432000 134512640 136057169 4290936384 18446744073709551615 134823886 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 9680 9406 182 378 0 9300 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 38720

[startup+12.7008 s]
/proc/loadavg: 1.11 1.04 1.33 3/178 14310
/proc/meminfo: memFree=15117436/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=56516 CPUtime=12.69 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 18447 0 0 0 1267 2 0 0 25 0 1 0 459018363 57872384 13843 33554432000 134512640 136057169 4290936384 18446744073709551615 134823333 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 14129 13843 182 378 0 13749 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56516

[startup+25.5004 s]
/proc/loadavg: 1.31 1.09 1.34 3/178 14310
/proc/meminfo: memFree=15047172/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=117832 CPUtime=25.49 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 33748 0 0 0 2544 5 0 0 25 0 1 0 459018363 120659968 29144 33554432000 134512640 136057169 4290936384 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 29458 29144 182 378 0 29078 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 117832

[startup+51.1005 s]
/proc/loadavg: 1.54 1.16 1.36 3/178 14311
/proc/meminfo: memFree=14962936/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=201840 CPUtime=51.09 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 54694 0 0 0 5100 9 0 0 25 0 1 0 459018363 206684160 50090 33554432000 134512640 136057169 4290936384 18446744073709551615 134649331 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 50460 50090 182 378 0 50080 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 201840

[startup+102.307 s]
/proc/loadavg: 1.80 1.29 1.39 3/178 14312
/proc/meminfo: memFree=14883184/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=265344 CPUtime=102.3 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 70615 0 0 0 10218 12 0 0 25 0 1 0 459018363 271712256 65875 33554432000 134512640 136057169 4290936384 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 66336 65875 182 378 0 65956 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 265344

[startup+162.3 s]
/proc/loadavg: 1.92 1.42 1.42 3/178 14314
/proc/meminfo: memFree=14772664/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=347936 CPUtime=162.3 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 90763 0 0 0 16214 16 0 0 25 0 1 0 459018363 356286464 86023 33554432000 134512640 136057169 4290936384 18446744073709551615 134615984 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 86984 86023 182 378 0 86604 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 347936

[startup+222.301 s]
/proc/loadavg: 1.97 1.52 1.46 3/178 14316
/proc/meminfo: memFree=14628172/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=451604 CPUtime=222.3 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 116655 0 0 0 22210 20 0 0 25 0 1 0 459018363 462442496 111712 33554432000 134512640 136057169 4290936384 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 112901 111712 182 378 0 112521 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 451604

[startup+282.301 s]
/proc/loadavg: 1.99 1.60 1.49 3/178 14317
/proc/meminfo: memFree=14595388/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=451604 CPUtime=282.3 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 116656 0 0 0 28210 20 0 0 25 0 1 0 459018363 462442496 111713 33554432000 134512640 136057169 4290936384 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 112901 111713 182 378 0 112521 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 451604

[startup+342.3 s]
/proc/loadavg: 1.99 1.67 1.52 3/178 14319
/proc/meminfo: memFree=14474576/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=539944 CPUtime=342.3 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 138592 0 0 0 34206 24 0 0 25 0 1 0 459018363 552902656 133649 33554432000 134512640 136057169 4290936384 18446744073709551615 134823934 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 134986 133649 182 378 0 134606 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 539944

[startup+402.301 s]
/proc/loadavg: 2.04 1.75 1.55 3/178 14320
/proc/meminfo: memFree=14443036/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=539944 CPUtime=402.31 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 138592 0 0 0 40207 24 0 0 25 0 1 0 459018363 552902656 133649 33554432000 134512640 136057169 4290936384 18446744073709551615 134651702 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 134986 133649 182 378 0 134606 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 539944

[startup+462.301 s]
/proc/loadavg: 2.01 1.79 1.57 3/178 14322
/proc/meminfo: memFree=14412116/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=539260 CPUtime=462.31 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 138613 0 0 0 46207 24 0 0 25 0 1 0 459018363 552202240 133517 33554432000 134512640 136057169 4290936384 18446744073709551615 134618368 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 134815 133517 182 378 0 134435 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 539260

[startup+522.3 s]
/proc/loadavg: 2.00 1.83 1.60 3/178 14324
/proc/meminfo: memFree=14397316/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=539260 CPUtime=522.31 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 138613 0 0 0 52207 24 0 0 25 0 1 0 459018363 552202240 133517 33554432000 134512640 136057169 4290936384 18446744073709551615 134616000 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 134815 133517 182 378 0 134435 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 539260

[startup+582.301 s]
/proc/loadavg: 2.00 1.85 1.62 3/178 14325
/proc/meminfo: memFree=14365292/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=539260 CPUtime=582.31 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 138613 0 0 0 58207 24 0 0 25 0 1 0 459018363 552202240 133517 33554432000 134512640 136057169 4290936384 18446744073709551615 134618473 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 134815 133517 182 378 0 134435 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 539260

[startup+642.301 s]

################
# More data... #
################

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14430
/proc/meminfo: memFree=13789864/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=833740 CPUtime=4062.45 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 212997 0 0 0 406202 43 0 0 25 0 1 0 459018363 853749760 206140 33554432000 134512640 136057169 4290936384 18446744073709551615 134618132 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 208435 206140 182 378 0 208055 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 833740

[startup+4122.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/178 14432
/proc/meminfo: memFree=13704656/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=908980 CPUtime=4122.44 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 231784 0 0 0 412197 47 0 0 25 0 1 0 459018363 930795520 224791 33554432000 134512640 136057169 4290936384 18446744073709551615 134809403 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 227245 224791 182 378 0 226865 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 908980

[startup+4182.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 14433
/proc/meminfo: memFree=13678464/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=909704 CPUtime=4182.45 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 231924 0 0 0 418198 47 0 0 25 0 1 0 459018363 931536896 224931 33554432000 134512640 136057169 4290936384 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 227426 224931 182 378 0 227046 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 909704

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14435
/proc/meminfo: memFree=13651404/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=911556 CPUtime=4242.45 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 232305 0 0 0 424198 47 0 0 25 0 1 0 459018363 933433344 225312 33554432000 134512640 136057169 4290936384 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 227889 225312 182 378 0 227509 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 911556

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14436
/proc/meminfo: memFree=13644308/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=915052 CPUtime=4302.45 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 233136 0 0 0 430198 47 0 0 25 0 1 0 459018363 937013248 226143 33554432000 134512640 136057169 4290936384 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 228763 226143 182 378 0 228383 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 915052

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14438
/proc/meminfo: memFree=13560580/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=1000428 CPUtime=4362.45 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 254355 0 0 0 436193 52 0 0 25 0 1 0 459018363 1024438272 247362 33554432000 134512640 136057169 4290936384 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 250107 247362 182 378 0 249727 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 1000428

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14440
/proc/meminfo: memFree=13532156/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=1029284 CPUtime=4422.45 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 262167 0 0 0 442192 53 0 0 25 0 1 0 459018363 1053986816 254159 33554432000 134512640 136057169 4290936384 18446744073709551615 134637484 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 257321 254159 182 378 0 256941 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 1029284

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14441
/proc/meminfo: memFree=13532124/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=1029284 CPUtime=4482.46 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 262168 0 0 0 448193 53 0 0 25 0 1 0 459018363 1053986816 254160 33554432000 134512640 136057169 4290936384 18446744073709551615 134824069 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 257321 254160 182 378 0 256941 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 1029284

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14443
/proc/meminfo: memFree=13392352/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=1171068 CPUtime=4542.45 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 297444 0 0 0 454185 60 0 0 25 0 1 0 459018363 1199173632 289436 33554432000 134512640 136057169 4290936384 18446744073709551615 134616015 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 292767 289436 182 378 0 292387 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 1171068

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14444
/proc/meminfo: memFree=13220088/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=1342172 CPUtime=4602.46 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 340026 0 0 0 460178 68 0 0 25 0 1 0 459018363 1374384128 332018 33554432000 134512640 136057169 4290936384 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 335543 332018 182 378 0 335163 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 1342172

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14446
/proc/meminfo: memFree=13077340/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=1485500 CPUtime=4662.47 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 375864 0 0 0 466172 75 0 0 25 0 1 0 459018363 1521152000 367856 33554432000 134512640 136057169 4290936384 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 371375 367856 182 378 0 370995 0
Current children cumulated CPU time (s) 4662.47
Current children cumulated vsize (KiB) 1485500

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 14448
/proc/meminfo: memFree=13050288/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=1511204 CPUtime=4722.47 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 382328 0 0 0 472171 76 0 0 25 0 1 0 459018363 1547472896 374320 33554432000 134512640 136057169 4290936384 18446744073709551615 134820252 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 377801 374320 182 378 0 377421 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 1511204

[startup+4782.3 s]
/proc/loadavg: 2.05 2.01 1.94 3/178 14449
/proc/meminfo: memFree=13050384/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=1511204 CPUtime=4782.47 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 382329 0 0 0 478170 77 0 0 25 0 1 0 459018363 1547472896 374321 33554432000 134512640 136057169 4290936384 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 377801 374321 182 378 0 377421 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 1511204

[startup+4842.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 14451
/proc/meminfo: memFree=13050348/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=1511204 CPUtime=4842.47 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 382330 0 0 0 484170 77 0 0 25 0 1 0 459018363 1547472896 374322 33554432000 134512640 136057169 4290936384 18446744073709551615 134823417 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 377801 374322 182 378 0 377421 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 1511204

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 14452
/proc/meminfo: memFree=13050436/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=1511204 CPUtime=4902.47 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 382330 0 0 0 490170 77 0 0 25 0 1 0 459018363 1547472896 374322 33554432000 134512640 136057169 4290936384 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 377801 374322 182 378 0 377421 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 1511204

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 14454
/proc/meminfo: memFree=13050288/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=1511204 CPUtime=4962.48 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 382333 0 0 0 496171 77 0 0 25 0 1 0 459018363 1547472896 374325 33554432000 134512640 136057169 4290936384 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 377801 374325 182 378 0 377421 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 1511204



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 14455
/proc/meminfo: memFree=13050016/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=1511204 CPUtime=5000.08 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 382335 0 0 0 499931 77 0 0 25 0 1 0 459018363 1547472896 374327 33554432000 134512640 136057169 4290936384 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 377801 374327 182 378 0 377421 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 1511204

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 14455
/proc/meminfo: memFree=13050016/32951124 swapFree=67111528/67111528
[pid=14303] ppid=14301 vsize=1511204 CPUtime=5000.08 cores=0,2,4,6
/proc/14303/stat : 14303 (clasp) R 14301 14303 14271 0 -1 4202496 382335 0 0 0 499931 77 0 0 25 0 1 0 459018363 1547472896 374327 33554432000 134512640 136057169 4290936384 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14303/statm: 377801 374327 182 378 0 377421 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 1511204

Child status: 0
Real time (s): 4999.97
CPU time (s): 5000.15
CPU user time (s): 4999.32
CPU system time (s): 0.833873
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1511204

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

runsolver used 7.61084 second user time and 15.3577 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-24 19:27:08
IDJOB=3276148
IDBENCH=85640
IDSOLVER=1677
FILE ID=node141/3276148-1303666027
RUNJOBID= node141-1303666027-14289
PBS_JOBID= 13150751
Free space on /tmp= 71504 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT05/crafted/lynce05/social-golfer-problem/sgp_5-6-8.shuffled-as.sat05-2669.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-3276148-1303666027/watcher-3276148-1303666027 -o /tmp/evaluation-result-3276148-1303666027/solver-3276148-1303666027 -C 5000 -W 5100 -M 15500  HOME/clasp --file=HOME/instance-3276148-1303666027.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 4229175ff4382a4625ce92a19d20dde4
RANDOM SEED=447337770

node141.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.806
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.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
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.806
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.806
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:      15264052 kB
Buffers:       1631816 kB
Cached:       15413480 kB
SwapCached:          0 kB
Active:        9608720 kB
Inactive:      7503008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15264052 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           27704 kB
Writeback:           0 kB
AnonPages:       66592 kB
Mapped:          14324 kB
Slab:           510024 kB
PageTables:       4656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187984 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= 71488 MiB
End job on node141 at 2011-04-24 20:50:29