Trace number 1717853

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 461.179 461.459

General information on the benchmark

Nameindustrial/palacios/
medium/emptyroom-4-h21-unsat.cnf
MD5SUM175ec3119584300988ad366c4a04cccc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark316.247
Satisfiable
(Un)Satisfiability was proved
Number of variables69148
Number of clauses208728
Sum of the clauses size487544
Maximum clause length28
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2139492
Number of clauses of size 368730
Number of clauses of size 4102
Number of clauses of size 513
Number of clauses of size over 5135

Solver Data

1.39/1.48	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
1.39/1.48	c Eliminate time :       1.22 
461.11/461.45	c CNF read time  :       0.21 
461.11/461.45	c CNF solve time :     461.01 
461.11/461.45	c Memory usage :    54.6602 MB
461.11/461.45	c Restart : 247
461.11/461.45	c Decisions : random(8541), heuristic(591678), history(0/0)
461.11/461.45	c Implications : 331784951
461.11/461.45	c Forced Restart : 0
461.11/461.45	c Polarity Change : 1225
461.11/461.45	c Learned clasues  : 24702 out of 302977
461.11/461.45	c Learned literals : 1273100 out of 18975554
461.11/461.45	c Number of first UIP : 108055 out of 302977
461.11/461.45	c Number of simplify : 1
461.11/461.45	c Number of continuous distill : 1297
461.11/461.45	c Average depth of OTS : 44
461.11/461.45	c Average depth of additional conflict : 208
461.11/461.45	c Saved conflict clasues : 558
461.11/461.45	c Saved conflict literals : 14077
461.11/461.45	c Additional conflict clauses : 22982
461.11/461.45	c Additional conflict literals : 849052
461.11/461.45	c Additional conflict analysis : 47242
461.11/461.45	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-1717853-1240631568/watcher-1717853-1240631568 -o /tmp/evaluation-result-1717853-1240631568/solver-1717853-1240631568 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1717853-1240631568.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.99 1.85 1.45 3/64 12679
/proc/meminfo: memFree=985736/2055920 swapFree=4192956/4192956
[pid=12679] ppid=12677 vsize=6328 CPUtime=0
/proc/12679/stat : 12679 (CirCUs) R 12677 12679 11800 0 -1 4194304 809 0 0 0 0 0 0 0 18 0 1 120000 91191533 6479872 794 1992294400 134512640 135224549 4294956208 18446744073709551615 134594320 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12679/statm: 1582 799 66 173 0 1407 0

[startup+0.061038 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 12679
/proc/meminfo: memFree=985736/2055920 swapFree=4192956/4192956
[pid=12679] ppid=12677 vsize=10744 CPUtime=0.05
/proc/12679/stat : 12679 (CirCUs) R 12677 12679 11800 0 -1 4194304 2038 0 0 0 5 0 0 0 18 0 1 120000 91191533 11001856 1990 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12679/statm: 2686 1991 70 173 0 2511 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10744

[startup+0.101045 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 12679
/proc/meminfo: memFree=985736/2055920 swapFree=4192956/4192956
[pid=12679] ppid=12677 vsize=13244 CPUtime=0.09
/proc/12679/stat : 12679 (CirCUs) R 12677 12679 11800 0 -1 4194304 2745 0 0 0 8 1 0 0 18 0 1 120000 91191533 13561856 2632 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12679/statm: 3311 2632 70 173 0 3136 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13244

[startup+0.301084 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 12679
/proc/meminfo: memFree=985736/2055920 swapFree=4192956/4192956
[pid=12679] ppid=12677 vsize=22332 CPUtime=0.29
/proc/12679/stat : 12679 (CirCUs) R 12677 12679 11800 0 -1 4194304 5327 0 0 0 27 2 0 0 20 0 1 120000 91191533 22867968 5084 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12679/statm: 5583 5084 77 173 0 5408 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22332

[startup+0.701163 s]
/proc/loadavg: 1.99 1.85 1.45 3/64 12679
/proc/meminfo: memFree=985736/2055920 swapFree=4192956/4192956
[pid=12679] ppid=12677 vsize=33680 CPUtime=0.69
/proc/12679/stat : 12679 (CirCUs) R 12677 12679 11800 0 -1 4194304 8471 0 0 0 66 3 0 0 23 0 1 120000 91191533 34488320 7971 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12679/statm: 8420 7971 77 173 0 8245 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33680

[startup+1.50232 s]
/proc/loadavg: 1.99 1.85 1.45 2/65 12680
/proc/meminfo: memFree=951936/2055920 swapFree=4192956/4192956
[pid=12679] ppid=12677 vsize=38588 CPUtime=1.49
/proc/12679/stat : 12679 (CirCUs) R 12677 12679 11800 0 -1 4194304 10072 0 0 0 145 4 0 0 25 0 1 120000 91191533 39514112 9092 1992294400 134512640 135224549 4294956208 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12679/statm: 9647 9092 92 173 0 9472 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38588

[startup+3.10164 s]
/proc/loadavg: 1.91 1.83 1.45 2/65 12680
/proc/meminfo: memFree=949504/2055920 swapFree=4192956/4192956
[pid=12679] ppid=12677 vsize=38720 CPUtime=3.09
/proc/12679/stat : 12679 (CirCUs) R 12677 12679 11800 0 -1 4194304 10095 0 0 0 305 4 0 0 25 0 1 120000 91191533 39649280 9115 1992294400 134512640 135224549 4294956208 18446744073709551615 134595325 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12679/statm: 9680 9115 92 173 0 9505 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38720

[startup+6.30127 s]
/proc/loadavg: 1.91 1.83 1.45 2/65 12680
/proc/meminfo: memFree=948864/2055920 swapFree=4192956/4192956
[pid=12679] ppid=12677 vsize=39380 CPUtime=6.29
/proc/12679/stat : 12679 (CirCUs) R 12677 12679 11800 0 -1 4194304 10266 0 0 0 624 5 0 0 25 0 1 120000 91191533 40325120 9286 1992294400 134512640 135224549 4294956208 18446744073709551615 134595354 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12679/statm: 9845 9286 92 173 0 9670 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39380

[startup+12.7015 s]
/proc/loadavg: 1.77 1.81 1.44 2/65 12680
/proc/meminfo: memFree=948352/2055920 swapFree=4192956/4192956
[pid=12679] ppid=12677 vsize=39644 CPUtime=12.69
/proc/12679/stat : 12679 (CirCUs) R 12677 12679 11800 0 -1 4194304 10321 0 0 0 1264 5 0 0 25 0 1 120000 91191533 40595456 9341 1992294400 134512640 135224549 4294956208 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12679/statm: 9911 9341 92 173 0 9736 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 39644

[startup+25.5011 s]
/proc/loadavg: 1.65 1.78 1.44 2/65 12680
/proc/meminfo: memFree=947840/2055920 swapFree=4192956/4192956
[pid=12679] ppid=12677 vsize=40436 CPUtime=25.48
/proc/12679/stat : 12679 (CirCUs) R 12677 12679 11800 0 -1 4194304 10516 0 0 0 2543 5 0 0 25 0 1 120000 91191533 41406464 9536 1992294400 134512640 135224549 4294956208 18446744073709551615 134632543 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12679/statm: 10109 9536 92 173 0 9934 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40436

[startup+51.1012 s]
/proc/loadavg: 1.43 1.72 1.42 2/65 12680
/proc/meminfo: memFree=946816/2055920 swapFree=4192956/4192956
[pid=12679] ppid=12677 vsize=41360 CPUtime=51.07
/proc/12679/stat : 12679 (CirCUs) R 12677 12679 11800 0 -1 4194304 10750 0 0 0 5102 5 0 0 25 0 1 120000 91191533 42352640 9770 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12679/statm: 10340 9770 92 173 0 10165 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 41360

[startup+102.306 s]
/proc/loadavg: 1.17 1.59 1.40 2/65 12680
/proc/meminfo: memFree=944768/2055920 swapFree=4192956/4192956
[pid=12679] ppid=12677 vsize=43456 CPUtime=102.25
/proc/12679/stat : 12679 (CirCUs) R 12677 12679 11800 0 -1 4194304 11246 0 0 0 10219 6 0 0 25 0 1 120000 91191533 44498944 10266 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12679/statm: 10864 10266 92 173 0 10689 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 43456

[startup+162.301 s]
/proc/loadavg: 1.06 1.48 1.37 2/65 12680
/proc/meminfo: memFree=942272/2055920 swapFree=4192956/4192956
[pid=12679] ppid=12677 vsize=45832 CPUtime=162.22
/proc/12679/stat : 12679 (CirCUs) R 12677 12679 11800 0 -1 4194304 11869 0 0 0 16216 6 0 0 25 0 1 120000 91191533 46931968 10889 1992294400 134512640 135224549 4294956208 18446744073709551615 134632748 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12679/statm: 11458 10889 92 173 0 11283 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 45832

[startup+222.301 s]
/proc/loadavg: 1.02 1.39 1.34 2/65 12680
/proc/meminfo: memFree=940672/2055920 swapFree=4192956/4192956
[pid=12679] ppid=12677 vsize=47420 CPUtime=222.19
/proc/12679/stat : 12679 (CirCUs) R 12677 12679 11800 0 -1 4194304 12276 0 0 0 22212 7 0 0 25 0 1 120000 91191533 48558080 11296 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12679/statm: 11855 11296 92 173 0 11680 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 47420

[startup+282.302 s]
/proc/loadavg: 1.01 1.32 1.32 2/65 12680
/proc/meminfo: memFree=938112/2055920 swapFree=4192956/4192956
[pid=12679] ppid=12677 vsize=50128 CPUtime=282.15
/proc/12679/stat : 12679 (CirCUs) R 12677 12679 11800 0 -1 4194304 12907 0 0 0 28208 7 0 0 25 0 1 120000 91191533 51331072 11927 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12679/statm: 12532 11927 92 173 0 12357 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 50128

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.30 2/65 12680
/proc/meminfo: memFree=936320/2055920 swapFree=4192956/4192956
[pid=12679] ppid=12677 vsize=51868 CPUtime=342.12
/proc/12679/stat : 12679 (CirCUs) R 12677 12679 11800 0 -1 4194304 13357 0 0 0 34205 7 0 0 25 0 1 120000 91191533 53112832 12377 1992294400 134512640 135224549 4294956208 18446744073709551615 134619235 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12679/statm: 12967 12377 92 173 0 12792 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 51868

[startup+402.303 s]
/proc/loadavg: 1.00 1.21 1.27 2/65 12680
/proc/meminfo: memFree=935552/2055920 swapFree=4192956/4192956
[pid=12679] ppid=12677 vsize=52792 CPUtime=402.06
/proc/12679/stat : 12679 (CirCUs) R 12677 12679 11800 0 -1 4194304 13587 0 0 0 40198 8 0 0 25 0 1 120000 91191533 54059008 12607 1992294400 134512640 135224549 4294956208 18446744073709551615 134595325 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12679/statm: 13198 12607 92 173 0 13023 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 52792

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

[startup+409.501 s]
/proc/loadavg: 1.00 1.20 1.27 2/65 12680
/proc/meminfo: memFree=934080/2055920 swapFree=4192956/4192956
[pid=12679] ppid=12677 vsize=54252 CPUtime=409.25
/proc/12679/stat : 12679 (CirCUs) R 12677 12679 11800 0 -1 4194304 13942 0 0 0 40917 8 0 0 25 0 1 120000 91191533 55554048 12962 1992294400 134512640 135224549 4294956208 18446744073709551615 134587860 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12679/statm: 13563 12962 92 173 0 13388 0
Current children cumulated CPU time (s) 409.25
Current children cumulated vsize (KiB) 54252

[startup+435.101 s]
/proc/loadavg: 1.00 1.19 1.26 2/65 12680
/proc/meminfo: memFree=932224/2055920 swapFree=4192956/4192956
[pid=12679] ppid=12677 vsize=55968 CPUtime=434.84
/proc/12679/stat : 12679 (CirCUs) R 12677 12679 11800 0 -1 4194304 14379 0 0 0 43475 9 0 0 25 0 1 120000 91191533 57311232 13399 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12679/statm: 13992 13399 92 173 0 13817 0
Current children cumulated CPU time (s) 434.84
Current children cumulated vsize (KiB) 55968

[startup+447.902 s]
/proc/loadavg: 1.00 1.18 1.26 2/65 12680
/proc/meminfo: memFree=932224/2055920 swapFree=4192956/4192956
[pid=12679] ppid=12677 vsize=55968 CPUtime=447.62
/proc/12679/stat : 12679 (CirCUs) R 12677 12679 11800 0 -1 4194304 14379 0 0 0 44753 9 0 0 25 0 1 120000 91191533 57311232 13399 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12679/statm: 13992 13399 92 173 0 13817 0
Current children cumulated CPU time (s) 447.62
Current children cumulated vsize (KiB) 55968

[startup+454.305 s]
/proc/loadavg: 1.00 1.17 1.26 2/65 12680
/proc/meminfo: memFree=932224/2055920 swapFree=4192956/4192956
[pid=12679] ppid=12677 vsize=55968 CPUtime=454.02
/proc/12679/stat : 12679 (CirCUs) R 12677 12679 11800 0 -1 4194304 14379 0 0 0 45393 9 0 0 25 0 1 120000 91191533 57311232 13399 1992294400 134512640 135224549 4294956208 18446744073709551615 134618565 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12679/statm: 13992 13399 92 173 0 13817 0
Current children cumulated CPU time (s) 454.02
Current children cumulated vsize (KiB) 55968

[startup+457.502 s]
/proc/loadavg: 1.00 1.17 1.26 2/65 12680
/proc/meminfo: memFree=932224/2055920 swapFree=4192956/4192956
[pid=12679] ppid=12677 vsize=55968 CPUtime=457.22
/proc/12679/stat : 12679 (CirCUs) R 12677 12679 11800 0 -1 4194304 14379 0 0 0 45713 9 0 0 25 0 1 120000 91191533 57311232 13399 1992294400 134512640 135224549 4294956208 18446744073709551615 134595718 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12679/statm: 13992 13399 92 173 0 13817 0
Current children cumulated CPU time (s) 457.22
Current children cumulated vsize (KiB) 55968

[startup+459.101 s]
/proc/loadavg: 1.00 1.17 1.26 2/65 12680
/proc/meminfo: memFree=932224/2055920 swapFree=4192956/4192956
[pid=12679] ppid=12677 vsize=55968 CPUtime=458.81
/proc/12679/stat : 12679 (CirCUs) R 12677 12679 11800 0 -1 4194304 14379 0 0 0 45872 9 0 0 25 0 1 120000 91191533 57311232 13399 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12679/statm: 13992 13399 92 173 0 13817 0
Current children cumulated CPU time (s) 458.81
Current children cumulated vsize (KiB) 55968

[startup+460.701 s]
/proc/loadavg: 1.00 1.17 1.26 2/65 12680
/proc/meminfo: memFree=932224/2055920 swapFree=4192956/4192956
[pid=12679] ppid=12677 vsize=55968 CPUtime=460.41
/proc/12679/stat : 12679 (CirCUs) R 12677 12679 11800 0 -1 4194304 14379 0 0 0 46032 9 0 0 25 0 1 120000 91191533 57311232 13399 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12679/statm: 13992 13399 92 173 0 13817 0
Current children cumulated CPU time (s) 460.41
Current children cumulated vsize (KiB) 55968

[startup+461.101 s]
/proc/loadavg: 1.00 1.17 1.26 2/65 12680
/proc/meminfo: memFree=932224/2055920 swapFree=4192956/4192956
[pid=12679] ppid=12677 vsize=55968 CPUtime=460.81
/proc/12679/stat : 12679 (CirCUs) R 12677 12679 11800 0 -1 4194304 14379 0 0 0 46072 9 0 0 25 0 1 120000 91191533 57311232 13399 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12679/statm: 13992 13399 92 173 0 13817 0
Current children cumulated CPU time (s) 460.81
Current children cumulated vsize (KiB) 55968

[startup+461.302 s]
/proc/loadavg: 1.00 1.17 1.26 2/65 12680
/proc/meminfo: memFree=932224/2055920 swapFree=4192956/4192956
[pid=12679] ppid=12677 vsize=55968 CPUtime=461.01
/proc/12679/stat : 12679 (CirCUs) R 12677 12679 11800 0 -1 4194304 14379 0 0 0 46092 9 0 0 25 0 1 120000 91191533 57311232 13399 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12679/statm: 13992 13399 92 173 0 13817 0
Current children cumulated CPU time (s) 461.01
Current children cumulated vsize (KiB) 55968

[startup+461.402 s]
/proc/loadavg: 1.00 1.17 1.26 2/65 12680
/proc/meminfo: memFree=932224/2055920 swapFree=4192956/4192956
[pid=12679] ppid=12677 vsize=50748 CPUtime=461.11
/proc/12679/stat : 12679 (CirCUs) R 12677 12679 11800 0 -1 4194304 14383 0 0 0 46102 9 0 0 25 0 1 120000 91191533 51965952 12472 1992294400 134512640 135224549 4294956208 18446744073709551615 134717067 0 0 4096 8192 0 0 0 17 0 0 0
/proc/12679/statm: 12687 12472 95 173 0 12512 0
Current children cumulated CPU time (s) 461.11
Current children cumulated vsize (KiB) 50748

Child status: 0
Real time (s): 461.459
CPU time (s): 461.179
CPU user time (s): 461.074
CPU system time (s): 0.104984
CPU usage (%): 99.9393
Max. virtual memory (cumulated for all children) (KiB): 55968

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

runsolver used 0.418936 second user time and 1.26781 second system time

The end

Launcher Data

Begin job on node1 at 2009-04-25 05:52:48
IDJOB=1717853
IDBENCH=20425
IDSOLVER=544
FILE ID=node1/1717853-1240631568
PBS_JOBID= 9186367
Free space on /tmp= 66336 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/industrial/palacios/medium/emptyroom-4-h21-unsat.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717853-1240631568/watcher-1717853-1240631568 -o /tmp/evaluation-result-1717853-1240631568/solver-1717853-1240631568 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1717853-1240631568.cnf -t 1200

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

MD5SUM BENCH= 175ec3119584300988ad366c4a04cccc
RANDOM SEED=1876339884

node1.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.259
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	: 5931.00
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.259
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:        986216 kB
Buffers:         97516 kB
Cached:         864276 kB
SwapCached:          0 kB
Active:         150744 kB
Inactive:       824892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        986216 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4456 kB
Writeback:           0 kB
Mapped:          23732 kB
Slab:            80060 kB
Committed_AS:   285808 kB
PageTables:       1436 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= 66332 MiB
End job on node1 at 2009-04-25 06:00:30