Trace number 3275153

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes7.cnf
MD5SUM6200c727c8a5a324974090a1f9a6d7ab
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.61
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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-3275153-1303640261/watcher-3275153-1303640261 -o /tmp/evaluation-result-3275153-1303640261/solver-3275153-1303640261 -C 5000 -W 5000 -M 15500 HOME/clasp --file=HOME/instance-3275153-1303640261.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): 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: 1.96 2.00 1.93 3/177 32726
/proc/meminfo: memFree=17044336/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=2184 CPUtime=0 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 475625799 2236416 286 33554432000 134512640 136057169 4290765888 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 546 287 145 378 0 166 0

[startup+0.015848 s]
/proc/loadavg: 1.96 2.00 1.93 3/177 32726
/proc/meminfo: memFree=17044336/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=3384 CPUtime=0.01 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 671 0 0 0 1 0 0 0 25 0 1 0 475625799 3465216 584 33554432000 134512640 136057169 4290765888 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 846 585 145 378 0 466 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3384

[startup+0.100879 s]
/proc/loadavg: 1.96 2.00 1.93 3/177 32726
/proc/meminfo: memFree=17044336/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=4820 CPUtime=0.09 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 1039 0 0 0 9 0 0 0 25 0 1 0 475625799 4935680 946 33554432000 134512640 136057169 4290765888 18446744073709551615 134774488 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 1205 946 166 378 0 825 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4820

[startup+0.300843 s]
/proc/loadavg: 1.96 2.00 1.93 3/177 32726
/proc/meminfo: memFree=17044336/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=5256 CPUtime=0.29 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 1293 0 0 0 29 0 0 0 25 0 1 0 475625799 5382144 1080 33554432000 134512640 136057169 4290765888 18446744073709551615 134612873 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 1314 1080 183 378 0 934 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5256

[startup+0.70077 s]
/proc/loadavg: 1.96 2.00 1.93 3/177 32726
/proc/meminfo: memFree=17044336/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=6184 CPUtime=0.69 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 1527 0 0 0 69 0 0 0 25 0 1 0 475625799 6332416 1314 33554432000 134512640 136057169 4290765888 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 1546 1314 183 378 0 1166 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6184

[startup+1.50052 s]
/proc/loadavg: 1.96 2.00 1.93 3/178 32727
/proc/meminfo: memFree=17038004/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=9700 CPUtime=1.49 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 2403 0 0 0 149 0 0 0 25 0 1 0 475625799 9932800 2190 33554432000 134512640 136057169 4290765888 18446744073709551615 134618368 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 2425 2190 183 378 0 2045 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9700

[startup+3.10031 s]
/proc/loadavg: 1.96 2.00 1.93 3/178 32727
/proc/meminfo: memFree=17035640/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=10492 CPUtime=3.09 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 2600 0 0 0 309 0 0 0 25 0 1 0 475625799 10743808 2387 33554432000 134512640 136057169 4290765888 18446744073709551615 134618158 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 2623 2387 183 378 0 2243 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10492

[startup+6.30079 s]
/proc/loadavg: 1.96 2.00 1.93 3/178 32727
/proc/meminfo: memFree=17033524/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=11956 CPUtime=6.29 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 2982 0 0 0 629 0 0 0 25 0 1 0 475625799 12242944 2769 33554432000 134512640 136057169 4290765888 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 2989 2769 183 378 0 2609 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11956

[startup+12.7007 s]
/proc/loadavg: 1.96 2.00 1.93 3/178 32728
/proc/meminfo: memFree=17031056/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=13992 CPUtime=12.69 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 3460 0 0 0 1269 0 0 0 25 0 1 0 475625799 14327808 3247 33554432000 134512640 136057169 4290765888 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 3498 3247 183 378 0 3118 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13992

[startup+25.5004 s]
/proc/loadavg: 1.97 2.00 1.93 3/178 32728
/proc/meminfo: memFree=17026964/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=17268 CPUtime=25.49 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 4290 0 0 0 2549 0 0 0 25 0 1 0 475625799 17682432 4077 33554432000 134512640 136057169 4290765888 18446744073709551615 134615624 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 4317 4077 183 378 0 3937 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 17268

[startup+51.1008 s]
/proc/loadavg: 1.98 2.00 1.93 3/178 32729
/proc/meminfo: memFree=17020588/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=22016 CPUtime=51.09 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 5445 0 0 0 5109 0 0 0 25 0 1 0 475625799 22544384 5232 33554432000 134512640 136057169 4290765888 18446744073709551615 134618449 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 5504 5232 183 378 0 5124 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 22016

[startup+102.307 s]
/proc/loadavg: 1.99 2.00 1.93 3/178 32730
/proc/meminfo: memFree=17014600/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=27196 CPUtime=102.3 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 6704 0 0 0 10229 1 0 0 25 0 1 0 475625799 27848704 6491 33554432000 134512640 136057169 4290765888 18446744073709551615 134618185 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 6799 6491 183 378 0 6419 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 27196

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 1.93 3/178 32732
/proc/meminfo: memFree=17011708/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=30084 CPUtime=162.29 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 7388 0 0 0 16228 1 0 0 25 0 1 0 475625799 30806016 7175 33554432000 134512640 136057169 4290765888 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 7521 7175 183 378 0 7141 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 30084

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 1.93 3/178 32733
/proc/meminfo: memFree=17008948/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=32268 CPUtime=222.29 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 7903 0 0 0 22228 1 0 0 25 0 1 0 475625799 33042432 7690 33554432000 134512640 136057169 4290765888 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 8067 7690 183 378 0 7687 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 32268

[startup+282.301 s]
/proc/loadavg: 1.99 2.00 1.93 3/178 32735
/proc/meminfo: memFree=17003216/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=38260 CPUtime=282.3 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 9370 0 0 0 28228 2 0 0 25 0 1 0 475625799 39178240 9157 33554432000 134512640 136057169 4290765888 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 9565 9157 183 378 0 9185 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 38260

[startup+342.301 s]
/proc/loadavg: 1.99 2.00 1.93 3/178 32736
/proc/meminfo: memFree=17001200/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=40116 CPUtime=342.3 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 9793 0 0 0 34228 2 0 0 25 0 1 0 475625799 41078784 9580 33554432000 134512640 136057169 4290765888 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 10029 9580 183 378 0 9649 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 40116

[startup+402.301 s]
/proc/loadavg: 1.99 2.00 1.93 3/178 32738
/proc/meminfo: memFree=16997820/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=43328 CPUtime=402.3 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 10619 0 0 0 40228 2 0 0 25 0 1 0 475625799 44367872 10406 33554432000 134512640 136057169 4290765888 18446744073709551615 134618250 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 10832 10406 183 378 0 10452 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 43328

[startup+462.3 s]
/proc/loadavg: 1.99 2.00 1.93 3/178 32740
/proc/meminfo: memFree=16996908/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=43660 CPUtime=462.3 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 10668 0 0 0 46228 2 0 0 25 0 1 0 475625799 44707840 10455 33554432000 134512640 136057169 4290765888 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 10915 10455 183 378 0 10535 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 43660

[startup+522.301 s]
/proc/loadavg: 2.07 2.01 1.94 3/178 32741
/proc/meminfo: memFree=16993652/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=44768 CPUtime=522.3 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 10952 0 0 0 52228 2 0 0 25 0 1 0 475625799 45842432 10739 33554432000 134512640 136057169 4290765888 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 11192 10739 183 378 0 10812 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 44768

[startup+582.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 32743
/proc/meminfo: memFree=16992128/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=46548 CPUtime=582.3 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 11330 0 0 0 58228 2 0 0 25 0 1 0 475625799 47665152 11117 33554432000 134512640 136057169 4290765888 18446744073709551615 134618256 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 11637 11117 183 378 0 11257 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 46548

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 416
/proc/meminfo: memFree=16811640/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=94296 CPUtime=4062.39 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 22613 0 0 0 406234 5 0 0 25 0 1 0 475625799 96559104 22309 33554432000 134512640 136057169 4290765888 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 23574 22309 183 378 0 23194 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 94296

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 417
/proc/meminfo: memFree=16807892/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=96360 CPUtime=4122.39 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 23117 0 0 0 412234 5 0 0 25 0 1 0 475625799 98672640 22813 33554432000 134512640 136057169 4290765888 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 24090 22813 183 378 0 23710 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 96360

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 419
/proc/meminfo: memFree=16806264/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=96644 CPUtime=4182.39 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 23180 0 0 0 418234 5 0 0 25 0 1 0 475625799 98963456 22876 33554432000 134512640 136057169 4290765888 18446744073709551615 134618219 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 24161 22876 183 378 0 23781 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 96644

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 420
/proc/meminfo: memFree=16804256/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=97140 CPUtime=4242.39 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 23285 0 0 0 424234 5 0 0 25 0 1 0 475625799 99471360 22981 33554432000 134512640 136057169 4290765888 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 24285 22981 183 378 0 23905 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 97140

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 422
/proc/meminfo: memFree=16802128/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=97852 CPUtime=4302.39 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 23432 0 0 0 430234 5 0 0 25 0 1 0 475625799 100200448 23128 33554432000 134512640 136057169 4290765888 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 24463 23128 183 378 0 24083 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 97852

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 424
/proc/meminfo: memFree=16801240/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=97996 CPUtime=4362.39 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 23464 0 0 0 436234 5 0 0 25 0 1 0 475625799 100347904 23160 33554432000 134512640 136057169 4290765888 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 24499 23160 183 378 0 24119 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 97996

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 425
/proc/meminfo: memFree=16800104/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=98352 CPUtime=4422.39 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 23551 0 0 0 442234 5 0 0 25 0 1 0 475625799 100712448 23247 33554432000 134512640 136057169 4290765888 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 24588 23247 183 378 0 24208 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 98352

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 427
/proc/meminfo: memFree=16797356/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=98492 CPUtime=4482.4 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 23614 0 0 0 448235 5 0 0 25 0 1 0 475625799 100855808 23310 33554432000 134512640 136057169 4290765888 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 24623 23310 183 378 0 24243 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 98492

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 428
/proc/meminfo: memFree=16795720/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=99016 CPUtime=4542.4 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 23708 0 0 0 454235 5 0 0 25 0 1 0 475625799 101392384 23404 33554432000 134512640 136057169 4290765888 18446744073709551615 134823818 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 24754 23404 183 378 0 24374 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 99016

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 430
/proc/meminfo: memFree=16791736/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=99368 CPUtime=4602.4 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 23785 0 0 0 460235 5 0 0 25 0 1 0 475625799 101752832 23481 33554432000 134512640 136057169 4290765888 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 24842 23481 183 378 0 24462 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 99368

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 432
/proc/meminfo: memFree=16790224/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=99956 CPUtime=4662.4 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 23945 0 0 0 466235 5 0 0 25 0 1 0 475625799 102354944 23641 33554432000 134512640 136057169 4290765888 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 24989 23641 183 378 0 24609 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 99956

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 433
/proc/meminfo: memFree=16789212/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=100380 CPUtime=4722.41 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 24013 0 0 0 472236 5 0 0 25 0 1 0 475625799 102789120 23709 33554432000 134512640 136057169 4290765888 18446744073709551615 134618449 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 25095 23709 183 378 0 24715 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 100380

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 435
/proc/meminfo: memFree=16787956/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=100596 CPUtime=4782.4 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 24063 0 0 0 478235 5 0 0 25 0 1 0 475625799 103010304 23759 33554432000 134512640 136057169 4290765888 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 25149 23759 183 378 0 24769 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 100596

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 436
/proc/meminfo: memFree=16783468/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=100596 CPUtime=4842.4 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 24086 0 0 0 484235 5 0 0 25 0 1 0 475625799 103010304 23782 33554432000 134512640 136057169 4290765888 18446744073709551615 134618449 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 25149 23782 183 378 0 24769 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 100596

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 438
/proc/meminfo: memFree=16782584/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=101472 CPUtime=4902.4 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 24264 0 0 0 490235 5 0 0 25 0 1 0 475625799 103907328 23960 33554432000 134512640 136057169 4290765888 18446744073709551615 134823956 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 25368 23960 183 378 0 24988 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 101472

[startup+4962.3 s]
/proc/loadavg: 2.03 2.01 1.99 3/178 440
/proc/meminfo: memFree=16782060/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=101948 CPUtime=4962.41 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 24350 0 0 0 496236 5 0 0 25 0 1 0 475625799 104394752 24046 33554432000 134512640 136057169 4290765888 18446744073709551615 134823919 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 25487 24046 183 378 0 25107 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 101948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.01 1.99 3/178 441
/proc/meminfo: memFree=16781048/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=102088 CPUtime=5000.01 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 24386 0 0 0 499996 5 0 0 25 0 1 0 475625799 104538112 24082 33554432000 134512640 136057169 4290765888 18446744073709551615 134823895 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 25522 24082 183 378 0 25142 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 102088

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.01 2.01 1.99 3/178 441
/proc/meminfo: memFree=16781048/32950928 swapFree=67111528/67111528
[pid=32726] ppid=32724 vsize=102088 CPUtime=5000.01 cores=0,2,4,6
/proc/32726/stat : 32726 (clasp) R 32724 32726 32422 0 -1 4202496 24386 0 0 0 499996 5 0 0 25 0 1 0 475625799 104538112 24082 33554432000 134512640 136057169 4290765888 18446744073709551615 134823895 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/32726/statm: 25522 24082 183 378 0 25142 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 102088

Child status: 0
Real time (s): 4999.91
CPU time (s): 5000.03
CPU user time (s): 4999.97
CPU system time (s): 0.06299
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 102088

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

runsolver used 7.2109 second user time and 15.7016 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-24 12:17:41
IDJOB=3275153
IDBENCH=71540
IDSOLVER=1677
FILE ID=node125/3275153-1303640261
RUNJOBID= node125-1303635250-32440
PBS_JOBID= 13150723
Free space on /tmp= 73260 MiB

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

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

MD5SUM BENCH= 6200c727c8a5a324974090a1f9a6d7ab
RANDOM SEED=732961405

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.82
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.828
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.74
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.828
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.828
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:     32950928 kB
MemFree:      17044616 kB
Buffers:       2189588 kB
Cached:       13029604 kB
SwapCached:          0 kB
Active:        7678012 kB
Inactive:      7700880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17044616 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2332 kB
Writeback:           0 kB
AnonPages:      158864 kB
Mapped:          15832 kB
Slab:           464784 kB
PageTables:       4468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   306512 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= 73256 MiB
End job on node125 at 2011-04-24 13:41:03