Trace number 1775288

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 1247.91 1248.24

General information on the benchmark

Namegoldb-heqc-i10mul.cnf
MD5SUM80e15f28c8e2d72627ec75fe75757317
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark183.879
Satisfiable
(Un)Satisfiability was proved
Number of variables12998
Number of clauses77941
Sum of the clauses size262272
Maximum clause length448
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217756
Number of clauses of size 337304
Number of clauses of size 40
Number of clauses of size 522880
Number of clauses of size over 51

Solver Data

0.39/0.43	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.39/0.43	c Eliminate time :       0.31 
1247.86/1248.23	c CNF read time  :        0.1 
1247.86/1248.23	c CNF solve time :    1247.83 
1247.86/1248.23	c Memory usage :    59.9688 MB
1247.86/1248.23	c Restart : 1247
1247.86/1248.23	c Decisions : random(94093), heuristic(8300119), history(0/0)
1247.86/1248.23	c Implications : 716044291
1247.86/1248.23	c Forced Restart : 0
1247.86/1248.23	c Polarity Change : 6969
1247.86/1248.23	c Learned clasues  : 99119 out of 1763013
1247.86/1248.23	c Learned literals : 3268547 out of 83742190
1247.86/1248.23	c Number of first UIP : 476141 out of 1763013
1247.86/1248.23	c Number of simplify : 13
1247.86/1248.23	c Number of continuous distill : 18426
1247.86/1248.23	c Average depth of OTS : 3
1247.86/1248.23	c Average depth of additional conflict : 23
1247.86/1248.23	c Saved conflict clasues : 8312
1247.86/1248.23	c Saved conflict literals : 93405
1247.86/1248.23	c Additional conflict clauses : 58475
1247.86/1248.23	c Additional conflict literals : 1676969
1247.86/1248.23	c Additional conflict analysis : 130483
1247.86/1248.23	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-1775288-1241325791/watcher-1775288-1241325791 -o /tmp/evaluation-result-1775288-1241325791/solver-1775288-1241325791 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1775288-1241325791.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.86 0.97 0.99 2/64 4681
/proc/meminfo: memFree=1149520/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=2776 CPUtime=0
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 332 0 0 0 0 0 0 0 18 0 1 1000000 160613082 2842624 317 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 694 318 70 173 0 519 0

[startup+0.100753 s]
/proc/loadavg: 0.86 0.97 0.99 2/64 4681
/proc/meminfo: memFree=1149520/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=7516 CPUtime=0.09
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 1618 0 0 0 8 1 0 0 18 0 1 1000000 160613082 7696384 1505 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 1879 1505 70 173 0 1704 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7516

[startup+0.20176 s]
/proc/loadavg: 0.86 0.97 0.99 2/64 4681
/proc/meminfo: memFree=1149520/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=8568 CPUtime=0.19
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 1928 0 0 0 18 1 0 0 18 0 1 1000000 160613082 8773632 1814 1992294400 134512640 135224549 4294956224 18446744073709551615 134580312 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 2142 1814 77 173 0 1967 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8568

[startup+0.301771 s]
/proc/loadavg: 0.86 0.97 0.99 2/64 4681
/proc/meminfo: memFree=1149520/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=8568 CPUtime=0.29
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 1972 0 0 0 28 1 0 0 19 0 1 1000000 160613082 8773632 1858 1992294400 134512640 135224549 4294956224 18446744073709551615 134576041 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 2142 1858 77 173 0 1967 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8568

[startup+0.701799 s]
/proc/loadavg: 0.86 0.97 0.99 2/64 4681
/proc/meminfo: memFree=1149520/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=8756 CPUtime=0.69
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 2057 0 0 0 68 1 0 0 23 0 1 1000000 160613082 8966144 1943 1992294400 134512640 135224549 4294956224 18446744073709551615 134595766 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 2189 1943 93 173 0 2014 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8756

[startup+1.50187 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 4682
/proc/meminfo: memFree=1142024/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=8888 CPUtime=1.49
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 2098 0 0 0 148 1 0 0 25 0 1 1000000 160613082 9101312 1984 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 2222 1984 93 173 0 2047 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8888

[startup+3.10199 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 4682
/proc/meminfo: memFree=1141640/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=9020 CPUtime=3.09
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 2134 0 0 0 308 1 0 0 25 0 1 1000000 160613082 9236480 2020 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 2255 2020 93 173 0 2080 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9020

[startup+6.30125 s]
/proc/loadavg: 0.87 0.97 0.99 2/65 4682
/proc/meminfo: memFree=1141448/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=9152 CPUtime=6.29
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 2179 0 0 0 628 1 0 0 25 0 1 1000000 160613082 9371648 2065 1992294400 134512640 135224549 4294956224 18446744073709551615 134585017 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 2288 2065 93 173 0 2113 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9152

[startup+12.7018 s]
/proc/loadavg: 0.88 0.97 0.99 2/65 4682
/proc/meminfo: memFree=1140936/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=9584 CPUtime=12.68
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 2267 0 0 0 1267 1 0 0 25 0 1 1000000 160613082 9814016 2153 1992294400 134512640 135224549 4294956224 18446744073709551615 134595239 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 2396 2153 93 173 0 2221 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9584

[startup+25.5018 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 4682
/proc/meminfo: memFree=1140104/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=10648 CPUtime=25.49
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 2516 0 0 0 2547 2 0 0 25 0 1 1000000 160613082 10903552 2402 1992294400 134512640 135224549 4294956224 18446744073709551615 134622731 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 2662 2402 93 173 0 2487 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10648

[startup+51.1019 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 4682
/proc/meminfo: memFree=1138248/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=12364 CPUtime=51.07
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 2970 0 0 0 5105 2 0 0 25 0 1 1000000 160613082 12660736 2856 1992294400 134512640 135224549 4294956224 18446744073709551615 134585015 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 3091 2856 93 173 0 2916 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 12364

[startup+102.301 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 4682
/proc/meminfo: memFree=1133384/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=17184 CPUtime=102.26
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 4174 0 0 0 10222 4 0 0 25 0 1 1000000 160613082 17596416 4060 1992294400 134512640 135224549 4294956224 18446744073709551615 134588227 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 4296 4060 93 173 0 4121 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 17184

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4682
/proc/meminfo: memFree=1127560/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=22996 CPUtime=162.25
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 5620 0 0 0 16218 7 0 0 25 0 1 1000000 160613082 23547904 5506 1992294400 134512640 135224549 4294956224 18446744073709551615 134638466 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 5749 5506 93 173 0 5574 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 22996

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4682
/proc/meminfo: memFree=1121480/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=29188 CPUtime=222.24
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 7127 0 0 0 22216 8 0 0 25 0 1 1000000 160613082 29888512 7013 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 7297 7013 93 173 0 7122 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 29188

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4682
/proc/meminfo: memFree=1117384/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=33280 CPUtime=282.22
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 8138 0 0 0 28212 10 0 0 25 0 1 1000000 160613082 34078720 8024 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 8320 8024 93 173 0 8145 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 33280

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4682
/proc/meminfo: memFree=1110920/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=39760 CPUtime=342.21
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 9762 0 0 0 34209 12 0 0 25 0 1 1000000 160613082 40714240 9648 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 9940 9648 93 173 0 9765 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 39760

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4682
/proc/meminfo: memFree=1109576/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=41096 CPUtime=402.18
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 10108 0 0 0 40206 12 0 0 25 0 1 1000000 160613082 42082304 9994 1992294400 134512640 135224549 4294956224 18446744073709551615 134595318 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 10274 9994 93 173 0 10099 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 41096

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4682
/proc/meminfo: memFree=1109064/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=41536 CPUtime=462.17
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 10210 0 0 0 46205 12 0 0 25 0 1 1000000 160613082 42532864 10096 1992294400 134512640 135224549 4294956224 18446744073709551615 134595242 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 10384 10096 93 173 0 10209 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 41536

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4682
/proc/meminfo: memFree=1106120/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=45044 CPUtime=522.15
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 11086 0 0 0 52202 13 0 0 25 0 1 1000000 160613082 46125056 10843 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 11261 10843 93 173 0 11086 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 45044

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4682
/proc/meminfo: memFree=1102216/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=48880 CPUtime=582.14
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 12061 0 0 0 58200 14 0 0 25 0 1 1000000 160613082 50053120 11818 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 12220 11818 93 173 0 12045 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 48880

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4682
/proc/meminfo: memFree=1101960/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=49064 CPUtime=642.12
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 12111 0 0 0 64198 14 0 0 25 0 1 1000000 160613082 50241536 11868 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 12266 11868 93 173 0 12091 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 49064

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4682
/proc/meminfo: memFree=1100040/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=51136 CPUtime=702.11
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 12592 0 0 0 70196 15 0 0 25 0 1 1000000 160613082 52363264 12349 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 12784 12349 93 173 0 12609 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 51136

[startup+762.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4682
/proc/meminfo: memFree=1099656/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=51600 CPUtime=762.1
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 12699 0 0 0 76195 15 0 0 25 0 1 1000000 160613082 52838400 12456 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 12900 12456 93 173 0 12725 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 51600

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4682
/proc/meminfo: memFree=1097096/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=54292 CPUtime=822.08
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 13380 0 0 0 82192 16 0 0 25 0 1 1000000 160613082 55595008 13137 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 13573 13137 93 173 0 13398 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 54292

[startup+882.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4682
/proc/meminfo: memFree=1097096/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=54452 CPUtime=882.07
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 13391 0 0 0 88191 16 0 0 25 0 1 1000000 160613082 55758848 13148 1992294400 134512640 135224549 4294956224 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 13613 13148 93 173 0 13438 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 54452

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4682
/proc/meminfo: memFree=1093512/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=57868 CPUtime=942.04
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 14278 0 0 0 94188 16 0 0 25 0 1 1000000 160613082 59256832 14035 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 14467 14035 93 173 0 14292 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 57868

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4682
/proc/meminfo: memFree=1093512/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=57868 CPUtime=1002.04
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 14279 0 0 0 100187 17 0 0 25 0 1 1000000 160613082 59256832 14036 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 14467 14036 93 173 0 14292 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 57868

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4682
/proc/meminfo: memFree=1093192/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=58252 CPUtime=1062.02
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 14338 0 0 0 106185 17 0 0 25 0 1 1000000 160613082 59650048 14095 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 14563 14095 93 173 0 14388 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 58252

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4688
/proc/meminfo: memFree=1091144/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=60264 CPUtime=1122
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 14847 0 0 0 112182 18 0 0 25 0 1 1000000 160613082 61710336 14604 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 15066 14604 93 173 0 14891 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 60264

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4688
/proc/meminfo: memFree=1090440/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=61188 CPUtime=1181.98
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 15047 0 0 0 118180 18 0 0 25 0 1 1000000 160613082 62656512 14804 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 15297 14804 93 173 0 15122 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 61188

[startup+1242.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4688
/proc/meminfo: memFree=1090248/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=61404 CPUtime=1241.96
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 15077 0 0 0 124178 18 0 0 25 0 1 1000000 160613082 62877696 14834 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 15351 14834 93 173 0 15176 0
Current children cumulated CPU time (s) 1241.96
Current children cumulated vsize (KiB) 61404

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

[startup+1244.8 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4688
/proc/meminfo: memFree=1090248/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=61404 CPUtime=1244.46
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 15077 0 0 0 124428 18 0 0 25 0 1 1000000 160613082 62877696 14834 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 15351 14834 93 173 0 15176 0
Current children cumulated CPU time (s) 1244.46
Current children cumulated vsize (KiB) 61404

[startup+1246.41 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4688
/proc/meminfo: memFree=1090248/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=61404 CPUtime=1246.06
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 15077 0 0 0 124588 18 0 0 25 0 1 1000000 160613082 62877696 14834 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 15351 14834 93 173 0 15176 0
Current children cumulated CPU time (s) 1246.06
Current children cumulated vsize (KiB) 61404

[startup+1247.2 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4688
/proc/meminfo: memFree=1090248/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=61404 CPUtime=1246.86
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 15077 0 0 0 124668 18 0 0 25 0 1 1000000 160613082 62877696 14834 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 15351 14834 93 173 0 15176 0
Current children cumulated CPU time (s) 1246.86
Current children cumulated vsize (KiB) 61404

[startup+1248 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4688
/proc/meminfo: memFree=1090248/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=61404 CPUtime=1247.66
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 15077 0 0 0 124748 18 0 0 25 0 1 1000000 160613082 62877696 14834 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 15351 14834 93 173 0 15176 0
Current children cumulated CPU time (s) 1247.66
Current children cumulated vsize (KiB) 61404

[startup+1248.2 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4688
/proc/meminfo: memFree=1090248/2055920 swapFree=4191900/4192956
[pid=4681] ppid=4679 vsize=60376 CPUtime=1247.86
/proc/4681/stat : 4681 (CirCUs) R 4679 4681 4617 0 -1 4194304 15080 0 0 0 124768 18 0 0 25 0 1 1000000 160613082 61825024 14629 1992294400 134512640 135224549 4294956224 18446744073709551615 134754161 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4681/statm: 15094 14629 95 173 0 14919 0
Current children cumulated CPU time (s) 1247.86
Current children cumulated vsize (KiB) 60376

Child status: 0
Real time (s): 1248.24
CPU time (s): 1247.91
CPU user time (s): 1247.7
CPU system time (s): 0.200969
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 61404

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

runsolver used 0.842871 second user time and 2.70559 second system time

The end

Launcher Data

Begin job on node3 at 2009-05-03 06:43:11
IDJOB=1775288
IDBENCH=71699
IDSOLVER=614
FILE ID=node3/1775288-1241325791
PBS_JOBID= 9225385
Free space on /tmp= 66352 MiB

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

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

MD5SUM BENCH= 80e15f28c8e2d72627ec75fe75757317
RANDOM SEED=1940221680

node3.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.212
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.212
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:       1149936 kB
Buffers:         88680 kB
Cached:         698820 kB
SwapCached:        416 kB
Active:         120716 kB
Inactive:       680680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1149936 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2684 kB
Writeback:           0 kB
Mapped:          22236 kB
Slab:            90636 kB
Committed_AS:   758448 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 node3 at 2009-05-03 07:03:59