Trace number 1717801

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 823.769 824.021

General information on the benchmark

Nameindustrial/palacios/medium/
cube-11-h13-unsat.cnf
MD5SUM3a68d904935650d9da7e64e1ee7bae82
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark114.303
Satisfiable
(Un)Satisfiability was proved
Number of variables454385
Number of clauses1367522
Sum of the clauses size3191290
Maximum clause length19
Minimum clause length1
Number of clauses of size 11331
Number of clauses of size 2911962
Number of clauses of size 3451911
Number of clauses of size 42126
Number of clauses of size 518
Number of clauses of size over 5174

Solver Data

12.59/12.61	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
12.59/12.61	c Eliminate time :      10.73 
823.74/824.02	c CNF read time  :       1.58 
823.74/824.02	c CNF solve time :     822.64 
823.74/824.02	c Memory usage :    242.691 MB
823.74/824.02	c Restart : 57
823.74/824.02	c Decisions : random(2780), heuristic(200853), history(0/0)
823.74/824.02	c Implications : 607555610
823.74/824.02	c Forced Restart : 0
823.74/824.02	c Polarity Change : 287
823.74/824.02	c Learned clasues  : 6212 out of 64481
823.74/824.02	c Learned literals : 202728 out of 5107784
823.74/824.02	c Number of first UIP : 25482 out of 64481
823.74/824.02	c Number of simplify : 1
823.74/824.02	c Number of continuous distill : 360
823.74/824.02	c Average depth of OTS : 312
823.74/824.02	c Average depth of additional conflict : 898
823.74/824.02	c Saved conflict clasues : 172
823.74/824.02	c Saved conflict literals : 4489
823.74/824.02	c Additional conflict clauses : 4977
823.74/824.02	c Additional conflict literals : 266517
823.74/824.02	c Additional conflict analysis : 9757
823.74/824.02	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-1717801-1240630919/watcher-1717801-1240630919 -o /tmp/evaluation-result-1717801-1240630919/solver-1717801-1240630919 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1717801-1240630919.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: 1.00 1.00 1.02 3/65 15970
/proc/meminfo: memFree=970920/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=11872 CPUtime=0
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 699 0 0 0 0 0 0 0 18 0 1 120000 91119815 12156928 684 1992294400 134512640 135224549 4294956208 18446744073709551615 134593788 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15970/statm: 2968 690 66 173 0 2793 0

[startup+0.104411 s]
/proc/loadavg: 1.00 1.00 1.02 3/65 15970
/proc/meminfo: memFree=970920/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=44188 CPUtime=0.09
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 7387 0 0 0 7 2 0 0 18 0 1 120000 91119815 45248512 7339 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15970/statm: 11047 7340 70 173 0 10872 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44188

[startup+0.201419 s]
/proc/loadavg: 1.00 1.00 1.02 3/65 15970
/proc/meminfo: memFree=970920/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=49972 CPUtime=0.19
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 9044 0 0 0 16 3 0 0 18 0 1 120000 91119815 51171328 8802 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15970/statm: 12493 8803 70 173 0 12318 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 49972

[startup+0.301429 s]
/proc/loadavg: 1.00 1.00 1.02 3/65 15970
/proc/meminfo: memFree=970920/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=55124 CPUtime=0.29
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 10518 0 0 0 25 4 0 0 19 0 1 120000 91119815 56446976 10276 1992294400 134512640 135224549 4294956208 18446744073709551615 134632558 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15970/statm: 13781 10277 70 173 0 13606 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55124

[startup+0.701471 s]
/proc/loadavg: 1.00 1.00 1.02 3/65 15970
/proc/meminfo: memFree=970920/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=75172 CPUtime=0.69
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 16181 0 0 0 62 7 0 0 22 0 1 120000 91119815 76976128 15682 1992294400 134512640 135224549 4294956208 18446744073709551615 134549145 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15970/statm: 18793 15682 70 173 0 18618 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75172

[startup+1.50174 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 15971
/proc/meminfo: memFree=871776/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=122336 CPUtime=1.49
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 29421 0 0 0 135 14 0 0 25 0 1 120000 91119815 125272064 27384 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15970/statm: 30584 27384 70 173 0 30409 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 122336

[startup+3.10189 s]
/proc/loadavg: 1.00 1.00 1.02 2/66 15971
/proc/meminfo: memFree=833504/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=162992 CPUtime=3.09
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 40685 0 0 0 290 19 0 0 25 0 1 120000 91119815 166903808 38518 1992294400 134512640 135224549 4294956208 18446744073709551615 134577827 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15970/statm: 40748 38519 77 173 0 40573 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 162992

[startup+6.30121 s]
/proc/loadavg: 1.08 1.02 1.02 2/66 15971
/proc/meminfo: memFree=763168/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=226480 CPUtime=6.29
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 58064 0 0 0 602 27 0 0 25 0 1 120000 91119815 231915520 53591 1992294400 134512640 135224549 4294956208 18446744073709551615 134578048 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15970/statm: 56620 53591 77 173 0 56445 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 226480

[startup+12.7018 s]
/proc/loadavg: 1.07 1.02 1.02 2/66 15971
/proc/meminfo: memFree=746464/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=243816 CPUtime=12.69
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 64729 0 0 0 1239 30 0 0 25 0 1 120000 91119815 249667584 58143 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15970/statm: 60954 58143 91 173 0 60779 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 243816

[startup+25.5011 s]
/proc/loadavg: 1.06 1.01 1.02 2/66 15971
/proc/meminfo: memFree=737952/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=244376 CPUtime=25.48
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 64839 0 0 0 2518 30 0 0 25 0 1 120000 91119815 250241024 58253 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15970/statm: 61094 58253 93 173 0 60919 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 244376

[startup+51.1016 s]
/proc/loadavg: 1.04 1.01 1.02 2/66 15971
/proc/meminfo: memFree=736928/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=245432 CPUtime=51.07
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 65100 0 0 0 5077 30 0 0 25 0 1 120000 91119815 251322368 58514 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15970/statm: 61358 58514 93 173 0 61183 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 245432

[startup+102.302 s]
/proc/loadavg: 1.01 1.01 1.01 2/66 15971
/proc/meminfo: memFree=735840/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=246532 CPUtime=102.26
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 65388 0 0 0 10195 31 0 0 25 0 1 120000 91119815 252448768 58802 1992294400 134512640 135224549 4294956208 18446744073709551615 134630857 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15970/statm: 61633 58802 93 173 0 61458 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 246532

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/66 15971
/proc/meminfo: memFree=735840/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=246532 CPUtime=162.24
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 65388 0 0 0 16193 31 0 0 25 0 1 120000 91119815 252448768 58802 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15970/statm: 61633 58802 93 173 0 61458 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 246532

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15971
/proc/meminfo: memFree=735456/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=246928 CPUtime=222.22
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 65476 0 0 0 22191 31 0 0 25 0 1 120000 91119815 252854272 58890 1992294400 134512640 135224549 4294956208 18446744073709551615 134622731 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15970/statm: 61732 58890 93 173 0 61557 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 246928

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15971
/proc/meminfo: memFree=735264/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=247192 CPUtime=282.2
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 65527 0 0 0 28189 31 0 0 25 0 1 120000 91119815 253124608 58941 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15970/statm: 61798 58941 93 173 0 61623 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 247192

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15971
/proc/meminfo: memFree=735200/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=247192 CPUtime=342.19
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 65529 0 0 0 34188 31 0 0 25 0 1 120000 91119815 253124608 58943 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15970/statm: 61798 58943 93 173 0 61623 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 247192

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15971
/proc/meminfo: memFree=734688/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=247720 CPUtime=402.17
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 65677 0 0 0 40186 31 0 0 25 0 1 120000 91119815 253665280 59091 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15970/statm: 61930 59091 93 173 0 61755 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 247720

[startup+462.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15971
/proc/meminfo: memFree=734624/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=247852 CPUtime=462.16
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 65691 0 0 0 46185 31 0 0 25 0 1 120000 91119815 253800448 59105 1992294400 134512640 135224549 4294956208 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15970/statm: 61963 59105 93 173 0 61788 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 247852

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15971
/proc/meminfo: memFree=734240/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=248248 CPUtime=522.14
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 65787 0 0 0 52182 32 0 0 25 0 1 120000 91119815 254205952 59201 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15970/statm: 62062 59201 93 173 0 61887 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 248248

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15971
/proc/meminfo: memFree=734240/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=248248 CPUtime=582.12
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 65788 0 0 0 58180 32 0 0 25 0 1 120000 91119815 254205952 59202 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15970/statm: 62062 59202 93 173 0 61887 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 248248

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15971
/proc/meminfo: memFree=734240/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=248248 CPUtime=642.11
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 65788 0 0 0 64179 32 0 0 25 0 1 120000 91119815 254205952 59202 1992294400 134512640 135224549 4294956208 18446744073709551615 134595266 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15970/statm: 62062 59202 93 173 0 61887 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 248248

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15971
/proc/meminfo: memFree=734176/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=248248 CPUtime=702.09
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 65788 0 0 0 70177 32 0 0 25 0 1 120000 91119815 254205952 59202 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15970/statm: 62062 59202 93 173 0 61887 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 248248

[startup+762.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15971
/proc/meminfo: memFree=733856/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=248512 CPUtime=762.06
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 65878 0 0 0 76174 32 0 0 25 0 1 120000 91119815 254476288 59292 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15970/statm: 62128 59292 93 173 0 61953 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 248512

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15971
/proc/meminfo: memFree=733856/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=248512 CPUtime=822.04
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 65878 0 0 0 82172 32 0 0 25 0 1 120000 91119815 254476288 59292 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15970/statm: 62128 59292 93 173 0 61953 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 248512

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

[startup+822.602 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15971
/proc/meminfo: memFree=733856/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=248512 CPUtime=822.34
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 65878 0 0 0 82202 32 0 0 25 0 1 120000 91119815 254476288 59292 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15970/statm: 62128 59292 93 173 0 61953 0
Current children cumulated CPU time (s) 822.34
Current children cumulated vsize (KiB) 248512

[startup+823.403 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15971
/proc/meminfo: memFree=733856/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=209676 CPUtime=823.14
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 65881 0 0 0 82282 32 0 0 25 0 1 120000 91119815 214708224 51517 1992294400 134512640 135224549 4294956208 18446744073709551615 134716968 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15970/statm: 52419 51517 95 173 0 52244 0
Current children cumulated CPU time (s) 823.14
Current children cumulated vsize (KiB) 209676

[startup+823.803 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15971
/proc/meminfo: memFree=733856/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=209676 CPUtime=823.54
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 65881 0 0 0 82322 32 0 0 25 0 1 120000 91119815 214708224 51517 1992294400 134512640 135224549 4294956208 18446744073709551615 134717211 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15970/statm: 52419 51517 95 173 0 52244 0
Current children cumulated CPU time (s) 823.54
Current children cumulated vsize (KiB) 209676

[startup+824.002 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15971
/proc/meminfo: memFree=733856/2055920 swapFree=4192956/4192956
[pid=15970] ppid=15968 vsize=202124 CPUtime=823.74
/proc/15970/stat : 15970 (CirCUs) R 15968 15970 15063 0 -1 4194304 65881 0 0 0 82340 34 0 0 25 0 1 120000 91119815 206974976 49636 1992294400 134512640 135224549 4294956208 18446744073709551615 134941342 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15970/statm: 50531 49636 19323 173 0 50356 0
Current children cumulated CPU time (s) 823.74
Current children cumulated vsize (KiB) 202124

Child status: 0
Real time (s): 824.021
CPU time (s): 823.769
CPU user time (s): 823.408
CPU system time (s): 0.360945
CPU usage (%): 99.9693
Max. virtual memory (cumulated for all children) (KiB): 248512

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

runsolver used 0.700893 second user time and 2.30465 second system time

The end

Launcher Data

Begin job on node56 at 2009-04-25 05:42:01
IDJOB=1717801
IDBENCH=20424
IDSOLVER=544
FILE ID=node56/1717801-1240630919
PBS_JOBID= 9186346
Free space on /tmp= 102984 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/industrial/palacios/medium/cube-11-h13-unsat.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717801-1240630919/watcher-1717801-1240630919 -o /tmp/evaluation-result-1717801-1240630919/solver-1717801-1240630919 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1717801-1240630919.cnf -t 1200

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

MD5SUM BENCH= 3a68d904935650d9da7e64e1ee7bae82
RANDOM SEED=1960376128

node56.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.218
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.218
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:        971336 kB
Buffers:         94816 kB
Cached:         880372 kB
SwapCached:          0 kB
Active:         222676 kB
Inactive:       766964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        971336 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           25572 kB
Writeback:           0 kB
Mapped:          24432 kB
Slab:            80868 kB
Committed_AS:   263188 kB
PageTables:       1468 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= 102984 MiB
End job on node56 at 2009-04-25 05:55:45