Trace number 3276263

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.91

General information on the benchmark

NameSAT02/handmade/simon/satex-challenges/
par32-3.shuffled.cnf
MD5SUM0115a0e26236f3f01aa829c2004452c1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.638902
Satisfiable
(Un)Satisfiability was proved
Number of variables3176
Number of clauses10297
Sum of the clauses size27581
Maximum clause length3
Minimum clause length1
Number of clauses of size 1141
Number of clauses of size 23028
Number of clauses of size 37128
Number of clauses of size 40
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-3276263-1303667521/watcher-3276263-1303667521 -o /tmp/evaluation-result-3276263-1303667521/solver-3276263-1303667521 -C 5000 -W 5100 -M 15500 HOME/clasp --file=HOME/instance-3276263-1303667521.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: 2.07 1.99 1.72 2/177 22913
/proc/meminfo: memFree=14413928/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=2668 CPUtime=0 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 476 0 0 0 0 0 0 0 19 0 1 0 556982730 2732032 406 33554432000 134512640 136057169 4293298560 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22913/statm: 667 406 164 378 0 287 0

[startup+0.038067 s]
/proc/loadavg: 2.07 1.99 1.72 2/177 22913
/proc/meminfo: memFree=14413928/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=3084 CPUtime=0.03 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 600 0 0 0 3 0 0 0 19 0 1 0 556982730 3158016 530 33554432000 134512640 136057169 4293298560 18446744073709551615 134612900 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22913/statm: 771 530 182 378 0 391 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3084

[startup+0.101048 s]
/proc/loadavg: 2.07 1.99 1.72 2/177 22913
/proc/meminfo: memFree=14413928/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=3084 CPUtime=0.09 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 603 0 0 0 9 0 0 0 19 0 1 0 556982730 3158016 533 33554432000 134512640 136057169 4293298560 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22913/statm: 771 533 182 378 0 391 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3084

[startup+0.301013 s]
/proc/loadavg: 2.07 1.99 1.72 2/177 22913
/proc/meminfo: memFree=14413928/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=3216 CPUtime=0.29 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 649 0 0 0 29 0 0 0 20 0 1 0 556982730 3293184 579 33554432000 134512640 136057169 4293298560 18446744073709551615 134823755 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22913/statm: 804 579 182 378 0 424 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3216

[startup+0.700931 s]
/proc/loadavg: 2.07 1.99 1.72 2/177 22913
/proc/meminfo: memFree=14413928/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=3488 CPUtime=0.69 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 696 0 0 0 69 0 0 0 21 0 1 0 556982730 3571712 626 33554432000 134512640 136057169 4293298560 18446744073709551615 134649280 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22913/statm: 872 626 182 378 0 492 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3488

[startup+1.50079 s]
/proc/loadavg: 2.07 1.99 1.72 3/178 22914
/proc/meminfo: memFree=14411812/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=3756 CPUtime=1.49 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 778 0 0 0 149 0 0 0 23 0 1 0 556982730 3846144 708 33554432000 134512640 136057169 4293298560 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22913/statm: 939 708 182 378 0 559 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3756

[startup+3.10049 s]
/proc/loadavg: 2.07 1.99 1.72 3/178 22914
/proc/meminfo: memFree=14410984/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=4032 CPUtime=3.09 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 840 0 0 0 309 0 0 0 25 0 1 0 556982730 4128768 770 33554432000 134512640 136057169 4293298560 18446744073709551615 134645298 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22913/statm: 1008 770 182 378 0 628 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4032

[startup+6.30087 s]
/proc/loadavg: 2.07 1.99 1.72 3/178 22914
/proc/meminfo: memFree=14410356/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=4700 CPUtime=6.3 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 996 0 0 0 630 0 0 0 25 0 1 0 556982730 4812800 926 33554432000 134512640 136057169 4293298560 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22913/statm: 1175 926 182 378 0 795 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 4700

[startup+12.7007 s]
/proc/loadavg: 2.06 1.99 1.72 3/178 22914
/proc/meminfo: memFree=14409448/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=5244 CPUtime=12.69 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 1131 0 0 0 1269 0 0 0 25 0 1 0 556982730 5369856 1061 33554432000 134512640 136057169 4293298560 18446744073709551615 134618368 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22913/statm: 1311 1061 182 378 0 931 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5244

[startup+25.5002 s]
/proc/loadavg: 2.05 1.99 1.72 3/178 22914
/proc/meminfo: memFree=14409080/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=5780 CPUtime=25.49 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 1286 0 0 0 2549 0 0 0 25 0 1 0 556982730 5918720 1216 33554432000 134512640 136057169 4293298560 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22913/statm: 1445 1216 182 378 0 1065 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5780

[startup+51.1004 s]
/proc/loadavg: 2.03 1.99 1.73 3/178 22915
/proc/meminfo: memFree=14408064/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=7016 CPUtime=51.09 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 1593 0 0 0 5109 0 0 0 25 0 1 0 556982730 7184384 1523 33554432000 134512640 136057169 4293298560 18446744073709551615 134612955 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22913/statm: 1754 1523 182 378 0 1374 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 7016

[startup+102.307 s]
/proc/loadavg: 2.01 1.99 1.74 3/178 22916
/proc/meminfo: memFree=14406820/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=8112 CPUtime=102.3 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 1819 0 0 0 10230 0 0 0 25 0 1 0 556982730 8306688 1749 33554432000 134512640 136057169 4293298560 18446744073709551615 134618205 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/22913/statm: 2028 1749 182 378 0 1648 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 8112

[startup+162.3 s]
/proc/loadavg: 2.00 1.99 1.75 3/178 22918
/proc/meminfo: memFree=14406160/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=8604 CPUtime=162.3 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 1961 0 0 0 16230 0 0 0 25 0 1 0 556982730 8810496 1891 33554432000 134512640 136057169 4293298560 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22913/statm: 2151 1891 182 378 0 1771 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 8604

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.76 3/178 22920
/proc/meminfo: memFree=14405484/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=9368 CPUtime=222.3 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 2147 0 0 0 22230 0 0 0 25 0 1 0 556982730 9592832 2077 33554432000 134512640 136057169 4293298560 18446744073709551615 134828289 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22913/statm: 2342 2077 182 378 0 1962 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 9368

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 1.78 3/178 22921
/proc/meminfo: memFree=14404956/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=9824 CPUtime=282.3 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 2266 0 0 0 28230 0 0 0 25 0 1 0 556982730 10059776 2196 33554432000 134512640 136057169 4293298560 18446744073709551615 134618219 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22913/statm: 2456 2196 182 378 0 2076 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 9824

[startup+342.301 s]
/proc/loadavg: 2.00 1.99 1.79 3/178 22923
/proc/meminfo: memFree=14404168/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=10488 CPUtime=342.3 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 2416 0 0 0 34230 0 0 0 25 0 1 0 556982730 10739712 2346 33554432000 134512640 136057169 4293298560 18446744073709551615 134824100 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22913/statm: 2622 2346 182 378 0 2242 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 10488

[startup+402.301 s]
/proc/loadavg: 2.00 1.99 1.80 3/178 22924
/proc/meminfo: memFree=14403900/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=10944 CPUtime=402.3 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 2515 0 0 0 40230 0 0 0 25 0 1 0 556982730 11206656 2445 33554432000 134512640 136057169 4293298560 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22913/statm: 2736 2445 182 378 0 2356 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 10944

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 1.81 3/178 22926
/proc/meminfo: memFree=14403500/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=11468 CPUtime=462.31 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 2610 0 0 0 46231 0 0 0 25 0 1 0 556982730 11743232 2540 33554432000 134512640 136057169 4293298560 18446744073709551615 134618227 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22913/statm: 2867 2540 182 378 0 2487 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 11468

[startup+522.301 s]
/proc/loadavg: 2.00 1.99 1.82 3/178 22928
/proc/meminfo: memFree=14402216/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=12568 CPUtime=522.31 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 2881 0 0 0 52231 0 0 0 25 0 1 0 556982730 12869632 2811 33554432000 134512640 136057169 4293298560 18446744073709551615 134618368 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22913/statm: 3142 2811 182 378 0 2762 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 12568

[startup+582.301 s]
/proc/loadavg: 2.00 1.99 1.83 3/178 22938
/proc/meminfo: memFree=14400864/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=12872 CPUtime=582.31 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 2948 0 0 0 58231 0 0 0 25 0 1 0 556982730 13180928 2878 33554432000 134512640 136057169 4293298560 18446744073709551615 134823818 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22913/statm: 3218 2878 182 378 0 2838 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 12872

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 23062
/proc/meminfo: memFree=14221048/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=23180 CPUtime=4062.45 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 5799 0 0 0 406244 1 0 0 25 0 1 0 556982730 23736320 5410 33554432000 134512640 136057169 4293298560 18446744073709551615 134824100 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22913/statm: 5795 5410 182 378 0 5415 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 23180

[startup+4122.3 s]
/proc/loadavg: 2.06 2.02 1.94 3/178 23064
/proc/meminfo: memFree=14217384/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=23572 CPUtime=4122.44 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 5896 0 0 0 412243 1 0 0 25 0 1 0 556982730 24137728 5507 33554432000 134512640 136057169 4293298560 18446744073709551615 134820241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22913/statm: 5893 5507 182 378 0 5513 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 23572

[startup+4182.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 23074
/proc/meminfo: memFree=14175044/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=23372 CPUtime=4182.45 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 5977 0 0 0 418244 1 0 0 25 0 1 0 556982730 23932928 5460 33554432000 134512640 136057169 4293298560 18446744073709551615 134618116 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22913/statm: 5843 5460 182 378 0 5463 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 23372

[startup+4242.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/178 23076
/proc/meminfo: memFree=14160244/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=23372 CPUtime=4242.45 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 5978 0 0 0 424244 1 0 0 25 0 1 0 556982730 23932928 5461 33554432000 134512640 136057169 4293298560 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22913/statm: 5843 5461 182 378 0 5463 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 23372

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23077
/proc/meminfo: memFree=14159468/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=23372 CPUtime=4302.45 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 5979 0 0 0 430244 1 0 0 25 0 1 0 556982730 23932928 5462 33554432000 134512640 136057169 4293298560 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22913/statm: 5843 5462 182 378 0 5463 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 23372

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23079
/proc/meminfo: memFree=14144560/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=23372 CPUtime=4362.45 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 5980 0 0 0 436244 1 0 0 25 0 1 0 556982730 23932928 5463 33554432000 134512640 136057169 4293298560 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22913/statm: 5843 5463 182 378 0 5463 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 23372

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23081
/proc/meminfo: memFree=14142768/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=23372 CPUtime=4422.46 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 5980 0 0 0 442245 1 0 0 25 0 1 0 556982730 23932928 5463 33554432000 134512640 136057169 4293298560 18446744073709551615 134824014 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22913/statm: 5843 5463 182 378 0 5463 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 23372

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23082
/proc/meminfo: memFree=14141480/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=23760 CPUtime=4482.46 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 6028 0 0 0 448245 1 0 0 25 0 1 0 556982730 24330240 5511 33554432000 134512640 136057169 4293298560 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22913/statm: 5940 5511 182 378 0 5560 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 23760

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23084
/proc/meminfo: memFree=14140568/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=23760 CPUtime=4542.46 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 6046 0 0 0 454245 1 0 0 25 0 1 0 556982730 24330240 5529 33554432000 134512640 136057169 4293298560 18446744073709551615 134819898 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22913/statm: 5940 5529 182 378 0 5560 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 23760

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23085
/proc/meminfo: memFree=14140292/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=23760 CPUtime=4602.47 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 6050 0 0 0 460246 1 0 0 25 0 1 0 556982730 24330240 5533 33554432000 134512640 136057169 4293298560 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22913/statm: 5940 5533 182 378 0 5560 0
Current children cumulated CPU time (s) 4602.47
Current children cumulated vsize (KiB) 23760

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23087
/proc/meminfo: memFree=14138780/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=23916 CPUtime=4662.46 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 6065 0 0 0 466245 1 0 0 25 0 1 0 556982730 24489984 5548 33554432000 134512640 136057169 4293298560 18446744073709551615 134824089 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22913/statm: 5979 5548 182 378 0 5599 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 23916

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23089
/proc/meminfo: memFree=14138232/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=23916 CPUtime=4722.47 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 6065 0 0 0 472246 1 0 0 25 0 1 0 556982730 24489984 5548 33554432000 134512640 136057169 4293298560 18446744073709551615 134828552 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22913/statm: 5979 5548 182 378 0 5599 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 23916

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23090
/proc/meminfo: memFree=14137308/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=23916 CPUtime=4782.47 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 6083 0 0 0 478246 1 0 0 25 0 1 0 556982730 24489984 5566 33554432000 134512640 136057169 4293298560 18446744073709551615 134813081 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22913/statm: 5979 5566 182 378 0 5599 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 23916

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23092
/proc/meminfo: memFree=14124232/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=24208 CPUtime=4842.47 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 6139 0 0 0 484246 1 0 0 25 0 1 0 556982730 24788992 5622 33554432000 134512640 136057169 4293298560 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22913/statm: 6052 5622 182 378 0 5672 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 24208

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 23093
/proc/meminfo: memFree=14121104/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=24208 CPUtime=4902.47 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 6139 0 0 0 490246 1 0 0 25 0 1 0 556982730 24788992 5622 33554432000 134512640 136057169 4293298560 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22913/statm: 6052 5622 182 378 0 5672 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 24208

[startup+4962.3 s]
/proc/loadavg: 2.08 2.02 1.94 3/178 23095
/proc/meminfo: memFree=14120580/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=24408 CPUtime=4962.48 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 6171 0 0 0 496247 1 0 0 25 0 1 0 556982730 24993792 5654 33554432000 134512640 136057169 4293298560 18446744073709551615 134828464 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22913/statm: 6102 5654 182 378 0 5722 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 24408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.04 2.01 1.94 3/178 23096
/proc/meminfo: memFree=14115580/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=24408 CPUtime=5000.08 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 6171 0 0 0 500007 1 0 0 25 0 1 0 556982730 24993792 5654 33554432000 134512640 136057169 4293298560 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22913/statm: 6102 5654 182 378 0 5722 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 24408

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.04 2.01 1.94 3/178 23096
/proc/meminfo: memFree=14115580/32950928 swapFree=67111524/67111528
[pid=22913] ppid=22911 vsize=24408 CPUtime=5000.08 cores=1,3,5,7
/proc/22913/stat : 22913 (clasp) R 22911 22913 22785 0 -1 4202496 6171 0 0 0 500007 1 0 0 25 0 1 0 556982730 24993792 5654 33554432000 134512640 136057169 4293298560 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22913/statm: 6102 5654 182 378 0 5722 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 24408

Child status: 0
Real time (s): 4999.91
CPU time (s): 5000.09
CPU user time (s): 5000.08
CPU system time (s): 0.013997
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 24408

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

runsolver used 6.52901 second user time and 16.2085 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-24 19:52:01
IDJOB=3276263
IDBENCH=87739
IDSOLVER=1677
FILE ID=node115/3276263-1303667521
RUNJOBID= node115-1303666297-22804
PBS_JOBID= 13150754
Free space on /tmp= 72680 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT02/handmade/simon/satex-challenges/par32-3.shuffled.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-3276263-1303667521/watcher-3276263-1303667521 -o /tmp/evaluation-result-3276263-1303667521/solver-3276263-1303667521 -C 5000 -W 5100 -M 15500  HOME/clasp --file=HOME/instance-3276263-1303667521.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 0115a0e26236f3f01aa829c2004452c1
RANDOM SEED=328873622

node115.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.811
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.62
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.811
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	: 5226.15
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.811
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.811
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.811
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.77
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.811
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.811
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.811
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:      14414200 kB
Buffers:       2285644 kB
Cached:       15631164 kB
SwapCached:          4 kB
Active:        7236768 kB
Inactive:     10747948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14414200 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1968 kB
Writeback:           0 kB
AnonPages:       67340 kB
Mapped:          15780 kB
Slab:           488720 kB
PageTables:       4712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   210796 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= 72672 MiB
End job on node115 at 2011-04-24 21:15:23