Trace number 1773738

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-23? (exit code) 9999.78 10003.4

General information on the benchmark

NameAPPLICATIONS/bitverif/
mulhs/mulhs016.cnf
MD5SUMe4ef55733955e0a45519e9f7dec923e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4656
Number of clauses13871
Sum of the clauses size32363
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 29246
Number of clauses of size 34623
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.01/0.06	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.01/0.06	c Eliminate time :       0.05 
9999.71/10003.34	c CirCUs : timeout occurred after 10000 seconds.
9999.71/10003.34	c CNF read time  :       0.01 
9999.71/10003.34	c CNF solve time :    10000.9 
9999.71/10003.34	c Memory usage :    114.879 MB
9999.71/10003.34	c Restart : 3859
9999.71/10003.34	c Decisions : random(46235), heuristic(5695955), history(0/0)
9999.71/10003.34	c Implications : 1692293438
9999.71/10003.34	c Forced Restart : 0
9999.71/10003.34	c Polarity Change : 15525
9999.71/10003.34	c Learned clasues  : 275591 out of 4526228
9999.71/10003.34	c Learned literals : 10660453 out of 192834297
9999.71/10003.34	c Number of first UIP : 1012159 out of 4526228
9999.71/10003.34	c Number of simplify : 0
9999.71/10003.34	c Number of continuous distill : 8379
9999.71/10003.34	c Average depth of OTS : 3
9999.71/10003.34	c Average depth of additional conflict : 88
9999.71/10003.34	c Saved conflict clasues : 2651
9999.71/10003.34	c Saved conflict literals : 46934
9999.71/10003.34	c Additional conflict clauses : 229898
9999.71/10003.34	c Additional conflict literals : 6746233
9999.71/10003.34	c Additional conflict analysis : 724121

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1773738-1241318516/watcher-1773738-1241318516 -o /tmp/evaluation-result-1773738-1241318516/solver-1773738-1241318516 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1773738-1241318516.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.93 0.98 0.99 3/64 27739
/proc/meminfo: memFree=1151856/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=1776 CPUtime=0
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 228 0 0 0 0 0 0 0 18 0 1 1000000 159878338 1818624 213 1992294400 134512640 135224549 4294956224 18446744073709551615 134677143 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 444 214 70 173 0 269 0

[startup+0.017562 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 27739
/proc/meminfo: memFree=1151856/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=2472 CPUtime=0.01
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 418 0 0 0 1 0 0 0 18 0 1 1000000 159878338 2531328 402 1992294400 134512640 135224549 4294956224 18446744073709551615 134570648 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 618 402 74 173 0 443 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2472

[startup+0.101577 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 27739
/proc/meminfo: memFree=1151856/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=3400 CPUtime=0.09
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 663 0 0 0 9 0 0 0 18 0 1 1000000 159878338 3481600 647 1992294400 134512640 135224549 4294956224 18446744073709551615 134623566 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 850 647 93 173 0 675 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3400

[startup+0.301612 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 27739
/proc/meminfo: memFree=1151856/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=3664 CPUtime=0.29
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 738 0 0 0 29 0 0 0 19 0 1 1000000 159878338 3751936 722 1992294400 134512640 135224549 4294956224 18446744073709551615 134585007 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 916 722 93 173 0 741 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3664

[startup+0.701684 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 27739
/proc/meminfo: memFree=1151856/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=4060 CPUtime=0.69
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 845 0 0 0 69 0 0 0 22 0 1 1000000 159878338 4157440 829 1992294400 134512640 135224549 4294956224 18446744073709551615 134595286 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 1015 829 93 173 0 840 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4060

[startup+1.50183 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 27740
/proc/meminfo: memFree=1148456/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=4456 CPUtime=1.49
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 935 0 0 0 149 0 0 0 25 0 1 1000000 159878338 4562944 919 1992294400 134512640 135224549 4294956224 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 1114 919 93 173 0 939 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4456

[startup+3.10111 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 27740
/proc/meminfo: memFree=1148328/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=5248 CPUtime=3.09
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 1119 0 0 0 309 0 0 0 25 0 1 1000000 159878338 5373952 1103 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 1312 1103 93 173 0 1137 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5248

[startup+6.30169 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 27740
/proc/meminfo: memFree=1147560/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=5248 CPUtime=6.29
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 1145 0 0 0 629 0 0 0 25 0 1 1000000 159878338 5373952 1129 1992294400 134512640 135224549 4294956224 18446744073709551615 134595609 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 1312 1129 93 173 0 1137 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5248

[startup+12.7018 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 27740
/proc/meminfo: memFree=1146408/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=6304 CPUtime=12.69
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 1404 0 0 0 1269 0 0 0 25 0 1 1000000 159878338 6455296 1388 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 1576 1388 93 173 0 1401 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6304

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 27740
/proc/meminfo: memFree=1145192/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=7624 CPUtime=25.48
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 1716 0 0 0 2548 0 0 0 25 0 1 1000000 159878338 7806976 1700 1992294400 134512640 135224549 4294956224 18446744073709551615 134595391 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 1906 1700 93 173 0 1731 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7624

[startup+51.1017 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 27740
/proc/meminfo: memFree=1142824/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=10000 CPUtime=51.07
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 2302 0 0 0 5106 1 0 0 25 0 1 1000000 159878338 10240000 2286 1992294400 134512640 135224549 4294956224 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 2500 2286 93 173 0 2325 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 10000

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 27740
/proc/meminfo: memFree=1139624/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=13300 CPUtime=102.26
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 3138 0 0 0 10223 3 0 0 25 0 1 1000000 159878338 13619200 3089 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 3325 3089 93 173 0 3150 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 13300

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27740
/proc/meminfo: memFree=1136552/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=16472 CPUtime=162.24
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 3952 0 0 0 16220 4 0 0 25 0 1 1000000 159878338 16867328 3903 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 4118 3903 93 173 0 3943 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 16472

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27740
/proc/meminfo: memFree=1135016/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=18124 CPUtime=222.21
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 4345 0 0 0 22217 4 0 0 25 0 1 1000000 159878338 18558976 4231 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 4531 4231 93 173 0 4356 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 18124

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27740
/proc/meminfo: memFree=1133096/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=20016 CPUtime=282.19
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 4815 0 0 0 28215 4 0 0 25 0 1 1000000 159878338 20496384 4701 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 5004 4701 93 173 0 4829 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 20016

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27740
/proc/meminfo: memFree=1131440/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=21612 CPUtime=342.17
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 5220 0 0 0 34212 5 0 0 25 0 1 1000000 159878338 22130688 5106 1992294400 134512640 135224549 4294956224 18446744073709551615 134632748 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 5403 5106 93 173 0 5228 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 21612

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27740
/proc/meminfo: memFree=1130480/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=22692 CPUtime=402.15
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 5478 0 0 0 40210 5 0 0 25 0 1 1000000 159878338 23236608 5364 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 5673 5364 93 173 0 5498 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 22692

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27740
/proc/meminfo: memFree=1128368/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=24752 CPUtime=462.13
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 5988 0 0 0 46207 6 0 0 25 0 1 1000000 159878338 25346048 5874 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 6188 5874 93 173 0 6013 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 24752

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27740
/proc/meminfo: memFree=1126896/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=26232 CPUtime=522.1
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 6366 0 0 0 52204 6 0 0 25 0 1 1000000 159878338 26861568 6252 1992294400 134512640 135224549 4294956224 18446744073709551615 134613705 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 6558 6252 93 173 0 6383 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 26232

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27740
/proc/meminfo: memFree=1125552/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=27552 CPUtime=582.08
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 6714 0 0 0 58201 7 0 0 25 0 1 1000000 159878338 28213248 6600 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 6888 6600 93 173 0 6713 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 27552

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27740
/proc/meminfo: memFree=1123120/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=29952 CPUtime=642.07
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 7301 0 0 0 64199 8 0 0 25 0 1 1000000 159878338 30670848 7187 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 7488 7187 93 173 0 7313 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 29952

[startup+702.302 s]

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

/proc/meminfo: memFree=1046128/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=108540 CPUtime=9039.05
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 26594 0 0 0 903870 35 0 0 25 0 1 1000000 159878338 111144960 26094 1992294400 134512640 135224549 4294956224 18446744073709551615 134595339 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 27135 26094 93 173 0 26960 0
Current children cumulated CPU time (s) 9039.05
Current children cumulated vsize (KiB) 108540

[startup+9102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27762
/proc/meminfo: memFree=1046000/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=108796 CPUtime=9099.03
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 26620 0 0 0 909868 35 0 0 25 0 1 1000000 159878338 111407104 26120 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 27199 26120 93 173 0 27024 0
Current children cumulated CPU time (s) 9099.03
Current children cumulated vsize (KiB) 108796

[startup+9162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27762
/proc/meminfo: memFree=1045936/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=108796 CPUtime=9159
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 26629 0 0 0 915865 35 0 0 25 0 1 1000000 159878338 111407104 26129 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 27199 26129 93 173 0 27024 0
Current children cumulated CPU time (s) 9159
Current children cumulated vsize (KiB) 108796

[startup+9222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27762
/proc/meminfo: memFree=1045872/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=108796 CPUtime=9218.98
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 26646 0 0 0 921863 35 0 0 25 0 1 1000000 159878338 111407104 26146 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 27199 26146 93 173 0 27024 0
Current children cumulated CPU time (s) 9218.98
Current children cumulated vsize (KiB) 108796

[startup+9282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27762
/proc/meminfo: memFree=1044528/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=109984 CPUtime=9278.96
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 26977 0 0 0 927861 35 0 0 25 0 1 1000000 159878338 112623616 26477 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 27496 26477 93 173 0 27321 0
Current children cumulated CPU time (s) 9278.96
Current children cumulated vsize (KiB) 109984

[startup+9342.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27762
/proc/meminfo: memFree=1042480/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=111964 CPUtime=9338.94
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 27490 0 0 0 933858 36 0 0 25 0 1 1000000 159878338 114651136 26990 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 27991 26990 93 173 0 27816 0
Current children cumulated CPU time (s) 9338.94
Current children cumulated vsize (KiB) 111964

[startup+9402.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27762
/proc/meminfo: memFree=1040240/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=114452 CPUtime=9398.92
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 28057 0 0 0 939856 36 0 0 25 0 1 1000000 159878338 117198848 27557 1992294400 134512640 135224549 4294956224 18446744073709551615 134595306 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 28613 27557 93 173 0 28438 0
Current children cumulated CPU time (s) 9398.92
Current children cumulated vsize (KiB) 114452

[startup+9462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27762
/proc/meminfo: memFree=1037808/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=116708 CPUtime=9458.9
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 28660 0 0 0 945853 37 0 0 25 0 1 1000000 159878338 119508992 28160 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 29177 28160 93 173 0 29002 0
Current children cumulated CPU time (s) 9458.9
Current children cumulated vsize (KiB) 116708

[startup+9522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27762
/proc/meminfo: memFree=1036912/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=117632 CPUtime=9518.87
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 28891 0 0 0 951850 37 0 0 25 0 1 1000000 159878338 120455168 28391 1992294400 134512640 135224549 4294956224 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 29408 28391 93 173 0 29233 0
Current children cumulated CPU time (s) 9518.87
Current children cumulated vsize (KiB) 117632

[startup+9582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27762
/proc/meminfo: memFree=1036848/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=117632 CPUtime=9578.85
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 28891 0 0 0 957848 37 0 0 25 0 1 1000000 159878338 120455168 28391 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 29408 28391 93 173 0 29233 0
Current children cumulated CPU time (s) 9578.85
Current children cumulated vsize (KiB) 117632

[startup+9642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27762
/proc/meminfo: memFree=1036848/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=117632 CPUtime=9638.83
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 28891 0 0 0 963846 37 0 0 25 0 1 1000000 159878338 120455168 28391 1992294400 134512640 135224549 4294956224 18446744073709551615 134595312 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 29408 28391 93 173 0 29233 0
Current children cumulated CPU time (s) 9638.83
Current children cumulated vsize (KiB) 117632

[startup+9702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27762
/proc/meminfo: memFree=1036848/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=117632 CPUtime=9698.81
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 28891 0 0 0 969844 37 0 0 25 0 1 1000000 159878338 120455168 28391 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 29408 28391 93 173 0 29233 0
Current children cumulated CPU time (s) 9698.81
Current children cumulated vsize (KiB) 117632

[startup+9762.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27762
/proc/meminfo: memFree=1036784/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=117632 CPUtime=9758.79
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 28891 0 0 0 975842 37 0 0 25 0 1 1000000 159878338 120455168 28391 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 29408 28391 93 173 0 29233 0
Current children cumulated CPU time (s) 9758.79
Current children cumulated vsize (KiB) 117632

[startup+9822.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27762
/proc/meminfo: memFree=1036848/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=117632 CPUtime=9818.77
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 28891 0 0 0 981839 38 0 0 25 0 1 1000000 159878338 120455168 28391 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 29408 28391 93 173 0 29233 0
Current children cumulated CPU time (s) 9818.77
Current children cumulated vsize (KiB) 117632

[startup+9882.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27762
/proc/meminfo: memFree=1036848/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=117632 CPUtime=9878.76
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 28891 0 0 0 987838 38 0 0 25 0 1 1000000 159878338 120455168 28391 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 29408 28391 93 173 0 29233 0
Current children cumulated CPU time (s) 9878.76
Current children cumulated vsize (KiB) 117632

[startup+9942.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27762
/proc/meminfo: memFree=1036848/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=117632 CPUtime=9938.73
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 28891 0 0 0 993835 38 0 0 25 0 1 1000000 159878338 120455168 28391 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 29408 28391 93 173 0 29233 0
Current children cumulated CPU time (s) 9938.73
Current children cumulated vsize (KiB) 117632

[startup+10002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27762
/proc/meminfo: memFree=1036848/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=117632 CPUtime=9998.71
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 28891 0 0 0 999833 38 0 0 25 0 1 200 159878338 120455168 28391 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 29408 28391 93 173 0 29233 0
Current children cumulated CPU time (s) 9998.71
Current children cumulated vsize (KiB) 117632

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

[startup+10003.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27762
/proc/meminfo: memFree=1036848/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=117632 CPUtime=9999.51
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 28891 0 0 0 999913 38 0 0 25 0 1 200 159878338 120455168 28391 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 29408 28391 93 173 0 29233 0
Current children cumulated CPU time (s) 9999.51
Current children cumulated vsize (KiB) 117632

[startup+10003.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27762
/proc/meminfo: memFree=1036848/2055920 swapFree=4181016/4192956
[pid=27739] ppid=27737 vsize=117632 CPUtime=9999.71
/proc/27739/stat : 27739 (CirCUs) R 27737 27739 27675 0 -1 4194304 28891 0 0 0 999933 38 0 0 25 0 1 200 159878338 120455168 28391 1992294400 134512640 135224549 4294956224 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27739/statm: 29408 28391 93 173 0 29233 0
Current children cumulated CPU time (s) 9999.71
Current children cumulated vsize (KiB) 117632

Child status: 1
Real time (s): 10003.4
CPU time (s): 9999.78
CPU user time (s): 9999.38
CPU system time (s): 0.399939
CPU usage (%): 99.9642
Max. virtual memory (cumulated for all children) (KiB): 117632

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

runsolver used 7.31489 second user time and 21.5467 second system time

The end

Launcher Data

Begin job on node60 at 2009-05-03 04:41:56
IDJOB=1773738
IDBENCH=70785
IDSOLVER=614
FILE ID=node60/1773738-1241318516
PBS_JOBID= 9225320
Free space on /tmp= 66500 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/bitverif/mulhs/mulhs016.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773738-1241318516/watcher-1773738-1241318516 -o /tmp/evaluation-result-1773738-1241318516/solver-1773738-1241318516 -C 10000 -W 12000 -M 1800  HOME/CirCUs HOME/instance-1773738-1241318516.cnf -t 10000

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

MD5SUM BENCH= e4ef55733955e0a45519e9f7dec923e5
RANDOM SEED=630447329

node60.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:       1152272 kB
Buffers:         73104 kB
Cached:         727280 kB
SwapCached:       6096 kB
Active:          57924 kB
Inactive:       751144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1152272 kB
SwapTotal:     4192956 kB
SwapFree:      4181016 kB
Dirty:            1552 kB
Writeback:           0 kB
Mapped:          14212 kB
Slab:            80572 kB
Committed_AS:   721836 kB
PageTables:       1448 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= 66500 MiB
End job on node60 at 2009-05-03 07:28:39