Trace number 1721025

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 541.929 542.108

General information on the benchmark

Namegoldb-heqc-alu4mul.cnf
MD5SUM2d68b23bdbf6e7e2868e82c4f24dffc3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.624
Satisfiable
(Un)Satisfiability was proved
Number of variables4736
Number of clauses30465
Sum of the clauses size103040
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 27024
Number of clauses of size 314112
Number of clauses of size 40
Number of clauses of size 59328
Number of clauses of size over 51

Solver Data

0.07/0.09	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.07/0.09	c Eliminate time :       0.05 
541.91/542.10	c CNF read time  :       0.04 
541.91/542.10	c CNF solve time :     541.91 
541.91/542.10	c Memory usage :    26.0352 MB
541.91/542.10	c Restart : 636
541.91/542.10	c Decisions : random(6335), heuristic(892768), history(0/0)
541.91/542.10	c Implications : 345338816
541.91/542.10	c Forced Restart : 0
541.91/542.10	c Polarity Change : 2518
541.91/542.10	c Learned clasues  : 3145 out of 674721
541.91/542.10	c Learned literals : 51001 out of 31081634
541.91/542.10	c Number of first UIP : 148217 out of 674721
541.91/542.10	c Number of simplify : 2
541.91/542.10	c Number of continuous distill : 1620
541.91/542.10	c Average depth of OTS : 3
541.91/542.10	c Average depth of additional conflict : 32
541.91/542.10	c Saved conflict clasues : 716
541.91/542.10	c Saved conflict literals : 8202
541.91/542.10	c Additional conflict clauses : 23357
541.91/542.10	c Additional conflict literals : 961924
541.91/542.10	c Additional conflict analysis : 99653
541.91/542.10	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-1721025-1240662131/watcher-1721025-1240662131 -o /tmp/evaluation-result-1721025-1240662131/solver-1721025-1240662131 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1721025-1240662131.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: 0.85 1.01 1.22 3/64 20148
/proc/meminfo: memFree=1412968/2055920 swapFree=4180880/4192956
[pid=20148] ppid=20146 vsize=1828 CPUtime=0
/proc/20148/stat : 20148 (CirCUs) R 20146 20148 20111 0 -1 4194304 220 0 0 0 0 0 0 0 18 0 1 120000 94239925 1871872 205 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20148/statm: 457 205 70 173 0 282 0

[startup+0.080907 s]
/proc/loadavg: 0.85 1.01 1.22 3/64 20148
/proc/meminfo: memFree=1412968/2055920 swapFree=4180880/4192956
[pid=20148] ppid=20146 vsize=3840 CPUtime=0.07
/proc/20148/stat : 20148 (CirCUs) R 20146 20148 20111 0 -1 4194304 738 0 0 0 7 0 0 0 18 0 1 120000 94239925 3932160 722 1992294400 134512640 135224549 4294956224 18446744073709551615 134578235 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20148/statm: 960 722 76 173 0 785 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3840

[startup+0.101909 s]
/proc/loadavg: 0.85 1.01 1.22 3/64 20148
/proc/meminfo: memFree=1412968/2055920 swapFree=4180880/4192956
[pid=20148] ppid=20146 vsize=3996 CPUtime=0.09
/proc/20148/stat : 20148 (CirCUs) R 20146 20148 20111 0 -1 4194304 812 0 0 0 9 0 0 0 18 0 1 120000 94239925 4091904 796 1992294400 134512640 135224549 4294956224 18446744073709551615 134524224 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20148/statm: 999 796 92 173 0 824 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3996

[startup+0.301945 s]
/proc/loadavg: 0.85 1.01 1.22 3/64 20148
/proc/meminfo: memFree=1412968/2055920 swapFree=4180880/4192956
[pid=20148] ppid=20146 vsize=4128 CPUtime=0.29
/proc/20148/stat : 20148 (CirCUs) R 20146 20148 20111 0 -1 4194304 824 0 0 0 29 0 0 0 19 0 1 120000 94239925 4227072 808 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20148/statm: 1032 808 92 173 0 857 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4128

[startup+0.702017 s]
/proc/loadavg: 0.85 1.01 1.22 3/64 20148
/proc/meminfo: memFree=1412968/2055920 swapFree=4180880/4192956
[pid=20148] ppid=20146 vsize=4524 CPUtime=0.69
/proc/20148/stat : 20148 (CirCUs) R 20146 20148 20111 0 -1 4194304 916 0 0 0 69 0 0 0 22 0 1 120000 94239925 4632576 900 1992294400 134512640 135224549 4294956224 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20148/statm: 1131 900 92 173 0 956 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4524

[startup+1.50116 s]
/proc/loadavg: 0.85 1.01 1.22 2/65 20149
/proc/meminfo: memFree=1409440/2055920 swapFree=4180880/4192956
[pid=20148] ppid=20146 vsize=4920 CPUtime=1.49
/proc/20148/stat : 20148 (CirCUs) R 20146 20148 20111 0 -1 4194304 1013 0 0 0 149 0 0 0 25 0 1 120000 94239925 5038080 997 1992294400 134512640 135224549 4294956224 18446744073709551615 134620495 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20148/statm: 1230 997 92 173 0 1055 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4920

[startup+3.10145 s]
/proc/loadavg: 0.85 1.01 1.22 2/65 20149
/proc/meminfo: memFree=1409056/2055920 swapFree=4180880/4192956
[pid=20148] ppid=20146 vsize=5184 CPUtime=3.09
/proc/20148/stat : 20148 (CirCUs) R 20146 20148 20111 0 -1 4194304 1105 0 0 0 309 0 0 0 25 0 1 120000 94239925 5308416 1089 1992294400 134512640 135224549 4294956224 18446744073709551615 134631371 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20148/statm: 1296 1089 92 173 0 1121 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5184

[startup+6.30302 s]
/proc/loadavg: 0.86 1.00 1.22 2/65 20149
/proc/meminfo: memFree=1408352/2055920 swapFree=4180880/4192956
[pid=20148] ppid=20146 vsize=5716 CPUtime=6.29
/proc/20148/stat : 20148 (CirCUs) R 20146 20148 20111 0 -1 4194304 1228 0 0 0 629 0 0 0 25 0 1 120000 94239925 5853184 1212 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20148/statm: 1429 1212 92 173 0 1254 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5716

[startup+12.7012 s]
/proc/loadavg: 0.87 1.00 1.22 2/65 20149
/proc/meminfo: memFree=1407400/2055920 swapFree=4180880/4192956
[pid=20148] ppid=20146 vsize=6508 CPUtime=12.69
/proc/20148/stat : 20148 (CirCUs) R 20146 20148 20111 0 -1 4194304 1418 0 0 0 1269 0 0 0 25 0 1 120000 94239925 6664192 1402 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20148/statm: 1627 1402 92 173 0 1452 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6508

[startup+25.5015 s]
/proc/loadavg: 0.90 1.00 1.21 2/65 20149
/proc/meminfo: memFree=1406120/2055920 swapFree=4180880/4192956
[pid=20148] ppid=20146 vsize=7828 CPUtime=25.48
/proc/20148/stat : 20148 (CirCUs) R 20146 20148 20111 0 -1 4194304 1738 0 0 0 2548 0 0 0 25 0 1 120000 94239925 8015872 1722 1992294400 134512640 135224549 4294956224 18446744073709551615 134619884 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20148/statm: 1957 1722 92 173 0 1782 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7828

[startup+51.101 s]
/proc/loadavg: 0.93 1.00 1.21 2/65 20149
/proc/meminfo: memFree=1404136/2055920 swapFree=4180880/4192956
[pid=20148] ppid=20146 vsize=10084 CPUtime=51.07
/proc/20148/stat : 20148 (CirCUs) R 20146 20148 20111 0 -1 4194304 2296 0 0 0 5106 1 0 0 25 0 1 120000 94239925 10326016 2280 1992294400 134512640 135224549 4294956224 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20148/statm: 2521 2280 92 173 0 2346 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 10084

[startup+102.305 s]
/proc/loadavg: 0.97 1.00 1.19 2/65 20149
/proc/meminfo: memFree=1400552/2055920 swapFree=4180880/4192956
[pid=20148] ppid=20146 vsize=13572 CPUtime=102.26
/proc/20148/stat : 20148 (CirCUs) R 20146 20148 20111 0 -1 4194304 3160 0 0 0 10224 2 0 0 25 0 1 120000 94239925 13897728 3111 1992294400 134512640 135224549 4294956224 18446744073709551615 134595533 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20148/statm: 3393 3111 92 173 0 3218 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 13572

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 1.18 2/65 20149
/proc/meminfo: memFree=1398504/2055920 swapFree=4180880/4192956
[pid=20148] ppid=20146 vsize=15592 CPUtime=162.23
/proc/20148/stat : 20148 (CirCUs) R 20146 20148 20111 0 -1 4194304 3671 0 0 0 16221 2 0 0 25 0 1 120000 94239925 15966208 3622 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20148/statm: 3898 3622 92 173 0 3723 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 15592

[startup+222.302 s]
/proc/loadavg: 0.99 1.00 1.16 2/65 20149
/proc/meminfo: memFree=1395816/2055920 swapFree=4180880/4192956
[pid=20148] ppid=20146 vsize=18288 CPUtime=222.21
/proc/20148/stat : 20148 (CirCUs) R 20146 20148 20111 0 -1 4194304 4342 0 0 0 22218 3 0 0 25 0 1 120000 94239925 18726912 4293 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20148/statm: 4572 4293 92 173 0 4397 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 18288

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 1.15 2/65 20149
/proc/meminfo: memFree=1393896/2055920 swapFree=4180880/4192956
[pid=20148] ppid=20146 vsize=20692 CPUtime=282.2
/proc/20148/stat : 20148 (CirCUs) R 20146 20148 20111 0 -1 4194304 4939 0 0 0 28216 4 0 0 25 0 1 120000 94239925 21188608 4825 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20148/statm: 5173 4825 92 173 0 4998 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 20692

[startup+342.301 s]
/proc/loadavg: 0.99 1.00 1.14 2/65 20149
/proc/meminfo: memFree=1390888/2055920 swapFree=4180880/4192956
[pid=20148] ppid=20146 vsize=23384 CPUtime=342.17
/proc/20148/stat : 20148 (CirCUs) R 20146 20148 20111 0 -1 4194304 5632 0 0 0 34212 5 0 0 25 0 1 120000 94239925 23945216 5518 1992294400 134512640 135224549 4294956224 18446744073709551615 134595391 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20148/statm: 5846 5518 92 173 0 5671 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 23384

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 1.13 2/65 20149
/proc/meminfo: memFree=1389032/2055920 swapFree=4180880/4192956
[pid=20148] ppid=20146 vsize=25280 CPUtime=402.15
/proc/20148/stat : 20148 (CirCUs) R 20146 20148 20111 0 -1 4194304 6089 0 0 0 40209 6 0 0 25 0 1 120000 94239925 25886720 5975 1992294400 134512640 135224549 4294956224 18446744073709551615 134633096 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20148/statm: 6320 5975 92 173 0 6145 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 25280

[startup+462.302 s]
/proc/loadavg: 0.99 1.00 1.12 2/65 20149
/proc/meminfo: memFree=1388904/2055920 swapFree=4180880/4192956
[pid=20148] ppid=20146 vsize=25280 CPUtime=462.13
/proc/20148/stat : 20148 (CirCUs) R 20146 20148 20111 0 -1 4194304 6121 0 0 0 46207 6 0 0 25 0 1 120000 94239925 25886720 6007 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20148/statm: 6320 6007 92 173 0 6145 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 25280

[startup+522.301 s]
/proc/loadavg: 0.99 1.00 1.11 2/65 20149
/proc/meminfo: memFree=1387624/2055920 swapFree=4180880/4192956
[pid=20148] ppid=20146 vsize=26656 CPUtime=522.12
/proc/20148/stat : 20148 (CirCUs) R 20146 20148 20111 0 -1 4194304 6446 0 0 0 52205 7 0 0 25 0 1 120000 94239925 27295744 6332 1992294400 134512640 135224549 4294956224 18446744073709551615 134630857 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20148/statm: 6664 6332 92 173 0 6489 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 26656

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

[startup+524.705 s]
/proc/loadavg: 0.99 1.00 1.10 2/65 20149
/proc/meminfo: memFree=1387624/2055920 swapFree=4180880/4192956
[pid=20148] ppid=20146 vsize=26656 CPUtime=524.52
/proc/20148/stat : 20148 (CirCUs) R 20146 20148 20111 0 -1 4194304 6446 0 0 0 52445 7 0 0 25 0 1 120000 94239925 27295744 6332 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20148/statm: 6664 6332 92 173 0 6489 0
Current children cumulated CPU time (s) 524.52
Current children cumulated vsize (KiB) 26656

[startup+531.102 s]
/proc/loadavg: 0.99 1.00 1.10 2/65 20149
/proc/meminfo: memFree=1387624/2055920 swapFree=4180880/4192956
[pid=20148] ppid=20146 vsize=26656 CPUtime=530.92
/proc/20148/stat : 20148 (CirCUs) R 20146 20148 20111 0 -1 4194304 6446 0 0 0 53085 7 0 0 25 0 1 120000 94239925 27295744 6332 1992294400 134512640 135224549 4294956224 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20148/statm: 6664 6332 92 173 0 6489 0
Current children cumulated CPU time (s) 530.92
Current children cumulated vsize (KiB) 26656

[startup+537.501 s]
/proc/loadavg: 0.99 1.00 1.10 2/65 20149
/proc/meminfo: memFree=1387560/2055920 swapFree=4180880/4192956
[pid=20148] ppid=20146 vsize=26656 CPUtime=537.31
/proc/20148/stat : 20148 (CirCUs) R 20146 20148 20111 0 -1 4194304 6457 0 0 0 53724 7 0 0 25 0 1 120000 94239925 27295744 6343 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20148/statm: 6664 6343 92 173 0 6489 0
Current children cumulated CPU time (s) 537.31
Current children cumulated vsize (KiB) 26656

[startup+540.702 s]
/proc/loadavg: 0.99 1.00 1.10 2/65 20149
/proc/meminfo: memFree=1387560/2055920 swapFree=4180880/4192956
[pid=20148] ppid=20146 vsize=26656 CPUtime=540.51
/proc/20148/stat : 20148 (CirCUs) R 20146 20148 20111 0 -1 4194304 6458 0 0 0 54044 7 0 0 25 0 1 120000 94239925 27295744 6344 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20148/statm: 6664 6344 92 173 0 6489 0
Current children cumulated CPU time (s) 540.51
Current children cumulated vsize (KiB) 26656

[startup+541.502 s]
/proc/loadavg: 0.99 1.00 1.10 2/65 20149
/proc/meminfo: memFree=1387560/2055920 swapFree=4180880/4192956
[pid=20148] ppid=20146 vsize=26656 CPUtime=541.31
/proc/20148/stat : 20148 (CirCUs) R 20146 20148 20111 0 -1 4194304 6458 0 0 0 54124 7 0 0 25 0 1 120000 94239925 27295744 6344 1992294400 134512640 135224549 4294956224 18446744073709551615 134631364 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20148/statm: 6664 6344 92 173 0 6489 0
Current children cumulated CPU time (s) 541.31
Current children cumulated vsize (KiB) 26656

[startup+541.902 s]
/proc/loadavg: 0.99 1.00 1.10 2/65 20149
/proc/meminfo: memFree=1387560/2055920 swapFree=4180880/4192956
[pid=20148] ppid=20146 vsize=26656 CPUtime=541.71
/proc/20148/stat : 20148 (CirCUs) R 20146 20148 20111 0 -1 4194304 6458 0 0 0 54164 7 0 0 25 0 1 120000 94239925 27295744 6344 1992294400 134512640 135224549 4294956224 18446744073709551615 134631364 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20148/statm: 6664 6344 92 173 0 6489 0
Current children cumulated CPU time (s) 541.71
Current children cumulated vsize (KiB) 26656

[startup+542.102 s]
/proc/loadavg: 0.99 1.00 1.10 2/65 20149
/proc/meminfo: memFree=1387560/2055920 swapFree=4180880/4192956
[pid=20148] ppid=20146 vsize=26008 CPUtime=541.91
/proc/20148/stat : 20148 (CirCUs) R 20146 20148 20111 0 -1 4194304 6461 0 0 0 54184 7 0 0 25 0 1 120000 94239925 26632192 6221 1992294400 134512640 135224549 4294956224 18446744073709551615 134722794 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20148/statm: 6502 6221 94 173 0 6327 0
Current children cumulated CPU time (s) 541.91
Current children cumulated vsize (KiB) 26008

Child status: 0
Real time (s): 542.108
CPU time (s): 541.929
CPU user time (s): 541.85
CPU system time (s): 0.078987
CPU usage (%): 99.9669
Max. virtual memory (cumulated for all children) (KiB): 26656

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

runsolver used 0.347947 second user time and 1.17882 second system time

The end

Launcher Data

Begin job on node60 at 2009-04-25 14:22:12
IDJOB=1721025
IDBENCH=69645
IDSOLVER=544
FILE ID=node60/1721025-1240662131
PBS_JOBID= 9186570
Free space on /tmp= 66408 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT_RACE08/cnf/goldb-heqc-alu4mul.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1721025-1240662131/watcher-1721025-1240662131 -o /tmp/evaluation-result-1721025-1240662131/solver-1721025-1240662131 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1721025-1240662131.cnf -t 1200

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

MD5SUM BENCH= 2d68b23bdbf6e7e2868e82c4f24dffc3
RANDOM SEED=294449075

node60.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1413384 kB
Buffers:         70152 kB
Cached:         485368 kB
SwapCached:       6500 kB
Active:          77312 kB
Inactive:       487176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1413384 kB
SwapTotal:     4192956 kB
SwapFree:      4180880 kB
Dirty:            1804 kB
Writeback:           0 kB
Mapped:          13948 kB
Slab:            63932 kB
Committed_AS:   319064 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node60 at 2009-04-25 14:31:14