Trace number 1785804

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 3574.72 3575.64

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_2vars_8gates_u2.cnf
MD5SUMa5bb71bc1d85a401ce9f42ed1404d63e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2000.83
Satisfiable
(Un)Satisfiability was proved
Number of variables387
Number of clauses62656
Sum of the clauses size362132
Maximum clause length24
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21453
Number of clauses of size 30
Number of clauses of size 41977
Number of clauses of size 53842
Number of clauses of size over 555320

Solver Data

3574.66/3575.64	c clasp version 1.2.0-SAT09 
3574.66/3575.64	c Reading from ...932340/instance-1785804-1241932340.cnf
3574.66/3575.64	c Reading      : Done(0.040s)
3574.66/3575.64	c Preprocessing: |-\Done(0.230s)
3574.66/3575.64	c Solving...
3574.66/3575.64	
3574.66/3575.64	c Models    : 0     
3574.66/3575.64	c Time         : 3575.240s (Solve: 3574.970s)
3574.66/3575.64	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-1785804-1241932340/watcher-1785804-1241932340 -o /tmp/evaluation-result-1785804-1241932340/solver-1785804-1241932340 -C 5000 -W 6000 -M 1800 HOME/clasp --file=HOME/instance-1785804-1241932340.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.11 1.01 1.00 3/65 12344
/proc/meminfo: memFree=1768256/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=1832 CPUtime=0
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 227 0 0 0 0 0 0 0 18 0 1 0 221263070 1875968 211 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 458 211 144 377 0 78 0

[startup+0.016927 s]
/proc/loadavg: 1.11 1.01 1.00 3/65 12344
/proc/meminfo: memFree=1768256/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=2596 CPUtime=0.01
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 389 0 0 0 1 0 0 0 18 0 1 0 221263070 2658304 373 1992294400 134512640 136057169 4294956160 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 649 373 144 377 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2596

[startup+0.101934 s]
/proc/loadavg: 1.11 1.01 1.00 3/65 12344
/proc/meminfo: memFree=1768256/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=5896 CPUtime=0.09
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 1325 0 0 0 8 1 0 0 18 0 1 0 221263070 6037504 1205 1992294400 134512640 136057169 4294956160 18446744073709551615 135439440 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 1474 1205 168 377 0 1094 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5896

[startup+0.301954 s]
/proc/loadavg: 1.11 1.01 1.00 3/65 12344
/proc/meminfo: memFree=1768256/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=5732 CPUtime=0.29
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 1383 0 0 0 28 1 0 0 19 0 1 0 221263070 5869568 1201 1992294400 134512640 136057169 4294956160 18446744073709551615 134613089 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 1433 1201 183 377 0 1053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5732

[startup+0.701996 s]
/proc/loadavg: 1.11 1.01 1.00 3/65 12344
/proc/meminfo: memFree=1768256/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=5732 CPUtime=0.69
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 1383 0 0 0 68 1 0 0 22 0 1 0 221263070 5869568 1201 1992294400 134512640 136057169 4294956160 18446744073709551615 134618485 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 1433 1201 183 377 0 1053 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5732

[startup+1.50208 s]
/proc/loadavg: 1.10 1.01 1.00 2/66 12345
/proc/meminfo: memFree=1763960/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=5732 CPUtime=1.49
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 1383 0 0 0 148 1 0 0 25 0 1 0 221263070 5869568 1201 1992294400 134512640 136057169 4294956160 18446744073709551615 134618270 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 1433 1201 183 377 0 1053 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5732

[startup+3.10125 s]
/proc/loadavg: 1.10 1.01 1.00 2/66 12345
/proc/meminfo: memFree=1763832/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=5732 CPUtime=3.09
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 1383 0 0 0 308 1 0 0 25 0 1 0 221263070 5869568 1201 1992294400 134512640 136057169 4294956160 18446744073709551615 134823879 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 1433 1201 183 377 0 1053 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5732

[startup+6.30158 s]
/proc/loadavg: 1.09 1.01 1.00 2/66 12345
/proc/meminfo: memFree=1763776/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=6000 CPUtime=6.29
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 1448 0 0 0 628 1 0 0 25 0 1 0 221263070 6144000 1266 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 1500 1266 183 377 0 1120 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6000

[startup+12.7012 s]
/proc/loadavg: 1.08 1.01 1.00 2/66 12345
/proc/meminfo: memFree=1762688/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=6972 CPUtime=12.68
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 1699 0 0 0 1267 1 0 0 25 0 1 0 221263070 7139328 1517 1992294400 134512640 136057169 4294956160 18446744073709551615 134813090 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 1743 1517 183 377 0 1363 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 6972

[startup+25.5016 s]
/proc/loadavg: 1.14 1.02 1.00 2/66 12345
/proc/meminfo: memFree=1761408/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=8248 CPUtime=25.49
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 2002 0 0 0 2547 2 0 0 25 0 1 0 221263070 8445952 1820 1992294400 134512640 136057169 4294956160 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 2062 1820 183 377 0 1682 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 8248

[startup+51.1012 s]
/proc/loadavg: 1.09 1.02 1.00 2/66 12345
/proc/meminfo: memFree=1760064/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=9744 CPUtime=51.08
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 2346 0 0 0 5106 2 0 0 25 0 1 0 221263070 9977856 2164 1992294400 134512640 136057169 4294956160 18446744073709551615 134618165 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 2436 2164 183 377 0 2056 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 9744

[startup+102.306 s]
/proc/loadavg: 1.08 1.03 1.00 2/66 12345
/proc/meminfo: memFree=1757696/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=12344 CPUtime=102.27
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 2954 0 0 0 10224 3 0 0 25 0 1 0 221263070 12640256 2772 1992294400 134512640 136057169 4294956160 18446744073709551615 134618270 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 3086 2772 183 377 0 2706 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 12344

[startup+162.302 s]
/proc/loadavg: 1.07 1.04 1.00 2/66 12345
/proc/meminfo: memFree=1755328/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=14920 CPUtime=162.25
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 3549 0 0 0 16222 3 0 0 25 0 1 0 221263070 15278080 3367 1992294400 134512640 136057169 4294956160 18446744073709551615 134618270 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 3730 3367 183 377 0 3350 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 14920

[startup+222.302 s]
/proc/loadavg: 1.14 1.06 1.01 2/66 12345
/proc/meminfo: memFree=1753856/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=16380 CPUtime=222.23
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 3916 0 0 0 22220 3 0 0 25 0 1 0 221263070 16773120 3734 1992294400 134512640 136057169 4294956160 18446744073709551615 134823821 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 4095 3734 183 377 0 3715 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 16380

[startup+282.301 s]
/proc/loadavg: 1.09 1.06 1.01 2/66 12345
/proc/meminfo: memFree=1752448/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=18068 CPUtime=282.22
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 4267 0 0 0 28218 4 0 0 25 0 1 0 221263070 18501632 4085 1992294400 134512640 136057169 4294956160 18446744073709551615 134618452 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 4517 4085 183 377 0 4137 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 18068

[startup+342.301 s]
/proc/loadavg: 1.06 1.06 1.01 2/66 12345
/proc/meminfo: memFree=1751360/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=19128 CPUtime=342.2
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 4529 0 0 0 34216 4 0 0 25 0 1 0 221263070 19587072 4347 1992294400 134512640 136057169 4294956160 18446744073709551615 134618496 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 4782 4347 183 377 0 4402 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 19128

[startup+402.302 s]
/proc/loadavg: 1.02 1.05 1.00 2/66 12345
/proc/meminfo: memFree=1750848/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=19824 CPUtime=402.18
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 4668 0 0 0 40214 4 0 0 25 0 1 0 221263070 20299776 4486 1992294400 134512640 136057169 4294956160 18446744073709551615 134645308 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 4956 4486 183 377 0 4576 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 19824

[startup+462.302 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 12345
/proc/meminfo: memFree=1749824/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=20944 CPUtime=462.17
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 4913 0 0 0 46212 5 0 0 25 0 1 0 221263070 21446656 4731 1992294400 134512640 136057169 4294956160 18446744073709551615 134618256 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 5236 4731 183 377 0 4856 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 20944

[startup+522.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 12345
/proc/meminfo: memFree=1748480/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=22336 CPUtime=522.16
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 5246 0 0 0 52211 5 0 0 25 0 1 0 221263070 22872064 5064 1992294400 134512640 136057169 4294956160 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 5584 5064 183 377 0 5204 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 22336

[startup+582.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 12345
/proc/meminfo: memFree=1747520/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=23520 CPUtime=582.14
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 5495 0 0 0 58209 5 0 0 25 0 1 0 221263070 24084480 5313 1992294400 134512640 136057169 4294956160 18446744073709551615 134823889 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 5880 5313 183 377 0 5500 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 23520

[startup+642.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 12345
/proc/meminfo: memFree=1746944/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=24160 CPUtime=642.12
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 5637 0 0 0 64207 5 0 0 25 0 1 0 221263070 24739840 5455 1992294400 134512640 136057169 4294956160 18446744073709551615 134612948 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 6040 5455 183 377 0 5660 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 24160

[startup+702.302 s]

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

/proc/meminfo: memFree=1734016/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=37632 CPUtime=2981.51
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 8713 0 0 0 298140 11 0 0 25 0 1 0 221263070 38535168 8531 1992294400 134512640 136057169 4294956160 18446744073709551615 134823889 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 9408 8531 183 377 0 9028 0
Current children cumulated CPU time (s) 2981.51
Current children cumulated vsize (KiB) 37632

[startup+3042.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12353
/proc/meminfo: memFree=1733888/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=37844 CPUtime=3041.5
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 8775 0 0 0 304138 12 0 0 25 0 1 0 221263070 38752256 8593 1992294400 134512640 136057169 4294956160 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 9461 8593 183 377 0 9081 0
Current children cumulated CPU time (s) 3041.5
Current children cumulated vsize (KiB) 37844

[startup+3102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12353
/proc/meminfo: memFree=1733824/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=37844 CPUtime=3101.49
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 8789 0 0 0 310137 12 0 0 25 0 1 0 221263070 38752256 8607 1992294400 134512640 136057169 4294956160 18446744073709551615 134618437 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 9461 8607 183 377 0 9081 0
Current children cumulated CPU time (s) 3101.49
Current children cumulated vsize (KiB) 37844

[startup+3162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12353
/proc/meminfo: memFree=1733824/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=37844 CPUtime=3161.47
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 8793 0 0 0 316135 12 0 0 25 0 1 0 221263070 38752256 8611 1992294400 134512640 136057169 4294956160 18446744073709551615 134618270 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 9461 8611 183 377 0 9081 0
Current children cumulated CPU time (s) 3161.47
Current children cumulated vsize (KiB) 37844

[startup+3222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12353
/proc/meminfo: memFree=1733824/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=37844 CPUtime=3221.45
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 8793 0 0 0 322133 12 0 0 25 0 1 0 221263070 38752256 8611 1992294400 134512640 136057169 4294956160 18446744073709551615 134618270 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 9461 8611 183 377 0 9081 0
Current children cumulated CPU time (s) 3221.45
Current children cumulated vsize (KiB) 37844

[startup+3282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12353
/proc/meminfo: memFree=1733504/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=38272 CPUtime=3281.45
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 8883 0 0 0 328132 13 0 0 25 0 1 0 221263070 39190528 8701 1992294400 134512640 136057169 4294956160 18446744073709551615 134820252 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 9568 8701 183 377 0 9188 0
Current children cumulated CPU time (s) 3281.45
Current children cumulated vsize (KiB) 38272

[startup+3342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12353
/proc/meminfo: memFree=1733248/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=38484 CPUtime=3341.43
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 8937 0 0 0 334130 13 0 0 25 0 1 0 221263070 39407616 8755 1992294400 134512640 136057169 4294956160 18446744073709551615 134823844 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 9621 8755 183 377 0 9241 0
Current children cumulated CPU time (s) 3341.43
Current children cumulated vsize (KiB) 38484

[startup+3402.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12353
/proc/meminfo: memFree=1733248/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=38484 CPUtime=3401.41
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 8940 0 0 0 340128 13 0 0 25 0 1 0 221263070 39407616 8758 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 9621 8758 183 377 0 9241 0
Current children cumulated CPU time (s) 3401.41
Current children cumulated vsize (KiB) 38484

[startup+3462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12353
/proc/meminfo: memFree=1733184/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=38484 CPUtime=3461.39
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 8942 0 0 0 346126 13 0 0 25 0 1 0 221263070 39407616 8760 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 9621 8760 183 377 0 9241 0
Current children cumulated CPU time (s) 3461.39
Current children cumulated vsize (KiB) 38484

[startup+3522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12353
/proc/meminfo: memFree=1733184/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=38484 CPUtime=3521.38
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 8947 0 0 0 352125 13 0 0 25 0 1 0 221263070 39407616 8765 1992294400 134512640 136057169 4294956160 18446744073709551615 134637507 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 9621 8765 183 377 0 9241 0
Current children cumulated CPU time (s) 3521.38
Current children cumulated vsize (KiB) 38484

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

[startup+3532.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12353
/proc/meminfo: memFree=1733120/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=38484 CPUtime=3531.77
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 8956 0 0 0 353164 13 0 0 25 0 1 0 221263070 39407616 8774 1992294400 134512640 136057169 4294956160 18446744073709551615 135459161 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 9621 8774 183 377 0 9241 0
Current children cumulated CPU time (s) 3531.77
Current children cumulated vsize (KiB) 38484

[startup+3558.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12353
/proc/meminfo: memFree=1733120/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=38484 CPUtime=3557.37
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 8961 0 0 0 355724 13 0 0 25 0 1 0 221263070 39407616 8779 1992294400 134512640 136057169 4294956160 18446744073709551615 134618458 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 9621 8779 183 377 0 9241 0
Current children cumulated CPU time (s) 3557.37
Current children cumulated vsize (KiB) 38484

[startup+3564.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12353
/proc/meminfo: memFree=1733120/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=38484 CPUtime=3563.77
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 8962 0 0 0 356364 13 0 0 25 0 1 0 221263070 39407616 8780 1992294400 134512640 136057169 4294956160 18446744073709551615 134823844 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 9621 8780 183 377 0 9241 0
Current children cumulated CPU time (s) 3563.77
Current children cumulated vsize (KiB) 38484

[startup+3571.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12353
/proc/meminfo: memFree=1733056/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=38484 CPUtime=3570.16
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 8971 0 0 0 357003 13 0 0 25 0 1 0 221263070 39407616 8789 1992294400 134512640 136057169 4294956160 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 9621 8789 183 377 0 9241 0
Current children cumulated CPU time (s) 3570.16
Current children cumulated vsize (KiB) 38484

[startup+3572.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12353
/proc/meminfo: memFree=1733056/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=38484 CPUtime=3571.77
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 8971 0 0 0 357164 13 0 0 25 0 1 0 221263070 39407616 8789 1992294400 134512640 136057169 4294956160 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 9621 8789 183 377 0 9241 0
Current children cumulated CPU time (s) 3571.77
Current children cumulated vsize (KiB) 38484

[startup+3574.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12353
/proc/meminfo: memFree=1733056/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=38484 CPUtime=3573.36
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 8971 0 0 0 357323 13 0 0 25 0 1 0 221263070 39407616 8789 1992294400 134512640 136057169 4294956160 18446744073709551615 134819954 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 9621 8789 183 377 0 9241 0
Current children cumulated CPU time (s) 3573.36
Current children cumulated vsize (KiB) 38484

[startup+3575.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12353
/proc/meminfo: memFree=1733056/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=38484 CPUtime=3574.16
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 8971 0 0 0 357403 13 0 0 25 0 1 0 221263070 39407616 8789 1992294400 134512640 136057169 4294956160 18446744073709551615 134645260 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 9621 8789 183 377 0 9241 0
Current children cumulated CPU time (s) 3574.16
Current children cumulated vsize (KiB) 38484

[startup+3575.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12353
/proc/meminfo: memFree=1733056/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=38484 CPUtime=3574.56
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 8971 0 0 0 357443 13 0 0 25 0 1 0 221263070 39407616 8789 1992294400 134512640 136057169 4294956160 18446744073709551615 134823889 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 9621 8789 183 377 0 9241 0
Current children cumulated CPU time (s) 3574.56
Current children cumulated vsize (KiB) 38484

[startup+3575.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 12353
/proc/meminfo: memFree=1733056/2055912 swapFree=4126764/4192956
[pid=12344] ppid=12342 vsize=38484 CPUtime=3574.66
/proc/12344/stat : 12344 (clasp) R 12342 12344 12265 0 -1 4194304 8971 0 0 0 357453 13 0 0 25 0 1 0 221263070 39407616 8789 1992294400 134512640 136057169 4294956160 18446744073709551615 134618262 0 0 4096 16386 0 0 0 17 1 0 0
/proc/12344/statm: 9621 8789 183 377 0 9241 0
Current children cumulated CPU time (s) 3574.66
Current children cumulated vsize (KiB) 38484

Child status: 20
Real time (s): 3575.64
CPU time (s): 3574.72
CPU user time (s): 3574.57
CPU system time (s): 0.143978
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 38484

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

runsolver used 3.98339 second user time and 8.47971 second system time

The end

Launcher Data

Begin job on node78 at 2009-05-10 07:12:21
IDJOB=1785804
IDBENCH=71150
IDSOLVER=637
FILE ID=node78/1785804-1241932340
PBS_JOBID= 9264951
Free space on /tmp= 126684 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_2vars_8gates_u2.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-1785804-1241932340/watcher-1785804-1241932340 -o /tmp/evaluation-result-1785804-1241932340/solver-1785804-1241932340 -C 5000 -W 6000 -M 1800  HOME/clasp --file=HOME/instance-1785804-1241932340.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= a5bb71bc1d85a401ce9f42ed1404d63e
RANDOM SEED=1652636041

node78.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.243
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.243
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:      2055912 kB
MemFree:       1768672 kB
Buffers:         50380 kB
Cached:         131304 kB
SwapCached:      59784 kB
Active:         111832 kB
Inactive:       130972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1768672 kB
SwapTotal:     4192956 kB
SwapFree:      4126764 kB
Dirty:            3512 kB
Writeback:           0 kB
Mapped:          14216 kB
Slab:            30132 kB
Committed_AS:   557244 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126684 MiB
End job on node78 at 2009-05-10 08:11:56