Trace number 1773908

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 6058 6059.5

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-10.cnf
MD5SUM0260f441a1d07270edb6a85b2fc90d1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1761.72
Satisfiable
(Un)Satisfiability was proved
Number of variables69503
Number of clauses226618
Sum of the clauses size587302
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292294
Number of clauses of size 3134195
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1.59/1.61	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
1.59/1.61	c Eliminate time :        1.3 
6057.89/6059.49	c CNF read time  :       0.27 
6057.89/6059.49	c CNF solve time :    6058.63 
6057.89/6059.49	c Memory usage :    65.0391 MB
6057.89/6059.49	c Restart : 755
6057.89/6059.49	c Decisions : random(11560), heuristic(854615), history(0/0)
6057.89/6059.49	c Implications : 3373317840
6057.89/6059.49	c Forced Restart : 0
6057.89/6059.49	c Polarity Change : 2518
6057.89/6059.49	c Learned clasues  : 96245 out of 621747
6057.89/6059.49	c Learned literals : 1830249 out of 55993923
6057.89/6059.49	c Number of first UIP : 86999 out of 621747
6057.89/6059.49	c Number of simplify : 0
6057.89/6059.49	c Number of continuous distill : 9045
6057.89/6059.49	c Average depth of OTS : 66
6057.89/6059.49	c Average depth of additional conflict : 8225
6057.89/6059.49	c Saved conflict clasues : 4708
6057.89/6059.49	c Saved conflict literals : 57436
6057.89/6059.49	c Additional conflict clauses : 24774
6057.89/6059.49	c Additional conflict literals : 1232786
6057.89/6059.49	c Additional conflict analysis : 133084
6057.89/6059.49	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-1773908-1241319617/watcher-1773908-1241319617 -o /tmp/evaluation-result-1773908-1241319617/solver-1773908-1241319617 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1773908-1241319617.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.85 0.97 0.99 3/65 962
/proc/meminfo: memFree=1765000/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=6384 CPUtime=0
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 775 0 0 0 0 0 0 0 20 0 1 1000000 159995508 6537216 760 1992294400 134512640 135224549 4294956224 18446744073709551615 134594320 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 1596 766 67 173 0 1421 0

[startup+0.016373 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 962
/proc/meminfo: memFree=1765000/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=8004 CPUtime=0.01
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 1255 0 0 0 1 0 0 0 20 0 1 1000000 159995508 8196096 1240 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 2001 1240 70 173 0 1826 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8004

[startup+0.101379 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 962
/proc/meminfo: memFree=1765000/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=14360 CPUtime=0.09
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 3003 0 0 0 8 1 0 0 20 0 1 1000000 159995508 14704640 2890 1992294400 134512640 135224549 4294956224 18446744073709551615 134632558 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 3590 2890 70 173 0 3415 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14360

[startup+0.301397 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 962
/proc/meminfo: memFree=1765000/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=22920 CPUtime=0.29
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 5455 0 0 0 28 1 0 0 22 0 1 1000000 159995508 23470080 5212 1992294400 134512640 135224549 4294956224 18446744073709551615 134570246 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 5730 5212 76 173 0 5555 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22920

[startup+0.701435 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 962
/proc/meminfo: memFree=1765000/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=34052 CPUtime=0.69
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 8502 0 0 0 66 3 0 0 25 0 1 1000000 159995508 34869248 8002 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 8513 8004 77 173 0 8338 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34052

[startup+1.50151 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 963
/proc/meminfo: memFree=1729984/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=36956 CPUtime=1.49
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 9337 0 0 0 146 3 0 0 25 0 1 1000000 159995508 37842944 8837 1992294400 134512640 135224549 4294956224 18446744073709551615 134579208 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 9239 8837 77 173 0 9064 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36956

[startup+3.10166 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 963
/proc/meminfo: memFree=1728512/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=38004 CPUtime=3.09
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 9879 0 0 0 306 3 0 0 25 0 1 1000000 159995508 38916096 9156 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 9501 9156 92 173 0 9326 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38004

[startup+6.30196 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 963
/proc/meminfo: memFree=1728320/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=38136 CPUtime=6.29
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 9882 0 0 0 626 3 0 0 25 0 1 1000000 159995508 39051264 9159 1992294400 134512640 135224549 4294956224 18446744073709551615 134638367 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 9534 9159 92 173 0 9359 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38136

[startup+12.7016 s]
/proc/loadavg: 0.87 0.97 0.99 2/66 963
/proc/meminfo: memFree=1728200/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=38400 CPUtime=12.69
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 9947 0 0 0 1266 3 0 0 25 0 1 1000000 159995508 39321600 9224 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 9600 9224 92 173 0 9425 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38400

[startup+25.5018 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 963
/proc/meminfo: memFree=1727496/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=39060 CPUtime=25.48
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 10136 0 0 0 2545 3 0 0 25 0 1 1000000 159995508 39997440 9413 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 9765 9413 92 173 0 9590 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 39060

[startup+51.1012 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 969
/proc/meminfo: memFree=1725952/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=40644 CPUtime=51.08
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 10536 0 0 0 5104 4 0 0 25 0 1 1000000 159995508 41619456 9813 1992294400 134512640 135224549 4294956224 18446744073709551615 134595420 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 10161 9813 92 173 0 9986 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 40644

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 969
/proc/meminfo: memFree=1725128/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=41568 CPUtime=102.26
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 10740 0 0 0 10222 4 0 0 25 0 1 1000000 159995508 42565632 10017 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 10392 10017 92 173 0 10217 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 41568

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 969
/proc/meminfo: memFree=1725064/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=41704 CPUtime=162.24
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 10756 0 0 0 16220 4 0 0 25 0 1 1000000 159995508 42704896 10033 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 10426 10033 92 173 0 10251 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 41704

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 969
/proc/meminfo: memFree=1724680/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=41968 CPUtime=222.23
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 10846 0 0 0 22219 4 0 0 25 0 1 1000000 159995508 42975232 10123 1992294400 134512640 135224549 4294956224 18446744073709551615 134587793 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 10492 10123 92 173 0 10317 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 41968

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 969
/proc/meminfo: memFree=1724552/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=42100 CPUtime=282.21
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 10864 0 0 0 28217 4 0 0 25 0 1 1000000 159995508 43110400 10141 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 10525 10141 92 173 0 10350 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 42100

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 969
/proc/meminfo: memFree=1724168/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=42496 CPUtime=342.21
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 10963 0 0 0 34216 5 0 0 25 0 1 1000000 159995508 43515904 10240 1992294400 134512640 135224549 4294956224 18446744073709551615 134618758 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 10624 10240 92 173 0 10449 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 42496

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 969
/proc/meminfo: memFree=1723784/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=42760 CPUtime=402.19
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 11052 0 0 0 40214 5 0 0 25 0 1 1000000 159995508 43786240 10329 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 10690 10329 92 173 0 10515 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 42760

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 969
/proc/meminfo: memFree=1723528/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=43024 CPUtime=462.18
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 11116 0 0 0 46213 5 0 0 25 0 1 1000000 159995508 44056576 10393 1992294400 134512640 135224549 4294956224 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 10756 10393 92 173 0 10581 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 43024

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 969
/proc/meminfo: memFree=1723080/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=43552 CPUtime=522.16
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 11232 0 0 0 52211 5 0 0 25 0 1 1000000 159995508 44597248 10509 1992294400 134512640 135224549 4294956224 18446744073709551615 134587956 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 10888 10509 92 173 0 10713 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 43552

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 969
/proc/meminfo: memFree=1722120/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=44476 CPUtime=582.14
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 11468 0 0 0 58209 5 0 0 25 0 1 1000000 159995508 45543424 10745 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 11119 10745 92 173 0 10944 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 44476

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 969
/proc/meminfo: memFree=1721800/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=44940 CPUtime=642.13
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 11555 0 0 0 64208 5 0 0 25 0 1 1000000 159995508 46018560 10832 1992294400 134512640 135224549 4294956224 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 11235 10832 92 173 0 11060 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 44940

[startup+702.301 s]

################
# More data... #
################

/proc/meminfo: memFree=1698696/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=66404 CPUtime=5380.96
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 16859 0 0 0 538085 11 0 0 25 0 1 1000000 159995508 67997696 16136 1992294400 134512640 135224549 4294956224 18446744073709551615 134632719 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 16601 16136 92 173 0 16426 0
Current children cumulated CPU time (s) 5380.96
Current children cumulated vsize (KiB) 66404

[startup+5442.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 977
/proc/meminfo: memFree=1698696/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=66404 CPUtime=5440.94
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 16859 0 0 0 544083 11 0 0 25 0 1 1000000 159995508 67997696 16136 1992294400 134512640 135224549 4294956224 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 16601 16136 92 173 0 16426 0
Current children cumulated CPU time (s) 5440.94
Current children cumulated vsize (KiB) 66404

[startup+5502.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 977
/proc/meminfo: memFree=1698696/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=66404 CPUtime=5500.93
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 16859 0 0 0 550082 11 0 0 25 0 1 1000000 159995508 67997696 16136 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 16601 16136 92 173 0 16426 0
Current children cumulated CPU time (s) 5500.93
Current children cumulated vsize (KiB) 66404

[startup+5562.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 977
/proc/meminfo: memFree=1698696/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=66404 CPUtime=5560.91
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 16859 0 0 0 556080 11 0 0 25 0 1 1000000 159995508 67997696 16136 1992294400 134512640 135224549 4294956224 18446744073709551615 134585017 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 16601 16136 92 173 0 16426 0
Current children cumulated CPU time (s) 5560.91
Current children cumulated vsize (KiB) 66404

[startup+5622.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 977
/proc/meminfo: memFree=1698696/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=66404 CPUtime=5620.9
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 16859 0 0 0 562079 11 0 0 25 0 1 1000000 159995508 67997696 16136 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 16601 16136 92 173 0 16426 0
Current children cumulated CPU time (s) 5620.9
Current children cumulated vsize (KiB) 66404

[startup+5682.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 977
/proc/meminfo: memFree=1698696/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=66404 CPUtime=5680.88
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 16859 0 0 0 568077 11 0 0 25 0 1 1000000 159995508 67997696 16136 1992294400 134512640 135224549 4294956224 18446744073709551615 134618778 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 16601 16136 92 173 0 16426 0
Current children cumulated CPU time (s) 5680.88
Current children cumulated vsize (KiB) 66404

[startup+5742.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 977
/proc/meminfo: memFree=1698568/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=66404 CPUtime=5740.87
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 16859 0 0 0 574076 11 0 0 25 0 1 1000000 159995508 67997696 16136 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 16601 16136 92 173 0 16426 0
Current children cumulated CPU time (s) 5740.87
Current children cumulated vsize (KiB) 66404

[startup+5802.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 977
/proc/meminfo: memFree=1698504/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=66404 CPUtime=5800.86
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 16862 0 0 0 580075 11 0 0 25 0 1 1000000 159995508 67997696 16139 1992294400 134512640 135224549 4294956224 18446744073709551615 134617061 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 16601 16139 92 173 0 16426 0
Current children cumulated CPU time (s) 5800.86
Current children cumulated vsize (KiB) 66404

[startup+5862.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 977
/proc/meminfo: memFree=1698440/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=66404 CPUtime=5860.84
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 16863 0 0 0 586073 11 0 0 25 0 1 1000000 159995508 67997696 16140 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 16601 16140 92 173 0 16426 0
Current children cumulated CPU time (s) 5860.84
Current children cumulated vsize (KiB) 66404

[startup+5922.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 977
/proc/meminfo: memFree=1698440/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=66404 CPUtime=5920.83
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 16865 0 0 0 592072 11 0 0 25 0 1 1000000 159995508 67997696 16142 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 16601 16142 92 173 0 16426 0
Current children cumulated CPU time (s) 5920.83
Current children cumulated vsize (KiB) 66404

[startup+5982.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 979
/proc/meminfo: memFree=1698056/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=66404 CPUtime=5980.81
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 16865 0 0 0 598070 11 0 0 25 0 1 1000000 159995508 67997696 16142 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 16601 16142 92 173 0 16426 0
Current children cumulated CPU time (s) 5980.81
Current children cumulated vsize (KiB) 66404

[startup+6042.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 979
/proc/meminfo: memFree=1698056/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=66596 CPUtime=6040.8
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 16878 0 0 0 604069 11 0 0 25 0 1 1000000 159995508 68194304 16155 1992294400 134512640 135224549 4294956224 18446744073709551615 134632719 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 16649 16155 92 173 0 16474 0
Current children cumulated CPU time (s) 6040.8
Current children cumulated vsize (KiB) 66596

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

[startup+6047.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 979
/proc/meminfo: memFree=1698056/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=66596 CPUtime=6046.39
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 16878 0 0 0 604628 11 0 0 25 0 1 1000000 159995508 68194304 16155 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 16649 16155 92 173 0 16474 0
Current children cumulated CPU time (s) 6046.39
Current children cumulated vsize (KiB) 66596

[startup+6054.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 979
/proc/meminfo: memFree=1698056/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=66596 CPUtime=6052.8
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 16878 0 0 0 605269 11 0 0 25 0 1 1000000 159995508 68194304 16155 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 16649 16155 92 173 0 16474 0
Current children cumulated CPU time (s) 6052.8
Current children cumulated vsize (KiB) 66596

[startup+6057.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 979
/proc/meminfo: memFree=1698056/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=66596 CPUtime=6055.99
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 16878 0 0 0 605588 11 0 0 25 0 1 1000000 159995508 68194304 16155 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 16649 16155 92 173 0 16474 0
Current children cumulated CPU time (s) 6055.99
Current children cumulated vsize (KiB) 66596

[startup+6058.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 979
/proc/meminfo: memFree=1698056/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=66596 CPUtime=6056.79
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 16878 0 0 0 605668 11 0 0 25 0 1 1000000 159995508 68194304 16155 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 16649 16155 92 173 0 16474 0
Current children cumulated CPU time (s) 6056.79
Current children cumulated vsize (KiB) 66596

[startup+6059.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 979
/proc/meminfo: memFree=1698056/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=66596 CPUtime=6057.59
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 16878 0 0 0 605748 11 0 0 25 0 1 1000000 159995508 68194304 16155 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 16649 16155 92 173 0 16474 0
Current children cumulated CPU time (s) 6057.59
Current children cumulated vsize (KiB) 66596

[startup+6059.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 979
/proc/meminfo: memFree=1698056/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=66596 CPUtime=6057.79
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 16878 0 0 0 605768 11 0 0 25 0 1 1000000 159995508 68194304 16155 1992294400 134512640 135224549 4294956224 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 16649 16155 92 173 0 16474 0
Current children cumulated CPU time (s) 6057.79
Current children cumulated vsize (KiB) 66596

[startup+6059.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 979
/proc/meminfo: memFree=1698056/2055920 swapFree=4181396/4192956
[pid=962] ppid=960 vsize=61912 CPUtime=6057.89
/proc/962/stat : 962 (CirCUs) R 960 962 925 0 -1 4194304 16882 0 0 0 605778 11 0 0 25 0 1 1000000 159995508 63397888 15181 1992294400 134512640 135224549 4294956224 18446744073709551615 134717220 0 0 4096 8192 0 0 0 17 1 0 0
/proc/962/statm: 15478 15181 95 173 0 15303 0
Current children cumulated CPU time (s) 6057.89
Current children cumulated vsize (KiB) 61912

Child status: 0
Real time (s): 6059.5
CPU time (s): 6058
CPU user time (s): 6057.88
CPU system time (s): 0.12598
CPU usage (%): 99.9753
Max. virtual memory (cumulated for all children) (KiB): 66596

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

runsolver used 6.99194 second user time and 15.0027 second system time

The end

Launcher Data

Begin job on node8 at 2009-05-03 05:00:18
IDJOB=1773908
IDBENCH=70821
IDSOLVER=614
FILE ID=node8/1773908-1241319617
PBS_JOBID= 9225332
Free space on /tmp= 65936 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-10.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773908-1241319617/watcher-1773908-1241319617 -o /tmp/evaluation-result-1773908-1241319617/solver-1773908-1241319617 -C 10000 -W 12000 -M 1800  HOME/CirCUs HOME/instance-1773908-1241319617.cnf -t 10000

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

MD5SUM BENCH= 0260f441a1d07270edb6a85b2fc90d1d
RANDOM SEED=1675345972

node8.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.238
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.238
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:       1765480 kB
Buffers:         28956 kB
Cached:         179048 kB
SwapCached:       4768 kB
Active:          77364 kB
Inactive:       139248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765480 kB
SwapTotal:     4192956 kB
SwapFree:      4181396 kB
Dirty:            5308 kB
Writeback:           0 kB
Mapped:          15036 kB
Slab:            59576 kB
Committed_AS:   801948 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65936 MiB
End job on node8 at 2009-05-03 06:41:17