Trace number 1723649

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 953.956 954.413

General information on the benchmark

Namegoldb-heqc-term1mul.cnf
MD5SUMc356d60706abf7ddd80826e417c8de67
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark26.336
Satisfiable
(Un)Satisfiability was proved
Number of variables3504
Number of clauses22229
Sum of the clauses size75188
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25116
Number of clauses of size 310312
Number of clauses of size 40
Number of clauses of size 56800
Number of clauses of size over 51

Solver Data

0.00/0.06	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.00/0.06	c Eliminate time :       0.04 
953.94/954.41	c CNF read time  :       0.02 
953.94/954.41	c CNF solve time :     953.95 
953.94/954.41	c Memory usage :     31.332 MB
953.94/954.41	c Restart : 988
953.94/954.41	c Decisions : random(31419), heuristic(2581768), history(0/0)
953.94/954.41	c Implications : 378463547
953.94/954.41	c Forced Restart : 0
953.94/954.41	c Polarity Change : 4078
953.94/954.41	c Learned clasues  : 152948 out of 1665485
953.94/954.41	c Learned literals : 3074930 out of 39579084
953.94/954.41	c Number of first UIP : 339029 out of 1665485
953.94/954.41	c Number of simplify : 6
953.94/954.41	c Number of continuous distill : 10882
953.94/954.41	c Average depth of OTS : 2
953.94/954.41	c Average depth of additional conflict : 21
953.94/954.41	c Saved conflict clasues : 4260
953.94/954.41	c Saved conflict literals : 57716
953.94/954.41	c Additional conflict clauses : 29453
953.94/954.41	c Additional conflict literals : 584144
953.94/954.41	c Additional conflict analysis : 193510
953.94/954.41	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-1723649-1240688062/watcher-1723649-1240688062 -o /tmp/evaluation-result-1723649-1240688062/solver-1723649-1240688062 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1723649-1240688062.cnf -t 1200 

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: 0.92 0.98 0.99 3/65 15513
/proc/meminfo: memFree=1666536/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=1772 CPUtime=0
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 208 0 0 0 0 0 0 0 18 0 1 120000 96835765 1814528 193 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 443 193 70 173 0 268 0

[startup+0.0103649 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 15513
/proc/meminfo: memFree=1666536/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=2060 CPUtime=0
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 120000 96835765 2109440 272 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 515 272 70 173 0 340 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2060

[startup+0.101381 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 15513
/proc/meminfo: memFree=1666536/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=3164 CPUtime=0.09
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 599 0 0 0 9 0 0 0 18 0 1 120000 96835765 3239936 583 1992294400 134512640 135224549 4294956224 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 791 583 93 173 0 616 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3164

[startup+0.301415 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 15513
/proc/meminfo: memFree=1666536/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=3428 CPUtime=0.29
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 656 0 0 0 29 0 0 0 19 0 1 120000 96835765 3510272 640 1992294400 134512640 135224549 4294956224 18446744073709551615 134623558 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 857 640 93 173 0 682 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3428

[startup+0.702487 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 15513
/proc/meminfo: memFree=1666536/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=3692 CPUtime=0.69
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 741 0 0 0 69 0 0 0 23 0 1 120000 96835765 3780608 725 1992294400 134512640 135224549 4294956224 18446744073709551615 134595301 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 923 725 93 173 0 748 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3692

[startup+1.50163 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 15514
/proc/meminfo: memFree=1663776/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=4088 CPUtime=1.49
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 839 0 0 0 149 0 0 0 25 0 1 120000 96835765 4186112 823 1992294400 134512640 135224549 4294956224 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 1022 823 93 173 0 847 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4088

[startup+3.10192 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 15514
/proc/meminfo: memFree=1663200/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=4748 CPUtime=3.09
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 981 0 0 0 309 0 0 0 25 0 1 120000 96835765 4861952 965 1992294400 134512640 135224549 4294956224 18446744073709551615 134638437 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 1187 965 93 173 0 1012 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4748

[startup+6.30149 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 15514
/proc/meminfo: memFree=1662176/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=5408 CPUtime=6.29
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 1148 0 0 0 629 0 0 0 25 0 1 120000 96835765 5537792 1132 1992294400 134512640 135224549 4294956224 18446744073709551615 134632734 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 1352 1132 93 173 0 1177 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5408

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 15514
/proc/meminfo: memFree=1660840/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=6864 CPUtime=12.68
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 1497 0 0 0 1268 0 0 0 25 0 1 120000 96835765 7028736 1481 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 1716 1481 93 173 0 1541 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 6864

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 15514
/proc/meminfo: memFree=1659496/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=8060 CPUtime=25.49
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 1814 0 0 0 2548 1 0 0 25 0 1 120000 96835765 8253440 1798 1992294400 134512640 135224549 4294956224 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 2015 1798 93 173 0 1840 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 8060

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 15514
/proc/meminfo: memFree=1657256/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=10464 CPUtime=51.06
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 2420 0 0 0 5105 1 0 0 25 0 1 120000 96835765 10715136 2371 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 2616 2371 93 173 0 2441 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 10464

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 15514
/proc/meminfo: memFree=1654312/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=13292 CPUtime=102.25
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 3112 0 0 0 10223 2 0 0 25 0 1 120000 96835765 13611008 3063 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 3323 3063 93 173 0 3148 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 13292

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15514
/proc/meminfo: memFree=1651368/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=16416 CPUtime=162.22
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 3903 0 0 0 16219 3 0 0 25 0 1 120000 96835765 16809984 3789 1992294400 134512640 135224549 4294956224 18446744073709551615 134631376 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 4104 3789 93 173 0 3929 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 16416

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15514
/proc/meminfo: memFree=1650280/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=17720 CPUtime=222.19
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 4179 0 0 0 22215 4 0 0 25 0 1 120000 96835765 18145280 4065 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 4430 4065 93 173 0 4255 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 17720

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15516
/proc/meminfo: memFree=1647720/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=20392 CPUtime=282.15
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 4799 0 0 0 28210 5 0 0 25 0 1 120000 96835765 20881408 4685 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 5098 4685 93 173 0 4923 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 20392

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15516
/proc/meminfo: memFree=1646376/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=21704 CPUtime=342.12
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 5122 0 0 0 34207 5 0 0 25 0 1 120000 96835765 22224896 5008 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 5426 5008 93 173 0 5251 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 21704

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15516
/proc/meminfo: memFree=1644200/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=23684 CPUtime=402.09
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 5675 0 0 0 40203 6 0 0 25 0 1 120000 96835765 24252416 5561 1992294400 134512640 135224549 4294956224 18446744073709551615 134595704 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 5921 5561 93 173 0 5746 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 23684

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15516
/proc/meminfo: memFree=1643880/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=24056 CPUtime=462.07
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 5746 0 0 0 46200 7 0 0 25 0 1 120000 96835765 24633344 5632 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 6014 5632 93 173 0 5839 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 24056

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15516
/proc/meminfo: memFree=1642472/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=26004 CPUtime=522.04
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 6237 0 0 0 52197 7 0 0 25 0 1 120000 96835765 26628096 5994 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 6501 5994 93 173 0 6326 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 26004

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15516
/proc/meminfo: memFree=1640296/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=28132 CPUtime=582
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 6756 0 0 0 58193 7 0 0 25 0 1 120000 96835765 28807168 6513 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 7033 6513 93 173 0 6858 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 28132

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15516
/proc/meminfo: memFree=1640168/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=28288 CPUtime=641.98
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 6784 0 0 0 64191 7 0 0 25 0 1 120000 96835765 28966912 6541 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 7072 6541 93 173 0 6897 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 28288

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15516
/proc/meminfo: memFree=1638440/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=29732 CPUtime=701.96
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 7190 0 0 0 70188 8 0 0 25 0 1 120000 96835765 30445568 6947 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 7433 6947 93 173 0 7258 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 29732

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15516
/proc/meminfo: memFree=1638312/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=30092 CPUtime=761.93
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 7231 0 0 0 76185 8 0 0 25 0 1 120000 96835765 30814208 6988 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 7523 6988 93 173 0 7348 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 30092

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15516
/proc/meminfo: memFree=1637096/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=31092 CPUtime=821.9
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 7534 0 0 0 82182 8 0 0 25 0 1 120000 96835765 31838208 7291 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 7773 7291 93 173 0 7598 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 31092

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15516
/proc/meminfo: memFree=1637032/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=31092 CPUtime=881.87
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 7539 0 0 0 88179 8 0 0 25 0 1 120000 96835765 31838208 7296 1992294400 134512640 135224549 4294956224 18446744073709551615 134595347 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 7773 7296 93 173 0 7598 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 31092

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15516
/proc/meminfo: memFree=1636264/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=32080 CPUtime=941.84
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 7717 0 0 0 94175 9 0 0 25 0 1 120000 96835765 32849920 7474 1992294400 134512640 135224549 4294956224 18446744073709551615 134632745 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 8020 7474 93 173 0 7845 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 32080

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

[startup+947.105 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15516
/proc/meminfo: memFree=1636264/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=32080 CPUtime=946.64
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 7719 0 0 0 94655 9 0 0 25 0 1 120000 96835765 32849920 7476 1992294400 134512640 135224549 4294956224 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 8020 7476 93 173 0 7845 0
Current children cumulated CPU time (s) 946.64
Current children cumulated vsize (KiB) 32080

[startup+950.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15516
/proc/meminfo: memFree=1636264/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=32080 CPUtime=949.84
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 7719 0 0 0 94975 9 0 0 25 0 1 120000 96835765 32849920 7476 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 8020 7476 93 173 0 7845 0
Current children cumulated CPU time (s) 949.84
Current children cumulated vsize (KiB) 32080

[startup+951.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15516
/proc/meminfo: memFree=1636264/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=32080 CPUtime=951.44
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 7719 0 0 0 95135 9 0 0 25 0 1 120000 96835765 32849920 7476 1992294400 134512640 135224549 4294956224 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 8020 7476 93 173 0 7845 0
Current children cumulated CPU time (s) 951.44
Current children cumulated vsize (KiB) 32080

[startup+953.501 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15516
/proc/meminfo: memFree=1636264/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=32080 CPUtime=953.04
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 7719 0 0 0 95295 9 0 0 25 0 1 120000 96835765 32849920 7476 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 8020 7476 93 173 0 7845 0
Current children cumulated CPU time (s) 953.04
Current children cumulated vsize (KiB) 32080

[startup+953.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15516
/proc/meminfo: memFree=1636264/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=32080 CPUtime=953.44
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 7719 0 0 0 95335 9 0 0 25 0 1 120000 96835765 32849920 7476 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 8020 7476 93 173 0 7845 0
Current children cumulated CPU time (s) 953.44
Current children cumulated vsize (KiB) 32080

[startup+954.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15516
/proc/meminfo: memFree=1636264/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=32080 CPUtime=953.84
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 7719 0 0 0 95375 9 0 0 25 0 1 120000 96835765 32849920 7476 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 8020 7476 93 173 0 7845 0
Current children cumulated CPU time (s) 953.84
Current children cumulated vsize (KiB) 32080

[startup+954.401 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 15516
/proc/meminfo: memFree=1636264/2055920 swapFree=4192952/4192956
[pid=15513] ppid=15511 vsize=32080 CPUtime=953.94
/proc/15513/stat : 15513 (CirCUs) R 15511 15513 15167 0 -1 4194304 7722 0 0 0 95385 9 0 0 25 0 1 120000 96835765 32849920 7478 1992294400 134512640 135224549 4294956224 18446744073709551615 134598788 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15513/statm: 8020 7478 95 173 0 7845 0
Current children cumulated CPU time (s) 953.94
Current children cumulated vsize (KiB) 32080

Child status: 0
Real time (s): 954.413
CPU time (s): 953.956
CPU user time (s): 953.857
CPU system time (s): 0.098984
CPU usage (%): 99.9521
Max. virtual memory (cumulated for all children) (KiB): 32080

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

runsolver used 1.11883 second user time and 2.22166 second system time

The end

Launcher Data

Begin job on node89 at 2009-04-25 21:34:22
IDJOB=1723649
IDBENCH=71729
IDSOLVER=544
FILE ID=node89/1723649-1240688062
PBS_JOBID= 9186678
Free space on /tmp= 66352 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT_RACE06/goldb-heqc-term1mul.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723649-1240688062/watcher-1723649-1240688062 -o /tmp/evaluation-result-1723649-1240688062/solver-1723649-1240688062 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1723649-1240688062.cnf -t 1200

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

MD5SUM BENCH= c356d60706abf7ddd80826e417c8de67
RANDOM SEED=500551757

node89.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.268
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.268
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:       1666952 kB
Buffers:         38120 kB
Cached:         272364 kB
SwapCached:          4 kB
Active:         107720 kB
Inactive:       216648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1666952 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1440 kB
Writeback:           0 kB
Mapped:          23580 kB
Slab:            50512 kB
Committed_AS:   278856 kB
PageTables:       1372 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= 66348 MiB
End job on node89 at 2009-04-25 21:50:17