Trace number 1831801

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 8909.4 8911.97

General information on the benchmark

NameAPPLICATIONS/
c32sat/post-c32s-ss-8.cnf
MD5SUM9d3d3bb9b296880c7463693ae665aafd
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark424.931
Satisfiable
(Un)Satisfiability was proved
Number of variables53752
Number of clauses148393
Sum of the clauses size346249
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 298928
Number of clauses of size 349464
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

8909.32/8911.97	c clasp version 1.2.0-SAT09 
8909.32/8911.97	c Reading from ...777972/instance-1831801-1242777972.cnf
8909.32/8911.97	c Reading      : Done(0.090s)
8909.32/8911.97	c Preprocessing: |-\|/Done(0.740s)
8909.32/8911.97	c Solving...
8909.32/8911.97	
8909.32/8911.97	c Models    : 0     
8909.32/8911.97	c Time         : 8910.640s (Solve: 8909.810s)
8909.32/8911.97	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-1831801-1242777972/watcher-1831801-1242777972 -o /tmp/evaluation-result-1831801-1242777972/solver-1831801-1242777972 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831801-1242777972.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.06 1.02 3/64 10507
/proc/meminfo: memFree=1988264/2055920 swapFree=4180244/4192956
[pid=10507] ppid=10505 vsize=5884 CPUtime=0
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 578 0 0 0 0 0 0 0 18 0 1 0 305831227 6025216 384 1992294400 134512640 136057169 4294956160 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 1471 389 140 377 0 1091 0

[startup+0.011796 s]
/proc/loadavg: 1.00 1.06 1.02 3/64 10507
/proc/meminfo: memFree=1988264/2055920 swapFree=4180244/4192956
[pid=10507] ppid=10505 vsize=5884 CPUtime=0
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 1263 0 0 0 0 0 0 0 18 0 1 0 305831227 6025216 1069 1992294400 134512640 136057169 4294956160 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 1471 1073 140 377 0 1091 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5884

[startup+0.101805 s]
/proc/loadavg: 1.00 1.06 1.02 3/64 10507
/proc/meminfo: memFree=1988264/2055920 swapFree=4180244/4192956
[pid=10507] ppid=10505 vsize=12512 CPUtime=0.09
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 3562 0 0 0 8 1 0 0 18 0 1 0 305831227 12812288 2858 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 3128 2859 165 377 0 2748 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12512

[startup+0.301824 s]
/proc/loadavg: 1.00 1.06 1.02 3/64 10507
/proc/meminfo: memFree=1988264/2055920 swapFree=4180244/4192956
[pid=10507] ppid=10505 vsize=17588 CPUtime=0.29
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 4778 0 0 0 28 1 0 0 19 0 1 0 305831227 18010112 4074 1992294400 134512640 136057169 4294956160 18446744073709551615 134782383 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 4397 4074 170 377 0 4017 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17588

[startup+0.701863 s]
/proc/loadavg: 1.00 1.06 1.02 3/64 10507
/proc/meminfo: memFree=1988264/2055920 swapFree=4180244/4192956
[pid=10507] ppid=10505 vsize=20540 CPUtime=0.69
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 5514 0 0 0 67 2 0 0 22 0 1 0 305831227 21032960 4810 1992294400 134512640 136057169 4294956160 18446744073709551615 134785229 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 5135 4810 170 377 0 4755 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20540

[startup+1.50194 s]
/proc/loadavg: 1.00 1.06 1.02 2/65 10508
/proc/meminfo: memFree=1971168/2055920 swapFree=4180244/4192956
[pid=10507] ppid=10505 vsize=18696 CPUtime=1.49
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 5781 0 0 0 147 2 0 0 25 0 1 0 305831227 19144704 4391 1992294400 134512640 136057169 4294956160 18446744073709551615 134649331 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 4674 4391 183 377 0 4294 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18696

[startup+3.1011 s]
/proc/loadavg: 1.00 1.06 1.02 2/65 10508
/proc/meminfo: memFree=1971104/2055920 swapFree=4180244/4192956
[pid=10507] ppid=10505 vsize=18696 CPUtime=3.09
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 5781 0 0 0 307 2 0 0 25 0 1 0 305831227 19144704 4391 1992294400 134512640 136057169 4294956160 18446744073709551615 134823322 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 4674 4391 183 377 0 4294 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18696

[startup+6.30142 s]
/proc/loadavg: 1.00 1.06 1.02 2/65 10508
/proc/meminfo: memFree=1971040/2055920 swapFree=4180244/4192956
[pid=10507] ppid=10505 vsize=18840 CPUtime=6.29
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 5804 0 0 0 627 2 0 0 25 0 1 0 305831227 19292160 4414 1992294400 134512640 136057169 4294956160 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 4710 4414 183 377 0 4330 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18840

[startup+12.7011 s]
/proc/loadavg: 1.00 1.06 1.02 2/65 10508
/proc/meminfo: memFree=1971104/2055920 swapFree=4180244/4192956
[pid=10507] ppid=10505 vsize=18972 CPUtime=12.68
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 5852 0 0 0 1266 2 0 0 25 0 1 0 305831227 19427328 4462 1992294400 134512640 136057169 4294956160 18446744073709551615 134823694 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 4743 4462 183 377 0 4363 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18972

[startup+25.5013 s]
/proc/loadavg: 1.00 1.06 1.02 2/65 10508
/proc/meminfo: memFree=1970912/2055920 swapFree=4180244/4192956
[pid=10507] ppid=10505 vsize=19464 CPUtime=25.48
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 5969 0 0 0 2546 2 0 0 25 0 1 0 305831227 19931136 4579 1992294400 134512640 136057169 4294956160 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 4866 4579 183 377 0 4486 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19464

[startup+51.1019 s]
/proc/loadavg: 1.00 1.05 1.01 2/65 10508
/proc/meminfo: memFree=1969952/2055920 swapFree=4180244/4192956
[pid=10507] ppid=10505 vsize=20532 CPUtime=51.08
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 6225 0 0 0 5105 3 0 0 25 0 1 0 305831227 21024768 4835 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 5133 4835 183 377 0 4753 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 20532

[startup+102.306 s]
/proc/loadavg: 1.00 1.04 1.01 2/65 10508
/proc/meminfo: memFree=1967776/2055920 swapFree=4180244/4192956
[pid=10507] ppid=10505 vsize=22692 CPUtime=102.27
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 6775 0 0 0 10223 4 0 0 25 0 1 0 305831227 23236608 5385 1992294400 134512640 136057169 4294956160 18446744073709551615 134825035 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 5673 5385 183 377 0 5293 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 22692

[startup+162.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 10508
/proc/meminfo: memFree=1967008/2055920 swapFree=4180244/4192956
[pid=10507] ppid=10505 vsize=23492 CPUtime=162.25
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 6959 0 0 0 16221 4 0 0 25 0 1 0 305831227 24055808 5569 1992294400 134512640 136057169 4294956160 18446744073709551615 134823505 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 5873 5569 183 377 0 5493 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 23492

[startup+222.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 10508
/proc/meminfo: memFree=1965664/2055920 swapFree=4180244/4192956
[pid=10507] ppid=10505 vsize=24700 CPUtime=222.22
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 7268 0 0 0 22218 4 0 0 25 0 1 0 305831227 25292800 5878 1992294400 134512640 136057169 4294956160 18446744073709551615 134649319 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 6175 5878 183 377 0 5795 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 24700

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 10508
/proc/meminfo: memFree=1962016/2055920 swapFree=4180244/4192956
[pid=10507] ppid=10505 vsize=28280 CPUtime=282.21
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 8173 0 0 0 28216 5 0 0 25 0 1 0 305831227 28958720 6783 1992294400 134512640 136057169 4294956160 18446744073709551615 134823628 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 7070 6783 183 377 0 6690 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 28280

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 10508
/proc/meminfo: memFree=1959584/2055920 swapFree=4180244/4192956
[pid=10507] ppid=10505 vsize=30796 CPUtime=342.2
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 8786 0 0 0 34214 6 0 0 25 0 1 0 305831227 31535104 7396 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 7699 7396 183 377 0 7319 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 30796

[startup+402.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 10508
/proc/meminfo: memFree=1959520/2055920 swapFree=4180244/4192956
[pid=10507] ppid=10505 vsize=30796 CPUtime=402.18
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 8786 0 0 0 40212 6 0 0 25 0 1 0 305831227 31535104 7396 1992294400 134512640 136057169 4294956160 18446744073709551615 134823436 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 7699 7396 183 377 0 7319 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 30796

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10508
/proc/meminfo: memFree=1959264/2055920 swapFree=4180244/4192956
[pid=10507] ppid=10505 vsize=31076 CPUtime=462.16
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 8829 0 0 0 46209 7 0 0 25 0 1 0 305831227 31821824 7439 1992294400 134512640 136057169 4294956160 18446744073709551615 134823404 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 7769 7439 183 377 0 7389 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 31076

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10508
/proc/meminfo: memFree=1959392/2055920 swapFree=4180244/4192956
[pid=10507] ppid=10505 vsize=31076 CPUtime=522.15
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 8829 0 0 0 52208 7 0 0 25 0 1 0 305831227 31821824 7439 1992294400 134512640 136057169 4294956160 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 7769 7439 183 377 0 7389 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 31076

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10508
/proc/meminfo: memFree=1959328/2055920 swapFree=4180244/4192956
[pid=10507] ppid=10505 vsize=31076 CPUtime=582.13
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 8830 0 0 0 58206 7 0 0 25 0 1 0 305831227 31821824 7440 1992294400 134512640 136057169 4294956160 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 7769 7440 183 377 0 7389 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 31076

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10508
/proc/meminfo: memFree=1959264/2055920 swapFree=4180244/4192956
[pid=10507] ppid=10505 vsize=31076 CPUtime=642.11
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 8830 0 0 0 64204 7 0 0 25 0 1 0 305831227 31821824 7440 1992294400 134512640 136057169 4294956160 18446744073709551615 134612852 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 7769 7440 183 377 0 7389 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 31076

[startup+702.302 s]

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

/proc/meminfo: memFree=1880736/2055920 swapFree=4180256/4192956
[pid=10507] ppid=10505 vsize=60176 CPUtime=8259.89
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 16115 0 0 0 825945 44 0 0 25 0 1 0 305831227 61620224 14725 1992294400 134512640 136057169 4294956160 18446744073709551615 134612852 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 15044 14725 183 377 0 14664 0
Current children cumulated CPU time (s) 8259.89
Current children cumulated vsize (KiB) 60176

[startup+8322.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11000
/proc/meminfo: memFree=1880672/2055920 swapFree=4180256/4192956
[pid=10507] ppid=10505 vsize=60176 CPUtime=8319.89
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 16115 0 0 0 831944 45 0 0 25 0 1 0 305831227 61620224 14725 1992294400 134512640 136057169 4294956160 18446744073709551615 134649331 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 15044 14725 183 377 0 14664 0
Current children cumulated CPU time (s) 8319.89
Current children cumulated vsize (KiB) 60176

[startup+8382.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11000
/proc/meminfo: memFree=1880672/2055920 swapFree=4180256/4192956
[pid=10507] ppid=10505 vsize=60176 CPUtime=8379.87
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 16115 0 0 0 837942 45 0 0 25 0 1 0 305831227 61620224 14725 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 15044 14725 183 377 0 14664 0
Current children cumulated CPU time (s) 8379.87
Current children cumulated vsize (KiB) 60176

[startup+8442.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11000
/proc/meminfo: memFree=1880608/2055920 swapFree=4180256/4192956
[pid=10507] ppid=10505 vsize=60176 CPUtime=8439.85
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 16115 0 0 0 843940 45 0 0 25 0 1 0 305831227 61620224 14725 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 15044 14725 183 377 0 14664 0
Current children cumulated CPU time (s) 8439.85
Current children cumulated vsize (KiB) 60176

[startup+8502.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11000
/proc/meminfo: memFree=1880608/2055920 swapFree=4180256/4192956
[pid=10507] ppid=10505 vsize=60176 CPUtime=8499.84
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 16115 0 0 0 849938 46 0 0 25 0 1 0 305831227 61620224 14725 1992294400 134512640 136057169 4294956160 18446744073709551615 134825021 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 15044 14725 183 377 0 14664 0
Current children cumulated CPU time (s) 8499.84
Current children cumulated vsize (KiB) 60176

[startup+8562.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11000
/proc/meminfo: memFree=1880544/2055920 swapFree=4180256/4192956
[pid=10507] ppid=10505 vsize=60176 CPUtime=8559.82
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 16115 0 0 0 855936 46 0 0 25 0 1 0 305831227 61620224 14725 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 15044 14725 183 377 0 14664 0
Current children cumulated CPU time (s) 8559.82
Current children cumulated vsize (KiB) 60176

[startup+8622.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11000
/proc/meminfo: memFree=1880480/2055920 swapFree=4180256/4192956
[pid=10507] ppid=10505 vsize=60176 CPUtime=8619.8
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 16116 0 0 0 861934 46 0 0 25 0 1 0 305831227 61620224 14726 1992294400 134512640 136057169 4294956160 18446744073709551615 134828464 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 15044 14726 183 377 0 14664 0
Current children cumulated CPU time (s) 8619.8
Current children cumulated vsize (KiB) 60176

[startup+8682.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11000
/proc/meminfo: memFree=1880544/2055920 swapFree=4180256/4192956
[pid=10507] ppid=10505 vsize=60176 CPUtime=8679.79
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 16116 0 0 0 867933 46 0 0 25 0 1 0 305831227 61620224 14726 1992294400 134512640 136057169 4294956160 18446744073709551615 134612852 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 15044 14726 183 377 0 14664 0
Current children cumulated CPU time (s) 8679.79
Current children cumulated vsize (KiB) 60176

[startup+8742.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11000
/proc/meminfo: memFree=1880480/2055920 swapFree=4180256/4192956
[pid=10507] ppid=10505 vsize=60176 CPUtime=8739.76
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 16116 0 0 0 873930 46 0 0 25 0 1 0 305831227 61620224 14726 1992294400 134512640 136057169 4294956160 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 15044 14726 183 377 0 14664 0
Current children cumulated CPU time (s) 8739.76
Current children cumulated vsize (KiB) 60176

[startup+8802.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11000
/proc/meminfo: memFree=1880416/2055920 swapFree=4180256/4192956
[pid=10507] ppid=10505 vsize=60176 CPUtime=8799.75
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 16116 0 0 0 879929 46 0 0 25 0 1 0 305831227 61620224 14726 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 15044 14726 183 377 0 14664 0
Current children cumulated CPU time (s) 8799.75
Current children cumulated vsize (KiB) 60176

[startup+8862.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11000
/proc/meminfo: memFree=1880352/2055920 swapFree=4180256/4192956
[pid=10507] ppid=10505 vsize=60176 CPUtime=8859.73
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 16124 0 0 0 885926 47 0 0 25 0 1 0 305831227 61620224 14734 1992294400 134512640 136057169 4294956160 18446744073709551615 134612876 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 15044 14734 183 377 0 14664 0
Current children cumulated CPU time (s) 8859.73
Current children cumulated vsize (KiB) 60176

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

[startup+8883.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11000
/proc/meminfo: memFree=1880288/2055920 swapFree=4180256/4192956
[pid=10507] ppid=10505 vsize=60176 CPUtime=8880.53
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 16124 0 0 0 888006 47 0 0 25 0 1 0 305831227 61620224 14734 1992294400 134512640 136057169 4294956160 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 15044 14734 183 377 0 14664 0
Current children cumulated CPU time (s) 8880.53
Current children cumulated vsize (KiB) 60176

[startup+8895.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11000
/proc/meminfo: memFree=1880288/2055920 swapFree=4180256/4192956
[pid=10507] ppid=10505 vsize=60176 CPUtime=8893.32
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 16124 0 0 0 889285 47 0 0 25 0 1 0 305831227 61620224 14734 1992294400 134512640 136057169 4294956160 18446744073709551615 134637484 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 15044 14734 183 377 0 14664 0
Current children cumulated CPU time (s) 8893.32
Current children cumulated vsize (KiB) 60176

[startup+8902.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11000
/proc/meminfo: memFree=1880288/2055920 swapFree=4180256/4192956
[pid=10507] ppid=10505 vsize=60176 CPUtime=8899.73
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 16124 0 0 0 889926 47 0 0 25 0 1 0 305831227 61620224 14734 1992294400 134512640 136057169 4294956160 18446744073709551615 134756828 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 15044 14734 183 377 0 14664 0
Current children cumulated CPU time (s) 8899.73
Current children cumulated vsize (KiB) 60176

[startup+8908.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11000
/proc/meminfo: memFree=1880352/2055920 swapFree=4180256/4192956
[pid=10507] ppid=10505 vsize=60176 CPUtime=8906.12
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 16124 0 0 0 890565 47 0 0 25 0 1 0 305831227 61620224 14734 1992294400 134512640 136057169 4294956160 18446744073709551615 134825006 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 15044 14734 183 377 0 14664 0
Current children cumulated CPU time (s) 8906.12
Current children cumulated vsize (KiB) 60176

[startup+8910.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11000
/proc/meminfo: memFree=1880352/2055920 swapFree=4180256/4192956
[pid=10507] ppid=10505 vsize=60176 CPUtime=8907.72
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 16124 0 0 0 890725 47 0 0 25 0 1 0 305831227 61620224 14734 1992294400 134512640 136057169 4294956160 18446744073709551615 134828324 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 15044 14734 183 377 0 14664 0
Current children cumulated CPU time (s) 8907.72
Current children cumulated vsize (KiB) 60176

[startup+8911.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11000
/proc/meminfo: memFree=1880352/2055920 swapFree=4180256/4192956
[pid=10507] ppid=10505 vsize=60176 CPUtime=8908.52
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 16124 0 0 0 890805 47 0 0 25 0 1 0 305831227 61620224 14734 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 15044 14734 183 377 0 14664 0
Current children cumulated CPU time (s) 8908.52
Current children cumulated vsize (KiB) 60176

[startup+8911.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11000
/proc/meminfo: memFree=1880352/2055920 swapFree=4180256/4192956
[pid=10507] ppid=10505 vsize=60176 CPUtime=8908.92
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 16124 0 0 0 890845 47 0 0 25 0 1 0 305831227 61620224 14734 1992294400 134512640 136057169 4294956160 18446744073709551615 134637467 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 15044 14734 183 377 0 14664 0
Current children cumulated CPU time (s) 8908.92
Current children cumulated vsize (KiB) 60176

[startup+8911.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11000
/proc/meminfo: memFree=1880352/2055920 swapFree=4180256/4192956
[pid=10507] ppid=10505 vsize=30844 CPUtime=8909.32
/proc/10507/stat : 10507 (clasp) R 10505 10507 10245 0 -1 4194304 16128 0 0 0 890884 48 0 0 25 0 1 0 305831227 31584256 7457 1992294400 134512640 136057169 4294956160 18446744073709551615 135651118 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10507/statm: 7711 7457 1242 377 0 7331 0
Current children cumulated CPU time (s) 8909.32
Current children cumulated vsize (KiB) 30844

Child status: 20
Real time (s): 8911.97
CPU time (s): 8909.4
CPU user time (s): 8908.91
CPU system time (s): 0.486925
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 60176

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

runsolver used 6.58 second user time and 18.2792 second system time

The end

Launcher Data

Begin job on node12 at 2009-05-20 02:06:12
IDJOB=1831801
IDBENCH=70956
IDSOLVER=637
FILE ID=node12/1831801-1242777972
PBS_JOBID= 9322357
Free space on /tmp= 66300 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-ss-8.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-1831801-1242777972/watcher-1831801-1242777972 -o /tmp/evaluation-result-1831801-1242777972/solver-1831801-1242777972 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831801-1242777972.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= 9d3d3bb9b296880c7463693ae665aafd
RANDOM SEED=2078318078

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:       1989512 kB
Buffers:          1332 kB
Cached:          29356 kB
SwapCached:       5284 kB
Active:          21516 kB
Inactive:        15808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1989512 kB
SwapTotal:     4192956 kB
SwapFree:      4180244 kB
Dirty:            4308 kB
Writeback:           0 kB
Mapped:          13436 kB
Slab:            14512 kB
Committed_AS:  1151000 kB
PageTables:       2016 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 04:34:44