Trace number 3275008

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.09 4999.92

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2100c215164g9.cnf
MD5SUMe033e9c916da557514299cce9ca2468f
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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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-3275008-1303635252/watcher-3275008-1303635252 -o /tmp/evaluation-result-3275008-1303635252/solver-3275008-1303635252 -C 5000 -W 5000 -M 15500 HOME/clasp --file=HOME/instance-3275008-1303635252.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): 5000 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.00 0.00 0.00 2/177 28753
/proc/meminfo: memFree=14275768/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=2592 CPUtime=0 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 416 0 0 0 0 0 0 0 21 0 1 0 553755897 2654208 370 33554432000 134512640 136057169 4288421680 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 648 370 145 378 0 268 0

[startup+0.0914229 s]
/proc/loadavg: 0.00 0.00 0.00 2/177 28753
/proc/meminfo: memFree=14275768/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=12996 CPUtime=0.08 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 3753 0 0 0 8 0 0 0 21 0 1 0 553755897 13307904 2821 33554432000 134512640 136057169 4288421680 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 3249 2821 166 378 0 2869 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12996

[startup+0.100416 s]
/proc/loadavg: 0.00 0.00 0.00 2/177 28753
/proc/meminfo: memFree=14275768/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=12996 CPUtime=0.09 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 3753 0 0 0 9 0 0 0 21 0 1 0 553755897 13307904 2821 33554432000 134512640 136057169 4288421680 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 3249 2821 166 378 0 2869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12996

[startup+0.300399 s]
/proc/loadavg: 0.00 0.00 0.00 2/177 28753
/proc/meminfo: memFree=14275768/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=12996 CPUtime=0.29 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 3753 0 0 0 29 0 0 0 22 0 1 0 553755897 13307904 2821 33554432000 134512640 136057169 4288421680 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 3249 2821 166 378 0 2869 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12996

[startup+0.700312 s]
/proc/loadavg: 0.00 0.00 0.00 2/177 28753
/proc/meminfo: memFree=14275768/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=12996 CPUtime=0.69 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 3755 0 0 0 69 0 0 0 24 0 1 0 553755897 13307904 2823 33554432000 134512640 136057169 4288421680 18446744073709551615 134771616 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 3249 2823 168 378 0 2869 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12996

[startup+1.50115 s]
/proc/loadavg: 0.00 0.00 0.00 3/178 28755
/proc/meminfo: memFree=14260516/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=13608 CPUtime=1.49 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 4533 0 0 0 149 0 0 0 25 0 1 0 553755897 13934592 3179 33554432000 134512640 136057169 4288421680 18446744073709551615 134820241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 3402 3179 182 378 0 3022 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13608

[startup+3.10087 s]
/proc/loadavg: 0.16 0.03 0.01 3/178 28755
/proc/meminfo: memFree=14258604/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=15816 CPUtime=3.09 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 5068 0 0 0 309 0 0 0 25 0 1 0 553755897 16195584 3714 33554432000 134512640 136057169 4288421680 18446744073709551615 134823447 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 3954 3714 182 378 0 3574 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15816

[startup+6.30027 s]
/proc/loadavg: 0.16 0.03 0.01 3/178 28755
/proc/meminfo: memFree=14245468/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=28728 CPUtime=6.29 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 8289 0 0 0 628 1 0 0 25 0 1 0 553755897 29417472 6935 33554432000 134512640 136057169 4288421680 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 7182 6935 182 378 0 6802 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28728

[startup+12.7011 s]
/proc/loadavg: 0.44 0.10 0.03 3/178 28755
/proc/meminfo: memFree=14228252/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=40448 CPUtime=12.69 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 11226 0 0 0 1268 1 0 0 25 0 1 0 553755897 41418752 9872 33554432000 134512640 136057169 4288421680 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 10112 9872 182 378 0 9732 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40448

[startup+25.5007 s]
/proc/loadavg: 0.68 0.16 0.05 3/178 28755
/proc/meminfo: memFree=14220636/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=45176 CPUtime=25.5 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 12401 0 0 0 2548 2 0 0 25 0 1 0 553755897 46260224 11047 33554432000 134512640 136057169 4288421680 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 11294 11047 182 378 0 10914 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 45176

[startup+51.1009 s]
/proc/loadavg: 1.13 0.31 0.10 3/178 28756
/proc/meminfo: memFree=14211872/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=51008 CPUtime=51.1 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 13847 0 0 0 5108 2 0 0 25 0 1 0 553755897 52232192 12493 33554432000 134512640 136057169 4288421680 18446744073709551615 134618283 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 12752 12493 182 378 0 12372 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 51008

[startup+102.306 s]
/proc/loadavg: 1.65 0.59 0.21 3/178 28757
/proc/meminfo: memFree=14193136/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=64312 CPUtime=102.3 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 17073 0 0 0 10228 2 0 0 25 0 1 0 553755897 65855488 15719 33554432000 134512640 136057169 4288421680 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 16078 15719 182 378 0 15698 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 64312

[startup+162.3 s]
/proc/loadavg: 1.87 0.84 0.32 3/178 28759
/proc/meminfo: memFree=14176004/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=79916 CPUtime=162.29 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 20923 0 0 0 16226 3 0 0 25 0 1 0 553755897 81833984 19569 33554432000 134512640 136057169 4288421680 18446744073709551615 134823941 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 19979 19569 182 378 0 19599 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 79916

[startup+222.301 s]
/proc/loadavg: 1.95 1.05 0.42 3/178 28760
/proc/meminfo: memFree=14165568/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=85788 CPUtime=222.3 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 22413 0 0 0 22226 4 0 0 25 0 1 0 553755897 87846912 21059 33554432000 134512640 136057169 4288421680 18446744073709551615 134819216 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 21447 21059 182 378 0 21067 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 85788

[startup+282.301 s]
/proc/loadavg: 1.98 1.22 0.52 3/178 28762
/proc/meminfo: memFree=14158856/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=90796 CPUtime=282.3 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 23619 0 0 0 28226 4 0 0 25 0 1 0 553755897 92975104 22265 33554432000 134512640 136057169 4288421680 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 22699 22265 182 378 0 22319 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 90796

[startup+342.301 s]
/proc/loadavg: 2.03 1.37 0.61 3/178 28764
/proc/meminfo: memFree=14155484/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=91644 CPUtime=342.3 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 23891 0 0 0 34226 4 0 0 25 0 1 0 553755897 93843456 22401 33554432000 134512640 136057169 4288421680 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 22911 22401 182 378 0 22531 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 91644

[startup+402.301 s]
/proc/loadavg: 2.01 1.48 0.70 3/178 28765
/proc/meminfo: memFree=14150000/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=96128 CPUtime=402.3 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 24958 0 0 0 40226 4 0 0 25 0 1 0 553755897 98435072 23468 33554432000 134512640 136057169 4288421680 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 24032 23468 182 378 0 23652 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 96128

[startup+462.3 s]
/proc/loadavg: 2.00 1.58 0.77 3/178 28776
/proc/meminfo: memFree=14143252/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=100200 CPUtime=462.3 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 25968 0 0 0 46226 4 0 0 25 0 1 0 553755897 102604800 24478 33554432000 134512640 136057169 4288421680 18446744073709551615 134823417 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 25050 24478 182 378 0 24670 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 100200

[startup+522.3 s]
/proc/loadavg: 2.00 1.64 0.84 3/178 28777
/proc/meminfo: memFree=14136788/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=103684 CPUtime=522.3 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 26778 0 0 0 52226 4 0 0 25 0 1 0 553755897 106172416 25288 33554432000 134512640 136057169 4288421680 18446744073709551615 134618185 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 25921 25288 182 378 0 25541 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 103684

[startup+582.301 s]
/proc/loadavg: 2.05 1.73 0.92 3/178 28779
/proc/meminfo: memFree=14134548/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=104848 CPUtime=582.32 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 27079 0 0 0 58227 5 0 0 25 0 1 0 553755897 107364352 25589 33554432000 134512640 136057169 4288421680 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 26212 25589 182 378 0 25832 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 104848

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 28884
/proc/meminfo: memFree=13979116/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=238352 CPUtime=4062.44 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 59522 0 0 0 406231 13 0 0 25 0 1 0 553755897 244072448 57328 33554432000 134512640 136057169 4288421680 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 59588 57328 182 378 0 59208 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 238352

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 28885
/proc/meminfo: memFree=13978960/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=238352 CPUtime=4122.43 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 59534 0 0 0 412230 13 0 0 25 0 1 0 553755897 244072448 57340 33554432000 134512640 136057169 4288421680 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 59588 57340 182 378 0 59208 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 238352

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 28887
/proc/meminfo: memFree=13977452/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=239876 CPUtime=4182.44 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 59911 0 0 0 418231 13 0 0 25 0 1 0 553755897 245633024 57717 33554432000 134512640 136057169 4288421680 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 59969 57717 182 378 0 59589 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 239876

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 28889
/proc/meminfo: memFree=13977060/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=240620 CPUtime=4242.44 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 60057 0 0 0 424231 13 0 0 25 0 1 0 553755897 246394880 57863 33554432000 134512640 136057169 4288421680 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 60155 57863 182 378 0 59775 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 240620

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 28890
/proc/meminfo: memFree=13976920/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=240620 CPUtime=4302.44 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 60082 0 0 0 430231 13 0 0 25 0 1 0 553755897 246394880 57888 33554432000 134512640 136057169 4288421680 18446744073709551615 134823489 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 60155 57888 182 378 0 59775 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 240620

[startup+4362.3 s]
/proc/loadavg: 2.03 2.01 1.92 3/178 28892
/proc/meminfo: memFree=13976032/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=241516 CPUtime=4362.44 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 60285 0 0 0 436231 13 0 0 25 0 1 0 553755897 247312384 58091 33554432000 134512640 136057169 4288421680 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 60379 58091 182 378 0 59999 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 241516

[startup+4422.3 s]
/proc/loadavg: 2.01 2.01 1.92 3/178 28893
/proc/meminfo: memFree=13975768/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=241940 CPUtime=4422.44 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 60370 0 0 0 442231 13 0 0 25 0 1 0 553755897 247746560 58176 33554432000 134512640 136057169 4288421680 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 60485 58176 182 378 0 60105 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 241940

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 28895
/proc/meminfo: memFree=13974756/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=242900 CPUtime=4482.44 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 60574 0 0 0 448231 13 0 0 25 0 1 0 553755897 248729600 58380 33554432000 134512640 136057169 4288421680 18446744073709551615 134823680 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 60725 58380 182 378 0 60345 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 242900

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 28924
/proc/meminfo: memFree=13963280/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=244584 CPUtime=4542.45 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 60939 0 0 0 454232 13 0 0 25 0 1 0 553755897 250454016 58745 33554432000 134512640 136057169 4288421680 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 61146 58745 182 378 0 60766 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 244584

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 28925
/proc/meminfo: memFree=13950216/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=244584 CPUtime=4602.45 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 60946 0 0 0 460232 13 0 0 25 0 1 0 553755897 250454016 58752 33554432000 134512640 136057169 4288421680 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 61146 58752 182 378 0 60766 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 244584

[startup+4662.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/178 28927
/proc/meminfo: memFree=13930736/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=244584 CPUtime=4662.45 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 60951 0 0 0 466232 13 0 0 25 0 1 0 553755897 250454016 58757 33554432000 134512640 136057169 4288421680 18446744073709551615 134823944 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 61146 58757 182 378 0 60766 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 244584

[startup+4722.31 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 28928
/proc/meminfo: memFree=13909360/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=245116 CPUtime=4722.46 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 61073 0 0 0 472233 13 0 0 25 0 1 0 553755897 250998784 58879 33554432000 134512640 136057169 4288421680 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 61279 58879 182 378 0 60899 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 245116

[startup+4782.3 s]
/proc/loadavg: 2.04 2.02 1.94 3/178 28930
/proc/meminfo: memFree=13899672/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=245116 CPUtime=4782.45 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 61082 0 0 0 478232 13 0 0 25 0 1 0 553755897 250998784 58888 33554432000 134512640 136057169 4288421680 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 61279 58888 182 378 0 60899 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 245116

[startup+4842.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 28932
/proc/meminfo: memFree=13899396/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=245116 CPUtime=4842.46 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 61082 0 0 0 484233 13 0 0 25 0 1 0 553755897 250998784 58888 33554432000 134512640 136057169 4288421680 18446744073709551615 134618144 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 61279 58888 182 378 0 60899 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 245116

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 28933
/proc/meminfo: memFree=13895264/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=245436 CPUtime=4902.46 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 61164 0 0 0 490233 13 0 0 25 0 1 0 553755897 251326464 58970 33554432000 134512640 136057169 4288421680 18446744073709551615 134618380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 61359 58970 182 378 0 60979 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 245436

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 28935
/proc/meminfo: memFree=13882092/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=245756 CPUtime=4962.46 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 61227 0 0 0 496233 13 0 0 25 0 1 0 553755897 251654144 59033 33554432000 134512640 136057169 4288421680 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 61439 59033 182 378 0 61059 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 245756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 28936
/proc/meminfo: memFree=13881092/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=245972 CPUtime=5000.07 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 61281 0 0 0 499994 13 0 0 25 0 1 0 553755897 251875328 59087 33554432000 134512640 136057169 4288421680 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 61493 59087 182 378 0 61113 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 245972

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 28936
/proc/meminfo: memFree=13881092/32950928 swapFree=67111528/67111528
[pid=28753] ppid=28751 vsize=245972 CPUtime=5000.07 cores=1,3,5,7
/proc/28753/stat : 28753 (clasp) R 28751 28753 28715 0 -1 4202496 61281 0 0 0 499994 13 0 0 25 0 1 0 553755897 251875328 59087 33554432000 134512640 136057169 4288421680 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/28753/statm: 61493 59087 182 378 0 61113 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 245972

Child status: 0
Real time (s): 4999.92
CPU time (s): 5000.09
CPU user time (s): 4999.94
CPU system time (s): 0.145977
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 245972

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

runsolver used 8.19375 second user time and 17.5713 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-24 10:54:12
IDJOB=3275008
IDBENCH=71294
IDSOLVER=1677
FILE ID=node113/3275008-1303635252
RUNJOBID= node113-1303635251-28734
PBS_JOBID= 13150735
Free space on /tmp= 71140 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v2100c215164g9.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-3275008-1303635252/watcher-3275008-1303635252 -o /tmp/evaluation-result-3275008-1303635252/solver-3275008-1303635252 -C 5000 -W 5000 -M 15500  HOME/clasp --file=HOME/instance-3275008-1303635252.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= e033e9c916da557514299cce9ca2468f
RANDOM SEED=461028599

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14276296 kB
Buffers:       1844264 kB
Cached:       16176160 kB
SwapCached:          0 kB
Active:       10350896 kB
Inactive:      7736848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14276296 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            7024 kB
Writeback:           0 kB
AnonPages:       67136 kB
Mapped:          15552 kB
Slab:           523432 kB
PageTables:       4172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   209996 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= 71136 MiB
End job on node113 at 2011-04-24 12:17:34