Trace number 3274824

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) 1300.04 1300.01

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.6469
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-3274824-1303610271/watcher-3274824-1303610271 -o /tmp/evaluation-result-3274824-1303610271/solver-3274824-1303610271 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3274824-1303610271.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.97 3.95 3.54 4/189 21959
/proc/meminfo: memFree=15497548/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=2668 CPUtime=0 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 485 0 0 0 0 0 0 0 25 0 1 0 472625877 2732032 415 33554432000 134512640 136057169 4289836768 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 667 415 164 378 0 287 0

[startup+0.070929 s]
/proc/loadavg: 3.97 3.95 3.54 4/189 21959
/proc/meminfo: memFree=15497548/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=3084 CPUtime=0.07 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 601 0 0 0 7 0 0 0 25 0 1 0 472625877 3158016 531 33554432000 134512640 136057169 4289836768 18446744073709551615 134823941 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 771 531 182 378 0 391 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3084

[startup+0.100924 s]
/proc/loadavg: 3.97 3.95 3.54 4/189 21959
/proc/meminfo: memFree=15497548/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=3084 CPUtime=0.1 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 603 0 0 0 10 0 0 0 25 0 1 0 472625877 3158016 533 33554432000 134512640 136057169 4289836768 18446744073709551615 134823260 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 771 533 182 378 0 391 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3084

[startup+0.300887 s]
/proc/loadavg: 3.97 3.95 3.54 4/189 21959
/proc/meminfo: memFree=15497548/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=3216 CPUtime=0.3 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 649 0 0 0 30 0 0 0 25 0 1 0 472625877 3293184 579 33554432000 134512640 136057169 4289836768 18446744073709551615 134756837 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 804 579 182 378 0 424 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 3216

[startup+0.700816 s]
/proc/loadavg: 3.97 3.95 3.54 4/189 21959
/proc/meminfo: memFree=15497548/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=3488 CPUtime=0.7 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 696 0 0 0 70 0 0 0 25 0 1 0 472625877 3571712 626 33554432000 134512640 136057169 4289836768 18446744073709551615 134649870 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 872 626 182 378 0 492 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 3488

[startup+1.50067 s]
/proc/loadavg: 3.97 3.95 3.54 5/190 21961
/proc/meminfo: memFree=15495208/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=3756 CPUtime=1.5 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 778 0 0 0 150 0 0 0 25 0 1 0 472625877 3846144 708 33554432000 134512640 136057169 4289836768 18446744073709551615 134618275 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 939 708 182 378 0 559 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 3756

[startup+3.10039 s]
/proc/loadavg: 3.97 3.95 3.54 5/190 21961
/proc/meminfo: memFree=15494092/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=4032 CPUtime=3.1 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 840 0 0 0 310 0 0 0 25 0 1 0 472625877 4128768 770 33554432000 134512640 136057169 4289836768 18446744073709551615 134618116 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 1008 770 182 378 0 628 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 4032

[startup+6.30082 s]
/proc/loadavg: 3.97 3.95 3.55 5/190 21961
/proc/meminfo: memFree=15493204/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=4700 CPUtime=6.3 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 996 0 0 0 630 0 0 0 25 0 1 0 472625877 4812800 926 33554432000 134512640 136057169 4289836768 18446744073709551615 134828499 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/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: 3.97 3.95 3.55 5/190 21961
/proc/meminfo: memFree=15492304/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=5244 CPUtime=12.7 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 1131 0 0 0 1270 0 0 0 25 0 1 0 472625877 5369856 1061 33554432000 134512640 136057169 4289836768 18446744073709551615 134612873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 1311 1061 182 378 0 931 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 5244

[startup+25.5004 s]
/proc/loadavg: 3.98 3.95 3.55 5/190 21961
/proc/meminfo: memFree=15490828/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=5780 CPUtime=25.5 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 1286 0 0 0 2550 0 0 0 25 0 1 0 472625877 5918720 1216 33554432000 134512640 136057169 4289836768 18446744073709551615 134618176 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 1445 1216 182 378 0 1065 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 5780

[startup+51.1008 s]
/proc/loadavg: 3.98 3.95 3.56 5/190 21962
/proc/meminfo: memFree=15488204/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=7016 CPUtime=51.1 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 1593 0 0 0 5110 0 0 0 25 0 1 0 472625877 7184384 1523 33554432000 134512640 136057169 4289836768 18446744073709551615 134823870 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 1754 1523 182 378 0 1374 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 7016

[startup+102.307 s]
/proc/loadavg: 3.99 3.96 3.58 5/190 21963
/proc/meminfo: memFree=15485204/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=8112 CPUtime=102.3 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 1819 0 0 0 10230 0 0 0 25 0 1 0 472625877 8306688 1749 33554432000 134512640 136057169 4289836768 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 2028 1749 182 378 0 1648 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 8112

[startup+162.301 s]
/proc/loadavg: 3.99 3.96 3.61 5/190 21965
/proc/meminfo: memFree=15482464/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=8604 CPUtime=162.3 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 1961 0 0 0 16230 0 0 0 25 0 1 0 472625877 8810496 1891 33554432000 134512640 136057169 4289836768 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 2151 1891 182 378 0 1771 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 8604

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.63 5/190 22002
/proc/meminfo: memFree=15428728/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=9368 CPUtime=222.3 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 2147 0 0 0 22230 0 0 0 25 0 1 0 472625877 9592832 2077 33554432000 134512640 136057169 4289836768 18446744073709551615 134618321 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 2342 2077 182 378 0 1962 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 9368

[startup+282.301 s]
/proc/loadavg: 3.99 3.97 3.65 5/190 22477
/proc/meminfo: memFree=15496488/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=9824 CPUtime=282.3 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 2266 0 0 0 28230 0 0 0 25 0 1 0 472625877 10059776 2196 33554432000 134512640 136057169 4289836768 18446744073709551615 134823404 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/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: 3.99 3.97 3.67 5/190 22478
/proc/meminfo: memFree=15483872/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=10488 CPUtime=342.3 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 2403 0 0 0 34230 0 0 0 25 0 1 0 472625877 10739712 2333 33554432000 134512640 136057169 4289836768 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 2622 2333 182 378 0 2242 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 10488

[startup+402.3 s]
/proc/loadavg: 3.99 3.97 3.68 5/190 22483
/proc/meminfo: memFree=15465940/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=10944 CPUtime=402.3 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 2515 0 0 0 40230 0 0 0 25 0 1 0 472625877 11206656 2445 33554432000 134512640 136057169 4289836768 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/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: 4.05 3.99 3.71 5/190 22485
/proc/meminfo: memFree=15462292/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=11468 CPUtime=462.3 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 2610 0 0 0 46230 0 0 0 25 0 1 0 472625877 11743232 2540 33554432000 134512640 136057169 4289836768 18446744073709551615 134612852 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 2867 2540 182 378 0 2487 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 11468

[startup+522.301 s]
/proc/loadavg: 4.02 3.99 3.72 5/190 22486
/proc/meminfo: memFree=15456568/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=12568 CPUtime=522.3 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 2881 0 0 0 52230 0 0 0 25 0 1 0 472625877 12869632 2811 33554432000 134512640 136057169 4289836768 18446744073709551615 134823722 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 3142 2811 182 378 0 2762 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 12568

[startup+582.3 s]
/proc/loadavg: 4.00 3.99 3.74 5/190 22488
/proc/meminfo: memFree=15446016/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=12872 CPUtime=582.3 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 2948 0 0 0 58230 0 0 0 25 0 1 0 472625877 13180928 2878 33554432000 134512640 136057169 4289836768 18446744073709551615 134823901 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 3218 2878 182 378 0 2838 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 12872

[startup+642.3 s]
/proc/loadavg: 4.00 3.99 3.75 5/190 22489
/proc/meminfo: memFree=15441904/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=12872 CPUtime=642.31 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 2984 0 0 0 64231 0 0 0 25 0 1 0 472625877 13180928 2914 33554432000 134512640 136057169 4289836768 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 3218 2914 182 378 0 2838 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 12872

[startup+702.301 s]
/proc/loadavg: 4.04 4.00 3.77 5/190 22491
/proc/meminfo: memFree=15420320/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=13508 CPUtime=702.3 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 3139 0 0 0 70230 0 0 0 25 0 1 0 472625877 13832192 3064 33554432000 134512640 136057169 4289836768 18446744073709551615 134825032 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 3377 3064 182 378 0 2997 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 13508

[startup+762.307 s]
/proc/loadavg: 4.01 4.00 3.78 5/190 22493
/proc/meminfo: memFree=15417836/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=13600 CPUtime=762.31 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 3160 0 0 0 76231 0 0 0 25 0 1 0 472625877 13926400 3082 33554432000 134512640 136057169 4289836768 18446744073709551615 134823911 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 3400 3082 182 378 0 3020 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 13600

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.79 5/190 22494
/proc/meminfo: memFree=15415588/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=13768 CPUtime=822.31 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 3209 0 0 0 82231 0 0 0 25 0 1 0 472625877 14098432 3131 33554432000 134512640 136057169 4289836768 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 3442 3131 182 378 0 3062 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 13768

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.80 5/190 22496
/proc/meminfo: memFree=15413836/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=13956 CPUtime=882.31 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 3232 0 0 0 88231 0 0 0 25 0 1 0 472625877 14290944 3154 33554432000 134512640 136057169 4289836768 18446744073709551615 134618250 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 3489 3154 182 378 0 3109 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 13956

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.81 5/190 22497
/proc/meminfo: memFree=15411340/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=14260 CPUtime=942.31 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 3312 0 0 0 94231 0 0 0 25 0 1 0 472625877 14602240 3234 33554432000 134512640 136057169 4289836768 18446744073709551615 134824024 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 3565 3234 182 378 0 3185 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 14260

[startup+1002.3 s]
/proc/loadavg: 4.08 4.02 3.83 5/190 22499
/proc/meminfo: memFree=15409836/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=14392 CPUtime=1002.31 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 3370 0 0 0 100231 0 0 0 25 0 1 0 472625877 14737408 3292 33554432000 134512640 136057169 4289836768 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 3598 3292 182 378 0 3218 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 14392

[startup+1062.3 s]
/proc/loadavg: 4.03 4.01 3.83 5/190 22501
/proc/meminfo: memFree=15408952/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=14656 CPUtime=1062.31 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 3421 0 0 0 106231 0 0 0 25 0 1 0 472625877 15007744 3343 33554432000 134512640 136057169 4289836768 18446744073709551615 134618272 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 3664 3343 182 378 0 3284 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 14656

[startup+1122.3 s]
/proc/loadavg: 4.01 4.00 3.84 5/190 22502
/proc/meminfo: memFree=15406948/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=14656 CPUtime=1122.32 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 3423 0 0 0 112232 0 0 0 25 0 1 0 472625877 15007744 3345 33554432000 134512640 136057169 4289836768 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 3664 3345 182 378 0 3284 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 14656

[startup+1182.3 s]
/proc/loadavg: 3.78 3.95 3.83 4/184 22522
/proc/meminfo: memFree=15411724/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=15316 CPUtime=1182.32 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 3617 0 0 0 118232 0 0 0 25 0 1 0 472625877 15683584 3539 33554432000 134512640 136057169 4289836768 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 3829 3539 182 378 0 3449 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 15316

[startup+1242.3 s]
/proc/loadavg: 2.72 3.62 3.72 3/178 22541
/proc/meminfo: memFree=15422580/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=15896 CPUtime=1242.32 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 3723 0 0 0 124232 0 0 0 25 0 1 0 472625877 16277504 3645 33554432000 134512640 136057169 4289836768 18446744073709551615 134824047 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 3974 3645 182 378 0 3594 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 15896



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.26 3.32 3.61 3/178 22543
/proc/meminfo: memFree=15422308/32950928 swapFree=67111528/67111528
[pid=21959] ppid=21957 vsize=15896 CPUtime=1300.02 cores=1,3
/proc/21959/stat : 21959 (clasp) R 21957 21959 20355 0 -1 4202496 3724 0 0 0 130002 0 0 0 25 0 1 0 472625877 16277504 3646 33554432000 134512640 136057169 4289836768 18446744073709551615 134649297 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/21959/statm: 3974 3646 182 378 0 3594 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 15896

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

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

Child status: 0
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1300.03
CPU system time (s): 0.007998
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 15896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.03
system time used= 0.007998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3727
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= 4
involuntary context switches= 3101

runsolver used 2.09768 second user time and 4.48832 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-24 03:57:51
IDJOB=3274824
IDBENCH=87739
IDSOLVER=1674
FILE ID=node122/3274824-1303610271
RUNJOBID= node122-1303610137-21700
PBS_JOBID= 13150619
Free space on /tmp= 70808 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-3274824-1303610271/watcher-3274824-1303610271 -o /tmp/evaluation-result-3274824-1303610271/solver-3274824-1303610271 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3274824-1303610271.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 0115a0e26236f3f01aa829c2004452c1
RANDOM SEED=747105246

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15497820 kB
Buffers:       1778708 kB
Cached:       15025012 kB
SwapCached:          0 kB
Active:        5518428 kB
Inactive:     11381468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15497820 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1968 kB
Writeback:           0 kB
AnonPages:       95272 kB
Mapped:          17424 kB
Slab:           488604 kB
PageTables:       5232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   279272 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= 70904 MiB
End job on node122 at 2011-04-24 04:19:33