Trace number 1517772

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 860.281 860.51

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/380/
unif-k3-r4.25-v380-c1615-S1983754128-073.cnf
MD5SUMb11978b0ce5403208988a0dc3b9e35ce
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.78
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of clauses1615
Sum of the clauses size4845
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31615
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

860.26/860.51	c clasp version 1.2.0-SAT09 
860.26/860.51	c Reading from ...290910/instance-1517772-1238290910.cnf
860.26/860.51	c Reading      : Done(0.000s)
860.26/860.51	c Preprocessing: |-\Done(0.000s)
860.26/860.51	c Solving...
860.26/860.51	
860.26/860.51	c Models    : 0     
860.26/860.51	c Time         : 860.400s (Solve: 860.400s)
860.26/860.51	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1517772-1238290910/watcher-1517772-1238290910 -o /tmp/evaluation-result-1517772-1238290910/solver-1517772-1238290910 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/clasp --file=HOME/instance-1517772-1238290910.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 20969
/proc/meminfo: memFree=1770208/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=1828 CPUtime=0
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 269 0 0 0 0 0 0 0 20 0 1 0 1101754615 1871872 251 1992294400 134512640 136057169 4294956160 18446744073709551615 134828324 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 457 251 180 377 0 77 0

[startup+0.0147999 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 20969
/proc/meminfo: memFree=1770208/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=1828 CPUtime=0.01
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 270 0 0 0 1 0 0 0 20 0 1 0 1101754615 1871872 252 1992294400 134512640 136057169 4294956160 18446744073709551615 134823782 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 457 252 181 377 0 77 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1828

[startup+0.101809 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 20969
/proc/meminfo: memFree=1770208/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=1960 CPUtime=0.1
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 281 0 0 0 10 0 0 0 20 0 1 0 1101754615 2007040 263 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 490 263 181 377 0 110 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1960

[startup+0.30183 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 20969
/proc/meminfo: memFree=1770208/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=1960 CPUtime=0.3
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 308 0 0 0 30 0 0 0 22 0 1 0 1101754615 2007040 290 1992294400 134512640 136057169 4294956160 18446744073709551615 134828634 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 490 290 181 377 0 110 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1960

[startup+0.701875 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 20969
/proc/meminfo: memFree=1770208/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=2092 CPUtime=0.7
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 338 0 0 0 70 0 0 0 25 0 1 0 1101754615 2142208 320 1992294400 134512640 136057169 4294956160 18446744073709551615 134756790 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 523 320 181 377 0 143 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2092

[startup+1.50196 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20970
/proc/meminfo: memFree=1769432/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=2356 CPUtime=1.5
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 380 0 0 0 150 0 0 0 25 0 1 0 1101754615 2412544 362 1992294400 134512640 136057169 4294956160 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 589 362 181 377 0 209 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2356

[startup+3.10114 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20970
/proc/meminfo: memFree=1769048/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=2488 CPUtime=3.09
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 436 0 0 0 309 0 0 0 25 0 1 0 1101754615 2547712 418 1992294400 134512640 136057169 4294956160 18446744073709551615 134612939 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 622 418 181 377 0 242 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2488

[startup+6.3015 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20970
/proc/meminfo: memFree=1768728/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=2752 CPUtime=6.29
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 502 0 0 0 629 0 0 0 25 0 1 0 1101754615 2818048 484 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 688 484 181 377 0 308 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2752

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20970
/proc/meminfo: memFree=1768288/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=3148 CPUtime=12.69
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 584 0 0 0 1269 0 0 0 25 0 1 0 1101754615 3223552 566 1992294400 134512640 136057169 4294956160 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 787 566 181 377 0 407 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3148

[startup+25.5016 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20970
/proc/meminfo: memFree=1767776/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=3688 CPUtime=25.49
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 714 0 0 0 2549 0 0 0 25 0 1 0 1101754615 3776512 696 1992294400 134512640 136057169 4294956160 18446744073709551615 134618152 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 922 696 181 377 0 542 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3688

[startup+51.1015 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20970
/proc/meminfo: memFree=1767136/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=4224 CPUtime=51.08
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 856 0 0 0 5108 0 0 0 25 0 1 0 1101754615 4325376 838 1992294400 134512640 136057169 4294956160 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 1056 838 181 377 0 676 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 4224

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20970
/proc/meminfo: memFree=1766112/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=5036 CPUtime=102.27
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 1060 0 0 0 10227 0 0 0 25 0 1 0 1101754615 5156864 1042 1992294400 134512640 136057169 4294956160 18446744073709551615 134618185 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 1259 1042 181 377 0 879 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 5036

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20970
/proc/meminfo: memFree=1765472/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=5724 CPUtime=162.24
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 1229 0 0 0 16224 0 0 0 25 0 1 0 1101754615 5861376 1211 1992294400 134512640 136057169 4294956160 18446744073709551615 134618433 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 1431 1211 181 377 0 1051 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 5724

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20970
/proc/meminfo: memFree=1764896/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=6264 CPUtime=222.23
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 1356 0 0 0 22223 0 0 0 25 0 1 0 1101754615 6414336 1338 1992294400 134512640 136057169 4294956160 18446744073709551615 134618116 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 1566 1338 181 377 0 1186 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 6264

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20971
/proc/meminfo: memFree=1764448/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=6552 CPUtime=282.21
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 1448 0 0 0 28221 0 0 0 25 0 1 0 1101754615 6709248 1430 1992294400 134512640 136057169 4294956160 18446744073709551615 134637531 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 1638 1430 181 377 0 1258 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 6552

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20972
/proc/meminfo: memFree=1764000/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=7104 CPUtime=342.2
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 1578 0 0 0 34219 1 0 0 25 0 1 0 1101754615 7274496 1560 1992294400 134512640 136057169 4294956160 18446744073709551615 134618456 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 1776 1560 181 377 0 1396 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 7104

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/95 20972
/proc/meminfo: memFree=1763680/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=7528 CPUtime=402.19
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 1657 0 0 0 40218 1 0 0 25 0 1 0 1101754615 7708672 1639 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 1882 1639 181 377 0 1502 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 7528

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20972
/proc/meminfo: memFree=1763360/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=7672 CPUtime=462.17
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 1722 0 0 0 46216 1 0 0 25 0 1 0 1101754615 7856128 1704 1992294400 134512640 136057169 4294956160 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 1918 1704 181 377 0 1538 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 7672

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20972
/proc/meminfo: memFree=1763296/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=7956 CPUtime=522.15
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 1776 0 0 0 52214 1 0 0 25 0 1 0 1101754615 8146944 1758 1992294400 134512640 136057169 4294956160 18446744073709551615 134618148 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 1989 1758 181 377 0 1609 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 7956

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20972
/proc/meminfo: memFree=1763168/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=8240 CPUtime=582.14
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 1828 0 0 0 58213 1 0 0 25 0 1 0 1101754615 8437760 1810 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 2060 1810 181 377 0 1680 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 8240

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20972
/proc/meminfo: memFree=1762848/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=8384 CPUtime=642.13
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 1889 0 0 0 64212 1 0 0 25 0 1 0 1101754615 8585216 1871 1992294400 134512640 136057169 4294956160 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 2096 1871 181 377 0 1716 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 8384

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20972
/proc/meminfo: memFree=1762784/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=8532 CPUtime=702.11
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 1903 0 0 0 70210 1 0 0 25 0 1 0 1101754615 8736768 1885 1992294400 134512640 136057169 4294956160 18446744073709551615 134823879 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 2133 1885 181 377 0 1753 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 8532

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20972
/proc/meminfo: memFree=1762720/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=8672 CPUtime=762.1
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 1934 0 0 0 76209 1 0 0 25 0 1 0 1101754615 8880128 1916 1992294400 134512640 136057169 4294956160 18446744073709551615 134756858 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 2168 1916 181 377 0 1788 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 8672

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20972
/proc/meminfo: memFree=1762592/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=8672 CPUtime=822.07
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 1953 0 0 0 82206 1 0 0 25 0 1 0 1101754615 8880128 1935 1992294400 134512640 136057169 4294956160 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 2168 1935 181 377 0 1788 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 8672

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

[startup+844.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20972
/proc/meminfo: memFree=1762592/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=8672 CPUtime=844.47
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 1953 0 0 0 84446 1 0 0 25 0 1 0 1101754615 8880128 1935 1992294400 134512640 136057169 4294956160 18446744073709551615 134813074 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 2168 1935 181 377 0 1788 0
Current children cumulated CPU time (s) 844.47
Current children cumulated vsize (KiB) 8672

[startup+851.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20972
/proc/meminfo: memFree=1762592/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=8672 CPUtime=850.87
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 1953 0 0 0 85086 1 0 0 25 0 1 0 1101754615 8880128 1935 1992294400 134512640 136057169 4294956160 18446744073709551615 134823844 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 2168 1935 181 377 0 1788 0
Current children cumulated CPU time (s) 850.87
Current children cumulated vsize (KiB) 8672

[startup+857.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20972
/proc/meminfo: memFree=1762592/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=8672 CPUtime=857.26
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 1953 0 0 0 85725 1 0 0 25 0 1 0 1101754615 8880128 1935 1992294400 134512640 136057169 4294956160 18446744073709551615 134823741 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 2168 1935 181 377 0 1788 0
Current children cumulated CPU time (s) 857.26
Current children cumulated vsize (KiB) 8672

[startup+859.107 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20972
/proc/meminfo: memFree=1762592/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=8672 CPUtime=858.87
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 1953 0 0 0 85886 1 0 0 25 0 1 0 1101754615 8880128 1935 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 2168 1935 181 377 0 1788 0
Current children cumulated CPU time (s) 858.87
Current children cumulated vsize (KiB) 8672

[startup+859.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20972
/proc/meminfo: memFree=1762592/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=8672 CPUtime=859.66
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 1953 0 0 0 85965 1 0 0 25 0 1 0 1101754615 8880128 1935 1992294400 134512640 136057169 4294956160 18446744073709551615 134756785 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 2168 1935 181 377 0 1788 0
Current children cumulated CPU time (s) 859.66
Current children cumulated vsize (KiB) 8672

[startup+860.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20972
/proc/meminfo: memFree=1762592/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=8672 CPUtime=860.06
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 1953 0 0 0 86005 1 0 0 25 0 1 0 1101754615 8880128 1935 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 2168 1935 181 377 0 1788 0
Current children cumulated CPU time (s) 860.06
Current children cumulated vsize (KiB) 8672

[startup+860.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 20972
/proc/meminfo: memFree=1762592/2055920 swapFree=4152308/4192956
[pid=20969] ppid=20967 vsize=8672 CPUtime=860.26
/proc/20969/stat : 20969 (clasp) R 20967 20969 20748 0 -1 4194304 1953 0 0 0 86025 1 0 0 25 0 1 0 1101754615 8880128 1935 1992294400 134512640 136057169 4294956160 18446744073709551615 134618433 0 0 4096 16386 0 0 0 17 1 0 0
/proc/20969/statm: 2168 1935 181 377 0 1788 0
Current children cumulated CPU time (s) 860.26
Current children cumulated vsize (KiB) 8672

Child status: 20
Real time (s): 860.51
CPU time (s): 860.281
CPU user time (s): 860.265
CPU system time (s): 0.015997
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 8672

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

runsolver used 1.55676 second user time and 2.98155 second system time

The end

Launcher Data

Begin job on node91 at 2009-03-29 03:41:50
IDJOB=1517772
IDBENCH=70624
IDSOLVER=508
FILE ID=node91/1517772-1238290910
PBS_JOBID= 9060980
Free space on /tmp= 66480 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/380/unif-k3-r4.25-v380-c1615-S1983754128-073.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-1517772-1238290910/watcher-1517772-1238290910 -o /tmp/evaluation-result-1517772-1238290910/solver-1517772-1238290910 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/clasp --file=HOME/instance-1517772-1238290910.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= b11978b0ce5403208988a0dc3b9e35ce
RANDOM SEED=2026910084

node91.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.252
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.252
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:       1770624 kB
Buffers:         57000 kB
Cached:         157000 kB
SwapCached:      23048 kB
Active:         155576 kB
Inactive:        82988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1770624 kB
SwapTotal:     4192956 kB
SwapFree:      4152308 kB
Dirty:            1872 kB
Writeback:           0 kB
Mapped:          16036 kB
Slab:            29828 kB
Committed_AS:  2368916 kB
PageTables:       3260 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= 66480 MiB
End job on node91 at 2009-03-29 03:56:10