Trace number 1563035

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 658.496 658.659

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l47_lambda.cnf
MD5SUMed7689c65135a913d97feca3ab3874eb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark302.814
Satisfiable
(Un)Satisfiability was proved
Number of variables33871
Number of clauses170161
Sum of the clauses size490938
Maximum clause length9
Minimum clause length1
Number of clauses of size 14346
Number of clauses of size 241947
Number of clauses of size 3100545
Number of clauses of size 416116
Number of clauses of size 57066
Number of clauses of size over 5141

Solver Data

658.43/658.65	c clasp version 1.2.0-SAT09 
658.43/658.65	c Reading from ...999687/instance-1563035-1240999687.cnf
658.43/658.65	c Reading      : Done(0.110s)
658.43/658.65	c Preprocessing: |-\|Done(0.550s)
658.43/658.65	c Solving...
658.43/658.65	
658.43/658.65	c Models    : 0     
658.43/658.65	c Time         : 658.530s (Solve: 657.870s)
658.43/658.65	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-1563035-1240999687/watcher-1563035-1240999687 -o /tmp/evaluation-result-1563035-1240999687/solver-1563035-1240999687 -C 1200 -W 1800 -M 1800 HOME/clasp --file=HOME/instance-1563035-1240999687.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.95 0.88 3/64 9642
/proc/meminfo: memFree=1382568/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=4368 CPUtime=0
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 558 0 0 0 0 0 0 0 18 0 1 0 127996209 4472832 444 1992294400 134512640 136057169 4294956160 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 1092 447 140 377 0 712 0

[startup+0.090196 s]
/proc/loadavg: 0.92 0.95 0.88 3/64 9642
/proc/meminfo: memFree=1382568/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=8992 CPUtime=0.08
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 2242 0 0 0 8 0 0 0 18 0 1 0 127996209 9207808 1976 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 2248 1976 147 377 0 1868 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8992

[startup+0.101195 s]
/proc/loadavg: 0.92 0.95 0.88 3/64 9642
/proc/meminfo: memFree=1382568/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=9788 CPUtime=0.09
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 2505 0 0 0 8 1 0 0 18 0 1 0 127996209 10022912 2103 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 2447 2104 147 377 0 2067 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9788

[startup+0.301209 s]
/proc/loadavg: 0.92 0.95 0.88 3/64 9642
/proc/meminfo: memFree=1382568/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=15632 CPUtime=0.29
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 4357 0 0 0 28 1 0 0 19 0 1 0 127996209 16007168 3555 1992294400 134512640 136057169 4294956160 18446744073709551615 134766306 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 3908 3555 171 377 0 3528 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15632

[startup+0.701235 s]
/proc/loadavg: 0.92 0.95 0.88 3/64 9642
/proc/meminfo: memFree=1382568/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=14792 CPUtime=0.7
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 4802 0 0 0 68 2 0 0 23 0 1 0 127996209 15147008 3428 1992294400 134512640 136057169 4294956160 18446744073709551615 134811565 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 3698 3428 179 377 0 3318 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 14792

[startup+1.50129 s]
/proc/loadavg: 0.92 0.95 0.88 2/65 9643
/proc/meminfo: memFree=1369312/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=14792 CPUtime=1.5
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 4806 0 0 0 148 2 0 0 25 0 1 0 127996209 15147008 3432 1992294400 134512640 136057169 4294956160 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 3698 3432 183 377 0 3318 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 14792

[startup+3.10139 s]
/proc/loadavg: 0.92 0.95 0.88 2/65 9643
/proc/meminfo: memFree=1369184/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=14792 CPUtime=3.09
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 4806 0 0 0 307 2 0 0 25 0 1 0 127996209 15147008 3432 1992294400 134512640 136057169 4294956160 18446744073709551615 134612880 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 3698 3432 183 377 0 3318 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14792

[startup+6.30161 s]
/proc/loadavg: 0.93 0.95 0.88 2/65 9643
/proc/meminfo: memFree=1367456/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=16556 CPUtime=6.29
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 5254 0 0 0 627 2 0 0 25 0 1 0 127996209 16953344 3880 1992294400 134512640 136057169 4294956160 18446744073709551615 134756805 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 4139 3880 183 377 0 3759 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16556

[startup+12.701 s]
/proc/loadavg: 0.93 0.95 0.88 2/65 9643
/proc/meminfo: memFree=1366560/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=17488 CPUtime=12.69
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 5472 0 0 0 1266 3 0 0 25 0 1 0 127996209 17907712 4098 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 4372 4098 183 377 0 3992 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17488

[startup+25.5019 s]
/proc/loadavg: 0.95 0.96 0.88 2/65 9643
/proc/meminfo: memFree=1362080/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=22036 CPUtime=25.49
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 6607 0 0 0 2545 4 0 0 25 0 1 0 127996209 22564864 5233 1992294400 134512640 136057169 4294956160 18446744073709551615 134618485 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 5509 5233 183 377 0 5129 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22036

[startup+51.1016 s]
/proc/loadavg: 0.96 0.96 0.88 2/65 9643
/proc/meminfo: memFree=1360608/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=23536 CPUtime=51.07
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 6973 0 0 0 5103 4 0 0 25 0 1 0 127996209 24100864 5599 1992294400 134512640 136057169 4294956160 18446744073709551615 134824111 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 5884 5599 183 377 0 5504 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 23536

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.89 2/65 9643
/proc/meminfo: memFree=1359008/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=25236 CPUtime=102.27
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 7370 0 0 0 10222 5 0 0 25 0 1 0 127996209 25841664 5996 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 6309 5996 183 377 0 5929 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 25236

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.89 2/65 9643
/proc/meminfo: memFree=1355040/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=29660 CPUtime=162.25
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 8434 0 0 0 16220 5 0 0 25 0 1 0 127996209 30371840 7060 1992294400 134512640 136057169 4294956160 18446744073709551615 134823366 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 7415 7060 183 377 0 7035 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 29660

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.90 2/65 9643
/proc/meminfo: memFree=1353568/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=30792 CPUtime=222.24
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 8717 0 0 0 22218 6 0 0 25 0 1 0 127996209 31531008 7343 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 7698 7343 183 377 0 7318 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 30792

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.90 2/65 9643
/proc/meminfo: memFree=1351328/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=33500 CPUtime=282.22
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 9396 0 0 0 28215 7 0 0 25 0 1 0 127996209 34304000 8022 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 8375 8022 183 377 0 7995 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 33500

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9643
/proc/meminfo: memFree=1345888/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=38384 CPUtime=342.21
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 10625 0 0 0 34213 8 0 0 25 0 1 0 127996209 39305216 9251 1992294400 134512640 136057169 4294956160 18446744073709551615 134823907 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 9596 9251 183 377 0 9216 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 38384

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9643
/proc/meminfo: memFree=1345632/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=38652 CPUtime=402.19
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 10679 0 0 0 40211 8 0 0 25 0 1 0 127996209 39579648 9305 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 9663 9305 183 377 0 9283 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 38652

[startup+462.302 s]
/proc/loadavg: 1.03 0.99 0.91 2/65 9643
/proc/meminfo: memFree=1345504/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=38652 CPUtime=462.17
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 10697 0 0 0 46209 8 0 0 25 0 1 0 127996209 39579648 9323 1992294400 134512640 136057169 4294956160 18446744073709551615 134828485 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 9663 9323 183 377 0 9283 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 38652

[startup+522.302 s]
/proc/loadavg: 1.08 1.02 0.93 2/65 9643
/proc/meminfo: memFree=1345376/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=39032 CPUtime=522.16
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 10759 0 0 0 52208 8 0 0 25 0 1 0 127996209 39968768 9385 1992294400 134512640 136057169 4294956160 18446744073709551615 134819907 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 9758 9385 183 377 0 9378 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 39032

[startup+582.302 s]
/proc/loadavg: 1.03 1.01 0.93 2/65 9643
/proc/meminfo: memFree=1345056/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=39492 CPUtime=582.15
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 10850 0 0 0 58206 9 0 0 25 0 1 0 127996209 40439808 9476 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 9873 9476 183 377 0 9493 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 39492

[startup+642.302 s]
/proc/loadavg: 1.01 1.00 0.93 2/65 9643
/proc/meminfo: memFree=1344416/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=40180 CPUtime=642.14
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 11000 0 0 0 64205 9 0 0 25 0 1 0 127996209 41144320 9626 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 10045 9626 183 377 0 9665 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 40180

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

[startup+646.301 s]
/proc/loadavg: 1.01 1.00 0.93 2/65 9643
/proc/meminfo: memFree=1344416/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=40180 CPUtime=646.13
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 11019 0 0 0 64604 9 0 0 25 0 1 0 127996209 41144320 9645 1992294400 134512640 136057169 4294956160 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 10045 9645 183 377 0 9665 0
Current children cumulated CPU time (s) 646.13
Current children cumulated vsize (KiB) 40180

[startup+652.702 s]
/proc/loadavg: 1.01 1.00 0.93 2/65 9643
/proc/meminfo: memFree=1344288/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=40180 CPUtime=652.53
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 11025 0 0 0 65244 9 0 0 25 0 1 0 127996209 41144320 9651 1992294400 134512640 136057169 4294956160 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 10045 9651 183 377 0 9665 0
Current children cumulated CPU time (s) 652.53
Current children cumulated vsize (KiB) 40180

[startup+655.902 s]
/proc/loadavg: 1.01 1.00 0.93 2/65 9643
/proc/meminfo: memFree=1344288/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=40180 CPUtime=655.73
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 11025 0 0 0 65564 9 0 0 25 0 1 0 127996209 41144320 9651 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 10045 9651 183 377 0 9665 0
Current children cumulated CPU time (s) 655.73
Current children cumulated vsize (KiB) 40180

[startup+657.502 s]
/proc/loadavg: 1.01 1.00 0.93 2/65 9643
/proc/meminfo: memFree=1344288/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=40180 CPUtime=657.33
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 11025 0 0 0 65724 9 0 0 25 0 1 0 127996209 41144320 9651 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 10045 9651 183 377 0 9665 0
Current children cumulated CPU time (s) 657.33
Current children cumulated vsize (KiB) 40180

[startup+658.302 s]
/proc/loadavg: 1.01 1.00 0.93 2/65 9643
/proc/meminfo: memFree=1344288/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=40180 CPUtime=658.13
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 11025 0 0 0 65804 9 0 0 25 0 1 0 127996209 41144320 9651 1992294400 134512640 136057169 4294956160 18446744073709551615 134823925 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 10045 9651 183 377 0 9665 0
Current children cumulated CPU time (s) 658.13
Current children cumulated vsize (KiB) 40180

[startup+658.502 s]
/proc/loadavg: 1.01 1.00 0.93 2/65 9643
/proc/meminfo: memFree=1344288/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=40180 CPUtime=658.33
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 11025 0 0 0 65824 9 0 0 25 0 1 0 127996209 41144320 9651 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 10045 9651 183 377 0 9665 0
Current children cumulated CPU time (s) 658.33
Current children cumulated vsize (KiB) 40180

[startup+658.602 s]
/proc/loadavg: 1.01 1.00 0.93 2/65 9643
/proc/meminfo: memFree=1344288/2055920 swapFree=4181772/4192956
[pid=9642] ppid=9640 vsize=40180 CPUtime=658.43
/proc/9642/stat : 9642 (clasp) R 9640 9642 9513 0 -1 4194304 11029 0 0 0 65834 9 0 0 25 0 1 0 127996209 41144320 9655 1992294400 134512640 136057169 4294956160 18446744073709551615 135433579 0 0 4096 16386 0 0 0 17 1 0 0
/proc/9642/statm: 10045 9655 187 377 0 9665 0
Current children cumulated CPU time (s) 658.43
Current children cumulated vsize (KiB) 40180

Child status: 20
Real time (s): 658.659
CPU time (s): 658.496
CPU user time (s): 658.394
CPU system time (s): 0.101984
CPU usage (%): 99.9753
Max. virtual memory (cumulated for all children) (KiB): 40180

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

runsolver used 0.551916 second user time and 1.2808 second system time

The end

Launcher Data

Begin job on node52 at 2009-04-29 12:08:07
IDJOB=1563035
IDBENCH=70946
IDSOLVER=508
FILE ID=node52/1563035-1240999687
PBS_JOBID= 9204818
Free space on /tmp= 66428 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_l47_lambda.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-1563035-1240999687/watcher-1563035-1240999687 -o /tmp/evaluation-result-1563035-1240999687/solver-1563035-1240999687 -C 1200 -W 1800 -M 1800  HOME/clasp --file=HOME/instance-1563035-1240999687.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= ed7689c65135a913d97feca3ab3874eb
RANDOM SEED=1888763118

node52.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.214
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.214
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:       1382984 kB
Buffers:         61920 kB
Cached:         519808 kB
SwapCached:       5044 kB
Active:         182972 kB
Inactive:       406652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1382984 kB
SwapTotal:     4192956 kB
SwapFree:      4181772 kB
Dirty:            4984 kB
Writeback:           0 kB
Mapped:          14044 kB
Slab:            69188 kB
Committed_AS:   602616 kB
PageTables:       1476 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= 66428 MiB
End job on node52 at 2009-04-29 12:19:06