Trace number 1831793

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 5239.08 5241.48

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-d-r2-noholes.cnf
MD5SUM17bffac3a21734cf7ff7fa9ecba23d9d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark619.192
Satisfiable
(Un)Satisfiability was proved
Number of variables276895
Number of clauses1607567
Sum of the clauses size4321960
Maximum clause length184
Minimum clause length1
Number of clauses of size 140271
Number of clauses of size 21154041
Number of clauses of size 3332345
Number of clauses of size 410685
Number of clauses of size 50
Number of clauses of size over 570225

Solver Data

5238.99/5241.47	c clasp version 1.2.0-SAT09 
5238.99/5241.47	c Reading from ...777456/instance-1831793-1242777456.cnf
5238.99/5241.47	c Reading      : Done(0.950s)
5238.99/5241.47	c Preprocessing: |-\|/-\Done(54.410s)
5238.99/5241.47	c Solving...
5238.99/5241.47	
5238.99/5241.47	c Models    : 0     
5238.99/5241.47	c Time         : 5239.370s (Solve: 5184.010s)
5238.99/5241.47	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-1831793-1242777456/watcher-1831793-1242777456 -o /tmp/evaluation-result-1831793-1242777456/solver-1831793-1242777456 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831793-1242777456.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: 1.00 1.00 0.95 3/64 3157
/proc/meminfo: memFree=1890176/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=4160 CPUtime=0
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 566 0 0 0 0 0 0 0 18 0 1 0 305778706 4259840 454 1992294400 134512640 136057169 4294956160 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 1040 462 139 377 0 660 0

[startup+0.0369729 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 3157
/proc/meminfo: memFree=1890176/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=23092 CPUtime=0.03
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 4176 0 0 0 1 2 0 0 18 0 1 0 305778706 23646208 3003 1992294400 134512640 136057169 4294956160 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 5773 3007 140 377 0 5393 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23092

[startup+0.101982 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 3157
/proc/meminfo: memFree=1890176/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=29672 CPUtime=0.09
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 7965 0 0 0 6 3 0 0 18 0 1 0 305778706 30384128 6792 1992294400 134512640 136057169 4294956160 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 7418 6792 147 377 0 7038 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29672

[startup+0.302009 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 3157
/proc/meminfo: memFree=1890176/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=40208 CPUtime=0.29
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 11249 0 0 0 25 4 0 0 20 0 1 0 305778706 41172992 9433 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 10052 9433 147 377 0 9672 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40208

[startup+0.701067 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 3157
/proc/meminfo: memFree=1890176/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=57932 CPUtime=0.69
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 16859 0 0 0 61 8 0 0 23 0 1 0 305778706 59322368 13903 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 14483 13904 147 377 0 14103 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57932

[startup+1.50118 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 3158
/proc/meminfo: memFree=1813048/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=98228 CPUtime=1.49
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 32302 0 0 0 134 15 0 0 25 0 1 0 305778706 100585472 23823 1992294400 134512640 136057169 4294956160 18446744073709551615 134774422 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 24557 23823 168 377 0 24177 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98228

[startup+3.10241 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 3158
/proc/meminfo: memFree=1791544/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=104828 CPUtime=3.09
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 34025 0 0 0 293 16 0 0 25 0 1 0 305778706 107343872 25418 1992294400 134512640 136057169 4294956160 18446744073709551615 134765825 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 26207 25418 170 377 0 25827 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 104828

[startup+6.30187 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 3158
/proc/meminfo: memFree=1786424/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=107956 CPUtime=6.29
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 34961 0 0 0 612 17 0 0 25 0 1 0 305778706 110546944 26162 1992294400 134512640 136057169 4294956160 18446744073709551615 134765825 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 26989 26162 170 377 0 26609 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 107956

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 3158
/proc/meminfo: memFree=1780536/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=114096 CPUtime=12.68
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 36515 0 0 0 1250 18 0 0 25 0 1 0 305778706 116834304 27716 1992294400 134512640 136057169 4294956160 18446744073709551615 134766196 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 28524 27716 170 377 0 28144 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 114096

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 3158
/proc/meminfo: memFree=1768312/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=126256 CPUtime=25.47
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 39550 0 0 0 2527 20 0 0 25 0 1 0 305778706 129286144 30751 1992294400 134512640 136057169 4294956160 18446744073709551615 134765859 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 31564 30751 170 377 0 31184 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 126256

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 3158
/proc/meminfo: memFree=1761080/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=132996 CPUtime=51.07
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 41249 0 0 0 5086 21 0 0 25 0 1 0 305778706 136187904 32450 1992294400 134512640 136057169 4294956160 18446744073709551615 134776795 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 33249 32450 170 377 0 32869 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 132996

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 3158
/proc/meminfo: memFree=1773816/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=119676 CPUtime=102.24
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 42946 0 0 0 10202 22 0 0 25 0 1 0 305778706 122548224 29297 1992294400 134512640 136057169 4294956160 18446744073709551615 134649301 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 29919 29297 183 377 0 29539 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 119676

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 3158
/proc/meminfo: memFree=1770680/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=122892 CPUtime=162.22
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 43748 0 0 0 16199 23 0 0 25 0 1 0 305778706 125841408 30099 1992294400 134512640 136057169 4294956160 18446744073709551615 134823782 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 30723 30099 183 377 0 30343 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 122892

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 3164
/proc/meminfo: memFree=1767480/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=126128 CPUtime=222.18
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 44502 0 0 0 22194 24 0 0 25 0 1 0 305778706 129155072 30853 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 31532 30853 183 377 0 31152 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 126128

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 3164
/proc/meminfo: memFree=1759480/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=134360 CPUtime=282.15
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 46518 0 0 0 28190 25 0 0 25 0 1 0 305778706 137584640 32869 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 33590 32869 183 377 0 33210 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 134360

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 3164
/proc/meminfo: memFree=1756280/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=137728 CPUtime=342.12
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 47282 0 0 0 34187 25 0 0 25 0 1 0 305778706 141033472 33633 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 34432 33633 183 377 0 34052 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 137728

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 3164
/proc/meminfo: memFree=1752696/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=141632 CPUtime=402.08
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 48186 0 0 0 40182 26 0 0 25 0 1 0 305778706 145031168 34537 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 35408 34537 183 377 0 35028 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 141632

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 3164
/proc/meminfo: memFree=1748984/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=145828 CPUtime=462.06
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 49121 0 0 0 46179 27 0 0 25 0 1 0 305778706 149327872 35472 1992294400 134512640 136057169 4294956160 18446744073709551615 134649313 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 36457 35472 183 377 0 36077 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 145828

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 3164
/proc/meminfo: memFree=1742392/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=152488 CPUtime=522.03
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 50763 0 0 0 52175 28 0 0 25 0 1 0 305778706 156147712 37114 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 38122 37114 183 377 0 37742 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 152488

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 3164
/proc/meminfo: memFree=1737400/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=158052 CPUtime=581.99
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 51990 0 0 0 58171 28 0 0 25 0 1 0 305778706 161845248 38341 1992294400 134512640 136057169 4294956160 18446744073709551615 134649287 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 39513 38341 183 377 0 39133 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 158052

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 3164
/proc/meminfo: memFree=1733944/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=161932 CPUtime=641.97
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 52855 0 0 0 64168 29 0 0 25 0 1 0 305778706 165818368 39206 1992294400 134512640 136057169 4294956160 18446744073709551615 134649326 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 40483 39206 183 377 0 40103 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 161932

[startup+702.301 s]

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

/proc/meminfo: memFree=1574968/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=331760 CPUtime=4600.18
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 94945 0 0 0 459959 59 0 0 25 0 1 0 305778706 339722240 78302 1992294400 134512640 136057169 4294956160 18446744073709551615 134649326 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 82940 78302 183 377 0 82560 0
Current children cumulated CPU time (s) 4600.18
Current children cumulated vsize (KiB) 331760

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 3172
/proc/meminfo: memFree=1572408/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=334832 CPUtime=4660.15
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 95582 0 0 0 465956 59 0 0 25 0 1 0 305778706 342867968 78939 1992294400 134512640 136057169 4294956160 18446744073709551615 134649326 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 83708 78939 183 377 0 83328 0
Current children cumulated CPU time (s) 4660.15
Current children cumulated vsize (KiB) 334832

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 3172
/proc/meminfo: memFree=1572088/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=335052 CPUtime=4720.13
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 95656 0 0 0 471954 59 0 0 25 0 1 0 305778706 343093248 79013 1992294400 134512640 136057169 4294956160 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 83763 79013 183 377 0 83383 0
Current children cumulated CPU time (s) 4720.13
Current children cumulated vsize (KiB) 335052

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 3172
/proc/meminfo: memFree=1571960/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=335292 CPUtime=4780.09
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 95688 0 0 0 477950 59 0 0 25 0 1 0 305778706 343339008 79045 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 83823 79045 183 377 0 83443 0
Current children cumulated CPU time (s) 4780.09
Current children cumulated vsize (KiB) 335292

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 3172
/proc/meminfo: memFree=1571896/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=335292 CPUtime=4840.06
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 95701 0 0 0 483947 59 0 0 25 0 1 0 305778706 343339008 79058 1992294400 134512640 136057169 4294956160 18446744073709551615 134649355 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 83823 79058 183 377 0 83443 0
Current children cumulated CPU time (s) 4840.06
Current children cumulated vsize (KiB) 335292

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 3172
/proc/meminfo: memFree=1570872/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=336508 CPUtime=4900.04
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 95968 0 0 0 489945 59 0 0 25 0 1 0 305778706 344584192 79325 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 84127 79325 183 377 0 83747 0
Current children cumulated CPU time (s) 4900.04
Current children cumulated vsize (KiB) 336508

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 3172
/proc/meminfo: memFree=1568824/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=338772 CPUtime=4960.01
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 96469 0 0 0 495941 60 0 0 25 0 1 0 305778706 346902528 79826 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 84693 79826 183 377 0 84313 0
Current children cumulated CPU time (s) 4960.01
Current children cumulated vsize (KiB) 338772

[startup+5022.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 3172
/proc/meminfo: memFree=1566264/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=341928 CPUtime=5019.99
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 97176 0 0 0 501939 60 0 0 25 0 1 0 305778706 350134272 80533 1992294400 134512640 136057169 4294956160 18446744073709551615 134823884 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 85482 80533 183 377 0 85102 0
Current children cumulated CPU time (s) 5019.99
Current children cumulated vsize (KiB) 341928

[startup+5082.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 3172
/proc/meminfo: memFree=1563704/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=344276 CPUtime=5079.96
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 97729 0 0 0 507936 60 0 0 25 0 1 0 305778706 352538624 81086 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 86069 81086 183 377 0 85689 0
Current children cumulated CPU time (s) 5079.96
Current children cumulated vsize (KiB) 344276

[startup+5142.3 s]
/proc/loadavg: 1.04 1.01 0.98 2/65 3172
/proc/meminfo: memFree=1556728/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=351380 CPUtime=5139.93
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 99647 0 0 0 513931 62 0 0 25 0 1 0 305778706 359813120 82823 1992294400 134512640 136057169 4294956160 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 87845 82823 183 377 0 87465 0
Current children cumulated CPU time (s) 5139.93
Current children cumulated vsize (KiB) 351380

[startup+5202.3 s]
/proc/loadavg: 1.06 1.02 0.99 2/65 3172
/proc/meminfo: memFree=1555384/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=352532 CPUtime=5199.91
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 99941 0 0 0 519929 62 0 0 25 0 1 0 305778706 360992768 83117 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 88133 83117 183 377 0 87753 0
Current children cumulated CPU time (s) 5199.91
Current children cumulated vsize (KiB) 352532

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

[startup+5222.3 s]
/proc/loadavg: 1.04 1.02 0.99 2/65 3172
/proc/meminfo: memFree=1555128/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=352532 CPUtime=5219.9
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 100080 0 0 0 521928 62 0 0 25 0 1 0 305778706 360992768 83128 1992294400 134512640 136057169 4294956160 18446744073709551615 134649280 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 88133 83128 183 377 0 87753 0
Current children cumulated CPU time (s) 5219.9
Current children cumulated vsize (KiB) 352532

[startup+5235.1 s]
/proc/loadavg: 1.11 1.04 1.00 2/65 3172
/proc/meminfo: memFree=1555128/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=352532 CPUtime=5232.7
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 100090 0 0 0 523208 62 0 0 25 0 1 0 305778706 360992768 83138 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 88133 83138 183 377 0 87753 0
Current children cumulated CPU time (s) 5232.7
Current children cumulated vsize (KiB) 352532

[startup+5238.3 s]
/proc/loadavg: 1.10 1.04 1.00 2/65 3172
/proc/meminfo: memFree=1555128/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=352532 CPUtime=5235.89
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 100095 0 0 0 523527 62 0 0 25 0 1 0 305778706 360992768 83143 1992294400 134512640 136057169 4294956160 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 88133 83143 183 377 0 87753 0
Current children cumulated CPU time (s) 5235.89
Current children cumulated vsize (KiB) 352532

[startup+5239.9 s]
/proc/loadavg: 1.10 1.04 1.00 2/65 3172
/proc/meminfo: memFree=1555128/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=352532 CPUtime=5237.49
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 100095 0 0 0 523687 62 0 0 25 0 1 0 305778706 360992768 83143 1992294400 134512640 136057169 4294956160 18446744073709551615 134618265 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 88133 83143 183 377 0 87753 0
Current children cumulated CPU time (s) 5237.49
Current children cumulated vsize (KiB) 352532

[startup+5240.7 s]
/proc/loadavg: 1.09 1.04 1.00 2/65 3172
/proc/meminfo: memFree=1555128/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=352532 CPUtime=5238.29
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 100095 0 0 0 523767 62 0 0 25 0 1 0 305778706 360992768 83143 1992294400 134512640 136057169 4294956160 18446744073709551615 134812866 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 88133 83143 183 377 0 87753 0
Current children cumulated CPU time (s) 5238.29
Current children cumulated vsize (KiB) 352532

[startup+5241.1 s]
/proc/loadavg: 1.09 1.04 1.00 2/65 3172
/proc/meminfo: memFree=1555128/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=352532 CPUtime=5238.69
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 100099 0 0 0 523807 62 0 0 25 0 1 0 305778706 360992768 83147 1992294400 134512640 136057169 4294956160 18446744073709551615 135437512 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 88133 83147 187 377 0 87753 0
Current children cumulated CPU time (s) 5238.69
Current children cumulated vsize (KiB) 352532

[startup+5241.3 s]
/proc/loadavg: 1.09 1.04 1.00 2/65 3172
/proc/meminfo: memFree=1555128/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=88868 CPUtime=5238.89
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 100099 0 0 0 523824 65 0 0 25 0 1 0 305778706 91000832 21925 1992294400 134512640 136057169 4294956160 18446744073709551615 135433599 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 22217 21925 187 377 0 21837 0
Current children cumulated CPU time (s) 5238.89
Current children cumulated vsize (KiB) 88868

[startup+5241.4 s]
/proc/loadavg: 1.09 1.04 1.00 2/65 3172
/proc/meminfo: memFree=1799928/2055920 swapFree=4178384/4192956
[pid=3157] ppid=3155 vsize=88868 CPUtime=5238.99
/proc/3157/stat : 3157 (clasp) R 3155 3157 2929 0 -1 4194304 100099 0 0 0 523834 65 0 0 25 0 1 0 305778706 91000832 21925 1992294400 134512640 136057169 4294956160 18446744073709551615 135433712 0 0 4096 16386 0 0 0 17 0 0 0
/proc/3157/statm: 22217 21925 187 377 0 21837 0
Current children cumulated CPU time (s) 5238.99
Current children cumulated vsize (KiB) 88868

Child status: 20
Real time (s): 5241.48
CPU time (s): 5239.08
CPU user time (s): 5238.41
CPU system time (s): 0.671897
CPU usage (%): 99.9542
Max. virtual memory (cumulated for all children) (KiB): 353256

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

runsolver used 4.39633 second user time and 14.6708 second system time

The end

Launcher Data

Begin job on node29 at 2009-05-20 01:57:39
IDJOB=1831793
IDBENCH=70951
IDSOLVER=637
FILE ID=node29/1831793-1242777456
PBS_JOBID= 9322304
Free space on /tmp= 66436 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-d-r2-noholes.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-1831793-1242777456/watcher-1831793-1242777456 -o /tmp/evaluation-result-1831793-1242777456/solver-1831793-1242777456 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831793-1242777456.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= 17bffac3a21734cf7ff7fa9ecba23d9d
RANDOM SEED=1740672248

node29.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.281
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.281
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:       1890656 kB
Buffers:         16236 kB
Cached:         110308 kB
SwapCached:       8776 kB
Active:          82216 kB
Inactive:        54684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1890656 kB
SwapTotal:     4192956 kB
SwapFree:      4178384 kB
Dirty:           34952 kB
Writeback:           0 kB
Mapped:          15000 kB
Slab:            14340 kB
Committed_AS:  1096352 kB
PageTables:       1476 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= 66436 MiB
End job on node29 at 2009-05-20 03:25:00