Trace number 3275433

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.06 4999.93

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-14x38.cnf
MD5SUM56980124bab6f1dbe07ec523b7d59019
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 variables2128
Number of clauses259616
Sum of the clauses size1032080
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23192
Number of clauses of size 30
Number of clauses of size 4256424
Number of clauses of size 50
Number of clauses of size over 50

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

running on 4 cores: 1,3,5,7

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.92 1.34 1.70 3/177 29772
/proc/meminfo: memFree=15614916/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=2460 CPUtime=0 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 388 0 0 0 0 0 0 0 25 0 1 0 476624896 2519040 343 33554432000 134512640 136057169 4291285136 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 615 343 145 378 0 235 0

[startup+0.0562329 s]
/proc/loadavg: 0.92 1.34 1.70 3/177 29772
/proc/meminfo: memFree=15614916/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=7628 CPUtime=0.05 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 1944 0 0 0 5 0 0 0 25 0 1 0 476624896 7811072 1570 33554432000 134512640 136057169 4291285136 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 1907 1572 145 378 0 1527 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7628

[startup+0.100225 s]
/proc/loadavg: 0.92 1.34 1.70 3/177 29772
/proc/meminfo: memFree=15614916/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=12004 CPUtime=0.09 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 3291 0 0 0 9 0 0 0 25 0 1 0 476624896 12292096 2698 33554432000 134512640 136057169 4291285136 18446744073709551615 134772705 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 3001 2699 163 378 0 2621 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12004

[startup+0.300184 s]
/proc/loadavg: 0.92 1.34 1.70 3/177 29772
/proc/meminfo: memFree=15614916/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=20088 CPUtime=0.29 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 5606 0 0 0 29 0 0 0 25 0 1 0 476624896 20570112 4674 33554432000 134512640 136057169 4291285136 18446744073709551615 134774499 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 5022 4674 166 378 0 4642 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20088

[startup+0.700113 s]
/proc/loadavg: 0.92 1.34 1.70 3/177 29772
/proc/meminfo: memFree=15614916/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=20088 CPUtime=0.69 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 5606 0 0 0 69 0 0 0 25 0 1 0 476624896 20570112 4674 33554432000 134512640 136057169 4291285136 18446744073709551615 134774372 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 5022 4674 166 378 0 4642 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20088

[startup+1.50097 s]
/proc/loadavg: 1.01 1.35 1.70 3/178 29773
/proc/meminfo: memFree=15588992/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=20088 CPUtime=1.49 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 5606 0 0 0 149 0 0 0 25 0 1 0 476624896 20570112 4674 33554432000 134512640 136057169 4291285136 18446744073709551615 134774640 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 5022 4674 166 378 0 4642 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20088

[startup+3.10069 s]
/proc/loadavg: 1.01 1.35 1.70 3/178 29773
/proc/meminfo: memFree=15586884/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=22596 CPUtime=3.09 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 6235 0 0 0 308 1 0 0 25 0 1 0 476624896 23138304 5303 33554432000 134512640 136057169 4291285136 18446744073709551615 134778122 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 5649 5303 168 378 0 5269 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22596

[startup+6.30012 s]
/proc/loadavg: 1.01 1.35 1.70 3/178 29773
/proc/meminfo: memFree=15573388/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=29596 CPUtime=6.29 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 7991 0 0 0 628 1 0 0 25 0 1 0 476624896 30306304 7059 33554432000 134512640 136057169 4291285136 18446744073709551615 134778133 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 7399 7059 168 378 0 7019 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29596

[startup+12.701 s]
/proc/loadavg: 1.16 1.37 1.71 3/178 29773
/proc/meminfo: memFree=15561988/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=35404 CPUtime=12.69 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 9441 0 0 0 1268 1 0 0 25 0 1 0 476624896 36253696 8509 33554432000 134512640 136057169 4291285136 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 8851 8509 168 378 0 8471 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35404

[startup+25.5007 s]
/proc/loadavg: 1.29 1.39 1.71 3/178 29773
/proc/meminfo: memFree=15516372/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=76116 CPUtime=25.5 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 20403 0 0 0 2547 3 0 0 25 0 1 0 476624896 77942784 18624 33554432000 134512640 136057169 4291285136 18446744073709551615 134823860 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 19029 18624 183 378 0 18649 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 76116

[startup+51.1001 s]
/proc/loadavg: 1.57 1.45 1.72 3/178 29774
/proc/meminfo: memFree=15472380/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=110488 CPUtime=51.1 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 28877 0 0 0 5106 4 0 0 25 0 1 0 476624896 113139712 27098 33554432000 134512640 136057169 4291285136 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 27622 27098 183 378 0 27242 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 110488

[startup+102.306 s]
/proc/loadavg: 1.81 1.53 1.73 3/178 29775
/proc/meminfo: memFree=15441496/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=133424 CPUtime=102.3 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 34514 0 0 0 10226 4 0 0 25 0 1 0 476624896 136626176 32599 33554432000 134512640 136057169 4291285136 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 33356 32599 183 378 0 32976 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 133424

[startup+162.3 s]
/proc/loadavg: 1.93 1.61 1.74 3/178 29777
/proc/meminfo: memFree=15414936/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=152948 CPUtime=162.29 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 39210 0 0 0 16225 4 0 0 25 0 1 0 476624896 156618752 37295 33554432000 134512640 136057169 4291285136 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 38237 37295 183 378 0 37857 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 152948

[startup+222.301 s]
/proc/loadavg: 1.97 1.68 1.75 3/178 29779
/proc/meminfo: memFree=15395324/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=166796 CPUtime=222.3 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 42524 0 0 0 22225 5 0 0 25 0 1 0 476624896 170799104 40609 33554432000 134512640 136057169 4291285136 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 41699 40609 183 378 0 41319 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 166796

[startup+282.301 s]
/proc/loadavg: 1.99 1.74 1.77 3/178 29780
/proc/meminfo: memFree=15383640/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=175560 CPUtime=282.3 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 44680 0 0 0 28225 5 0 0 25 0 1 0 476624896 179773440 42644 33554432000 134512640 136057169 4291285136 18446744073709551615 134618227 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 43890 42644 183 378 0 43510 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 175560

[startup+342.3 s]
/proc/loadavg: 2.07 1.80 1.78 3/178 29782
/proc/meminfo: memFree=15360060/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=189656 CPUtime=342.3 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 48150 0 0 0 34225 5 0 0 25 0 1 0 476624896 194207744 45911 33554432000 134512640 136057169 4291285136 18446744073709551615 134613098 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 47414 45911 183 378 0 47034 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 189656

[startup+402.301 s]
/proc/loadavg: 2.07 1.85 1.80 3/178 29783
/proc/meminfo: memFree=15346516/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=201516 CPUtime=402.3 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 50958 0 0 0 40224 6 0 0 25 0 1 0 476624896 206352384 48719 33554432000 134512640 136057169 4291285136 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 50379 48719 183 378 0 49999 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 201516

[startup+462.301 s]
/proc/loadavg: 2.02 1.87 1.81 3/178 29785
/proc/meminfo: memFree=15338188/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=208532 CPUtime=462.3 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 52718 0 0 0 46224 6 0 0 25 0 1 0 476624896 213536768 50257 33554432000 134512640 136057169 4291285136 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 52133 50257 183 378 0 51753 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 208532

[startup+522.3 s]
/proc/loadavg: 2.01 1.89 1.82 3/178 29787
/proc/meminfo: memFree=15321296/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=221432 CPUtime=522.3 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 55896 0 0 0 52224 6 0 0 25 0 1 0 476624896 226746368 53435 33554432000 134512640 136057169 4291285136 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 55358 53435 183 378 0 54978 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 221432

[startup+582.3 s]
/proc/loadavg: 2.00 1.91 1.83 3/178 29788
/proc/meminfo: memFree=15308380/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=232684 CPUtime=582.31 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 58412 0 0 0 58224 7 0 0 25 0 1 0 476624896 238268416 55951 33554432000 134512640 136057169 4291285136 18446744073709551615 134618392 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 58171 55951 183 378 0 57791 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 232684

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 29893
/proc/meminfo: memFree=15048612/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=425212 CPUtime=4062.41 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 107769 0 0 0 406224 17 0 0 25 0 1 0 476624896 435417088 99698 33554432000 134512640 136057169 4291285136 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 106303 99698 183 378 0 105923 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 425212

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 29895
/proc/meminfo: memFree=15047456/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=425936 CPUtime=4122.4 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 107905 0 0 0 412223 17 0 0 25 0 1 0 476624896 436158464 99834 33554432000 134512640 136057169 4291285136 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 106484 99834 183 378 0 106104 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 425936

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 29896
/proc/meminfo: memFree=15046068/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=427340 CPUtime=4182.4 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 108379 0 0 0 418223 17 0 0 25 0 1 0 476624896 437596160 100127 33554432000 134512640 136057169 4291285136 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 106835 100127 183 378 0 106455 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 427340

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/178 29898
/proc/meminfo: memFree=15045672/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=427700 CPUtime=4242.4 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 108649 0 0 0 424223 17 0 0 25 0 1 0 476624896 437964800 100216 33554432000 134512640 136057169 4291285136 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 106925 100216 183 378 0 106545 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 427700

[startup+4302.3 s]
/proc/loadavg: 2.10 2.03 1.98 3/178 29899
/proc/meminfo: memFree=15043292/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=430108 CPUtime=4302.4 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 109251 0 0 0 430223 17 0 0 25 0 1 0 476624896 440430592 100818 33554432000 134512640 136057169 4291285136 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 107527 100818 183 378 0 107147 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 430108

[startup+4362.3 s]
/proc/loadavg: 2.03 2.02 1.98 3/178 29901
/proc/meminfo: memFree=15043260/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=430108 CPUtime=4362.4 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 109261 0 0 0 436223 17 0 0 25 0 1 0 476624896 440430592 100828 33554432000 134512640 136057169 4291285136 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 107527 100828 183 378 0 107147 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 430108

[startup+4422.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/178 29903
/proc/meminfo: memFree=15042120/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=431008 CPUtime=4422.4 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 109887 0 0 0 442223 17 0 0 25 0 1 0 476624896 441352192 101002 33554432000 134512640 136057169 4291285136 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 107752 101002 183 378 0 107372 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 431008

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/178 29904
/proc/meminfo: memFree=15041232/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=431008 CPUtime=4482.41 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 109890 0 0 0 448224 17 0 0 25 0 1 0 476624896 441352192 101005 33554432000 134512640 136057169 4291285136 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 107752 101005 183 378 0 107372 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 431008

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 29906
/proc/meminfo: memFree=15041204/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=431008 CPUtime=4542.41 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 109890 0 0 0 454224 17 0 0 25 0 1 0 476624896 441352192 101005 33554432000 134512640 136057169 4291285136 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 107752 101005 183 378 0 107372 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 431008

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 29907
/proc/meminfo: memFree=15039560/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=431368 CPUtime=4602.41 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 110133 0 0 0 460224 17 0 0 25 0 1 0 476624896 441720832 101067 33554432000 134512640 136057169 4291285136 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 107842 101067 183 378 0 107462 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 431368

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 29909
/proc/meminfo: memFree=15039412/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=431848 CPUtime=4662.41 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 110244 0 0 0 466224 17 0 0 25 0 1 0 476624896 442212352 101178 33554432000 134512640 136057169 4291285136 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 107962 101178 183 378 0 107582 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 431848

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 29911
/proc/meminfo: memFree=15039008/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=432572 CPUtime=4722.42 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 110406 0 0 0 472225 17 0 0 25 0 1 0 476624896 442953728 101340 33554432000 134512640 136057169 4291285136 18446744073709551615 134618245 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 108143 101340 183 378 0 107763 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 432572

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 29912
/proc/meminfo: memFree=15038616/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=432572 CPUtime=4782.41 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 110406 0 0 0 478224 17 0 0 25 0 1 0 476624896 442953728 101340 33554432000 134512640 136057169 4291285136 18446744073709551615 134615576 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 108143 101340 183 378 0 107763 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 432572

[startup+4842.3 s]
/proc/loadavg: 2.05 2.01 1.98 3/178 29914
/proc/meminfo: memFree=15036980/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=434252 CPUtime=4842.42 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 111042 0 0 0 484224 18 0 0 25 0 1 0 476624896 444674048 101614 33554432000 134512640 136057169 4291285136 18446744073709551615 134813083 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 108563 101614 183 378 0 108183 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 434252

[startup+4902.3 s]
/proc/loadavg: 2.05 2.02 1.99 3/178 29915
/proc/meminfo: memFree=15032616/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=435456 CPUtime=4902.42 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 111295 0 0 0 490224 18 0 0 25 0 1 0 476624896 445906944 101867 33554432000 134512640 136057169 4291285136 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 108864 101867 183 378 0 108484 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 435456

[startup+4962.3 s]
/proc/loadavg: 2.02 2.02 1.99 3/178 29917
/proc/meminfo: memFree=15031096/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=435456 CPUtime=4962.42 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 111295 0 0 0 496224 18 0 0 25 0 1 0 476624896 445906944 101867 33554432000 134512640 136057169 4291285136 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 108864 101867 183 378 0 108484 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 435456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.93 2.00 1.98 2/176 29919
/proc/meminfo: memFree=15210888/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=435456 CPUtime=5000.03 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 111300 0 0 0 499985 18 0 0 25 0 1 0 476624896 445906944 101872 33554432000 134512640 136057169 4291285136 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 108864 101872 183 378 0 108484 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 435456

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: 1.93 2.00 1.98 2/176 29919
/proc/meminfo: memFree=15210888/32950928 swapFree=67111528/67111528
[pid=29772] ppid=29770 vsize=435456 CPUtime=5000.03 cores=1,3,5,7
/proc/29772/stat : 29772 (clasp) R 29770 29772 29024 0 -1 4202496 111300 0 0 0 499985 18 0 0 25 0 1 0 476624896 445906944 101872 33554432000 134512640 136057169 4291285136 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/29772/statm: 108864 101872 183 378 0 108484 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 435456

Child status: 0
Real time (s): 4999.93
CPU time (s): 5000.06
CPU user time (s): 4999.86
CPU system time (s): 0.200969
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 435456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.86
system time used= 0.200969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111302
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= 3
involuntary context switches= 6556

runsolver used 6.78197 second user time and 15.9936 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-24 15:04:21
IDJOB=3275433
IDBENCH=83180
IDSOLVER=1677
FILE ID=node122/3275433-1303650261
RUNJOBID= node122-1303650260-29726
PBS_JOBID= 13150726
Free space on /tmp= 70900 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-14x38.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-3275433-1303650261/watcher-3275433-1303650261 -o /tmp/evaluation-result-3275433-1303650261/solver-3275433-1303650261 -C 5000 -W 5100 -M 15500  HOME/clasp --file=HOME/instance-3275433-1303650261.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 56980124bab6f1dbe07ec523b7d59019
RANDOM SEED=1465598855

node122.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.820
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.64
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.820
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.820
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.820
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.83
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.820
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15615064 kB
Buffers:       1779136 kB
Cached:       14931924 kB
SwapCached:          0 kB
Active:        5526320 kB
Inactive:     11256540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15615064 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11520 kB
Writeback:           4 kB
AnonPages:       71336 kB
Mapped:          16296 kB
Slab:           488916 kB
PageTables:       4560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   216256 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= 70900 MiB
End job on node122 at 2011-04-24 16:27:43