Trace number 1831679

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
clasp 1.2.0-SAT09-32UNSAT 1565.63 1566.06

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-09.cnf
MD5SUM5c56557463274332c6704b6432dfc42b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark661.016
Satisfiable
(Un)Satisfiability was proved
Number of variables69487
Number of clauses226581
Sum of the clauses size587221
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292264
Number of clauses of size 3134188
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1565.56/1566.06	c clasp version 1.2.0-SAT09 
1565.56/1566.06	c Reading from ...775121/instance-1831679-1242775121.cnf
1565.56/1566.06	c Reading      : Done(0.140s)
1565.56/1566.06	c Preprocessing: |-\Done(1.500s)
1565.56/1566.06	c Solving...
1565.56/1566.06	
1565.56/1566.06	c Models    : 0     
1565.56/1566.06	c Time         : 1565.690s (Solve: 1564.050s)
1565.56/1566.06	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1831679-1242775121/watcher-1831679-1242775121 -o /tmp/evaluation-result-1831679-1242775121/solver-1831679-1242775121 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831679-1242775121.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.97 2/64 10282
/proc/meminfo: memFree=1895792/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=2616 CPUtime=0
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 573 0 0 0 0 0 0 0 18 0 1 0 305546171 2678784 379 1992294400 134512640 136057169 4294956160 18446744073709551615 134816709 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 654 382 139 377 0 274 0

[startup+0.055152 s]
/proc/loadavg: 0.85 0.97 0.97 2/64 10282
/proc/meminfo: memFree=1895792/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=10480 CPUtime=0.04
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 2566 0 0 0 4 0 0 0 18 0 1 0 305546171 10731520 2251 1992294400 134512640 136057169 4294956160 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 2620 2251 147 377 0 2240 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10480

[startup+0.101155 s]
/proc/loadavg: 0.85 0.97 0.97 2/64 10282
/proc/meminfo: memFree=1895792/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=12876 CPUtime=0.09
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 3288 0 0 0 8 1 0 0 18 0 1 0 305546171 13185024 2837 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 3219 2837 147 377 0 2839 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12876

[startup+0.301175 s]
/proc/loadavg: 0.85 0.97 0.97 2/64 10282
/proc/meminfo: memFree=1895792/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=23768 CPUtime=0.29
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 6851 0 0 0 27 2 0 0 19 0 1 0 305546171 24338432 5519 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 5942 5520 166 377 0 5562 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23768

[startup+0.701214 s]
/proc/loadavg: 0.85 0.97 0.97 2/64 10282
/proc/meminfo: memFree=1895792/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=28012 CPUtime=0.69
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 8054 0 0 0 67 2 0 0 23 0 1 0 305546171 28684288 6519 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 7003 6519 170 377 0 6623 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28012

[startup+1.50129 s]
/proc/loadavg: 0.85 0.97 0.97 2/65 10283
/proc/meminfo: memFree=1866792/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=34924 CPUtime=1.49
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 9743 0 0 0 146 3 0 0 25 0 1 0 305546171 35762176 8208 1992294400 134512640 136057169 4294956160 18446744073709551615 134785685 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 8731 8208 172 377 0 8351 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34924

[startup+3.10145 s]
/proc/loadavg: 0.85 0.97 0.97 2/65 10283
/proc/meminfo: memFree=1865640/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=31680 CPUtime=3.09
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 10118 0 0 0 306 3 0 0 25 0 1 0 305546171 32440320 7598 1992294400 134512640 136057169 4294956160 18446744073709551615 134649355 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 7920 7598 182 377 0 7540 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31680

[startup+6.30177 s]
/proc/loadavg: 0.86 0.97 0.97 2/65 10283
/proc/meminfo: memFree=1865536/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=31680 CPUtime=6.29
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 10118 0 0 0 626 3 0 0 25 0 1 0 305546171 32440320 7598 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 7920 7598 182 377 0 7540 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31680

[startup+12.7014 s]
/proc/loadavg: 0.87 0.97 0.97 2/65 10283
/proc/meminfo: memFree=1865664/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=31680 CPUtime=12.69
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 10118 0 0 0 1266 3 0 0 25 0 1 0 305546171 32440320 7598 1992294400 134512640 136057169 4294956160 18446744073709551615 134637484 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 7920 7598 182 377 0 7540 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31680

[startup+25.5017 s]
/proc/loadavg: 0.90 0.97 0.97 2/65 10283
/proc/meminfo: memFree=1864896/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=32736 CPUtime=25.49
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 10357 0 0 0 2545 4 0 0 25 0 1 0 305546171 33521664 7837 1992294400 134512640 136057169 4294956160 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 8184 7837 182 377 0 7804 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32736

[startup+51.1012 s]
/proc/loadavg: 0.93 0.97 0.97 2/65 10283
/proc/meminfo: memFree=1863360/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=34320 CPUtime=51.07
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 10757 0 0 0 5103 4 0 0 25 0 1 0 305546171 35143680 8237 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 8580 8237 182 377 0 8200 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 34320

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.97 2/65 10283
/proc/meminfo: memFree=1854464/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=43216 CPUtime=102.27
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 12982 0 0 0 10220 7 0 0 25 0 1 0 305546171 44253184 10462 1992294400 134512640 136057169 4294956160 18446744073709551615 134823797 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 10804 10462 182 377 0 10424 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 43216

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10283
/proc/meminfo: memFree=1847744/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=49940 CPUtime=162.25
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 14653 0 0 0 16216 9 0 0 25 0 1 0 305546171 51138560 12133 1992294400 134512640 136057169 4294956160 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 12485 12133 182 377 0 12105 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 49940

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10283
/proc/meminfo: memFree=1840896/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=56552 CPUtime=222.23
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 16331 0 0 0 22212 11 0 0 25 0 1 0 305546171 57909248 13811 1992294400 134512640 136057169 4294956160 18446744073709551615 134615841 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 14138 13811 182 377 0 13758 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 56552

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10283
/proc/meminfo: memFree=1835712/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=61952 CPUtime=282.22
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 17640 0 0 0 28209 13 0 0 25 0 1 0 305546171 63438848 15120 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 15488 15120 182 377 0 15108 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 61952

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10283
/proc/meminfo: memFree=1829056/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=68432 CPUtime=342.19
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 19263 0 0 0 34204 15 0 0 25 0 1 0 305546171 70074368 16743 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 17108 16743 182 377 0 16728 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 68432

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10283
/proc/meminfo: memFree=1823488/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=74164 CPUtime=402.18
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 20670 0 0 0 40201 17 0 0 25 0 1 0 305546171 75943936 18150 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 18541 18150 182 377 0 18161 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 74164

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10283
/proc/meminfo: memFree=1820416/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=77080 CPUtime=462.16
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 21409 0 0 0 46198 18 0 0 25 0 1 0 305546171 78929920 18889 1992294400 134512640 136057169 4294956160 18446744073709551615 134823758 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 19270 18889 182 377 0 18890 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 77080

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10283
/proc/meminfo: memFree=1820480/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=77080 CPUtime=522.15
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 21409 0 0 0 52196 19 0 0 25 0 1 0 305546171 78929920 18889 1992294400 134512640 136057169 4294956160 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 19270 18889 182 377 0 18890 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 77080

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10283
/proc/meminfo: memFree=1820416/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=77080 CPUtime=582.13
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 21409 0 0 0 58194 19 0 0 25 0 1 0 305546171 78929920 18889 1992294400 134512640 136057169 4294956160 18446744073709551615 134828818 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 19270 18889 182 377 0 18890 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 77080

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10283
/proc/meminfo: memFree=1820352/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=77080 CPUtime=642.12
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 21409 0 0 0 64193 19 0 0 25 0 1 0 305546171 78929920 18889 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 19270 18889 182 377 0 18890 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 77080

[startup+702.302 s]

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

/proc/meminfo: memFree=1812480/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=84876 CPUtime=942.03
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 23351 0 0 0 94181 22 0 0 25 0 1 0 305546171 86913024 20831 1992294400 134512640 136057169 4294956160 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 21219 20831 182 377 0 20839 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 84876

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10283
/proc/meminfo: memFree=1812416/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=84876 CPUtime=1002.01
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 23351 0 0 0 100179 22 0 0 25 0 1 0 305546171 86913024 20831 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 21219 20831 182 377 0 20839 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 84876

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10283
/proc/meminfo: memFree=1812352/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=84876 CPUtime=1061.99
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 23351 0 0 0 106177 22 0 0 25 0 1 0 305546171 86913024 20831 1992294400 134512640 136057169 4294956160 18446744073709551615 134823876 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 21219 20831 182 377 0 20839 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 84876

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10283
/proc/meminfo: memFree=1812288/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=84876 CPUtime=1121.98
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 23351 0 0 0 112175 23 0 0 25 0 1 0 305546171 86913024 20831 1992294400 134512640 136057169 4294956160 18446744073709551615 134618203 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 21219 20831 182 377 0 20839 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 84876

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10283
/proc/meminfo: memFree=1812224/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=84876 CPUtime=1181.97
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 23351 0 0 0 118174 23 0 0 25 0 1 0 305546171 86913024 20831 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 21219 20831 182 377 0 20839 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 84876

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10283
/proc/meminfo: memFree=1812224/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=84876 CPUtime=1241.95
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 23351 0 0 0 124172 23 0 0 25 0 1 0 305546171 86913024 20831 1992294400 134512640 136057169 4294956160 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 21219 20831 182 377 0 20839 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 84876

[startup+1302.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10283
/proc/meminfo: memFree=1812160/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=84876 CPUtime=1301.93
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 23353 0 0 0 130170 23 0 0 25 0 1 0 305546171 86913024 20833 1992294400 134512640 136057169 4294956160 18446744073709551615 134618452 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 21219 20833 182 377 0 20839 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 84876

[startup+1362.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10283
/proc/meminfo: memFree=1812096/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=84876 CPUtime=1361.91
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 23353 0 0 0 136168 23 0 0 25 0 1 0 305546171 86913024 20833 1992294400 134512640 136057169 4294956160 18446744073709551615 134828818 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 21219 20833 182 377 0 20839 0
Current children cumulated CPU time (s) 1361.91
Current children cumulated vsize (KiB) 84876

[startup+1422.31 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10285
/proc/meminfo: memFree=1811968/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=84876 CPUtime=1421.9
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 23353 0 0 0 142167 23 0 0 25 0 1 0 305546171 86913024 20833 1992294400 134512640 136057169 4294956160 18446744073709551615 134618435 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 21219 20833 182 377 0 20839 0
Current children cumulated CPU time (s) 1421.9
Current children cumulated vsize (KiB) 84876

[startup+1482.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10285
/proc/meminfo: memFree=1811904/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=84876 CPUtime=1481.88
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 23353 0 0 0 148164 24 0 0 25 0 1 0 305546171 86913024 20833 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 21219 20833 182 377 0 20839 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 84876

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10285
/proc/meminfo: memFree=1811904/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=84876 CPUtime=1541.87
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 23353 0 0 0 154163 24 0 0 25 0 1 0 305546171 86913024 20833 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 21219 20833 182 377 0 20839 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 84876

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

[startup+1548.7 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10285
/proc/meminfo: memFree=1811904/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=84876 CPUtime=1548.27
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 23353 0 0 0 154803 24 0 0 25 0 1 0 305546171 86913024 20833 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 21219 20833 182 377 0 20839 0
Current children cumulated CPU time (s) 1548.27
Current children cumulated vsize (KiB) 84876

[startup+1555.1 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10285
/proc/meminfo: memFree=1811904/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=84876 CPUtime=1554.66
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 23353 0 0 0 155442 24 0 0 25 0 1 0 305546171 86913024 20833 1992294400 134512640 136057169 4294956160 18446744073709551615 134618507 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 21219 20833 182 377 0 20839 0
Current children cumulated CPU time (s) 1554.66
Current children cumulated vsize (KiB) 84876

[startup+1561.5 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10285
/proc/meminfo: memFree=1811904/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=84876 CPUtime=1561.06
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 23353 0 0 0 156082 24 0 0 25 0 1 0 305546171 86913024 20833 1992294400 134512640 136057169 4294956160 18446744073709551615 134823876 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 21219 20833 182 377 0 20839 0
Current children cumulated CPU time (s) 1561.06
Current children cumulated vsize (KiB) 84876

[startup+1563.11 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10285
/proc/meminfo: memFree=1811904/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=84876 CPUtime=1562.66
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 23353 0 0 0 156242 24 0 0 25 0 1 0 305546171 86913024 20833 1992294400 134512640 136057169 4294956160 18446744073709551615 134618270 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 21219 20833 182 377 0 20839 0
Current children cumulated CPU time (s) 1562.66
Current children cumulated vsize (KiB) 84876

[startup+1564.7 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10285
/proc/meminfo: memFree=1811904/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=84876 CPUtime=1564.26
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 23353 0 0 0 156402 24 0 0 25 0 1 0 305546171 86913024 20833 1992294400 134512640 136057169 4294956160 18446744073709551615 134828818 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 21219 20833 182 377 0 20839 0
Current children cumulated CPU time (s) 1564.26
Current children cumulated vsize (KiB) 84876

[startup+1565.5 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10285
/proc/meminfo: memFree=1811904/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=84876 CPUtime=1565.06
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 23353 0 0 0 156482 24 0 0 25 0 1 0 305546171 86913024 20833 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 21219 20833 182 377 0 20839 0
Current children cumulated CPU time (s) 1565.06
Current children cumulated vsize (KiB) 84876

[startup+1565.9 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10285
/proc/meminfo: memFree=1811904/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=84876 CPUtime=1565.46
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 23357 0 0 0 156522 24 0 0 25 0 1 0 305546171 86913024 20837 1992294400 134512640 136057169 4294956160 18446744073709551615 135437996 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 21219 20837 186 377 0 20839 0
Current children cumulated CPU time (s) 1565.46
Current children cumulated vsize (KiB) 84876

[startup+1566 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 10285
/proc/meminfo: memFree=1811904/2055920 swapFree=4180212/4192956
[pid=10282] ppid=10280 vsize=21324 CPUtime=1565.56
/proc/10282/stat : 10282 (clasp) R 10280 10282 10245 0 -1 4194304 23358 0 0 0 156531 25 0 0 25 0 1 0 305546171 21835776 5077 1992294400 134512640 136057169 4294956160 18446744073709551615 135439450 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10282/statm: 5331 5077 187 377 0 4951 0
Current children cumulated CPU time (s) 1565.56
Current children cumulated vsize (KiB) 21324

Child status: 20
Real time (s): 1566.06
CPU time (s): 1565.63
CPU user time (s): 1565.37
CPU system time (s): 0.26096
CPU usage (%): 99.9724
Max. virtual memory (cumulated for all children) (KiB): 84876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1565.37
system time used= 0.26096
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23358
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= 2
involuntary context switches= 2742

runsolver used 1.09483 second user time and 3.2895 second system time

The end

Launcher Data

Begin job on node12 at 2009-05-20 01:18:42
IDJOB=1831679
IDBENCH=70822
IDSOLVER=637
FILE ID=node12/1831679-1242775121
PBS_JOBID= 9322357
Free space on /tmp= 66296 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-09.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-1831679-1242775121/watcher-1831679-1242775121 -o /tmp/evaluation-result-1831679-1242775121/solver-1831679-1242775121 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831679-1242775121.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 5c56557463274332c6704b6432dfc42b
RANDOM SEED=807282735

node12.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1896208 kB
Buffers:         16796 kB
Cached:         106144 kB
SwapCached:       6872 kB
Active:          54388 kB
Inactive:        76652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1896208 kB
SwapTotal:     4192956 kB
SwapFree:      4180212 kB
Dirty:            6192 kB
Writeback:           0 kB
Mapped:          13308 kB
Slab:            14660 kB
Committed_AS:  1150848 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66296 MiB
End job on node12 at 2009-05-20 01:44:48