Trace number 1775138

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
CircUs 2009-03-23UNSAT 662.951 663.138

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_07_UNSAT.cnf
MD5SUM6419e2e5b92274df2e7e43e6c6a98566
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark120.626
Satisfiable
(Un)Satisfiability was proved
Number of variables1128
Number of clauses57446
Sum of the clauses size170514
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21939
Number of clauses of size 355484
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.19/0.24	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.19/0.24	c Eliminate time :       0.18 
662.91/663.13	c CNF read time  :       0.05 
662.91/663.13	c CNF solve time :     662.97 
662.91/663.13	c Memory usage :    26.1055 MB
662.91/663.13	c Restart : 1792
662.91/663.13	c Decisions : random(26151), heuristic(1538677), history(0/0)
662.91/663.13	c Implications : 181933338
662.91/663.13	c Forced Restart : 0
662.91/663.13	c Polarity Change : 2659
662.91/663.13	c Learned clasues  : 31252 out of 1377104
662.91/663.13	c Learned literals : 569316 out of 22459327
662.91/663.13	c Number of first UIP : 173465 out of 1377104
662.91/663.13	c Number of simplify : 3
662.91/663.13	c Number of continuous distill : 12211
662.91/663.13	c Average depth of OTS : 13
662.91/663.13	c Average depth of additional conflict : 23
662.91/663.13	c Saved conflict clasues : 5638
662.91/663.13	c Saved conflict literals : 92741
662.91/663.13	c Additional conflict clauses : 8224
662.91/663.13	c Additional conflict literals : 125445
662.91/663.13	c Additional conflict analysis : 63850
662.91/663.13	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-1775138-1241325443/watcher-1775138-1241325443 -o /tmp/evaluation-result-1775138-1241325443/solver-1775138-1241325443 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1775138-1241325443.cnf -t 10000 

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: 0.92 0.98 0.99 3/64 28533
/proc/meminfo: memFree=1546224/2055920 swapFree=4180888/4192956
[pid=28533] ppid=28531 vsize=1908 CPUtime=0
/proc/28533/stat : 28533 (CirCUs) R 28531 28533 28496 0 -1 4194304 188 0 0 0 0 0 0 0 18 0 1 1000000 160577874 1953792 173 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28533/statm: 477 173 70 173 0 302 0

[startup+0.072763 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 28533
/proc/meminfo: memFree=1546224/2055920 swapFree=4180888/4192956
[pid=28533] ppid=28531 vsize=5232 CPUtime=0.06
/proc/28533/stat : 28533 (CirCUs) R 28531 28533 28496 0 -1 4194304 1092 0 0 0 6 0 0 0 18 0 1 1000000 160577874 5357568 1043 1992294400 134512640 135224549 4294956224 18446744073709551615 134570670 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28533/statm: 1308 1043 74 173 0 1133 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5232

[startup+0.101765 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 28533
/proc/meminfo: memFree=1546224/2055920 swapFree=4180888/4192956
[pid=28533] ppid=28531 vsize=5232 CPUtime=0.09
/proc/28533/stat : 28533 (CirCUs) R 28531 28533 28496 0 -1 4194304 1092 0 0 0 9 0 0 0 18 0 1 1000000 160577874 5357568 1043 1992294400 134512640 135224549 4294956224 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28533/statm: 1308 1043 74 173 0 1133 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5232

[startup+0.301786 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 28533
/proc/meminfo: memFree=1546224/2055920 swapFree=4180888/4192956
[pid=28533] ppid=28531 vsize=5364 CPUtime=0.29
/proc/28533/stat : 28533 (CirCUs) R 28531 28533 28496 0 -1 4194304 1132 0 0 0 29 0 0 0 19 0 1 1000000 160577874 5492736 1083 1992294400 134512640 135224549 4294956224 18446744073709551615 134619856 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28533/statm: 1341 1083 90 173 0 1166 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5364

[startup+0.701827 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 28533
/proc/meminfo: memFree=1546224/2055920 swapFree=4180888/4192956
[pid=28533] ppid=28531 vsize=6024 CPUtime=0.69
/proc/28533/stat : 28533 (CirCUs) R 28531 28533 28496 0 -1 4194304 1318 0 0 0 69 0 0 0 22 0 1 1000000 160577874 6168576 1269 1992294400 134512640 135224549 4294956224 18446744073709551615 134638330 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28533/statm: 1506 1269 90 173 0 1331 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6024

[startup+1.50191 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 28534
/proc/meminfo: memFree=1541160/2055920 swapFree=4180888/4192956
[pid=28533] ppid=28531 vsize=6552 CPUtime=1.49
/proc/28533/stat : 28533 (CirCUs) R 28531 28533 28496 0 -1 4194304 1438 0 0 0 149 0 0 0 25 0 1 1000000 160577874 6709248 1389 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28533/statm: 1638 1389 90 173 0 1463 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6552

[startup+3.10207 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 28534
/proc/meminfo: memFree=1540712/2055920 swapFree=4180888/4192956
[pid=28533] ppid=28531 vsize=6552 CPUtime=3.09
/proc/28533/stat : 28533 (CirCUs) R 28531 28533 28496 0 -1 4194304 1459 0 0 0 309 0 0 0 25 0 1 1000000 160577874 6709248 1410 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28533/statm: 1638 1410 90 173 0 1463 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6552

[startup+6.30141 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 28534
/proc/meminfo: memFree=1540520/2055920 swapFree=4180888/4192956
[pid=28533] ppid=28531 vsize=6816 CPUtime=6.29
/proc/28533/stat : 28533 (CirCUs) R 28531 28533 28496 0 -1 4194304 1503 0 0 0 629 0 0 0 25 0 1 1000000 160577874 6979584 1454 1992294400 134512640 135224549 4294956224 18446744073709551615 134595552 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28533/statm: 1704 1454 90 173 0 1529 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6816

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 28534
/proc/meminfo: memFree=1538352/2055920 swapFree=4180888/4192956
[pid=28533] ppid=28531 vsize=9240 CPUtime=12.69
/proc/28533/stat : 28533 (CirCUs) R 28531 28533 28496 0 -1 4194304 2095 0 0 0 1268 1 0 0 25 0 1 1000000 160577874 9461760 2046 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28533/statm: 2310 2046 90 173 0 2135 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9240

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 28534
/proc/meminfo: memFree=1537264/2055920 swapFree=4180888/4192956
[pid=28533] ppid=28531 vsize=10216 CPUtime=25.48
/proc/28533/stat : 28533 (CirCUs) R 28531 28533 28496 0 -1 4194304 2305 0 0 0 2547 1 0 0 25 0 1 1000000 160577874 10461184 2256 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28533/statm: 2554 2256 90 173 0 2379 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10216

[startup+51.101 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 28534
/proc/meminfo: memFree=1534064/2055920 swapFree=4180888/4192956
[pid=28533] ppid=28531 vsize=13768 CPUtime=51.08
/proc/28533/stat : 28533 (CirCUs) R 28531 28533 28496 0 -1 4194304 3118 0 0 0 5105 3 0 0 25 0 1 1000000 160577874 14098432 3069 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28533/statm: 3442 3069 90 173 0 3267 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 13768

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 28534
/proc/meminfo: memFree=1532272/2055920 swapFree=4180888/4192956
[pid=28533] ppid=28531 vsize=15552 CPUtime=102.26
/proc/28533/stat : 28533 (CirCUs) R 28531 28533 28496 0 -1 4194304 3556 0 0 0 10223 3 0 0 25 0 1 1000000 160577874 15925248 3507 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28533/statm: 3888 3507 90 173 0 3713 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 15552

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28536
/proc/meminfo: memFree=1530992/2055920 swapFree=4180888/4192956
[pid=28533] ppid=28531 vsize=17260 CPUtime=162.24
/proc/28533/stat : 28533 (CirCUs) R 28531 28533 28496 0 -1 4194304 3971 0 0 0 16221 3 0 0 25 0 1 1000000 160577874 17674240 3857 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28533/statm: 4315 3857 90 173 0 4140 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 17260

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28536
/proc/meminfo: memFree=1528624/2055920 swapFree=4180888/4192956
[pid=28533] ppid=28531 vsize=19476 CPUtime=222.22
/proc/28533/stat : 28533 (CirCUs) R 28531 28533 28496 0 -1 4194304 4526 0 0 0 22219 3 0 0 25 0 1 1000000 160577874 19943424 4412 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28533/statm: 4869 4412 90 173 0 4694 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 19476

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28536
/proc/meminfo: memFree=1527728/2055920 swapFree=4180888/4192956
[pid=28533] ppid=28531 vsize=20472 CPUtime=282.22
/proc/28533/stat : 28533 (CirCUs) R 28531 28533 28496 0 -1 4194304 4759 0 0 0 28218 4 0 0 25 0 1 1000000 160577874 20963328 4645 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28533/statm: 5118 4645 90 173 0 4943 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 20472

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28536
/proc/meminfo: memFree=1526128/2055920 swapFree=4180888/4192956
[pid=28533] ppid=28531 vsize=22020 CPUtime=342.2
/proc/28533/stat : 28533 (CirCUs) R 28531 28533 28496 0 -1 4194304 5135 0 0 0 34216 4 0 0 25 0 1 1000000 160577874 22548480 5021 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28533/statm: 5505 5021 90 173 0 5330 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 22020

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28536
/proc/meminfo: memFree=1524976/2055920 swapFree=4180888/4192956
[pid=28533] ppid=28531 vsize=23300 CPUtime=402.18
/proc/28533/stat : 28533 (CirCUs) R 28531 28533 28496 0 -1 4194304 5427 0 0 0 40214 4 0 0 25 0 1 1000000 160577874 23859200 5313 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28533/statm: 5825 5313 90 173 0 5650 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 23300

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28536
/proc/meminfo: memFree=1524656/2055920 swapFree=4180888/4192956
[pid=28533] ppid=28531 vsize=23748 CPUtime=462.16
/proc/28533/stat : 28533 (CirCUs) R 28531 28533 28496 0 -1 4194304 5520 0 0 0 46212 4 0 0 25 0 1 1000000 160577874 24317952 5406 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28533/statm: 5937 5406 90 173 0 5762 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 23748

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28536
/proc/meminfo: memFree=1523696/2055920 swapFree=4180888/4192956
[pid=28533] ppid=28531 vsize=24652 CPUtime=522.14
/proc/28533/stat : 28533 (CirCUs) R 28531 28533 28496 0 -1 4194304 5764 0 0 0 52210 4 0 0 25 0 1 1000000 160577874 25243648 5650 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28533/statm: 6163 5650 90 173 0 5988 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 24652

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28536
/proc/meminfo: memFree=1522992/2055920 swapFree=4180888/4192956
[pid=28533] ppid=28531 vsize=25952 CPUtime=582.13
/proc/28533/stat : 28533 (CirCUs) R 28531 28533 28496 0 -1 4194304 6077 0 0 0 58208 5 0 0 25 0 1 1000000 160577874 26574848 5834 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28533/statm: 6488 5834 90 173 0 6313 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 25952

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28536
/proc/meminfo: memFree=1522288/2055920 swapFree=4180888/4192956
[pid=28533] ppid=28531 vsize=26728 CPUtime=642.12
/proc/28533/stat : 28533 (CirCUs) R 28531 28533 28496 0 -1 4194304 6248 0 0 0 64207 5 0 0 25 0 1 1000000 160577874 27369472 6005 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28533/statm: 6682 6005 90 173 0 6507 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 26728

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

[startup+652.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28536
/proc/meminfo: memFree=1522224/2055920 swapFree=4180888/4192956
[pid=28533] ppid=28531 vsize=26728 CPUtime=652.51
/proc/28533/stat : 28533 (CirCUs) R 28531 28533 28496 0 -1 4194304 6250 0 0 0 65246 5 0 0 25 0 1 1000000 160577874 27369472 6007 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28533/statm: 6682 6007 90 173 0 6507 0
Current children cumulated CPU time (s) 652.51
Current children cumulated vsize (KiB) 26728

[startup+659.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28536
/proc/meminfo: memFree=1522224/2055920 swapFree=4180888/4192956
[pid=28533] ppid=28531 vsize=26728 CPUtime=658.91
/proc/28533/stat : 28533 (CirCUs) R 28531 28533 28496 0 -1 4194304 6253 0 0 0 65886 5 0 0 25 0 1 1000000 160577874 27369472 6010 1992294400 134512640 135224549 4294956224 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28533/statm: 6682 6010 90 173 0 6507 0
Current children cumulated CPU time (s) 658.91
Current children cumulated vsize (KiB) 26728

[startup+660.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28536
/proc/meminfo: memFree=1522224/2055920 swapFree=4180888/4192956
[pid=28533] ppid=28531 vsize=26728 CPUtime=660.51
/proc/28533/stat : 28533 (CirCUs) R 28531 28533 28496 0 -1 4194304 6258 0 0 0 66046 5 0 0 25 0 1 1000000 160577874 27369472 6015 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28533/statm: 6682 6015 90 173 0 6507 0
Current children cumulated CPU time (s) 660.51
Current children cumulated vsize (KiB) 26728

[startup+662.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28536
/proc/meminfo: memFree=1522224/2055920 swapFree=4180888/4192956
[pid=28533] ppid=28531 vsize=26728 CPUtime=662.11
/proc/28533/stat : 28533 (CirCUs) R 28531 28533 28496 0 -1 4194304 6258 0 0 0 66206 5 0 0 25 0 1 1000000 160577874 27369472 6015 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28533/statm: 6682 6015 90 173 0 6507 0
Current children cumulated CPU time (s) 662.11
Current children cumulated vsize (KiB) 26728

[startup+662.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28536
/proc/meminfo: memFree=1522224/2055920 swapFree=4180888/4192956
[pid=28533] ppid=28531 vsize=26728 CPUtime=662.51
/proc/28533/stat : 28533 (CirCUs) R 28531 28533 28496 0 -1 4194304 6258 0 0 0 66246 5 0 0 25 0 1 1000000 160577874 27369472 6015 1992294400 134512640 135224549 4294956224 18446744073709551615 134631364 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28533/statm: 6682 6015 90 173 0 6507 0
Current children cumulated CPU time (s) 662.51
Current children cumulated vsize (KiB) 26728

[startup+663.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28536
/proc/meminfo: memFree=1522224/2055920 swapFree=4180888/4192956
[pid=28533] ppid=28531 vsize=26728 CPUtime=662.91
/proc/28533/stat : 28533 (CirCUs) R 28531 28533 28496 0 -1 4194304 6258 0 0 0 66286 5 0 0 25 0 1 1000000 160577874 27369472 6015 1992294400 134512640 135224549 4294956224 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28533/statm: 6682 6015 90 173 0 6507 0
Current children cumulated CPU time (s) 662.91
Current children cumulated vsize (KiB) 26728

Child status: 0
Real time (s): 663.138
CPU time (s): 662.951
CPU user time (s): 662.895
CPU system time (s): 0.055991
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 26728

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

runsolver used 0.481926 second user time and 1.43778 second system time

The end

Launcher Data

Begin job on node24 at 2009-05-03 06:37:24
IDJOB=1775138
IDBENCH=71091
IDSOLVER=614
FILE ID=node24/1775138-1241325443
PBS_JOBID= 9225379
Free space on /tmp= 66540 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_07_UNSAT.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775138-1241325443/watcher-1775138-1241325443 -o /tmp/evaluation-result-1775138-1241325443/solver-1775138-1241325443 -C 10000 -W 12000 -M 1800  HOME/CirCUs HOME/instance-1775138-1241325443.cnf -t 10000

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

MD5SUM BENCH= 6419e2e5b92274df2e7e43e6c6a98566
RANDOM SEED=1506342010

node24.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.232
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.232
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:       1546640 kB
Buffers:         92200 kB
Cached:         306404 kB
SwapCached:       5860 kB
Active:          81696 kB
Inactive:       325176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1546640 kB
SwapTotal:     4192956 kB
SwapFree:      4180888 kB
Dirty:            1936 kB
Writeback:           0 kB
Mapped:          13916 kB
Slab:            88312 kB
Committed_AS:   709972 kB
PageTables:       1440 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= 66540 MiB
End job on node24 at 2009-05-03 06:48:27