Trace number 1831791

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 6291.16 6292.68

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-ee-r2-noholes.cnf
MD5SUM4c8b9603e0c90cfb3c82064eae956799
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark772.307
Satisfiable
(Un)Satisfiability was proved
Number of variables266199
Number of clauses1575975
Sum of the clauses size4240496
Maximum clause length33
Minimum clause length1
Number of clauses of size 139783
Number of clauses of size 21138497
Number of clauses of size 3317809
Number of clauses of size 49949
Number of clauses of size 50
Number of clauses of size over 569937

Solver Data

6291.07/6292.67	c clasp version 1.2.0-SAT09 
6291.07/6292.67	c Reading from ...777330/instance-1831791-1242777330.cnf
6291.07/6292.67	c Reading      : Done(1.000s)
6291.07/6292.67	c Preprocessing: |-\|Done(56.650s)
6291.07/6292.67	c Solving...
6291.07/6292.67	
6291.07/6292.67	c Models    : 0     
6291.07/6292.67	c Time         : 6291.580s (Solve: 6233.930s)
6291.07/6292.67	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-1831791-1242777330/watcher-1831791-1242777330 -o /tmp/evaluation-result-1831791-1242777330/solver-1831791-1242777330 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831791-1242777330.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.99 0.97 0.98 3/64 25191
/proc/meminfo: memFree=1726040/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=3608 CPUtime=0
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 471 0 0 0 0 0 0 0 18 0 1 0 305760742 3694592 358 1992294400 134512640 136057169 4294956160 18446744073709551615 134816709 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 902 362 139 377 0 522 0

[startup+0.0462091 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 25191
/proc/meminfo: memFree=1726040/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=22356 CPUtime=0.03
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 4869 0 0 0 2 1 0 0 18 0 1 0 305760742 22892544 3696 1992294400 134512640 136057169 4294956160 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 5589 3700 140 377 0 5209 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 22356

[startup+0.101213 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 25191
/proc/meminfo: memFree=1726040/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=28260 CPUtime=0.09
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 7633 0 0 0 6 3 0 0 18 0 1 0 305760742 28938240 6460 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 7065 6460 147 377 0 6685 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28260

[startup+0.301231 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 25191
/proc/meminfo: memFree=1726040/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=38508 CPUtime=0.29
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 10755 0 0 0 24 5 0 0 19 0 1 0 305760742 39432192 8939 1992294400 134512640 136057169 4294956160 18446744073709551615 134767168 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 9627 8940 147 377 0 9247 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38508

[startup+0.701266 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 25191
/proc/meminfo: memFree=1726040/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=55308 CPUtime=0.7
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 16107 0 0 0 62 8 0 0 22 0 1 0 305760742 56635392 13151 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 13827 13151 147 377 0 13447 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 55308

[startup+1.50134 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25192
/proc/meminfo: memFree=1661264/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=94900 CPUtime=1.5
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 31205 0 0 0 135 15 0 0 25 0 1 0 305760742 97177600 22813 1992294400 134512640 136057169 4294956160 18446744073709551615 134771778 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 23725 22814 164 377 0 23345 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 94900

[startup+3.10148 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25192
/proc/meminfo: memFree=1631312/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=102236 CPUtime=3.09
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 33198 0 0 0 293 16 0 0 25 0 1 0 305760742 104689664 24678 1992294400 134512640 136057169 4294956160 18446744073709551615 134781647 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 25559 24678 169 377 0 25179 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 102236

[startup+6.30177 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25192
/proc/meminfo: memFree=1624976/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=105900 CPUtime=6.29
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 34167 0 0 0 611 18 0 0 25 0 1 0 305760742 108441600 25647 1992294400 134512640 136057169 4294956160 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 26475 25647 169 377 0 26095 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 105900

[startup+12.7013 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25192
/proc/meminfo: memFree=1619280/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=111464 CPUtime=12.69
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 35678 0 0 0 1250 19 0 0 25 0 1 0 305760742 114139136 26966 1992294400 134512640 136057169 4294956160 18446744073709551615 134765714 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 27866 26966 169 377 0 27486 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 111464

[startup+25.5015 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25192
/proc/meminfo: memFree=1607888/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=122724 CPUtime=25.48
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 38495 0 0 0 2528 20 0 0 25 0 1 0 305760742 125669376 29783 1992294400 134512640 136057169 4294956160 18446744073709551615 134765714 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 30681 29783 169 377 0 30301 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 122724

[startup+51.1018 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25192
/proc/meminfo: memFree=1599824/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=130496 CPUtime=51.08
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 40447 0 0 0 5086 22 0 0 25 0 1 0 305760742 133627904 31735 1992294400 134512640 136057169 4294956160 18446744073709551615 134774479 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 32624 31735 169 377 0 32244 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 130496

[startup+102.304 s]
/proc/loadavg: 1.03 0.99 0.99 2/65 25192
/proc/meminfo: memFree=1611920/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=117388 CPUtime=102.27
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 42141 0 0 0 10204 23 0 0 25 0 1 0 305760742 120205312 28708 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 29347 28708 183 377 0 28967 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 117388

[startup+162.302 s]
/proc/loadavg: 1.05 1.00 0.99 2/65 25192
/proc/meminfo: memFree=1611280/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=118076 CPUtime=162.26
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 42328 0 0 0 16202 24 0 0 25 0 1 0 305760742 120909824 28895 1992294400 134512640 136057169 4294956160 18446744073709551615 134649326 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 29519 28895 183 377 0 29139 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 118076

[startup+222.301 s]
/proc/loadavg: 1.02 1.00 0.99 2/65 25192
/proc/meminfo: memFree=1603600/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=126072 CPUtime=222.24
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 44222 0 0 0 22198 26 0 0 25 0 1 0 305760742 129097728 30789 1992294400 134512640 136057169 4294956160 18446744073709551615 134649293 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 31518 30789 183 377 0 31138 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 126072

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 25192
/proc/meminfo: memFree=1598992/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=130916 CPUtime=282.23
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 45378 0 0 0 28196 27 0 0 25 0 1 0 305760742 134057984 31945 1992294400 134512640 136057169 4294956160 18446744073709551615 134823860 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 32729 31945 183 377 0 32349 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 130916

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 25198
/proc/meminfo: memFree=1595088/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=134972 CPUtime=342.21
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 46312 0 0 0 34193 28 0 0 25 0 1 0 305760742 138211328 32879 1992294400 134512640 136057169 4294956160 18446744073709551615 134649319 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 33743 32879 183 377 0 33363 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 134972

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 25198
/proc/meminfo: memFree=1593808/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=136360 CPUtime=402.19
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 46622 0 0 0 40191 28 0 0 25 0 1 0 305760742 139632640 33189 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 34090 33189 183 377 0 33710 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 136360

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 25198
/proc/meminfo: memFree=1590480/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=139748 CPUtime=462.18
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 47462 0 0 0 46189 29 0 0 25 0 1 0 305760742 143101952 34029 1992294400 134512640 136057169 4294956160 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 34937 34029 183 377 0 34557 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 139748

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 25198
/proc/meminfo: memFree=1586256/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=144252 CPUtime=522.16
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 48488 0 0 0 52186 30 0 0 25 0 1 0 305760742 147714048 35055 1992294400 134512640 136057169 4294956160 18446744073709551615 134649319 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 36063 35055 183 377 0 35683 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 144252

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 25198
/proc/meminfo: memFree=1584528/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=146092 CPUtime=582.15
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 48917 0 0 0 58184 31 0 0 25 0 1 0 305760742 149598208 35484 1992294400 134512640 136057169 4294956160 18446744073709551615 134649293 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 36523 35484 183 377 0 36143 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 146092

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/65 25198
/proc/meminfo: memFree=1580880/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=149808 CPUtime=642.14
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 49820 0 0 0 64183 31 0 0 25 0 1 0 305760742 153403392 36387 1992294400 134512640 136057169 4294956160 18446744073709551615 134618347 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 37452 36387 183 377 0 37072 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 149808

[startup+702.301 s]

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

/proc/meminfo: memFree=1403472/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=332668 CPUtime=5620.93
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 94173 0 0 0 562011 82 0 0 25 0 1 0 305760742 340652032 79994 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 83167 79994 183 377 0 82787 0
Current children cumulated CPU time (s) 5620.93
Current children cumulated vsize (KiB) 332668

[startup+5682.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25206
/proc/meminfo: memFree=1402128/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=334056 CPUtime=5680.91
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 94503 0 0 0 568009 82 0 0 25 0 1 0 305760742 342073344 80324 1992294400 134512640 136057169 4294956160 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 83514 80324 183 377 0 83134 0
Current children cumulated CPU time (s) 5680.91
Current children cumulated vsize (KiB) 334056

[startup+5742.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25206
/proc/meminfo: memFree=1401744/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=334376 CPUtime=5740.9
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 94583 0 0 0 574007 83 0 0 25 0 1 0 305760742 342401024 80404 1992294400 134512640 136057169 4294956160 18446744073709551615 134618270 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 83594 80404 183 377 0 83214 0
Current children cumulated CPU time (s) 5740.9
Current children cumulated vsize (KiB) 334376

[startup+5802.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25206
/proc/meminfo: memFree=1400976/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=335176 CPUtime=5800.89
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 94761 0 0 0 580006 83 0 0 25 0 1 0 305760742 343220224 80582 1992294400 134512640 136057169 4294956160 18446744073709551615 134649935 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 83794 80582 183 377 0 83414 0
Current children cumulated CPU time (s) 5800.89
Current children cumulated vsize (KiB) 335176

[startup+5862.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25206
/proc/meminfo: memFree=1401040/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=335176 CPUtime=5860.87
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 94761 0 0 0 586004 83 0 0 25 0 1 0 305760742 343220224 80582 1992294400 134512640 136057169 4294956160 18446744073709551615 134618440 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 83794 80582 183 377 0 83414 0
Current children cumulated CPU time (s) 5860.87
Current children cumulated vsize (KiB) 335176

[startup+5922.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25206
/proc/meminfo: memFree=1400976/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=335176 CPUtime=5920.86
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 94763 0 0 0 592003 83 0 0 25 0 1 0 305760742 343220224 80584 1992294400 134512640 136057169 4294956160 18446744073709551615 134618392 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 83794 80584 183 377 0 83414 0
Current children cumulated CPU time (s) 5920.86
Current children cumulated vsize (KiB) 335176

[startup+5982.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25206
/proc/meminfo: memFree=1399760/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=336400 CPUtime=5980.84
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 95051 0 0 0 598000 84 0 0 25 0 1 0 305760742 344473600 80872 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 84100 80872 183 377 0 83720 0
Current children cumulated CPU time (s) 5980.84
Current children cumulated vsize (KiB) 336400

[startup+6042.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25206
/proc/meminfo: memFree=1398416/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=337848 CPUtime=6040.83
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 95394 0 0 0 603998 85 0 0 25 0 1 0 305760742 345956352 81215 1992294400 134512640 136057169 4294956160 18446744073709551615 134823844 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 84462 81215 183 377 0 84082 0
Current children cumulated CPU time (s) 6040.83
Current children cumulated vsize (KiB) 337848

[startup+6102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25206
/proc/meminfo: memFree=1397520/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=338572 CPUtime=6100.81
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 95599 0 0 0 609996 85 0 0 25 0 1 0 305760742 346697728 81420 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 84643 81420 183 377 0 84263 0
Current children cumulated CPU time (s) 6100.81
Current children cumulated vsize (KiB) 338572

[startup+6162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25206
/proc/meminfo: memFree=1396944/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=339296 CPUtime=6160.8
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 95738 0 0 0 615995 85 0 0 25 0 1 0 305760742 347439104 81559 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 84824 81559 183 377 0 84444 0
Current children cumulated CPU time (s) 6160.8
Current children cumulated vsize (KiB) 339296

[startup+6222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25206
/proc/meminfo: memFree=1396880/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=339296 CPUtime=6220.78
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 95738 0 0 0 621993 85 0 0 25 0 1 0 305760742 347439104 81559 1992294400 134512640 136057169 4294956160 18446744073709551615 134649297 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 84824 81559 183 377 0 84444 0
Current children cumulated CPU time (s) 6220.78
Current children cumulated vsize (KiB) 339296

[startup+6282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25206
/proc/meminfo: memFree=1395792/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=340472 CPUtime=6280.77
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 95992 0 0 0 627992 85 0 0 25 0 1 0 305760742 348643328 81813 1992294400 134512640 136057169 4294956160 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 85118 81813 183 377 0 84738 0
Current children cumulated CPU time (s) 6280.77
Current children cumulated vsize (KiB) 340472

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

[startup+6284.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25206
/proc/meminfo: memFree=1395792/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=340472 CPUtime=6283.16
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 95992 0 0 0 628231 85 0 0 25 0 1 0 305760742 348643328 81813 1992294400 134512640 136057169 4294956160 18446744073709551615 134649301 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 85118 81813 183 377 0 84738 0
Current children cumulated CPU time (s) 6283.16
Current children cumulated vsize (KiB) 340472

[startup+6287.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25206
/proc/meminfo: memFree=1395792/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=340472 CPUtime=6286.36
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 95992 0 0 0 628551 85 0 0 25 0 1 0 305760742 348643328 81813 1992294400 134512640 136057169 4294956160 18446744073709551615 134649358 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 85118 81813 183 377 0 84738 0
Current children cumulated CPU time (s) 6286.36
Current children cumulated vsize (KiB) 340472

[startup+6291.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25206
/proc/meminfo: memFree=1395792/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=340472 CPUtime=6289.56
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 95992 0 0 0 628871 85 0 0 25 0 1 0 305760742 348643328 81813 1992294400 134512640 136057169 4294956160 18446744073709551615 134812866 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 85118 81813 183 377 0 84738 0
Current children cumulated CPU time (s) 6289.56
Current children cumulated vsize (KiB) 340472

[startup+6291.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25206
/proc/meminfo: memFree=1396432/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=339296 CPUtime=6290.37
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 95992 0 0 0 628952 85 0 0 25 0 1 0 305760742 347439104 81608 1992294400 134512640 136057169 4294956160 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 84824 81608 183 377 0 84444 0
Current children cumulated CPU time (s) 6290.37
Current children cumulated vsize (KiB) 339296

[startup+6292.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25206
/proc/meminfo: memFree=1396432/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=339296 CPUtime=6290.76
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 95996 0 0 0 628991 85 0 0 25 0 1 0 305760742 347439104 81612 1992294400 134512640 136057169 4294956160 18446744073709551615 135438355 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 84824 81612 187 377 0 84444 0
Current children cumulated CPU time (s) 6290.76
Current children cumulated vsize (KiB) 339296

[startup+6292.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25206
/proc/meminfo: memFree=1396432/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=87352 CPUtime=6290.97
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 95996 0 0 0 629008 89 0 0 25 0 1 0 305760742 89448448 21518 1992294400 134512640 136057169 4294956160 18446744073709551615 135433673 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 21838 21518 187 377 0 21458 0
Current children cumulated CPU time (s) 6290.97
Current children cumulated vsize (KiB) 87352

[startup+6292.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25206
/proc/meminfo: memFree=1396432/2055920 swapFree=4180304/4192956
[pid=25191] ppid=25189 vsize=87352 CPUtime=6291.07
/proc/25191/stat : 25191 (clasp) R 25189 25191 24639 0 -1 4194304 95996 0 0 0 629018 89 0 0 25 0 1 0 305760742 89448448 21518 1992294400 134512640 136057169 4294956160 18446744073709551615 135433673 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25191/statm: 21838 21518 187 377 0 21458 0
Current children cumulated CPU time (s) 6291.07
Current children cumulated vsize (KiB) 87352

Child status: 20
Real time (s): 6292.68
CPU time (s): 6291.16
CPU user time (s): 6290.25
CPU system time (s): 0.907861
CPU usage (%): 99.9757
Max. virtual memory (cumulated for all children) (KiB): 340472

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

runsolver used 4.47332 second user time and 13.063 second system time

The end

Launcher Data

Begin job on node51 at 2009-05-20 01:55:32
IDJOB=1831791
IDBENCH=70950
IDSOLVER=637
FILE ID=node51/1831791-1242777330
PBS_JOBID= 9322335
Free space on /tmp= 66172 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-ee-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-1831791-1242777330/watcher-1831791-1242777330 -o /tmp/evaluation-result-1831791-1242777330/solver-1831791-1242777330 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831791-1242777330.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= 4c8b9603e0c90cfb3c82064eae956799
RANDOM SEED=885947435

node51.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.214
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.214
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:       1726456 kB
Buffers:         21012 kB
Cached:         268616 kB
SwapCached:       6784 kB
Active:         112804 kB
Inactive:       185616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1726456 kB
SwapTotal:     4192956 kB
SwapFree:      4180304 kB
Dirty:           34148 kB
Writeback:           0 kB
Mapped:          13984 kB
Slab:            17016 kB
Committed_AS:   888892 kB
PageTables:       1404 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= 66168 MiB
End job on node51 at 2009-05-20 03:40:25