Trace number 1773548

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 3703.43 3710.8

General information on the benchmark

Namemanol-pipe-c10nid_i.cnf
MD5SUM5845608382cee59cce4973c50f16416c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark424.718
Satisfiable
(Un)Satisfiability was proved
Number of variables252516
Number of clauses750877
Sum of the clauses size1752045
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2500584
Number of clauses of size 3250292
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

6.45/6.88	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
6.45/6.88	c Eliminate time :       5.52 
3703.33/3710.79	c CNF read time  :       0.82 
3703.33/3710.79	c CNF solve time :    3702.95 
3703.33/3710.79	c Memory usage :    211.082 MB
3703.33/3710.79	c Restart : 2352
3703.33/3710.79	c Decisions : random(308305), heuristic(21319707), history(0/0)
3703.33/3710.79	c Implications : 2215035381
3703.33/3710.79	c Forced Restart : 0
3703.33/3710.79	c Polarity Change : 12510
3703.33/3710.79	c Learned clasues  : 183388 out of 3818420
3703.33/3710.79	c Learned literals : 4932710 out of 114839140
3703.33/3710.79	c Number of first UIP : 1106395 out of 3818420
3703.33/3710.79	c Number of simplify : 3
3703.33/3710.79	c Number of continuous distill : 261727
3703.33/3710.79	c Average depth of OTS : 4
3703.33/3710.79	c Average depth of additional conflict : 30
3703.33/3710.79	c Saved conflict clasues : 149479
3703.33/3710.79	c Saved conflict literals : 1094264
3703.33/3710.79	c Additional conflict clauses : 143400
3703.33/3710.79	c Additional conflict literals : 3817874
3703.33/3710.79	c Additional conflict analysis : 333381
3703.33/3710.79	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-1773548-1241317398/watcher-1773548-1241317398 -o /tmp/evaluation-result-1773548-1241317398/solver-1773548-1241317398 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1773548-1241317398.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.85 1.27 1.09 2/72 28880
/proc/meminfo: memFree=1772440/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=7112 CPUtime=0
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 1012 0 0 0 0 0 0 0 19 0 1 1000000 159769035 7282688 997 1992294400 134512640 135224549 4294956224 18446744073709551615 134593794 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 1778 1005 66 173 0 1603 0

[startup+0.090076 s]
/proc/loadavg: 1.85 1.27 1.09 2/72 28880
/proc/meminfo: memFree=1772440/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=26692 CPUtime=0.08
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 4636 0 0 0 7 1 0 0 20 0 1 1000000 159769035 27332608 4588 1992294400 134512640 135224549 4294956224 18446744073709551615 134681768 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28879/statm: 6673 4588 70 173 0 6498 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26692

[startup+0.102073 s]
/proc/loadavg: 1.85 1.27 1.09 2/72 28880
/proc/meminfo: memFree=1772440/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=27608 CPUtime=0.09
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 4881 0 0 0 8 1 0 0 20 0 1 1000000 159769035 28270592 4768 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28879/statm: 6902 4768 70 173 0 6727 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27608

[startup+0.3011 s]
/proc/loadavg: 1.85 1.27 1.09 2/72 28880
/proc/meminfo: memFree=1772440/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=38152 CPUtime=0.26
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 7859 0 0 0 24 2 0 0 23 0 1 1000000 159769035 39067648 7617 1992294400 134512640 135224549 4294956224 18446744073709551615 134613020 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28879/statm: 9538 7617 70 173 0 9363 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 38152

[startup+0.702145 s]
/proc/loadavg: 1.85 1.27 1.09 2/72 28880
/proc/meminfo: memFree=1772440/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=61816 CPUtime=0.65
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 14513 0 0 0 59 6 0 0 25 0 1 1000000 159769035 63299584 13501 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28879/statm: 15454 13501 70 173 0 15279 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 61816

[startup+1.50224 s]
/proc/loadavg: 1.85 1.27 1.09 3/73 29134
/proc/meminfo: memFree=1703888/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=88804 CPUtime=1.4
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 22017 0 0 0 130 10 0 0 25 0 1 1000000 159769035 90935296 21004 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28879/statm: 22201 21004 77 173 0 22026 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 88804

[startup+3.10142 s]
/proc/loadavg: 1.85 1.27 1.09 2/73 29421
/proc/meminfo: memFree=1670992/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=126696 CPUtime=2.86
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 32396 0 0 0 271 15 0 0 25 0 1 1000000 159769035 129736704 30229 1992294400 134512640 135224549 4294956224 18446744073709551615 134560939 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28879/statm: 31674 30229 77 173 0 31499 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 126696

[startup+6.30179 s]
/proc/loadavg: 2.02 1.32 1.11 2/73 29561
/proc/meminfo: memFree=1640720/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=136272 CPUtime=6.01
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 35040 0 0 0 585 16 0 0 25 0 1 1000000 159769035 139542528 32873 1992294400 134512640 135224549 4294956224 18446744073709551615 134580611 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 34068 32873 77 173 0 33893 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 136272

[startup+12.7015 s]
/proc/loadavg: 2.02 1.33 1.11 4/73 31071
/proc/meminfo: memFree=1632720/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=145000 CPUtime=11.86
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 38338 0 0 0 1167 19 0 0 25 0 1 1000000 159769035 148480000 34167 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 36250 34167 92 173 0 36075 0
Current children cumulated CPU time (s) 11.86
Current children cumulated vsize (KiB) 145000

[startup+25.502 s]
/proc/loadavg: 2.09 1.38 1.13 3/73 2095
/proc/meminfo: memFree=1628432/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=145704 CPUtime=23.09
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 38516 0 0 0 2288 21 0 0 25 0 1 1000000 159769035 149200896 34345 1992294400 134512640 135224549 4294956224 18446744073709551615 134638403 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28879/statm: 36426 34345 92 173 0 36251 0
Current children cumulated CPU time (s) 23.09
Current children cumulated vsize (KiB) 145704

[startup+51.1019 s]
/proc/loadavg: 2.20 1.46 1.17 3/73 9939
/proc/meminfo: memFree=1616528/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=147552 CPUtime=45.7
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 38959 0 0 0 4544 26 0 0 25 0 1 1000000 159769035 151093248 34788 1992294400 134512640 135224549 4294956224 18446744073709551615 134595412 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 36888 34788 92 173 0 36713 0
Current children cumulated CPU time (s) 45.7
Current children cumulated vsize (KiB) 147552

[startup+102.306 s]
/proc/loadavg: 1.52 1.39 1.16 2/66 11105
/proc/meminfo: memFree=1616592/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=148752 CPUtime=96.62
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 39284 0 0 0 9636 26 0 0 25 0 1 1000000 159769035 152322048 35113 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 37188 35113 92 173 0 37013 0
Current children cumulated CPU time (s) 96.62
Current children cumulated vsize (KiB) 148752

[startup+162.302 s]
/proc/loadavg: 1.19 1.31 1.14 2/66 11105
/proc/meminfo: memFree=1615632/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=149912 CPUtime=156.59
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 39551 0 0 0 15633 26 0 0 25 0 1 1000000 159769035 153509888 35380 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 37478 35380 92 173 0 37303 0
Current children cumulated CPU time (s) 156.59
Current children cumulated vsize (KiB) 149912

[startup+222.301 s]
/proc/loadavg: 1.07 1.25 1.13 2/66 11105
/proc/meminfo: memFree=1613520/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=152024 CPUtime=216.56
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 40079 0 0 0 21629 27 0 0 25 0 1 1000000 159769035 155672576 35908 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 38006 35908 92 173 0 37831 0
Current children cumulated CPU time (s) 216.56
Current children cumulated vsize (KiB) 152024

[startup+282.301 s]
/proc/loadavg: 1.02 1.20 1.12 2/66 11105
/proc/meminfo: memFree=1611600/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=154256 CPUtime=276.54
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 40568 0 0 0 27626 28 0 0 25 0 1 1000000 159769035 157958144 36397 1992294400 134512640 135224549 4294956224 18446744073709551615 134595757 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 38564 36397 92 173 0 38389 0
Current children cumulated CPU time (s) 276.54
Current children cumulated vsize (KiB) 154256

[startup+342.301 s]
/proc/loadavg: 1.01 1.16 1.11 2/66 11105
/proc/meminfo: memFree=1609296/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=156368 CPUtime=336.51
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 41137 0 0 0 33622 29 0 0 25 0 1 1000000 159769035 160120832 36966 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 39092 36966 92 173 0 38917 0
Current children cumulated CPU time (s) 336.51
Current children cumulated vsize (KiB) 156368

[startup+402.302 s]
/proc/loadavg: 1.00 1.13 1.10 2/66 11105
/proc/meminfo: memFree=1608784/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=156896 CPUtime=396.49
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 41268 0 0 0 39620 29 0 0 25 0 1 1000000 159769035 160661504 37097 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 39224 37097 92 173 0 39049 0
Current children cumulated CPU time (s) 396.49
Current children cumulated vsize (KiB) 156896

[startup+462.302 s]
/proc/loadavg: 1.00 1.11 1.09 2/66 11105
/proc/meminfo: memFree=1604880/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=160856 CPUtime=456.45
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 42249 0 0 0 45615 30 0 0 25 0 1 1000000 159769035 164716544 38078 1992294400 134512640 135224549 4294956224 18446744073709551615 134622731 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 40214 38078 92 173 0 40039 0
Current children cumulated CPU time (s) 456.45
Current children cumulated vsize (KiB) 160856

[startup+522.302 s]
/proc/loadavg: 1.00 1.08 1.08 2/66 11105
/proc/meminfo: memFree=1604816/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=160856 CPUtime=516.42
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 42259 0 0 0 51612 30 0 0 25 0 1 1000000 159769035 164716544 38088 1992294400 134512640 135224549 4294956224 18446744073709551615 134622646 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 40214 38088 92 173 0 40039 0
Current children cumulated CPU time (s) 516.42
Current children cumulated vsize (KiB) 160856

[startup+582.301 s]
/proc/loadavg: 1.00 1.07 1.08 2/66 11105
/proc/meminfo: memFree=1604240/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=161384 CPUtime=576.4
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 42404 0 0 0 57609 31 0 0 25 0 1 1000000 159769035 165257216 38233 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 40346 38233 92 173 0 40171 0
Current children cumulated CPU time (s) 576.4
Current children cumulated vsize (KiB) 161384

[startup+642.301 s]
/proc/loadavg: 1.00 1.05 1.07 2/66 11105
/proc/meminfo: memFree=1601296/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=164288 CPUtime=636.37
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 43145 0 0 0 63606 31 0 0 25 0 1 1000000 159769035 168230912 38974 1992294400 134512640 135224549 4294956224 18446744073709551615 134595203 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 41072 38974 92 173 0 40897 0
Current children cumulated CPU time (s) 636.37
Current children cumulated vsize (KiB) 164288

[startup+702.302 s]

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

/proc/meminfo: memFree=1555152/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=210932 CPUtime=2915.3
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 54922 0 0 0 291484 46 0 0 25 0 1 1000000 159769035 215994368 50365 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 52733 50365 92 173 0 52558 0
Current children cumulated CPU time (s) 2915.3
Current children cumulated vsize (KiB) 210932

[startup+2982.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11113
/proc/meminfo: memFree=1555152/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=210932 CPUtime=2975.28
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 54922 0 0 0 297482 46 0 0 25 0 1 1000000 159769035 215994368 50365 1992294400 134512640 135224549 4294956224 18446744073709551615 134595778 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 52733 50365 92 173 0 52558 0
Current children cumulated CPU time (s) 2975.28
Current children cumulated vsize (KiB) 210932

[startup+3042.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11113
/proc/meminfo: memFree=1555152/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=210932 CPUtime=3035.25
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 54922 0 0 0 303479 46 0 0 25 0 1 1000000 159769035 215994368 50365 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 52733 50365 92 173 0 52558 0
Current children cumulated CPU time (s) 3035.25
Current children cumulated vsize (KiB) 210932

[startup+3102.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11113
/proc/meminfo: memFree=1555152/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=210932 CPUtime=3095.23
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 54931 0 0 0 309477 46 0 0 25 0 1 1000000 159769035 215994368 50374 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 52733 50374 92 173 0 52558 0
Current children cumulated CPU time (s) 3095.23
Current children cumulated vsize (KiB) 210932

[startup+3162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11113
/proc/meminfo: memFree=1555152/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=210932 CPUtime=3155.2
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 54933 0 0 0 315474 46 0 0 25 0 1 1000000 159769035 215994368 50376 1992294400 134512640 135224549 4294956224 18446744073709551615 134619210 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 52733 50376 92 173 0 52558 0
Current children cumulated CPU time (s) 3155.2
Current children cumulated vsize (KiB) 210932

[startup+3222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11113
/proc/meminfo: memFree=1554960/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=211108 CPUtime=3215.17
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 54975 0 0 0 321471 46 0 0 25 0 1 1000000 159769035 216174592 50418 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 52777 50418 92 173 0 52602 0
Current children cumulated CPU time (s) 3215.17
Current children cumulated vsize (KiB) 211108

[startup+3282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11113
/proc/meminfo: memFree=1553552/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=212560 CPUtime=3275.16
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 55330 0 0 0 327469 47 0 0 25 0 1 1000000 159769035 217661440 50773 1992294400 134512640 135224549 4294956224 18446744073709551615 134595266 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 53140 50773 92 173 0 52965 0
Current children cumulated CPU time (s) 3275.16
Current children cumulated vsize (KiB) 212560

[startup+3342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11113
/proc/meminfo: memFree=1550416/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=215596 CPUtime=3335.13
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 56111 0 0 0 333465 48 0 0 25 0 1 1000000 159769035 220770304 51554 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 53899 51554 92 173 0 53724 0
Current children cumulated CPU time (s) 3335.13
Current children cumulated vsize (KiB) 215596

[startup+3402.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11113
/proc/meminfo: memFree=1550416/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=215596 CPUtime=3395.08
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 56111 0 0 0 339460 48 0 0 25 0 1 1000000 159769035 220770304 51554 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 53899 51554 92 173 0 53724 0
Current children cumulated CPU time (s) 3395.08
Current children cumulated vsize (KiB) 215596

[startup+3462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11113
/proc/meminfo: memFree=1550288/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=215596 CPUtime=3455.03
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 56111 0 0 0 345455 48 0 0 25 0 1 1000000 159769035 220770304 51554 1992294400 134512640 135224549 4294956224 18446744073709551615 134595552 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 53899 51554 92 173 0 53724 0
Current children cumulated CPU time (s) 3455.03
Current children cumulated vsize (KiB) 215596

[startup+3522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11113
/proc/meminfo: memFree=1550288/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=215596 CPUtime=3515
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 56115 0 0 0 351452 48 0 0 25 0 1 1000000 159769035 220770304 51558 1992294400 134512640 135224549 4294956224 18446744073709551615 134595533 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 53899 51558 92 173 0 53724 0
Current children cumulated CPU time (s) 3515
Current children cumulated vsize (KiB) 215596

[startup+3582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11113
/proc/meminfo: memFree=1550032/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=215760 CPUtime=3574.97
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 56165 0 0 0 357449 48 0 0 25 0 1 1000000 159769035 220938240 51608 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 53940 51608 92 173 0 53765 0
Current children cumulated CPU time (s) 3574.97
Current children cumulated vsize (KiB) 215760

[startup+3642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11113
/proc/meminfo: memFree=1549904/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=215952 CPUtime=3634.95
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 56198 0 0 0 363447 48 0 0 25 0 1 1000000 159769035 221134848 51641 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 53988 51641 92 173 0 53813 0
Current children cumulated CPU time (s) 3634.95
Current children cumulated vsize (KiB) 215952

[startup+3702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11113
/proc/meminfo: memFree=1549776/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=216144 CPUtime=3694.92
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 56224 0 0 0 369444 48 0 0 25 0 1 1000000 159769035 221331456 51667 1992294400 134512640 135224549 4294956224 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 54036 51667 92 173 0 53861 0
Current children cumulated CPU time (s) 3694.92
Current children cumulated vsize (KiB) 216144

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

[startup+3705.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11113
/proc/meminfo: memFree=1549776/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=216144 CPUtime=3698.12
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 56224 0 0 0 369764 48 0 0 25 0 1 1000000 159769035 221331456 51667 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 54036 51667 92 173 0 53861 0
Current children cumulated CPU time (s) 3698.12
Current children cumulated vsize (KiB) 216144

[startup+3708.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11113
/proc/meminfo: memFree=1549776/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=216144 CPUtime=3701.32
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 56224 0 0 0 370084 48 0 0 25 0 1 1000000 159769035 221331456 51667 1992294400 134512640 135224549 4294956224 18446744073709551615 134633040 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 54036 51667 92 173 0 53861 0
Current children cumulated CPU time (s) 3701.32
Current children cumulated vsize (KiB) 216144

[startup+3709.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11113
/proc/meminfo: memFree=1549776/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=216144 CPUtime=3702.12
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 56224 0 0 0 370164 48 0 0 25 0 1 1000000 159769035 221331456 51667 1992294400 134512640 135224549 4294956224 18446744073709551615 134631364 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 54036 51667 92 173 0 53861 0
Current children cumulated CPU time (s) 3702.12
Current children cumulated vsize (KiB) 216144

[startup+3710.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11113
/proc/meminfo: memFree=1549776/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=216144 CPUtime=3702.92
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 56228 0 0 0 370244 48 0 0 25 0 1 1000000 159769035 221331456 51670 1992294400 134512640 135224549 4294956224 18446744073709551615 134717050 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 54036 51670 95 173 0 53861 0
Current children cumulated CPU time (s) 3702.92
Current children cumulated vsize (KiB) 216144

[startup+3710.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11113
/proc/meminfo: memFree=1549776/2055920 swapFree=4181548/4192956
[pid=28879] ppid=28874 vsize=189792 CPUtime=3703.33
/proc/28879/stat : 28879 (CirCUs) R 28874 28879 28323 0 -1 4194304 56228 0 0 0 370284 49 0 0 25 0 1 1000000 159769035 194347008 47044 1992294400 134512640 135224549 4294956224 18446744073709551615 134721699 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28879/statm: 47448 47044 95 173 0 47273 0
Current children cumulated CPU time (s) 3703.33
Current children cumulated vsize (KiB) 189792

Child status: 0
Real time (s): 3710.8
CPU time (s): 3703.43
CPU user time (s): 3702.91
CPU system time (s): 0.52292
CPU usage (%): 99.8014
Max. virtual memory (cumulated for all children) (KiB): 216144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3702.91
system time used= 0.52292
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56229
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= 1
involuntary context switches= 17477

runsolver used 4.5863 second user time and 7.67083 second system time

The end

Launcher Data

Begin job on node88 at 2009-05-03 04:23:19
IDJOB=1773548
IDBENCH=69630
IDSOLVER=614
FILE ID=node88/1773548-1241317398
PBS_JOBID= 9225318
Free space on /tmp= 66412 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c10nid_i.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773548-1241317398/watcher-1773548-1241317398 -o /tmp/evaluation-result-1773548-1241317398/solver-1773548-1241317398 -C 10000 -W 12000 -M 1800  HOME/CirCUs HOME/instance-1773548-1241317398.cnf -t 10000

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

MD5SUM BENCH= 5845608382cee59cce4973c50f16416c
RANDOM SEED=373054890

node88.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.229
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.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1774008 kB
Buffers:         53464 kB
Cached:         139764 kB
SwapCached:       5604 kB
Active:          80064 kB
Inactive:       123132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1774008 kB
SwapTotal:     4192956 kB
SwapFree:      4181548 kB
Dirty:           15144 kB
Writeback:           0 kB
Mapped:          16692 kB
Slab:            64156 kB
Committed_AS:   534524 kB
PageTables:       1728 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= 66412 MiB
End job on node88 at 2009-05-03 05:25:10