Trace number 1772868

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 3538.45 3539.62

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-27.cnf
MD5SUMa948576641dd03cc33abaca38a6e7e4c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1122.1
Satisfiable
(Un)Satisfiability was proved
Number of variables7729
Number of clauses29194
Sum of the clauses size77124
Maximum clause length201
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 214904
Number of clauses of size 311692
Number of clauses of size 41614
Number of clauses of size 5463
Number of clauses of size over 5520

Solver Data

0.10/0.17	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.10/0.17	c Eliminate time :       0.13 
3538.42/3539.61	c CNF read time  :       0.03 
3538.42/3539.61	c CNF solve time :     3538.5 
3538.42/3539.61	c Memory usage :    58.8047 MB
3538.42/3539.61	c Restart : 5583
3538.42/3539.61	c Decisions : random(27658), heuristic(3217344), history(0/0)
3538.42/3539.61	c Implications : 912884577
3538.42/3539.61	c Forced Restart : 0
3538.42/3539.61	c Polarity Change : 9224
3538.42/3539.61	c Learned clasues  : 58891 out of 2672377
3538.42/3539.61	c Learned literals : 1424693 out of 88331582
3538.42/3539.61	c Number of first UIP : 499633 out of 2672377
3538.42/3539.61	c Number of simplify : 3
3538.42/3539.61	c Number of continuous distill : 7166
3538.42/3539.61	c Average depth of OTS : 3
3538.42/3539.61	c Average depth of additional conflict : 29
3538.42/3539.61	c Saved conflict clasues : 2297
3538.42/3539.61	c Saved conflict literals : 32504
3538.42/3539.61	c Additional conflict clauses : 51106
3538.42/3539.61	c Additional conflict literals : 1426262
3538.42/3539.61	c Additional conflict analysis : 275937
3538.42/3539.61	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-1772868-1241314359/watcher-1772868-1241314359 -o /tmp/evaluation-result-1772868-1241314359/solver-1772868-1241314359 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1772868-1241314359.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.20 1.10 1.04 3/64 19687
/proc/meminfo: memFree=751488/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=2132 CPUtime=0
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 1000000 159461988 2183168 253 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19687/statm: 533 254 70 173 0 358 0

[startup+0.046469 s]
/proc/loadavg: 1.20 1.10 1.04 3/64 19687
/proc/meminfo: memFree=751488/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=3868 CPUtime=0.04
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 754 0 0 0 4 0 0 0 18 0 1 1000000 159461988 3960832 738 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19687/statm: 967 738 77 173 0 792 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3868

[startup+0.102472 s]
/proc/loadavg: 1.20 1.10 1.04 3/64 19687
/proc/meminfo: memFree=751488/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=5184 CPUtime=0.1
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 1118 0 0 0 9 1 0 0 18 0 1 1000000 159461988 5308416 1069 1992294400 134512640 135224549 4294956224 18446744073709551615 134578062 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19687/statm: 1296 1069 77 173 0 1121 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5184

[startup+0.301488 s]
/proc/loadavg: 1.20 1.10 1.04 3/64 19687
/proc/meminfo: memFree=751488/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=5748 CPUtime=0.29
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 1274 0 0 0 28 1 0 0 19 0 1 1000000 159461988 5885952 1225 1992294400 134512640 135224549 4294956224 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19687/statm: 1437 1225 93 173 0 1262 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5748

[startup+0.70252 s]
/proc/loadavg: 1.20 1.10 1.04 3/64 19687
/proc/meminfo: memFree=751488/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=6144 CPUtime=0.69
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 1369 0 0 0 68 1 0 0 23 0 1 1000000 159461988 6291456 1320 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19687/statm: 1536 1320 93 173 0 1361 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6144

[startup+1.50158 s]
/proc/loadavg: 1.20 1.10 1.04 2/65 19688
/proc/meminfo: memFree=746296/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=6540 CPUtime=1.49
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 1470 0 0 0 148 1 0 0 25 0 1 1000000 159461988 6696960 1421 1992294400 134512640 135224549 4294956224 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19687/statm: 1635 1421 93 173 0 1460 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6540

[startup+3.10171 s]
/proc/loadavg: 1.20 1.10 1.04 2/65 19688
/proc/meminfo: memFree=745984/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=6672 CPUtime=3.09
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 1521 0 0 0 308 1 0 0 25 0 1 1000000 159461988 6832128 1472 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19687/statm: 1668 1472 93 173 0 1493 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6672

[startup+6.30196 s]
/proc/loadavg: 1.19 1.10 1.04 2/65 19688
/proc/meminfo: memFree=745472/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=7240 CPUtime=6.29
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 1647 0 0 0 628 1 0 0 25 0 1 1000000 159461988 7413760 1598 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19687/statm: 1810 1598 93 173 0 1635 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7240

[startup+12.7015 s]
/proc/loadavg: 1.17 1.10 1.03 2/65 19688
/proc/meminfo: memFree=744288/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=8296 CPUtime=12.69
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 1922 0 0 0 1268 1 0 0 25 0 1 1000000 159461988 8495104 1873 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19687/statm: 2074 1873 93 173 0 1899 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8296

[startup+25.5015 s]
/proc/loadavg: 1.13 1.09 1.03 2/65 19688
/proc/meminfo: memFree=743328/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=9464 CPUtime=25.49
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 2193 0 0 0 2547 2 0 0 25 0 1 1000000 159461988 9691136 2144 1992294400 134512640 135224549 4294956224 18446744073709551615 134595412 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19687/statm: 2366 2144 93 173 0 2191 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 9464

[startup+51.1015 s]
/proc/loadavg: 1.09 1.08 1.03 2/65 19688
/proc/meminfo: memFree=741920/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=10944 CPUtime=51.08
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 2554 0 0 0 5106 2 0 0 25 0 1 1000000 159461988 11206656 2505 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19687/statm: 2736 2505 93 173 0 2561 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 10944

[startup+102.306 s]
/proc/loadavg: 1.04 1.07 1.03 2/65 19688
/proc/meminfo: memFree=738912/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=14044 CPUtime=102.27
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 3316 0 0 0 10224 3 0 0 25 0 1 1000000 159461988 14381056 3267 1992294400 134512640 135224549 4294956224 18446744073709551615 134595309 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19687/statm: 3511 3267 93 173 0 3336 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 14044

[startup+162.301 s]
/proc/loadavg: 1.01 1.05 1.02 2/65 19688
/proc/meminfo: memFree=737376/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=15648 CPUtime=162.25
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 3689 0 0 0 16222 3 0 0 25 0 1 1000000 159461988 16023552 3640 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19687/statm: 3912 3640 93 173 0 3737 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 15648

[startup+222.301 s]
/proc/loadavg: 1.00 1.04 1.01 2/65 19688
/proc/meminfo: memFree=734688/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=18548 CPUtime=222.24
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 4428 0 0 0 22220 4 0 0 25 0 1 1000000 159461988 18993152 4314 1992294400 134512640 135224549 4294956224 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19687/statm: 4637 4314 93 173 0 4462 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 18548

[startup+282.302 s]
/proc/loadavg: 1.00 1.03 1.01 2/65 19688
/proc/meminfo: memFree=732960/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=20352 CPUtime=282.22
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 4848 0 0 0 28217 5 0 0 25 0 1 1000000 159461988 20840448 4734 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19687/statm: 5088 4734 93 173 0 4913 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 20352

[startup+342.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 19688
/proc/meminfo: memFree=731752/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=21572 CPUtime=342.21
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 5138 0 0 0 34215 6 0 0 25 0 1 1000000 159461988 22089728 5024 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19687/statm: 5393 5024 93 173 0 5218 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 21572

[startup+402.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 19688
/proc/meminfo: memFree=729768/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=23384 CPUtime=402.19
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 5625 0 0 0 40213 6 0 0 25 0 1 1000000 159461988 23945216 5511 1992294400 134512640 135224549 4294956224 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19687/statm: 5846 5511 93 173 0 5671 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 23384

[startup+462.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 19690
/proc/meminfo: memFree=728040/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=25256 CPUtime=462.18
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 6066 0 0 0 46211 7 0 0 25 0 1 1000000 159461988 25862144 5952 1992294400 134512640 135224549 4294956224 18446744073709551615 134632748 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19687/statm: 6314 5952 93 173 0 6139 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 25256

[startup+522.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 19690
/proc/meminfo: memFree=725608/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=27632 CPUtime=522.16
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 6665 0 0 0 52209 7 0 0 25 0 1 1000000 159461988 28295168 6551 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19687/statm: 6908 6551 93 173 0 6733 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 27632

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19690
/proc/meminfo: memFree=725288/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=28192 CPUtime=582.16
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 6755 0 0 0 58208 8 0 0 25 0 1 1000000 159461988 28868608 6641 1992294400 134512640 135224549 4294956224 18446744073709551615 134595292 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19687/statm: 7048 6641 93 173 0 6873 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 28192

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19690
/proc/meminfo: memFree=723624/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=29844 CPUtime=642.14
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 7156 0 0 0 64206 8 0 0 25 0 1 1000000 159461988 30560256 7042 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19687/statm: 7461 7042 93 173 0 7286 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 29844

[startup+702.302 s]

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

/proc/meminfo: memFree=697896/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=58256 CPUtime=2861.59
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 14414 0 0 0 286136 23 0 0 25 0 1 1000000 159461988 59654144 13398 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19687/statm: 14564 13398 93 173 0 14389 0
Current children cumulated CPU time (s) 2861.59
Current children cumulated vsize (KiB) 58256

[startup+2922.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20196
/proc/meminfo: memFree=697832/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=58256 CPUtime=2921.58
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 14414 0 0 0 292135 23 0 0 25 0 1 1000000 159461988 59654144 13398 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19687/statm: 14564 13398 93 173 0 14389 0
Current children cumulated CPU time (s) 2921.58
Current children cumulated vsize (KiB) 58256

[startup+2982.3 s]
/proc/loadavg: 1.43 1.10 1.03 2/72 26576
/proc/meminfo: memFree=688048/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=58256 CPUtime=2981.47
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 14414 0 0 0 298122 25 0 0 25 0 1 1000000 159461988 59654144 13398 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/19687/statm: 14564 13398 93 173 0 14389 0
Current children cumulated CPU time (s) 2981.47
Current children cumulated vsize (KiB) 58256

[startup+3042.3 s]
/proc/loadavg: 1.92 1.30 1.10 3/71 14017
/proc/meminfo: memFree=665272/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=58256 CPUtime=3041.34
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 14414 0 0 0 304098 36 0 0 25 0 1 1000000 159461988 59654144 13398 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/19687/statm: 14564 13398 93 173 0 14389 0
Current children cumulated CPU time (s) 3041.34
Current children cumulated vsize (KiB) 58256

[startup+3102.3 s]
/proc/loadavg: 1.56 1.33 1.12 2/65 22786
/proc/meminfo: memFree=657384/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=58256 CPUtime=3101.31
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 14414 0 0 0 310089 42 0 0 25 0 1 1000000 159461988 59654144 13398 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 0 0 0
/proc/19687/statm: 14564 13398 93 173 0 14389 0
Current children cumulated CPU time (s) 3101.31
Current children cumulated vsize (KiB) 58256

[startup+3162.3 s]
/proc/loadavg: 1.20 1.27 1.11 2/65 22786
/proc/meminfo: memFree=657448/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=58256 CPUtime=3161.28
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 14423 0 0 0 316086 42 0 0 25 0 1 1000000 159461988 59654144 13407 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/19687/statm: 14564 13407 93 173 0 14389 0
Current children cumulated CPU time (s) 3161.28
Current children cumulated vsize (KiB) 58256

[startup+3222.3 s]
/proc/loadavg: 1.07 1.22 1.10 2/65 22786
/proc/meminfo: memFree=657448/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=58448 CPUtime=3221.25
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 14444 0 0 0 322083 42 0 0 25 0 1 1000000 159461988 59850752 13428 1992294400 134512640 135224549 4294956224 18446744073709551615 134595325 0 0 4096 8192 0 0 0 17 0 0 0
/proc/19687/statm: 14612 13428 93 173 0 14437 0
Current children cumulated CPU time (s) 3221.25
Current children cumulated vsize (KiB) 58448

[startup+3282.3 s]
/proc/loadavg: 1.02 1.17 1.09 2/65 22786
/proc/meminfo: memFree=657320/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=58448 CPUtime=3281.24
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 14500 0 0 0 328081 43 0 0 25 0 1 1000000 159461988 59850752 13484 1992294400 134512640 135224549 4294956224 18446744073709551615 134595537 0 0 4096 8192 0 0 0 17 0 0 0
/proc/19687/statm: 14612 13484 93 173 0 14437 0
Current children cumulated CPU time (s) 3281.24
Current children cumulated vsize (KiB) 58448

[startup+3342.3 s]
/proc/loadavg: 1.01 1.14 1.08 2/65 22786
/proc/meminfo: memFree=655592/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=60032 CPUtime=3341.2
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 14942 0 0 0 334077 43 0 0 25 0 1 1000000 159461988 61472768 13926 1992294400 134512640 135224549 4294956224 18446744073709551615 134631394 0 0 4096 8192 0 0 0 17 0 0 0
/proc/19687/statm: 15008 13926 93 173 0 14833 0
Current children cumulated CPU time (s) 3341.2
Current children cumulated vsize (KiB) 60032

[startup+3402.31 s]
/proc/loadavg: 1.00 1.11 1.08 2/65 22786
/proc/meminfo: memFree=655592/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=60032 CPUtime=3401.18
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 14942 0 0 0 340075 43 0 0 25 0 1 1000000 159461988 61472768 13926 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/19687/statm: 15008 13926 93 173 0 14833 0
Current children cumulated CPU time (s) 3401.18
Current children cumulated vsize (KiB) 60032

[startup+3462.3 s]
/proc/loadavg: 1.00 1.09 1.07 2/65 22786
/proc/meminfo: memFree=655400/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=60212 CPUtime=3461.16
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 14953 0 0 0 346072 44 0 0 25 0 1 1000000 159461988 61657088 13937 1992294400 134512640 135224549 4294956224 18446744073709551615 134619218 0 0 4096 8192 0 0 0 17 0 0 0
/proc/19687/statm: 15053 13937 93 173 0 14878 0
Current children cumulated CPU time (s) 3461.16
Current children cumulated vsize (KiB) 60212

[startup+3522.3 s]
/proc/loadavg: 1.00 1.07 1.07 2/65 22786
/proc/meminfo: memFree=655400/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=60212 CPUtime=3521.14
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 14955 0 0 0 352070 44 0 0 25 0 1 1000000 159461988 61657088 13939 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/19687/statm: 15053 13939 93 173 0 14878 0
Current children cumulated CPU time (s) 3521.14
Current children cumulated vsize (KiB) 60212

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

[startup+3532.7 s]
/proc/loadavg: 1.00 1.07 1.07 2/65 22786
/proc/meminfo: memFree=655336/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=60212 CPUtime=3531.53
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 14961 0 0 0 353109 44 0 0 25 0 1 1000000 159461988 61657088 13945 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/19687/statm: 15053 13945 93 173 0 14878 0
Current children cumulated CPU time (s) 3531.53
Current children cumulated vsize (KiB) 60212

[startup+3535.9 s]
/proc/loadavg: 1.00 1.07 1.07 2/65 22786
/proc/meminfo: memFree=655336/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=60212 CPUtime=3534.73
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 14961 0 0 0 353429 44 0 0 25 0 1 1000000 159461988 61657088 13945 1992294400 134512640 135224549 4294956224 18446744073709551615 134631398 0 0 4096 8192 0 0 0 17 0 0 0
/proc/19687/statm: 15053 13945 93 173 0 14878 0
Current children cumulated CPU time (s) 3534.73
Current children cumulated vsize (KiB) 60212

[startup+3537.5 s]
/proc/loadavg: 1.00 1.07 1.07 2/65 22786
/proc/meminfo: memFree=655336/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=60212 CPUtime=3536.33
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 14961 0 0 0 353589 44 0 0 25 0 1 1000000 159461988 61657088 13945 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/19687/statm: 15053 13945 93 173 0 14878 0
Current children cumulated CPU time (s) 3536.33
Current children cumulated vsize (KiB) 60212

[startup+3538.3 s]
/proc/loadavg: 1.00 1.07 1.07 2/65 22786
/proc/meminfo: memFree=655336/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=60212 CPUtime=3537.13
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 14961 0 0 0 353669 44 0 0 25 0 1 1000000 159461988 61657088 13945 1992294400 134512640 135224549 4294956224 18446744073709551615 134632721 0 0 4096 8192 0 0 0 17 0 0 0
/proc/19687/statm: 15053 13945 93 173 0 14878 0
Current children cumulated CPU time (s) 3537.13
Current children cumulated vsize (KiB) 60212

[startup+3539.1 s]
/proc/loadavg: 1.00 1.07 1.07 2/65 22786
/proc/meminfo: memFree=655336/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=60212 CPUtime=3537.93
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 14961 0 0 0 353749 44 0 0 25 0 1 1000000 159461988 61657088 13945 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/19687/statm: 15053 13945 93 173 0 14878 0
Current children cumulated CPU time (s) 3537.93
Current children cumulated vsize (KiB) 60212

[startup+3539.5 s]
/proc/loadavg: 1.00 1.07 1.07 2/65 22786
/proc/meminfo: memFree=655336/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=60212 CPUtime=3538.33
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 14961 0 0 0 353789 44 0 0 25 0 1 1000000 159461988 61657088 13945 1992294400 134512640 135224549 4294956224 18446744073709551615 134595309 0 0 4096 8192 0 0 0 17 0 0 0
/proc/19687/statm: 15053 13945 93 173 0 14878 0
Current children cumulated CPU time (s) 3538.33
Current children cumulated vsize (KiB) 60212

[startup+3539.6 s]
/proc/loadavg: 1.00 1.07 1.07 2/65 22786
/proc/meminfo: memFree=655336/2055920 swapFree=4169872/4192956
[pid=19687] ppid=19685 vsize=57900 CPUtime=3538.42
/proc/19687/stat : 19687 (CirCUs) R 19685 19687 19650 0 -1 4194304 14964 0 0 0 353798 44 0 0 25 0 1 1000000 159461988 59289600 13602 1992294400 134512640 135224549 4294956224 18446744073709551615 134717067 0 0 4096 8192 0 0 0 17 0 0 0
/proc/19687/statm: 14475 13602 95 173 0 14300 0
Current children cumulated CPU time (s) 3538.42
Current children cumulated vsize (KiB) 57900

Child status: 0
Real time (s): 3539.62
CPU time (s): 3538.45
CPU user time (s): 3537.99
CPU system time (s): 0.45393
CPU usage (%): 99.967
Max. virtual memory (cumulated for all children) (KiB): 60212

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

runsolver used 3.15952 second user time and 8.40372 second system time

The end

Launcher Data

Begin job on node69 at 2009-05-03 03:32:39
IDJOB=1772868
IDBENCH=20404
IDSOLVER=614
FILE ID=node69/1772868-1241314359
PBS_JOBID= 9225290
Free space on /tmp= 66284 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-27.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772868-1241314359/watcher-1772868-1241314359 -o /tmp/evaluation-result-1772868-1241314359/solver-1772868-1241314359 -C 10000 -W 12000 -M 1800  HOME/CirCUs HOME/instance-1772868-1241314359.cnf -t 10000

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

MD5SUM BENCH= a948576641dd03cc33abaca38a6e7e4c
RANDOM SEED=131315907

node69.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.231
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.231
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:        751968 kB
Buffers:         81120 kB
Cached:        1110728 kB
SwapCached:      17668 kB
Active:          66424 kB
Inactive:      1145648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        751968 kB
SwapTotal:     4192956 kB
SwapFree:      4169872 kB
Dirty:            1532 kB
Writeback:           0 kB
Mapped:          14068 kB
Slab:            77860 kB
Committed_AS:   596964 kB
PageTables:       1464 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= 66284 MiB
End job on node69 at 2009-05-03 04:31:39