Trace number 1831411

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 1376.71 1377.13

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-10-13-u.cnf
MD5SUMa443b9e3a7093c1d9a47b42016a65c52
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark905.473
Satisfiable
(Un)Satisfiability was proved
Number of variables226208
Number of clauses1021181
Sum of the clauses size2332626
Maximum clause length10
Minimum clause length1
Number of clauses of size 119072
Number of clauses of size 2821353
Number of clauses of size 3137896
Number of clauses of size 44760
Number of clauses of size 519040
Number of clauses of size over 519060

Solver Data

1376.68/1377.12	c clasp version 1.2.0-SAT09 
1376.68/1377.12	c Reading from ...759107/instance-1831411-1242759107.cnf
1376.68/1377.12	c Reading      : Done(0.580s)
1376.68/1377.12	c Preprocessing: |-\|Done(3.200s)
1376.68/1377.12	c Solving...
1376.68/1377.12	
1376.68/1377.12	c Models    : 0     
1376.68/1377.12	c Time         : 1376.720s (Solve: 1372.940s)
1376.68/1377.12	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-1831411-1242759107/watcher-1831411-1242759107 -o /tmp/evaluation-result-1831411-1242759107/solver-1831411-1242759107 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831411-1242759107.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.00 0.00 0.00 3/64 26782
/proc/meminfo: memFree=1953012/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=3864 CPUtime=0
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 564 0 0 0 0 0 0 0 19 0 1 0 303939901 3956736 451 1992294400 134512640 136057169 4294956160 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 966 459 157 377 0 586 0

[startup+0.0384369 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 26782
/proc/meminfo: memFree=1953012/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=19628 CPUtime=0.03
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 4328 0 0 0 2 1 0 0 19 0 1 0 303939901 20099072 3155 1992294400 134512640 136057169 4294956160 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 4907 3159 140 377 0 4527 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19628

[startup+0.101441 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 26782
/proc/meminfo: memFree=1953012/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=26200 CPUtime=0.09
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 7048 0 0 0 8 1 0 0 19 0 1 0 303939901 26828800 5875 1992294400 134512640 136057169 4294956160 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 6550 5875 144 377 0 6170 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26200

[startup+0.301461 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 26782
/proc/meminfo: memFree=1953012/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=37764 CPUtime=0.29
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 10858 0 0 0 26 3 0 0 21 0 1 0 303939901 38670336 8586 1992294400 134512640 136057169 4294956160 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 9441 8587 144 377 0 9061 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37764

[startup+0.701502 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 26782
/proc/meminfo: memFree=1953012/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=68096 CPUtime=0.69
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 21363 0 0 0 61 8 0 0 25 0 1 0 303939901 69730304 16318 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 17024 16319 165 377 0 16644 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68096

[startup+1.50158 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 26783
/proc/meminfo: memFree=1885740/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=74560 CPUtime=1.49
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 24880 0 0 0 139 10 0 0 25 0 1 0 303939901 76349440 17655 1992294400 134512640 136057169 4294956160 18446744073709551615 134774398 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 18640 17655 168 377 0 18260 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74560

[startup+3.10175 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 26783
/proc/meminfo: memFree=1881964/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=75484 CPUtime=3.09
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 25153 0 0 0 299 10 0 0 25 0 1 0 303939901 77295616 17928 1992294400 134512640 136057169 4294956160 18446744073709551615 134782826 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 18871 17928 170 377 0 18491 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 75484

[startup+6.30107 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 26783
/proc/meminfo: memFree=1894892/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=60204 CPUtime=6.28
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 25203 0 0 0 618 10 0 0 25 0 1 0 303939901 61648896 14417 1992294400 134512640 136057169 4294956160 18446744073709551615 134624579 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 15051 14417 182 377 0 14671 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 60204

[startup+12.7017 s]
/proc/loadavg: 0.23 0.05 0.02 2/65 26783
/proc/meminfo: memFree=1894964/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=60204 CPUtime=12.67
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 25215 0 0 0 1257 10 0 0 25 0 1 0 303939901 61648896 14429 1992294400 134512640 136057169 4294956160 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 15051 14429 182 377 0 14671 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 60204

[startup+25.501 s]
/proc/loadavg: 0.62 0.14 0.05 2/65 26783
/proc/meminfo: memFree=1894652/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=61040 CPUtime=25.46
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 25420 0 0 0 2536 10 0 0 25 0 1 0 303939901 62504960 14634 1992294400 134512640 136057169 4294956160 18446744073709551615 134824081 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 15260 14634 182 377 0 14880 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 61040

[startup+51.1017 s]
/proc/loadavg: 1.09 0.29 0.10 2/65 26783
/proc/meminfo: memFree=1887484/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=68184 CPUtime=51.05
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 27235 0 0 0 5093 12 0 0 25 0 1 0 303939901 69820416 16449 1992294400 134512640 136057169 4294956160 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 17046 16449 182 377 0 16666 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 68184

[startup+102.306 s]
/proc/loadavg: 1.38 0.52 0.18 2/65 26783
/proc/meminfo: memFree=1861116/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=95060 CPUtime=102.24
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 33914 0 0 0 10206 18 0 0 25 0 1 0 303939901 97341440 23128 1992294400 134512640 136057169 4294956160 18446744073709551615 134812866 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 23765 23128 182 377 0 23385 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 95060

[startup+162.302 s]
/proc/loadavg: 1.14 0.60 0.23 2/65 26783
/proc/meminfo: memFree=1839292/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=117396 CPUtime=162.22
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 39440 0 0 0 16200 22 0 0 25 0 1 0 303939901 120213504 28654 1992294400 134512640 136057169 4294956160 18446744073709551615 134819808 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 29349 28654 182 377 0 28969 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 117396

[startup+222.301 s]
/proc/loadavg: 1.05 0.67 0.28 2/65 26783
/proc/meminfo: memFree=1827580/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=128896 CPUtime=222.2
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 42271 0 0 0 22195 25 0 0 25 0 1 0 303939901 131989504 31485 1992294400 134512640 136057169 4294956160 18446744073709551615 134615992 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 32224 31485 182 377 0 31844 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 128896

[startup+282.301 s]
/proc/loadavg: 1.02 0.73 0.32 2/65 26783
/proc/meminfo: memFree=1827580/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=128896 CPUtime=282.18
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 42288 0 0 0 28193 25 0 0 25 0 1 0 303939901 131989504 31502 1992294400 134512640 136057169 4294956160 18446744073709551615 134823417 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 32224 31502 182 377 0 31844 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 128896

[startup+342.301 s]
/proc/loadavg: 1.00 0.78 0.36 2/65 26783
/proc/meminfo: memFree=1803068/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=153292 CPUtime=342.17
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 48389 0 0 0 34186 31 0 0 25 0 1 0 303939901 156971008 37603 1992294400 134512640 136057169 4294956160 18446744073709551615 134823371 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 38323 37603 182 377 0 37943 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 153292

[startup+402.301 s]
/proc/loadavg: 1.00 0.81 0.40 2/65 26783
/proc/meminfo: memFree=1803004/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=153292 CPUtime=402.15
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 48391 0 0 0 40184 31 0 0 25 0 1 0 303939901 156971008 37605 1992294400 134512640 136057169 4294956160 18446744073709551615 134825006 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 38323 37605 182 377 0 37943 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 153292

[startup+462.302 s]
/proc/loadavg: 1.00 0.84 0.43 2/65 26783
/proc/meminfo: memFree=1802364/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=153992 CPUtime=462.13
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 48543 0 0 0 46182 31 0 0 25 0 1 0 303939901 157687808 37757 1992294400 134512640 136057169 4294956160 18446744073709551615 134823803 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 38498 37757 182 377 0 38118 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 153992

[startup+522.302 s]
/proc/loadavg: 1.00 0.87 0.46 2/65 26783
/proc/meminfo: memFree=1797692/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=158896 CPUtime=522.11
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 49832 0 0 0 52179 32 0 0 25 0 1 0 303939901 162709504 38910 1992294400 134512640 136057169 4294956160 18446744073709551615 134823417 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 39724 38910 182 377 0 39344 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 158896

[startup+582.302 s]
/proc/loadavg: 1.00 0.89 0.49 2/65 26789
/proc/meminfo: memFree=1797556/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=158896 CPUtime=582.09
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 49837 0 0 0 58177 32 0 0 25 0 1 0 303939901 162709504 38915 1992294400 134512640 136057169 4294956160 18446744073709551615 134823389 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 39724 38915 182 377 0 39344 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 158896

[startup+642.301 s]
/proc/loadavg: 1.00 0.91 0.52 2/65 26789
/proc/meminfo: memFree=1797428/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=158896 CPUtime=642.08
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 49869 0 0 0 64176 32 0 0 25 0 1 0 303939901 162709504 38947 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 39724 38947 182 377 0 39344 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 158896

[startup+702.301 s]
/proc/loadavg: 1.00 0.92 0.55 2/65 26789
/proc/meminfo: memFree=1796916/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=159400 CPUtime=702.06
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 49981 0 0 0 70174 32 0 0 25 0 1 0 303939901 163225600 39059 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 39850 39059 182 377 0 39470 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 159400

[startup+762.305 s]
/proc/loadavg: 1.00 0.93 0.57 2/65 26789
/proc/meminfo: memFree=1796916/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=159400 CPUtime=762.05
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 49982 0 0 0 76173 32 0 0 25 0 1 0 303939901 163225600 39060 1992294400 134512640 136057169 4294956160 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 39850 39060 182 377 0 39470 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 159400

[startup+822.301 s]
/proc/loadavg: 1.00 0.94 0.60 2/65 26789
/proc/meminfo: memFree=1796852/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=159400 CPUtime=822.03
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 49983 0 0 0 82171 32 0 0 25 0 1 0 303939901 163225600 39061 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 39850 39061 182 377 0 39470 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 159400

[startup+882.302 s]
/proc/loadavg: 1.00 0.95 0.62 2/65 26789
/proc/meminfo: memFree=1796860/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=159400 CPUtime=882.01
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 49990 0 0 0 88169 32 0 0 25 0 1 0 303939901 163225600 39068 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 39850 39068 182 377 0 39470 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 159400

[startup+942.302 s]
/proc/loadavg: 1.00 0.95 0.64 2/65 26789
/proc/meminfo: memFree=1796796/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=159400 CPUtime=941.99
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 49994 0 0 0 94167 32 0 0 25 0 1 0 303939901 163225600 39072 1992294400 134512640 136057169 4294956160 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 39850 39072 182 377 0 39470 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 159400

[startup+1002.3 s]
/proc/loadavg: 1.00 0.96 0.66 2/65 26789
/proc/meminfo: memFree=1796732/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=159400 CPUtime=1001.98
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 49997 0 0 0 100166 32 0 0 25 0 1 0 303939901 163225600 39075 1992294400 134512640 136057169 4294956160 18446744073709551615 134823417 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 39850 39075 182 377 0 39470 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 159400

[startup+1062.3 s]
/proc/loadavg: 1.00 0.97 0.68 2/65 26789
/proc/meminfo: memFree=1796732/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=159400 CPUtime=1061.96
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 50002 0 0 0 106164 32 0 0 25 0 1 0 303939901 163225600 39080 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 39850 39080 182 377 0 39470 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 159400

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.70 2/65 26789
/proc/meminfo: memFree=1796668/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=159400 CPUtime=1121.94
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 50007 0 0 0 112162 32 0 0 25 0 1 0 303939901 163225600 39085 1992294400 134512640 136057169 4294956160 18446744073709551615 134823364 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 39850 39085 182 377 0 39470 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 159400

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.71 2/65 26789
/proc/meminfo: memFree=1796604/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=159400 CPUtime=1181.92
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 50021 0 0 0 118160 32 0 0 25 0 1 0 303939901 163225600 39099 1992294400 134512640 136057169 4294956160 18446744073709551615 134823844 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 39850 39099 182 377 0 39470 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 159400

[startup+1242.3 s]
/proc/loadavg: 1.00 0.97 0.73 2/65 26789
/proc/meminfo: memFree=1796476/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=159400 CPUtime=1241.91
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 50041 0 0 0 124159 32 0 0 25 0 1 0 303939901 163225600 39119 1992294400 134512640 136057169 4294956160 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 39850 39119 182 377 0 39470 0
Current children cumulated CPU time (s) 1241.91
Current children cumulated vsize (KiB) 159400

[startup+1302.3 s]
/proc/loadavg: 1.00 0.97 0.74 2/65 26789
/proc/meminfo: memFree=1796412/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=159400 CPUtime=1301.89
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 50041 0 0 0 130157 32 0 0 25 0 1 0 303939901 163225600 39119 1992294400 134512640 136057169 4294956160 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 39850 39119 182 377 0 39470 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 159400

[startup+1362.3 s]
/proc/loadavg: 1.00 0.97 0.75 2/65 26789
/proc/meminfo: memFree=1796348/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=159400 CPUtime=1361.87
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 50041 0 0 0 136155 32 0 0 25 0 1 0 303939901 163225600 39119 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 39850 39119 182 377 0 39470 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 159400

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

[startup+1369.51 s]
/proc/loadavg: 1.00 0.97 0.76 2/65 26789
/proc/meminfo: memFree=1796348/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=159400 CPUtime=1369.08
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 50041 0 0 0 136876 32 0 0 25 0 1 0 303939901 163225600 39119 1992294400 134512640 136057169 4294956160 18446744073709551615 134820411 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 39850 39119 182 377 0 39470 0
Current children cumulated CPU time (s) 1369.08
Current children cumulated vsize (KiB) 159400

[startup+1372.7 s]
/proc/loadavg: 1.00 0.97 0.76 2/65 26789
/proc/meminfo: memFree=1796348/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=159400 CPUtime=1372.28
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 50041 0 0 0 137196 32 0 0 25 0 1 0 303939901 163225600 39119 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 39850 39119 182 377 0 39470 0
Current children cumulated CPU time (s) 1372.28
Current children cumulated vsize (KiB) 159400

[startup+1374.3 s]
/proc/loadavg: 1.00 0.97 0.76 2/65 26789
/proc/meminfo: memFree=1796348/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=159400 CPUtime=1373.87
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 50041 0 0 0 137355 32 0 0 25 0 1 0 303939901 163225600 39119 1992294400 134512640 136057169 4294956160 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 39850 39119 182 377 0 39470 0
Current children cumulated CPU time (s) 1373.87
Current children cumulated vsize (KiB) 159400

[startup+1375.9 s]
/proc/loadavg: 1.00 0.97 0.76 2/65 26789
/proc/meminfo: memFree=1796348/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=159400 CPUtime=1375.47
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 50041 0 0 0 137515 32 0 0 25 0 1 0 303939901 163225600 39119 1992294400 134512640 136057169 4294956160 18446744073709551615 134624629 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 39850 39119 182 377 0 39470 0
Current children cumulated CPU time (s) 1375.47
Current children cumulated vsize (KiB) 159400

[startup+1376.7 s]
/proc/loadavg: 1.00 0.97 0.76 2/65 26789
/proc/meminfo: memFree=1796348/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=159400 CPUtime=1376.27
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 50041 0 0 0 137595 32 0 0 25 0 1 0 303939901 163225600 39119 1992294400 134512640 136057169 4294956160 18446744073709551615 134624638 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 39850 39119 182 377 0 39470 0
Current children cumulated CPU time (s) 1376.27
Current children cumulated vsize (KiB) 159400

[startup+1377.1 s]
/proc/loadavg: 1.00 0.97 0.76 2/65 26789
/proc/meminfo: memFree=1915452/2055920 swapFree=4177792/4192956
[pid=26782] ppid=26780 vsize=38608 CPUtime=1376.68
/proc/26782/stat : 26782 (clasp) R 26780 26782 26745 0 -1 4194304 50046 0 0 0 137634 34 0 0 25 0 1 0 303939901 39534592 9296 1992294400 134512640 136057169 4294956160 18446744073709551615 135433706 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26782/statm: 9652 9296 187 377 0 9272 0
Current children cumulated CPU time (s) 1376.68
Current children cumulated vsize (KiB) 38608

Child status: 20
Real time (s): 1377.13
CPU time (s): 1376.71
CPU user time (s): 1376.36
CPU system time (s): 0.349946
CPU usage (%): 99.9695
Max. virtual memory (cumulated for all children) (KiB): 159400

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

runsolver used 1.12483 second user time and 2.83357 second system time

The end

Launcher Data

Begin job on node90 at 2009-05-19 20:51:48
IDJOB=1831411
IDBENCH=20342
IDSOLVER=637
FILE ID=node90/1831411-1242759107
PBS_JOBID= 9322214
Free space on /tmp= 66292 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/total-10-13-u.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-1831411-1242759107/watcher-1831411-1242759107 -o /tmp/evaluation-result-1831411-1242759107/solver-1831411-1242759107 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831411-1242759107.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= a443b9e3a7093c1d9a47b42016a65c52
RANDOM SEED=1527815780

node90.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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1953684 kB
Buffers:          3904 kB
Cached:          61092 kB
SwapCached:       9600 kB
Active:          43092 kB
Inactive:        32732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1953684 kB
SwapTotal:     4192956 kB
SwapFree:      4177792 kB
Dirty:           19996 kB
Writeback:           0 kB
Mapped:          15828 kB
Slab:            12432 kB
Committed_AS:   891016 kB
PageTables:       1436 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= 66288 MiB
End job on node90 at 2009-05-19 21:14:46