Trace number 1773508

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 6237.48 6240.28

General information on the benchmark

Namegoldb-heqc-dalumul.cnf
MD5SUMf03acb1e2f3063539a5fb2ac1bbf6244
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark103.442
Satisfiable
(Un)Satisfiability was proved
Number of variables9426
Number of clauses59991
Sum of the clauses size202888
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 213834
Number of clauses of size 327796
Number of clauses of size 40
Number of clauses of size 518360
Number of clauses of size over 51

Solver Data

0.09/0.19	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.09/0.19	c Eliminate time :       0.11 
6237.39/6240.27	c CNF read time  :       0.07 
6237.39/6240.27	c CNF solve time :    6237.81 
6237.39/6240.27	c Memory usage :    111.922 MB
6237.39/6240.27	c Restart : 2953
6237.39/6240.27	c Decisions : random(113875), heuristic(14765364), history(0/0)
6237.39/6240.27	c Implications : 2274766245
6237.39/6240.27	c Forced Restart : 0
6237.39/6240.27	c Polarity Change : 18327
6237.39/6240.27	c Learned clasues  : 146561 out of 5570503
6237.39/6240.27	c Learned literals : 4250564 out of 181439945
6237.39/6240.27	c Number of first UIP : 1795294 out of 5570503
6237.39/6240.27	c Number of simplify : 10
6237.39/6240.27	c Number of continuous distill : 17189
6237.39/6240.27	c Average depth of OTS : 2
6237.39/6240.27	c Average depth of additional conflict : 25
6237.39/6240.27	c Saved conflict clasues : 8587
6237.39/6240.27	c Saved conflict literals : 139601
6237.39/6240.27	c Additional conflict clauses : 225044
6237.39/6240.27	c Additional conflict literals : 6269541
6237.39/6240.27	c Additional conflict analysis : 792590
6237.39/6240.27	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-1773508-1241317209/watcher-1773508-1241317209 -o /tmp/evaluation-result-1773508-1241317209/solver-1773508-1241317209 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1773508-1241317209.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: 1.05 1.03 1.00 3/64 32610
/proc/meminfo: memFree=1408352/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=2416 CPUtime=0
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 1000000 159754731 2473984 266 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 604 266 70 173 0 429 0

[startup+0.0341411 s]
/proc/loadavg: 1.05 1.03 1.00 3/64 32610
/proc/meminfo: memFree=1408352/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=3868 CPUtime=0.03
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 669 0 0 0 3 0 0 0 18 0 1 1000000 159754731 3960832 654 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 967 655 70 173 0 792 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3868

[startup+0.101152 s]
/proc/loadavg: 1.05 1.03 1.00 3/64 32610
/proc/meminfo: memFree=1408352/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=6368 CPUtime=0.09
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 1360 0 0 0 9 0 0 0 18 0 1 1000000 159754731 6520832 1311 1992294400 134512640 135224549 4294956224 18446744073709551615 134570038 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 1592 1311 74 173 0 1417 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6368

[startup+0.301188 s]
/proc/loadavg: 1.05 1.03 1.00 3/64 32610
/proc/meminfo: memFree=1408352/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=6528 CPUtime=0.29
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 1449 0 0 0 29 0 0 0 19 0 1 1000000 159754731 6684672 1400 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 1632 1400 92 173 0 1457 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6528

[startup+0.701262 s]
/proc/loadavg: 1.05 1.03 1.00 3/64 32610
/proc/meminfo: memFree=1408352/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=6660 CPUtime=0.69
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 1469 0 0 0 69 0 0 0 22 0 1 1000000 159754731 6819840 1420 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 1665 1420 92 173 0 1490 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6660

[startup+1.50141 s]
/proc/loadavg: 1.05 1.03 1.00 2/65 32611
/proc/meminfo: memFree=1402904/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=7056 CPUtime=1.49
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 1546 0 0 0 149 0 0 0 25 0 1 1000000 159754731 7225344 1497 1992294400 134512640 135224549 4294956224 18446744073709551615 134585017 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 1764 1497 92 173 0 1589 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7056

[startup+3.1017 s]
/proc/loadavg: 1.05 1.03 1.00 2/65 32611
/proc/meminfo: memFree=1402456/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=7188 CPUtime=3.09
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 1583 0 0 0 309 0 0 0 25 0 1 1000000 159754731 7360512 1534 1992294400 134512640 135224549 4294956224 18446744073709551615 134638301 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 1797 1534 92 173 0 1622 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7188

[startup+6.3013 s]
/proc/loadavg: 1.05 1.03 1.00 2/65 32611
/proc/meminfo: memFree=1401752/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=7716 CPUtime=6.29
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 1723 0 0 0 628 1 0 0 25 0 1 1000000 159754731 7901184 1674 1992294400 134512640 135224549 4294956224 18446744073709551615 134595680 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 1929 1674 92 173 0 1754 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7716

[startup+12.7015 s]
/proc/loadavg: 1.04 1.03 1.00 2/65 32611
/proc/meminfo: memFree=1400728/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=8648 CPUtime=12.69
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 1958 0 0 0 1268 1 0 0 25 0 1 1000000 159754731 8855552 1909 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 2162 1909 92 173 0 1987 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8648

[startup+25.5018 s]
/proc/loadavg: 1.03 1.03 1.00 2/65 32611
/proc/meminfo: memFree=1399768/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=9612 CPUtime=25.48
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 2198 0 0 0 2547 1 0 0 25 0 1 1000000 159754731 9842688 2149 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 2403 2149 92 173 0 2228 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 9612

[startup+51.1016 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 32611
/proc/meminfo: memFree=1397720/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=11756 CPUtime=51.07
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 2710 0 0 0 5106 1 0 0 25 0 1 1000000 159754731 12038144 2661 1992294400 134512640 135224549 4294956224 18446744073709551615 134595266 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 2939 2661 92 173 0 2764 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 11756

[startup+102.306 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 32611
/proc/meminfo: memFree=1394584/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=15028 CPUtime=102.26
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 3501 0 0 0 10224 2 0 0 25 0 1 1000000 159754731 15388672 3452 1992294400 134512640 135224549 4294956224 18446744073709551615 134587936 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 3757 3452 92 173 0 3582 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 15028

[startup+162.301 s]
/proc/loadavg: 1.72 1.21 1.07 3/71 16603
/proc/meminfo: memFree=1371536/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=17152 CPUtime=162
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 4039 0 0 0 16193 7 0 0 25 0 1 1000000 159754731 17563648 3990 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/32610/statm: 4288 3990 92 173 0 4113 0
Current children cumulated CPU time (s) 162
Current children cumulated vsize (KiB) 17152

[startup+222.301 s]
/proc/loadavg: 2.13 1.42 1.14 2/65 2768
/proc/meminfo: memFree=1347024/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=21496 CPUtime=221.69
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 5111 0 0 0 22147 22 0 0 25 0 1 1000000 159754731 22011904 4997 1992294400 134512640 135224549 4294956224 18446744073709551615 134595412 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 5374 4997 92 173 0 5199 0
Current children cumulated CPU time (s) 221.69
Current children cumulated vsize (KiB) 21496

[startup+282.301 s]
/proc/loadavg: 1.41 1.34 1.13 2/65 2768
/proc/meminfo: memFree=1344664/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=24192 CPUtime=281.66
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 5794 0 0 0 28144 22 0 0 25 0 1 1000000 159754731 24772608 5680 1992294400 134512640 135224549 4294956224 18446744073709551615 134619883 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 6048 5680 92 173 0 5873 0
Current children cumulated CPU time (s) 281.66
Current children cumulated vsize (KiB) 24192

[startup+342.301 s]
/proc/loadavg: 1.15 1.27 1.12 2/65 2768
/proc/meminfo: memFree=1343320/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=25564 CPUtime=341.65
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 6121 0 0 0 34142 23 0 0 25 0 1 1000000 159754731 26177536 6007 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 6391 6007 92 173 0 6216 0
Current children cumulated CPU time (s) 341.65
Current children cumulated vsize (KiB) 25564

[startup+402.301 s]
/proc/loadavg: 1.05 1.22 1.11 2/65 2768
/proc/meminfo: memFree=1341464/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=27412 CPUtime=401.63
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 6589 0 0 0 40139 24 0 0 25 0 1 1000000 159754731 28069888 6475 1992294400 134512640 135224549 4294956224 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 6853 6475 92 173 0 6678 0
Current children cumulated CPU time (s) 401.63
Current children cumulated vsize (KiB) 27412

[startup+462.302 s]
/proc/loadavg: 1.02 1.18 1.10 2/65 2768
/proc/meminfo: memFree=1340760/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=28056 CPUtime=461.6
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 6763 0 0 0 46136 24 0 0 25 0 1 1000000 159754731 28729344 6649 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 7014 6649 92 173 0 6839 0
Current children cumulated CPU time (s) 461.6
Current children cumulated vsize (KiB) 28056

[startup+522.302 s]
/proc/loadavg: 1.00 1.14 1.09 2/65 2768
/proc/meminfo: memFree=1339928/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=29008 CPUtime=521.58
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 6974 0 0 0 52134 24 0 0 25 0 1 1000000 159754731 29704192 6860 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 7252 6860 92 173 0 7077 0
Current children cumulated CPU time (s) 521.58
Current children cumulated vsize (KiB) 29008

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.08 2/65 2768
/proc/meminfo: memFree=1336216/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=33320 CPUtime=581.56
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 8036 0 0 0 58130 26 0 0 25 0 1 1000000 159754731 34119680 7793 1992294400 134512640 135224549 4294956224 18446744073709551615 134631394 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 8330 7793 92 173 0 8155 0
Current children cumulated CPU time (s) 581.56
Current children cumulated vsize (KiB) 33320

[startup+642.302 s]
/proc/loadavg: 1.00 1.09 1.08 2/65 2768
/proc/meminfo: memFree=1336152/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=33320 CPUtime=641.54
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 8043 0 0 0 64128 26 0 0 25 0 1 1000000 159754731 34119680 7800 1992294400 134512640 135224549 4294956224 18446744073709551615 134638280 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 8330 7800 92 173 0 8155 0
Current children cumulated CPU time (s) 641.54
Current children cumulated vsize (KiB) 33320

[startup+702.302 s]

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

/proc/meminfo: memFree=1259288/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=114088 CPUtime=5559.75
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 28333 0 0 0 555922 53 0 0 25 0 1 1000000 159754731 116826112 26933 1992294400 134512640 135224549 4294956224 18446744073709551615 134595347 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 28522 26933 92 173 0 28347 0
Current children cumulated CPU time (s) 5559.75
Current children cumulated vsize (KiB) 114088

[startup+5622.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2778
/proc/meminfo: memFree=1259288/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=114088 CPUtime=5619.73
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 28333 0 0 0 561920 53 0 0 25 0 1 1000000 159754731 116826112 26933 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 28522 26933 92 173 0 28347 0
Current children cumulated CPU time (s) 5619.73
Current children cumulated vsize (KiB) 114088

[startup+5682.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2778
/proc/meminfo: memFree=1259224/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=114088 CPUtime=5679.7
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 28333 0 0 0 567917 53 0 0 25 0 1 1000000 159754731 116826112 26933 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 28522 26933 92 173 0 28347 0
Current children cumulated CPU time (s) 5679.7
Current children cumulated vsize (KiB) 114088

[startup+5742.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2778
/proc/meminfo: memFree=1259224/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=114088 CPUtime=5739.68
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 28333 0 0 0 573915 53 0 0 25 0 1 1000000 159754731 116826112 26933 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 28522 26933 92 173 0 28347 0
Current children cumulated CPU time (s) 5739.68
Current children cumulated vsize (KiB) 114088

[startup+5802.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2778
/proc/meminfo: memFree=1258968/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=114604 CPUtime=5799.66
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 28401 0 0 0 579913 53 0 0 25 0 1 1000000 159754731 117354496 27001 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 28651 27001 92 173 0 28476 0
Current children cumulated CPU time (s) 5799.66
Current children cumulated vsize (KiB) 114604

[startup+5862.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2778
/proc/meminfo: memFree=1258968/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=114604 CPUtime=5859.64
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 28401 0 0 0 585911 53 0 0 25 0 1 1000000 159754731 117354496 27001 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 28651 27001 92 173 0 28476 0
Current children cumulated CPU time (s) 5859.64
Current children cumulated vsize (KiB) 114604

[startup+5922.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2778
/proc/meminfo: memFree=1258904/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=114604 CPUtime=5919.62
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 28401 0 0 0 591909 53 0 0 25 0 1 1000000 159754731 117354496 27001 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 28651 27001 92 173 0 28476 0
Current children cumulated CPU time (s) 5919.62
Current children cumulated vsize (KiB) 114604

[startup+5982.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2778
/proc/meminfo: memFree=1258968/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=114604 CPUtime=5979.59
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 28407 0 0 0 597906 53 0 0 25 0 1 1000000 159754731 117354496 27007 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 28651 27007 92 173 0 28476 0
Current children cumulated CPU time (s) 5979.59
Current children cumulated vsize (KiB) 114604

[startup+6042.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2778
/proc/meminfo: memFree=1258968/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=114604 CPUtime=6039.57
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 28407 0 0 0 603904 53 0 0 25 0 1 1000000 159754731 117354496 27007 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 28651 27007 92 173 0 28476 0
Current children cumulated CPU time (s) 6039.57
Current children cumulated vsize (KiB) 114604

[startup+6102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2784
/proc/meminfo: memFree=1258776/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=114604 CPUtime=6099.54
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 28415 0 0 0 609901 53 0 0 25 0 1 1000000 159754731 117354496 27015 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 28651 27015 92 173 0 28476 0
Current children cumulated CPU time (s) 6099.54
Current children cumulated vsize (KiB) 114604

[startup+6162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2784
/proc/meminfo: memFree=1258776/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=114604 CPUtime=6159.51
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 28415 0 0 0 615898 53 0 0 25 0 1 1000000 159754731 117354496 27015 1992294400 134512640 135224549 4294956224 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 28651 27015 92 173 0 28476 0
Current children cumulated CPU time (s) 6159.51
Current children cumulated vsize (KiB) 114604

[startup+6222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2784
/proc/meminfo: memFree=1258776/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=114604 CPUtime=6219.49
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 28416 0 0 0 621896 53 0 0 25 0 1 1000000 159754731 117354496 27016 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 28651 27016 92 173 0 28476 0
Current children cumulated CPU time (s) 6219.49
Current children cumulated vsize (KiB) 114604

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

[startup+6233.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2784
/proc/meminfo: memFree=1258776/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=114604 CPUtime=6230.69
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 28416 0 0 0 623016 53 0 0 25 0 1 1000000 159754731 117354496 27016 1992294400 134512640 135224549 4294956224 18446744073709551615 134631394 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 28651 27016 92 173 0 28476 0
Current children cumulated CPU time (s) 6230.69
Current children cumulated vsize (KiB) 114604

[startup+6236.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2784
/proc/meminfo: memFree=1258776/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=114604 CPUtime=6233.89
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 28416 0 0 0 623336 53 0 0 25 0 1 1000000 159754731 117354496 27016 1992294400 134512640 135224549 4294956224 18446744073709551615 134631394 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 28651 27016 92 173 0 28476 0
Current children cumulated CPU time (s) 6233.89
Current children cumulated vsize (KiB) 114604

[startup+6238.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2784
/proc/meminfo: memFree=1258776/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=114604 CPUtime=6235.49
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 28416 0 0 0 623496 53 0 0 25 0 1 1000000 159754731 117354496 27016 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 28651 27016 92 173 0 28476 0
Current children cumulated CPU time (s) 6235.49
Current children cumulated vsize (KiB) 114604

[startup+6239.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2784
/proc/meminfo: memFree=1258776/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=114604 CPUtime=6236.29
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 28416 0 0 0 623576 53 0 0 25 0 1 1000000 159754731 117354496 27016 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 28651 27016 92 173 0 28476 0
Current children cumulated CPU time (s) 6236.29
Current children cumulated vsize (KiB) 114604

[startup+6239.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2784
/proc/meminfo: memFree=1258776/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=114604 CPUtime=6237.09
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 28416 0 0 0 623656 53 0 0 25 0 1 1000000 159754731 117354496 27016 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 28651 27016 92 173 0 28476 0
Current children cumulated CPU time (s) 6237.09
Current children cumulated vsize (KiB) 114604

[startup+6240.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2784
/proc/meminfo: memFree=1258776/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=114604 CPUtime=6237.29
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 28416 0 0 0 623676 53 0 0 25 0 1 1000000 159754731 117354496 27016 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 28651 27016 92 173 0 28476 0
Current children cumulated CPU time (s) 6237.29
Current children cumulated vsize (KiB) 114604

[startup+6240.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2784
/proc/meminfo: memFree=1258776/2055920 swapFree=4180196/4192956
[pid=32610] ppid=32608 vsize=114604 CPUtime=6237.39
/proc/32610/stat : 32610 (CirCUs) R 32608 32610 32033 0 -1 4194304 28419 0 0 0 623686 53 0 0 25 0 1 1000000 159754731 117354496 27018 1992294400 134512640 135224549 4294956224 18446744073709551615 134717056 0 0 4096 8192 0 0 0 17 1 0 0
/proc/32610/statm: 28651 27018 94 173 0 28476 0
Current children cumulated CPU time (s) 6237.39
Current children cumulated vsize (KiB) 114604

Child status: 0
Real time (s): 6240.28
CPU time (s): 6237.48
CPU user time (s): 6236.92
CPU system time (s): 0.557915
CPU usage (%): 99.9551
Max. virtual memory (cumulated for all children) (KiB): 114604

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

runsolver used 4.67229 second user time and 12.7471 second system time

The end

Launcher Data

Begin job on node7 at 2009-05-03 04:20:09
IDJOB=1773508
IDBENCH=69604
IDSOLVER=614
FILE ID=node7/1773508-1241317209
PBS_JOBID= 9225302
Free space on /tmp= 66560 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT_RACE08/cnf/goldb-heqc-dalumul.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773508-1241317209/watcher-1773508-1241317209 -o /tmp/evaluation-result-1773508-1241317209/solver-1773508-1241317209 -C 10000 -W 12000 -M 1800  HOME/CirCUs HOME/instance-1773508-1241317209.cnf -t 10000

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

MD5SUM BENCH= f03acb1e2f3063539a5fb2ac1bbf6244
RANDOM SEED=1053135149

node7.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.256
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.256
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:       1408768 kB
Buffers:         86296 kB
Cached:         462888 kB
SwapCached:       7192 kB
Active:         104968 kB
Inactive:       452652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1408768 kB
SwapTotal:     4192956 kB
SwapFree:      4180196 kB
Dirty:            2188 kB
Writeback:           0 kB
Mapped:          13472 kB
Slab:            75468 kB
Committed_AS:  1031944 kB
PageTables:       1444 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= 66560 MiB
End job on node7 at 2009-05-03 06:04:09