Trace number 1723285

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 616.702 616.894

General information on the benchmark

Namemanol-pipe-g10bidw.cnf
MD5SUM6ade683f6bfd116f49e58395d70ae6c0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark97.5152
Satisfiable
(Un)Satisfiability was proved
Number of variables237485
Number of clauses705220
Sum of the clauses size1645512
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2470146
Number of clauses of size 3235073
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

5.98/6.07	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
5.98/6.07	c Eliminate time :       5.13 
616.60/616.89	c CNF read time  :       0.76 
616.60/616.89	c CNF solve time :     616.08 
616.60/616.89	c Memory usage :    157.449 MB
616.60/616.89	c Restart : 924
616.60/616.89	c Decisions : random(104047), heuristic(7195682), history(0/0)
616.60/616.89	c Implications : 470403609
616.60/616.89	c Forced Restart : 0
616.60/616.89	c Polarity Change : 3731
616.60/616.89	c Learned clasues  : 43992 out of 1147761
616.60/616.89	c Learned literals : 1234923 out of 45453403
616.60/616.89	c Number of first UIP : 311431 out of 1147761
616.60/616.89	c Number of simplify : 2
616.60/616.89	c Number of continuous distill : 69308
616.60/616.89	c Average depth of OTS : 7
616.60/616.89	c Average depth of additional conflict : 32
616.60/616.89	c Saved conflict clasues : 41343
616.60/616.89	c Saved conflict literals : 572563
616.60/616.89	c Additional conflict clauses : 63617
616.60/616.89	c Additional conflict literals : 2019546
616.60/616.89	c Additional conflict analysis : 97428
616.60/616.89	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-1723285-1240684704/watcher-1723285-1240684704 -o /tmp/evaluation-result-1723285-1240684704/solver-1723285-1240684704 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1723285-1240684704.cnf -t 1200 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.03 1.00 3/64 28170
/proc/meminfo: memFree=1740936/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=6748 CPUtime=0
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 760 0 0 0 0 0 0 0 18 0 1 120000 96498956 6909952 745 1992294400 134512640 135224549 4294956208 18446744073709551615 134593835 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 1687 750 66 173 0 1512 0

[startup+0.049694 s]
/proc/loadavg: 1.00 1.03 1.00 3/64 28170
/proc/meminfo: memFree=1740936/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=23264 CPUtime=0.03
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 3836 0 0 0 2 1 0 0 18 0 1 120000 96498956 23822336 3821 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 5849 3822 70 173 0 5674 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23264

[startup+0.1017 s]
/proc/loadavg: 1.00 1.03 1.00 3/64 28170
/proc/meminfo: memFree=1740936/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=26552 CPUtime=0.09
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 4764 0 0 0 7 2 0 0 18 0 1 120000 96498956 27189248 4651 1992294400 134512640 135224549 4294956208 18446744073709551615 134632558 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 6638 4652 70 173 0 6463 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26552

[startup+0.301729 s]
/proc/loadavg: 1.00 1.03 1.00 3/64 28170
/proc/meminfo: memFree=1740936/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=38152 CPUtime=0.29
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 8038 0 0 0 24 5 0 0 20 0 1 120000 96498956 39067648 7796 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 9538 7797 70 173 0 9363 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38152

[startup+0.701788 s]
/proc/loadavg: 1.00 1.03 1.00 3/64 28170
/proc/meminfo: memFree=1740936/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=62344 CPUtime=0.69
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 14850 0 0 0 61 8 0 0 24 0 1 120000 96498956 63840256 13838 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 15586 13838 70 173 0 15411 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62344

[startup+1.5019 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 28171
/proc/meminfo: memFree=1674688/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=89480 CPUtime=1.49
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 22280 0 0 0 138 11 0 0 25 0 1 120000 96498956 91627520 21267 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 22370 21267 77 173 0 22195 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 89480

[startup+3.10114 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 28171
/proc/meminfo: memFree=1640256/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=125108 CPUtime=3.09
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 32109 0 0 0 293 16 0 0 25 0 1 120000 96498956 128110592 29942 1992294400 134512640 135224549 4294956208 18446744073709551615 134580206 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 31277 29942 77 173 0 31102 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 125108

[startup+6.30161 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 28171
/proc/meminfo: memFree=1618816/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=131152 CPUtime=6.28
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 34792 0 0 0 611 17 0 0 25 0 1 120000 96498956 134299648 31632 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 32788 31632 92 173 0 32613 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 131152

[startup+12.7016 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 28171
/proc/meminfo: memFree=1613760/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=131944 CPUtime=12.68
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 34967 0 0 0 1251 17 0 0 25 0 1 120000 96498956 135110656 31807 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 32986 31807 92 173 0 32811 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 131944

[startup+25.5014 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 28171
/proc/meminfo: memFree=1612928/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=132920 CPUtime=25.48
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 35213 0 0 0 2530 18 0 0 25 0 1 120000 96498956 136110080 32053 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 33230 32053 92 173 0 33055 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 132920

[startup+51.1012 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 28171
/proc/meminfo: memFree=1612096/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=133880 CPUtime=51.07
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 35436 0 0 0 5089 18 0 0 25 0 1 120000 96498956 137093120 32276 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 33470 32276 92 173 0 33295 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 133880

[startup+102.306 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 28171
/proc/meminfo: memFree=1609280/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=136520 CPUtime=102.26
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 36133 0 0 0 10208 18 0 0 25 0 1 120000 96498956 139796480 32973 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 34130 32973 92 173 0 33955 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 136520

[startup+162.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 28171
/proc/meminfo: memFree=1606016/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=139804 CPUtime=162.24
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 36917 0 0 0 16205 19 0 0 25 0 1 120000 96498956 143159296 33757 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 34951 33757 92 173 0 34776 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 139804

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 28171
/proc/meminfo: memFree=1603520/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=142180 CPUtime=222.22
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 37539 0 0 0 22202 20 0 0 25 0 1 120000 96498956 145592320 34379 1992294400 134512640 135224549 4294956208 18446744073709551615 134618685 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 35545 34379 92 173 0 35370 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 142180

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28171
/proc/meminfo: memFree=1599680/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=146264 CPUtime=282.2
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 38484 0 0 0 28200 20 0 0 25 0 1 120000 96498956 149774336 35324 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 36566 35324 92 173 0 36391 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 146264

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28171
/proc/meminfo: memFree=1593216/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=152608 CPUtime=342.18
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 40102 0 0 0 34196 22 0 0 25 0 1 120000 96498956 156270592 36942 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 38152 36942 92 173 0 37977 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 152608

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28171
/proc/meminfo: memFree=1593152/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=152608 CPUtime=402.16
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 40108 0 0 0 40194 22 0 0 25 0 1 120000 96498956 156270592 36948 1992294400 134512640 135224549 4294956208 18446744073709551615 134619448 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 38152 36948 92 173 0 37977 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 152608

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28171
/proc/meminfo: memFree=1588352/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=157504 CPUtime=462.15
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 41314 0 0 0 46192 23 0 0 25 0 1 120000 96498956 161284096 38154 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 39376 38154 92 173 0 39201 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 157504

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28171
/proc/meminfo: memFree=1586176/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=159628 CPUtime=522.13
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 41868 0 0 0 52189 24 0 0 25 0 1 120000 96498956 163459072 38708 1992294400 134512640 135224549 4294956208 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 39907 38708 92 173 0 39732 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 159628

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28171
/proc/meminfo: memFree=1585344/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=160828 CPUtime=582.11
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 42175 0 0 0 58187 24 0 0 25 0 1 120000 96498956 164687872 38886 1992294400 134512640 135224549 4294956208 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 40207 38886 92 173 0 40032 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 160828

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

[startup+588.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28171
/proc/meminfo: memFree=1585088/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=161224 CPUtime=588.51
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 42265 0 0 0 58827 24 0 0 25 0 1 120000 96498956 165093376 38976 1992294400 134512640 135224549 4294956208 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 40306 38976 92 173 0 40131 0
Current children cumulated CPU time (s) 588.51
Current children cumulated vsize (KiB) 161224

[startup+601.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28171
/proc/meminfo: memFree=1585088/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=161224 CPUtime=601.3
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 42266 0 0 0 60106 24 0 0 25 0 1 120000 96498956 165093376 38977 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 40306 38977 92 173 0 40131 0
Current children cumulated CPU time (s) 601.3
Current children cumulated vsize (KiB) 161224

[startup+607.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28171
/proc/meminfo: memFree=1585088/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=161224 CPUtime=607.7
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 42266 0 0 0 60746 24 0 0 25 0 1 120000 96498956 165093376 38977 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 40306 38977 92 173 0 40131 0
Current children cumulated CPU time (s) 607.7
Current children cumulated vsize (KiB) 161224

[startup+611.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28171
/proc/meminfo: memFree=1585024/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=161224 CPUtime=610.9
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 42266 0 0 0 61066 24 0 0 25 0 1 120000 96498956 165093376 38977 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 40306 38977 92 173 0 40131 0
Current children cumulated CPU time (s) 610.9
Current children cumulated vsize (KiB) 161224

[startup+614.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28171
/proc/meminfo: memFree=1585024/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=161224 CPUtime=614.1
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 42266 0 0 0 61386 24 0 0 25 0 1 120000 96498956 165093376 38977 1992294400 134512640 135224549 4294956208 18446744073709551615 134595318 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 40306 38977 92 173 0 40131 0
Current children cumulated CPU time (s) 614.1
Current children cumulated vsize (KiB) 161224

[startup+615.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28171
/proc/meminfo: memFree=1585024/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=161224 CPUtime=615.7
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 42266 0 0 0 61546 24 0 0 25 0 1 120000 96498956 165093376 38977 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 40306 38977 92 173 0 40131 0
Current children cumulated CPU time (s) 615.7
Current children cumulated vsize (KiB) 161224

[startup+616.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28171
/proc/meminfo: memFree=1585024/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=161224 CPUtime=616.1
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 42266 0 0 0 61586 24 0 0 25 0 1 120000 96498956 165093376 38977 1992294400 134512640 135224549 4294956208 18446744073709551615 134587826 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 40306 38977 92 173 0 40131 0
Current children cumulated CPU time (s) 616.1
Current children cumulated vsize (KiB) 161224

[startup+616.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28171
/proc/meminfo: memFree=1585024/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=140476 CPUtime=616.5
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 42270 0 0 0 61625 25 0 0 25 0 1 120000 96498956 143847424 34835 1992294400 134512640 135224549 4294956208 18446744073709551615 134717056 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 35119 34835 95 173 0 34944 0
Current children cumulated CPU time (s) 616.5
Current children cumulated vsize (KiB) 140476

[startup+616.801 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28171
/proc/meminfo: memFree=1585024/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=140476 CPUtime=616.6
/proc/28170/stat : 28170 (CirCUs) R 28168 28170 27900 0 -1 4194304 42270 0 0 0 61635 25 0 0 25 0 1 120000 96498956 143847424 34835 1992294400 134512640 135224549 4294956208 18446744073709551615 134722794 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28170/statm: 35119 34835 95 173 0 34944 0
Current children cumulated CPU time (s) 616.6
Current children cumulated vsize (KiB) 140476

Child status: 0
Real time (s): 616.894
CPU time (s): 616.702
CPU user time (s): 616.43
CPU system time (s): 0.271958
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 161224

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

runsolver used 0.545917 second user time and 1.70274 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-25 20:38:25
IDJOB=1723285
IDBENCH=71689
IDSOLVER=544
FILE ID=node39/1723285-1240684704
PBS_JOBID= 9186691
Free space on /tmp= 66264 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT_RACE06/manol-pipe-g10bidw.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723285-1240684704/watcher-1723285-1240684704 -o /tmp/evaluation-result-1723285-1240684704/solver-1723285-1240684704 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1723285-1240684704.cnf -t 1200

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

MD5SUM BENCH= 6ade683f6bfd116f49e58395d70ae6c0
RANDOM SEED=2074230268

node39.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.281
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.281
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:       1741416 kB
Buffers:         32228 kB
Cached:         206104 kB
SwapCached:        144 kB
Active:         101984 kB
Inactive:       150464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1741416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           13628 kB
Writeback:           0 kB
Mapped:          23716 kB
Slab:            48120 kB
Committed_AS:   432228 kB
PageTables:       1380 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= 66264 MiB
End job on node39 at 2009-04-25 20:48:42