Trace number 1831823

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 810.94 811.158

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L100_coli.sat.cnf
MD5SUM370a08d01be1cc652e9a09ab1aafdced
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark182.238
Satisfiable
(Un)Satisfiability was proved
Number of variables315617
Number of clauses1522583
Sum of the clauses size4407119
Maximum clause length11
Minimum clause length1
Number of clauses of size 132077
Number of clauses of size 2403677
Number of clauses of size 3835608
Number of clauses of size 4197035
Number of clauses of size 553887
Number of clauses of size over 5299

Solver Data

810.88/811.14	c clasp version 1.2.0-SAT09 
810.88/811.14	c Reading from ...789269/instance-1831823-1242789269.cnf
810.88/811.14	c Reading      : Done(1.050s)
810.88/811.14	c Preprocessing: |-\Done(6.210s)
810.88/811.14	c Solving...
810.88/811.14	
810.88/811.14	c Models    : 0     
810.88/811.14	c Time         : 810.720s (Solve: 803.460s)
810.88/811.14	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-1831823-1242789269/watcher-1831823-1242789269 -o /tmp/evaluation-result-1831823-1242789269/solver-1831823-1242789269 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831823-1242789269.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 0.97 0.99 3/64 3018
/proc/meminfo: memFree=1788936/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=4124 CPUtime=0
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 460 0 0 0 0 0 0 0 18 0 1 0 306960622 4222976 401 1992294400 134512640 136057169 4294956160 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 1031 409 139 377 0 651 0

[startup+0.0267629 s]
/proc/loadavg: 1.00 0.97 0.99 3/64 3018
/proc/meminfo: memFree=1788936/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=26960 CPUtime=0.01
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 3164 0 0 0 1 0 0 0 18 0 1 0 306960622 27607040 1383 1992294400 134512640 136057169 4294956160 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 6740 1388 140 377 0 6360 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 26960

[startup+0.101769 s]
/proc/loadavg: 1.00 0.97 0.99 3/64 3018
/proc/meminfo: memFree=1788936/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=32556 CPUtime=0.09
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 9053 0 0 0 6 3 0 0 18 0 1 0 306960622 33337344 7272 1992294400 134512640 136057169 4294956160 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 8139 7272 147 377 0 7759 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32556

[startup+0.30179 s]
/proc/loadavg: 1.00 0.97 0.99 3/64 3018
/proc/meminfo: memFree=1788936/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=42784 CPUtime=0.29
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 12120 0 0 0 24 5 0 0 19 0 1 0 306960622 43810816 9696 1992294400 134512640 136057169 4294956160 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 10696 9696 147 377 0 10316 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42784

[startup+0.701823 s]
/proc/loadavg: 1.00 0.97 0.99 3/64 3018
/proc/meminfo: memFree=1788936/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=62092 CPUtime=0.69
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 18098 0 0 0 61 8 0 0 22 0 1 0 306960622 63582208 14534 1992294400 134512640 136057169 4294956160 18446744073709551615 135443063 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 15523 14534 147 377 0 15143 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62092

[startup+1.5019 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 3019
/proc/meminfo: memFree=1716096/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=108388 CPUtime=1.49
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 35317 0 0 0 134 15 0 0 25 0 1 0 306960622 110989312 25652 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 27097 25653 164 377 0 26717 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 108388

[startup+3.10105 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 3019
/proc/meminfo: memFree=1673984/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=122056 CPUtime=3.09
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 40144 0 0 0 291 18 0 0 25 0 1 0 306960622 124985344 29058 1992294400 134512640 136057169 4294956160 18446744073709551615 134768475 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 30514 29058 169 377 0 30134 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 122056

[startup+6.30134 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 3019
/proc/meminfo: memFree=1672512/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=122632 CPUtime=6.29
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 40634 0 0 0 611 18 0 0 25 0 1 0 306960622 125575168 29260 1992294400 134512640 136057169 4294956160 18446744073709551615 134778082 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 30658 29260 169 377 0 30278 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 122632

[startup+12.7019 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 3019
/proc/meminfo: memFree=1688192/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=105344 CPUtime=12.69
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 41834 0 0 0 1249 20 0 0 25 0 1 0 306960622 107872256 25337 1992294400 134512640 136057169 4294956160 18446744073709551615 134823884 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 26336 25337 181 377 0 25956 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 105344

[startup+25.5011 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 3019
/proc/meminfo: memFree=1688320/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=105344 CPUtime=25.49
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 41835 0 0 0 2529 20 0 0 25 0 1 0 306960622 107872256 25338 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 26336 25338 181 377 0 25956 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 105344

[startup+51.1015 s]
/proc/loadavg: 1.08 0.99 0.99 2/65 3019
/proc/meminfo: memFree=1688448/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=105344 CPUtime=51.08
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 41835 0 0 0 5088 20 0 0 25 0 1 0 306960622 107872256 25338 1992294400 134512640 136057169 4294956160 18446744073709551615 134823889 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 26336 25338 181 377 0 25956 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 105344

[startup+102.305 s]
/proc/loadavg: 1.03 0.99 0.99 2/65 3019
/proc/meminfo: memFree=1684800/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=109284 CPUtime=102.27
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 42760 0 0 0 10206 21 0 0 25 0 1 0 306960622 111906816 26263 1992294400 134512640 136057169 4294956160 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 27321 26263 181 377 0 26941 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 109284

[startup+162.302 s]
/proc/loadavg: 1.04 1.00 1.00 2/65 3019
/proc/meminfo: memFree=1662912/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=131252 CPUtime=162.25
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 48376 0 0 0 16198 27 0 0 25 0 1 0 306960622 134402048 31743 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 32813 31743 181 377 0 32433 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 131252

[startup+222.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 3019
/proc/meminfo: memFree=1657664/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=136680 CPUtime=222.23
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 49713 0 0 0 22195 28 0 0 25 0 1 0 306960622 139960320 33080 1992294400 134512640 136057169 4294956160 18446744073709551615 134823782 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 34170 33080 181 377 0 33790 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 136680

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3019
/proc/meminfo: memFree=1633600/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=160816 CPUtime=282.22
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 55737 0 0 0 28188 34 0 0 25 0 1 0 306960622 164675584 39104 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 40204 39104 181 377 0 39824 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 160816

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3019
/proc/meminfo: memFree=1616896/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=176964 CPUtime=342.2
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 59809 0 0 0 34183 37 0 0 25 0 1 0 306960622 181211136 43176 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 44241 43176 181 377 0 43861 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 176964

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3019
/proc/meminfo: memFree=1616832/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=176964 CPUtime=402.18
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 59812 0 0 0 40181 37 0 0 25 0 1 0 306960622 181211136 43179 1992294400 134512640 136057169 4294956160 18446744073709551615 134823889 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 44241 43179 181 377 0 43861 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 176964

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3019
/proc/meminfo: memFree=1616768/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=176964 CPUtime=462.17
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 59845 0 0 0 46179 38 0 0 25 0 1 0 306960622 181211136 43212 1992294400 134512640 136057169 4294956160 18446744073709551615 134823782 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 44241 43212 181 377 0 43861 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 176964

[startup+522.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 3019
/proc/meminfo: memFree=1577728/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=216476 CPUtime=522.15
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 69692 0 0 0 52170 45 0 0 25 0 1 0 306960622 221671424 53059 1992294400 134512640 136057169 4294956160 18446744073709551615 134824075 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 54119 53059 181 377 0 53739 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 216476

[startup+582.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 3019
/proc/meminfo: memFree=1552960/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=241012 CPUtime=582.13
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 75938 0 0 0 58161 52 0 0 25 0 1 0 306960622 246796288 59102 1992294400 134512640 136057169 4294956160 18446744073709551615 134618449 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 60253 59102 181 377 0 59873 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 241012

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3019
/proc/meminfo: memFree=1552896/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=241012 CPUtime=642.12
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 75941 0 0 0 64160 52 0 0 25 0 1 0 306960622 246796288 59105 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 60253 59105 181 377 0 59873 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 241012

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3019
/proc/meminfo: memFree=1527424/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=267076 CPUtime=702.1
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 82426 0 0 0 70152 58 0 0 25 0 1 0 306960622 273485824 65590 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 66769 65590 181 377 0 66389 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 267076

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3019
/proc/meminfo: memFree=1509120/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=284668 CPUtime=762.09
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 86858 0 0 0 76147 62 0 0 25 0 1 0 306960622 291500032 70022 1992294400 134512640 136057169 4294956160 18446744073709551615 134828253 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 71167 70022 181 377 0 70787 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 284668

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

[startup+767.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3019
/proc/meminfo: memFree=1509120/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=284668 CPUtime=767.68
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 86858 0 0 0 76706 62 0 0 25 0 1 0 306960622 291500032 70022 1992294400 134512640 136057169 4294956160 18446744073709551615 134812010 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 71167 70022 181 377 0 70787 0
Current children cumulated CPU time (s) 767.68
Current children cumulated vsize (KiB) 284668

[startup+793.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3019
/proc/meminfo: memFree=1509056/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=284668 CPUtime=793.27
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 86860 0 0 0 79265 62 0 0 25 0 1 0 306960622 291500032 70024 1992294400 134512640 136057169 4294956160 18446744073709551615 134649326 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 71167 70024 181 377 0 70787 0
Current children cumulated CPU time (s) 793.27
Current children cumulated vsize (KiB) 284668

[startup+799.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3019
/proc/meminfo: memFree=1509056/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=284668 CPUtime=799.67
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 86860 0 0 0 79905 62 0 0 25 0 1 0 306960622 291500032 70024 1992294400 134512640 136057169 4294956160 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 71167 70024 181 377 0 70787 0
Current children cumulated CPU time (s) 799.67
Current children cumulated vsize (KiB) 284668

[startup+806.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3019
/proc/meminfo: memFree=1509056/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=284668 CPUtime=806.07
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 86861 0 0 0 80545 62 0 0 25 0 1 0 306960622 291500032 70025 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 71167 70025 181 377 0 70787 0
Current children cumulated CPU time (s) 806.07
Current children cumulated vsize (KiB) 284668

[startup+809.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3019
/proc/meminfo: memFree=1509056/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=284668 CPUtime=809.27
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 86861 0 0 0 80865 62 0 0 25 0 1 0 306960622 291500032 70025 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 71167 70025 181 377 0 70787 0
Current children cumulated CPU time (s) 809.27
Current children cumulated vsize (KiB) 284668

[startup+810.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3019
/proc/meminfo: memFree=1509056/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=284668 CPUtime=810.07
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 86861 0 0 0 80945 62 0 0 25 0 1 0 306960622 291500032 70025 1992294400 134512640 136057169 4294956160 18446744073709551615 134823884 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 71167 70025 181 377 0 70787 0
Current children cumulated CPU time (s) 810.07
Current children cumulated vsize (KiB) 284668

[startup+810.706 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3019
/proc/meminfo: memFree=1509056/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=284668 CPUtime=810.47
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 86861 0 0 0 80985 62 0 0 25 0 1 0 306960622 291500032 70025 1992294400 134512640 136057169 4294956160 18446744073709551615 134823889 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 71167 70025 181 377 0 70787 0
Current children cumulated CPU time (s) 810.47
Current children cumulated vsize (KiB) 284668

[startup+811.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 3019
/proc/meminfo: memFree=1509056/2055920 swapFree=4179996/4192956
[pid=3018] ppid=3016 vsize=70692 CPUtime=810.88
/proc/3018/stat : 3018 (clasp) R 3016 3018 2927 0 -1 4194304 86867 0 0 0 81022 66 0 0 25 0 1 0 306960622 72388608 17261 1992294400 134512640 136057169 4294956160 18446744073709551615 135439450 0 0 4096 16386 0 0 0 17 1 0 0
/proc/3018/statm: 17673 17261 187 377 0 17293 0
Current children cumulated CPU time (s) 810.88
Current children cumulated vsize (KiB) 70692

Child status: 20
Real time (s): 811.158
CPU time (s): 810.94
CPU user time (s): 810.268
CPU system time (s): 0.671897
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 284668

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

runsolver used 0.636903 second user time and 1.82472 second system time

The end

Launcher Data

Begin job on node14 at 2009-05-20 05:14:31
IDJOB=1831823
IDBENCH=70967
IDSOLVER=637
FILE ID=node14/1831823-1242789269
PBS_JOBID= 9322384
Free space on /tmp= 66268 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L100_coli.sat.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-1831823-1242789269/watcher-1831823-1242789269 -o /tmp/evaluation-result-1831823-1242789269/solver-1831823-1242789269 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831823-1242789269.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= 370a08d01be1cc652e9a09ab1aafdced
RANDOM SEED=1967321200

node14.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.256
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	: 5931.00
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.256
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:       1789416 kB
Buffers:         30596 kB
Cached:         186748 kB
SwapCached:       7192 kB
Active:         123888 kB
Inactive:       102244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789416 kB
SwapTotal:     4192956 kB
SwapFree:      4179996 kB
Dirty:           32424 kB
Writeback:           0 kB
Mapped:          13964 kB
Slab:            26336 kB
Committed_AS:   986144 kB
PageTables:       1452 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= 66264 MiB
End job on node14 at 2009-05-20 05:28:03