Trace number 3276288

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.17 5000.08

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
MD5SUM472b10ce0a2683d9355981037eea091e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.52092
Satisfiable
(Un)Satisfiability was proved
Number of variables3672
Number of clauses1163952
Sum of the clauses size2331456
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21163892
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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-3276288-1303668044/watcher-3276288-1303668044 -o /tmp/evaluation-result-3276288-1303668044/solver-3276288-1303668044 -C 5000 -W 5100 -M 15500 HOME/clasp --file=HOME/instance-3276288-1303668044.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: 1.92 1.39 1.19 2/177 25397
/proc/meminfo: memFree=14406704/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=2756 CPUtime=0 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 439 0 0 0 0 0 0 0 25 0 1 0 557035205 2822144 393 33554432000 134512640 136057169 4289457616 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/25397/statm: 689 393 145 378 0 309 0

[startup+0.04315 s]
/proc/loadavg: 1.92 1.39 1.19 2/177 25397
/proc/meminfo: memFree=14406704/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=6736 CPUtime=0.03 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 1752 0 0 0 3 0 0 0 25 0 1 0 557035205 6897664 1377 33554432000 134512640 136057169 4289457616 18446744073709551615 134661897 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/25397/statm: 1684 1378 145 378 0 1304 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6736

[startup+0.100143 s]
/proc/loadavg: 1.92 1.39 1.19 2/177 25397
/proc/meminfo: memFree=14406704/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=13292 CPUtime=0.09 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 3857 0 0 0 9 0 0 0 25 0 1 0 557035205 13611008 2975 33554432000 134512640 136057169 4289457616 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/25397/statm: 3323 2975 145 378 0 2943 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13292

[startup+0.300109 s]
/proc/loadavg: 1.92 1.39 1.19 2/177 25397
/proc/meminfo: memFree=14406704/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=36744 CPUtime=0.29 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 11570 0 0 0 28 1 0 0 25 0 1 0 557035205 37625856 8494 33554432000 134512640 136057169 4289457616 18446744073709551615 135441704 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/25397/statm: 9186 8494 163 378 0 8806 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36744

[startup+0.701034 s]
/proc/loadavg: 1.92 1.39 1.19 2/177 25397
/proc/meminfo: memFree=14406704/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=59984 CPUtime=0.69 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 19829 0 0 0 66 3 0 0 25 0 1 0 557035205 61423616 13944 33554432000 134512640 136057169 4289457616 18446744073709551615 134774488 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/25397/statm: 14996 13944 166 378 0 14616 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59984

[startup+1.5009 s]
/proc/loadavg: 1.92 1.39 1.19 3/178 25398
/proc/meminfo: memFree=14351268/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=59984 CPUtime=1.49 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 19829 0 0 0 146 3 0 0 25 0 1 0 557035205 61423616 13944 33554432000 134512640 136057169 4289457616 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/25397/statm: 14996 13944 166 378 0 14616 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59984

[startup+3.10062 s]
/proc/loadavg: 1.92 1.40 1.20 3/178 25398
/proc/meminfo: memFree=14350896/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=59984 CPUtime=3.09 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 19829 0 0 0 306 3 0 0 25 0 1 0 557035205 61423616 13944 33554432000 134512640 136057169 4289457616 18446744073709551615 134774369 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/25397/statm: 14996 13944 166 378 0 14616 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 59984

[startup+6.30106 s]
/proc/loadavg: 1.92 1.40 1.20 3/178 25398
/proc/meminfo: memFree=14350340/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=59984 CPUtime=6.29 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 19829 0 0 0 626 3 0 0 25 0 1 0 557035205 61423616 13944 33554432000 134512640 136057169 4289457616 18446744073709551615 134774392 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/25397/statm: 14996 13944 166 378 0 14616 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59984

[startup+12.7009 s]
/proc/loadavg: 1.93 1.42 1.20 3/178 25399
/proc/meminfo: memFree=14349852/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=61700 CPUtime=12.69 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 20262 0 0 0 1266 3 0 0 25 0 1 0 557035205 63180800 14377 33554432000 134512640 136057169 4289457616 18446744073709551615 134765699 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/25397/statm: 15425 14377 168 378 0 15045 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 61700

[startup+25.5007 s]
/proc/loadavg: 1.94 1.44 1.21 3/178 25408
/proc/meminfo: memFree=14351104/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=57756 CPUtime=25.49 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 24529 0 0 0 2545 4 0 0 25 0 1 0 557035205 59142144 14190 33554432000 134512640 136057169 4289457616 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/25397/statm: 14439 14190 183 378 0 14059 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57756

[startup+51.1002 s]
/proc/loadavg: 1.96 1.48 1.23 3/178 25409
/proc/meminfo: memFree=14208852/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=200812 CPUtime=51.09 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 60187 0 0 0 5098 11 0 0 25 0 1 0 557035205 205631488 49848 33554432000 134512640 136057169 4289457616 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/25397/statm: 50203 49848 183 378 0 49823 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 200812

[startup+102.306 s]
/proc/loadavg: 1.98 1.57 1.27 3/178 25410
/proc/meminfo: memFree=14050008/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=358688 CPUtime=102.29 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 99583 0 0 0 10210 19 0 0 25 0 1 0 557035205 367296512 88905 33554432000 134512640 136057169 4289457616 18446744073709551615 134828284 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/25397/statm: 89672 88905 183 378 0 89292 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 358688

[startup+162.301 s]
/proc/loadavg: 1.99 1.64 1.31 3/178 25412
/proc/meminfo: memFree=13898316/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=513092 CPUtime=162.29 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 138132 0 0 0 16202 27 0 0 25 0 1 0 557035205 525406208 127150 33554432000 134512640 136057169 4289457616 18446744073709551615 134615649 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/25397/statm: 128273 127151 183 378 0 127893 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 513092

[startup+222.3 s]
/proc/loadavg: 2.04 1.72 1.36 3/178 25413
/proc/meminfo: memFree=13805152/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=605524 CPUtime=222.28 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 160982 0 0 0 22196 32 0 0 25 0 1 0 557035205 620056576 150000 33554432000 134512640 136057169 4289457616 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/25397/statm: 151381 150000 183 378 0 151001 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 605524

[startup+282.301 s]
/proc/loadavg: 2.01 1.76 1.39 3/178 25415
/proc/meminfo: memFree=13803880/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=607232 CPUtime=282.29 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 161381 0 0 0 28197 32 0 0 25 0 1 0 557035205 621805568 150399 33554432000 134512640 136057169 4289457616 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/25397/statm: 151808 150399 183 378 0 151428 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 607232

[startup+342.3 s]
/proc/loadavg: 2.00 1.81 1.43 3/178 25416
/proc/meminfo: memFree=13797284/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=615004 CPUtime=342.29 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 163058 0 0 0 34196 33 0 0 25 0 1 0 557035205 629764096 152076 33554432000 134512640 136057169 4289457616 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25397/statm: 153751 152076 183 378 0 153371 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 615004

[startup+402.301 s]
/proc/loadavg: 2.00 1.84 1.46 3/178 25418
/proc/meminfo: memFree=13789192/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=623628 CPUtime=402.29 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 165307 0 0 0 40196 33 0 0 25 0 1 0 557035205 638595072 153932 33554432000 134512640 136057169 4289457616 18446744073709551615 134618203 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25397/statm: 155907 153932 183 378 0 155527 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 623628

[startup+462.3 s]
/proc/loadavg: 2.00 1.87 1.49 3/178 25420
/proc/meminfo: memFree=13703220/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=711800 CPUtime=462.28 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 187085 0 0 0 46191 37 0 0 25 0 1 0 557035205 728883200 175710 33554432000 134512640 136057169 4289457616 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25397/statm: 177950 175710 183 378 0 177570 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 711800

[startup+522.301 s]
/proc/loadavg: 2.00 1.89 1.52 3/178 25448
/proc/meminfo: memFree=13654076/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=718436 CPUtime=522.29 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 189078 0 0 0 52191 38 0 0 25 0 1 0 557035205 735678464 177247 33554432000 134512640 136057169 4289457616 18446744073709551615 134618112 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25397/statm: 179609 177247 183 378 0 179229 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 718436

[startup+582.3 s]
/proc/loadavg: 2.00 1.90 1.55 3/178 25450
/proc/meminfo: memFree=13597672/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=724036 CPUtime=582.29 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 190388 0 0 0 58191 38 0 0 25 0 1 0 557035205 741412864 178557 33554432000 134512640 136057169 4289457616 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/25397/statm: 181009 178557 183 378 0 180629 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 724036

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 25553
/proc/meminfo: memFree=12638960/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=1510540 CPUtime=4002.36 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 388589 0 0 0 400155 81 0 0 25 0 1 0 557035205 1546792960 371734 33554432000 134512640 136057169 4289457616 18446744073709551615 134823862 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25397/statm: 377635 371734 183 378 0 377255 0
Current children cumulated CPU time (s) 4002.36
Current children cumulated vsize (KiB) 1510540

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 25555
/proc/meminfo: memFree=12635436/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=1514876 CPUtime=4062.36 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 389753 0 0 0 406155 81 0 0 25 0 1 0 557035205 1551233024 372536 33554432000 134512640 136057169 4289457616 18446744073709551615 134618112 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25397/statm: 378719 372536 183 378 0 378339 0
Current children cumulated CPU time (s) 4062.36
Current children cumulated vsize (KiB) 1514876

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 25556
/proc/meminfo: memFree=12633544/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=1516684 CPUtime=4122.36 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 390155 0 0 0 412155 81 0 0 25 0 1 0 557035205 1553084416 372938 33554432000 134512640 136057169 4289457616 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25397/statm: 379171 372938 183 378 0 378791 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 1516684

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 25558
/proc/meminfo: memFree=12630408/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=1518852 CPUtime=4182.36 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 391047 0 0 0 418155 81 0 0 25 0 1 0 557035205 1555304448 373468 33554432000 134512640 136057169 4289457616 18446744073709551615 134618262 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25397/statm: 379713 373468 183 378 0 379333 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 1518852

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 25559
/proc/meminfo: memFree=12605696/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=1546200 CPUtime=4242.37 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 398567 0 0 0 424154 83 0 0 25 0 1 0 557035205 1583308800 379808 33554432000 134512640 136057169 4289457616 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25397/statm: 386550 379808 183 378 0 386170 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 1546200

[startup+4302.3 s]
/proc/loadavg: 2.05 2.01 1.93 3/178 25561
/proc/meminfo: memFree=12555564/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=1595300 CPUtime=4302.37 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 411523 0 0 0 430150 87 0 0 25 0 1 0 557035205 1633587200 391725 33554432000 134512640 136057169 4289457616 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25397/statm: 398825 391725 183 378 0 398445 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 1595300

[startup+4362.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/178 25563
/proc/meminfo: memFree=12506784/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=1644360 CPUtime=4362.37 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 424116 0 0 0 436145 92 0 0 25 0 1 0 557035205 1683824640 403956 33554432000 134512640 136057169 4289457616 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25397/statm: 411090 403956 183 378 0 410710 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 1644360

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 25564
/proc/meminfo: memFree=12493988/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=1657128 CPUtime=4422.37 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 427793 0 0 0 442144 93 0 0 25 0 1 0 557035205 1696899072 407000 33554432000 134512640 136057169 4289457616 18446744073709551615 134809421 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25397/statm: 414282 407000 183 378 0 413902 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 1657128

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 25566
/proc/meminfo: memFree=12492576/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=1658376 CPUtime=4482.37 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 428182 0 0 0 448144 93 0 0 25 0 1 0 557035205 1698177024 407253 33554432000 134512640 136057169 4289457616 18446744073709551615 134820192 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25397/statm: 414594 407253 183 378 0 414214 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 1658376

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 25567
/proc/meminfo: memFree=12492296/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=1658976 CPUtime=4542.37 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 428314 0 0 0 454144 93 0 0 25 0 1 0 557035205 1698791424 407385 33554432000 134512640 136057169 4289457616 18446744073709551615 134618117 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25397/statm: 414744 407385 183 378 0 414364 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 1658976

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 25569
/proc/meminfo: memFree=12491280/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=1659880 CPUtime=4602.38 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 428530 0 0 0 460145 93 0 0 25 0 1 0 557035205 1699717120 407601 33554432000 134512640 136057169 4289457616 18446744073709551615 134823870 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25397/statm: 414970 407601 183 378 0 414590 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 1659880

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 25571
/proc/meminfo: memFree=12490108/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=1660960 CPUtime=4662.37 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 428749 0 0 0 466144 93 0 0 25 0 1 0 557035205 1700823040 407820 33554432000 134512640 136057169 4289457616 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25397/statm: 415240 407820 183 378 0 414860 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 1660960

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 25572
/proc/meminfo: memFree=12489216/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=1661920 CPUtime=4722.38 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 428954 0 0 0 472145 93 0 0 25 0 1 0 557035205 1701806080 408025 33554432000 134512640 136057169 4289457616 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25397/statm: 415480 408025 183 378 0 415100 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 1661920

[startup+4782.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/178 25574
/proc/meminfo: memFree=12485584/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=1665560 CPUtime=4782.37 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 430282 0 0 0 478144 93 0 0 25 0 1 0 557035205 1705533440 408652 33554432000 134512640 136057169 4289457616 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25397/statm: 416390 408652 183 378 0 416010 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 1665560

[startup+4842.3 s]
/proc/loadavg: 2.10 2.03 1.94 3/178 25575
/proc/meminfo: memFree=12484432/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=1667008 CPUtime=4842.38 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 430579 0 0 0 484145 93 0 0 25 0 1 0 557035205 1707016192 408949 33554432000 134512640 136057169 4289457616 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25397/statm: 416752 408949 183 378 0 416372 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 1667008

[startup+4902.3 s]
/proc/loadavg: 2.03 2.02 1.94 3/178 25577
/proc/meminfo: memFree=12482160/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=1667368 CPUtime=4902.38 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 430992 0 0 0 490145 93 0 0 25 0 1 0 557035205 1707384832 409181 33554432000 134512640 136057169 4289457616 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25397/statm: 416842 409181 183 378 0 416462 0
Current children cumulated CPU time (s) 4902.38
Current children cumulated vsize (KiB) 1667368

[startup+4962.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/178 25579
/proc/meminfo: memFree=12480500/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=1669340 CPUtime=4962.38 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 431626 0 0 0 496145 93 0 0 25 0 1 0 557035205 1709404160 409511 33554432000 134512640 136057169 4289457616 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25397/statm: 417335 409511 183 378 0 416955 0
Current children cumulated CPU time (s) 4962.38
Current children cumulated vsize (KiB) 1669340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.01 1.94 3/178 25580
/proc/meminfo: memFree=12479476/32950940 swapFree=67111528/67111528
[pid=25397] ppid=25395 vsize=1670300 CPUtime=5000.08 cores=1,3,5,7
/proc/25397/stat : 25397 (clasp) R 25395 25397 25328 0 -1 4202496 431822 0 0 0 499915 93 0 0 25 0 1 0 557035205 1710387200 409707 33554432000 134512640 136057169 4289457616 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/25397/statm: 417575 409707 183 378 0 417195 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 1670300

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): 5000.08
CPU time (s): 5000.17
CPU user time (s): 4999.16
CPU system time (s): 1.01285
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1670300

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

runsolver used 7.58585 second user time and 17.2294 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-24 20:00:44
IDJOB=3276288
IDBENCH=88203
IDSOLVER=1677
FILE ID=node117/3276288-1303668044
RUNJOBID= node117-1303667890-25347
PBS_JOBID= 13150768
Free space on /tmp= 71652 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1327.5-n60-p30-s52708253.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-3276288-1303668044/watcher-3276288-1303668044 -o /tmp/evaluation-result-3276288-1303668044/solver-3276288-1303668044 -C 5000 -W 5100 -M 15500  HOME/clasp --file=HOME/instance-3276288-1303668044.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 472b10ce0a2683d9355981037eea091e
RANDOM SEED=1522696614

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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.849
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      14406852 kB
Buffers:       2318352 kB
Cached:       15602244 kB
SwapCached:          0 kB
Active:       10390008 kB
Inactive:      7597172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      14406852 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           17076 kB
Writeback:           0 kB
AnonPages:       65692 kB
Mapped:          15752 kB
Slab:           492664 kB
PageTables:       4284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   208916 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= 71648 MiB
End job on node117 at 2011-04-24 21:24:06