Trace number 1774498

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 586.14 586.404

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-gcdm16-23.cnf
MD5SUMa61ef2b7b3d16661e8162c430ffb1a51
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark99.2819
Satisfiable
(Un)Satisfiability was proved
Number of variables135543
Number of clauses404326
Sum of the clauses size943426
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2269550
Number of clauses of size 3134775
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

2.60/2.65	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
2.60/2.65	c Eliminate time :       2.14 
586.12/586.40	c CNF read time  :       0.42 
586.12/586.40	c CNF solve time :     585.83 
586.12/586.40	c Memory usage :    83.7969 MB
586.12/586.40	c Restart : 407
586.12/586.40	c Decisions : random(14210), heuristic(916113), history(0/0)
586.12/586.40	c Implications : 482826614
586.12/586.40	c Forced Restart : 0
586.12/586.40	c Polarity Change : 2174
586.12/586.40	c Learned clasues  : 35443 out of 615260
586.12/586.40	c Learned literals : 685746 out of 19156057
586.12/586.40	c Number of first UIP : 173733 out of 615260
586.12/586.40	c Number of simplify : 5
586.12/586.40	c Number of continuous distill : 7242
586.12/586.40	c Average depth of OTS : 19
586.12/586.40	c Average depth of additional conflict : 97
586.12/586.40	c Saved conflict clasues : 2466
586.12/586.40	c Saved conflict literals : 34086
586.12/586.40	c Additional conflict clauses : 39557
586.12/586.40	c Additional conflict literals : 929562
586.12/586.40	c Additional conflict analysis : 111354
586.12/586.40	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-1774498-1241322967/watcher-1774498-1241322967 -o /tmp/evaluation-result-1774498-1241322967/solver-1774498-1241322967 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1774498-1241322967.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.01 1.01 1.00 3/64 28072
/proc/meminfo: memFree=1809704/2055920 swapFree=4191900/4192956
[pid=28072] ppid=28070 vsize=4380 CPUtime=0
/proc/28072/stat : 28072 (CirCUs) R 28070 28072 27981 0 -1 4194304 762 0 0 0 0 0 0 0 18 0 1 1000000 160324828 4485120 748 1992294400 134512640 135224549 4294956224 18446744073709551615 134593815 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28072/statm: 1095 753 66 173 0 920 0

[startup+0.025639 s]
/proc/loadavg: 1.01 1.01 1.00 3/64 28072
/proc/meminfo: memFree=1809704/2055920 swapFree=4191900/4192956
[pid=28072] ppid=28070 vsize=13652 CPUtime=0.01
/proc/28072/stat : 28072 (CirCUs) R 28070 28072 27981 0 -1 4194304 2194 0 0 0 1 0 0 0 18 0 1 1000000 160324828 13979648 2179 1992294400 134512640 135224549 4294956224 18446744073709551615 134549159 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28072/statm: 3413 2180 70 173 0 3238 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13652

[startup+0.101646 s]
/proc/loadavg: 1.01 1.01 1.00 3/64 28072
/proc/meminfo: memFree=1809704/2055920 swapFree=4191900/4192956
[pid=28072] ppid=28070 vsize=18392 CPUtime=0.09
/proc/28072/stat : 28072 (CirCUs) R 28070 28072 27981 0 -1 4194304 3513 0 0 0 8 1 0 0 18 0 1 1000000 160324828 18833408 3400 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28072/statm: 4598 3401 70 173 0 4423 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18392

[startup+0.301662 s]
/proc/loadavg: 1.01 1.01 1.00 3/64 28072
/proc/meminfo: memFree=1809704/2055920 swapFree=4191900/4192956
[pid=28072] ppid=28070 vsize=29992 CPUtime=0.29
/proc/28072/stat : 28072 (CirCUs) R 28070 28072 27981 0 -1 4194304 6812 0 0 0 26 3 0 0 19 0 1 1000000 160324828 30711808 6570 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28072/statm: 7498 6571 70 173 0 7323 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29992

[startup+0.701699 s]
/proc/loadavg: 1.01 1.01 1.00 3/64 28072
/proc/meminfo: memFree=1809704/2055920 swapFree=4191900/4192956
[pid=28072] ppid=28070 vsize=45516 CPUtime=0.69
/proc/28072/stat : 28072 (CirCUs) R 28070 28072 27981 0 -1 4194304 11141 0 0 0 64 5 0 0 23 0 1 1000000 160324828 46608384 10641 1992294400 134512640 135224549 4294956224 18446744073709551615 134560874 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28072/statm: 11379 10641 77 173 0 11204 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45516

[startup+1.50177 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 28073
/proc/meminfo: memFree=1759264/2055920 swapFree=4191900/4192956
[pid=28072] ppid=28070 vsize=64580 CPUtime=1.49
/proc/28072/stat : 28072 (CirCUs) R 28070 28072 27981 0 -1 4194304 16434 0 0 0 142 7 0 0 25 0 1 1000000 160324828 66129920 15421 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28072/statm: 16145 15421 77 173 0 15970 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64580

[startup+3.10191 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 28073
/proc/meminfo: memFree=1747296/2055920 swapFree=4191900/4192956
[pid=28072] ppid=28070 vsize=70012 CPUtime=3.09
/proc/28072/stat : 28072 (CirCUs) R 28070 28072 27981 0 -1 4194304 18462 0 0 0 301 8 0 0 25 0 1 1000000 160324828 71692288 16456 1992294400 134512640 135224549 4294956224 18446744073709551615 134618565 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28072/statm: 17503 16456 92 173 0 17328 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70012

[startup+6.3012 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 28073
/proc/meminfo: memFree=1743008/2055920 swapFree=4191900/4192956
[pid=28072] ppid=28070 vsize=70672 CPUtime=6.28
/proc/28072/stat : 28072 (CirCUs) R 28070 28072 27981 0 -1 4194304 18642 0 0 0 620 8 0 0 25 0 1 1000000 160324828 72368128 16636 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28072/statm: 17668 16636 92 173 0 17493 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 70672

[startup+12.7018 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 28073
/proc/meminfo: memFree=1743008/2055920 swapFree=4191900/4192956
[pid=28072] ppid=28070 vsize=70980 CPUtime=12.68
/proc/28072/stat : 28072 (CirCUs) R 28070 28072 27981 0 -1 4194304 18682 0 0 0 1260 8 0 0 25 0 1 1000000 160324828 72683520 16676 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28072/statm: 17745 16676 92 173 0 17570 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 70980

[startup+25.5019 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 28073
/proc/meminfo: memFree=1742432/2055920 swapFree=4191900/4192956
[pid=28072] ppid=28070 vsize=71640 CPUtime=25.49
/proc/28072/stat : 28072 (CirCUs) R 28070 28072 27981 0 -1 4194304 18872 0 0 0 2540 9 0 0 25 0 1 1000000 160324828 73359360 16866 1992294400 134512640 135224549 4294956224 18446744073709551615 134595385 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28072/statm: 17910 16866 92 173 0 17735 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71640

[startup+51.1012 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 28073
/proc/meminfo: memFree=1741344/2055920 swapFree=4191900/4192956
[pid=28072] ppid=28070 vsize=72732 CPUtime=51.06
/proc/28072/stat : 28072 (CirCUs) R 28070 28072 27981 0 -1 4194304 19145 0 0 0 5097 9 0 0 25 0 1 1000000 160324828 74477568 17139 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28072/statm: 18183 17139 92 173 0 18008 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 72732

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28073
/proc/meminfo: memFree=1739616/2055920 swapFree=4191900/4192956
[pid=28072] ppid=28070 vsize=74448 CPUtime=102.24
/proc/28072/stat : 28072 (CirCUs) R 28070 28072 27981 0 -1 4194304 19574 0 0 0 10214 10 0 0 25 0 1 1000000 160324828 76234752 17568 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28072/statm: 18612 17568 92 173 0 18437 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 74448

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28073
/proc/meminfo: memFree=1737440/2055920 swapFree=4191900/4192956
[pid=28072] ppid=28070 vsize=76828 CPUtime=162.2
/proc/28072/stat : 28072 (CirCUs) R 28070 28072 27981 0 -1 4194304 20144 0 0 0 16210 10 0 0 25 0 1 1000000 160324828 78671872 18138 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28072/statm: 19207 18138 92 173 0 19032 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 76828

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28073
/proc/meminfo: memFree=1735456/2055920 swapFree=4191900/4192956
[pid=28072] ppid=28070 vsize=78680 CPUtime=222.18
/proc/28072/stat : 28072 (CirCUs) R 28070 28072 27981 0 -1 4194304 20606 0 0 0 22207 11 0 0 25 0 1 1000000 160324828 80568320 18600 1992294400 134512640 135224549 4294956224 18446744073709551615 134622675 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28072/statm: 19670 18600 92 173 0 19495 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 78680

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28073
/proc/meminfo: memFree=1733984/2055920 swapFree=4191900/4192956
[pid=28072] ppid=28070 vsize=80000 CPUtime=282.15
/proc/28072/stat : 28072 (CirCUs) R 28070 28072 27981 0 -1 4194304 20955 0 0 0 28204 11 0 0 25 0 1 1000000 160324828 81920000 18949 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28072/statm: 20000 18949 92 173 0 19825 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 80000

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28079
/proc/meminfo: memFree=1731680/2055920 swapFree=4191900/4192956
[pid=28072] ppid=28070 vsize=82368 CPUtime=342.14
/proc/28072/stat : 28072 (CirCUs) R 28070 28072 27981 0 -1 4194304 21486 0 0 0 34202 12 0 0 25 0 1 1000000 160324828 84344832 19480 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28072/statm: 20592 19480 92 173 0 20417 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 82368

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28079
/proc/meminfo: memFree=1731296/2055920 swapFree=4191900/4192956
[pid=28072] ppid=28070 vsize=83028 CPUtime=402.11
/proc/28072/stat : 28072 (CirCUs) R 28070 28072 27981 0 -1 4194304 21655 0 0 0 40199 12 0 0 25 0 1 1000000 160324828 85020672 19649 1992294400 134512640 135224549 4294956224 18446744073709551615 134588227 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28072/statm: 20757 19649 92 173 0 20582 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 83028

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28079
/proc/meminfo: memFree=1729696/2055920 swapFree=4191900/4192956
[pid=28072] ppid=28070 vsize=84616 CPUtime=462.08
/proc/28072/stat : 28072 (CirCUs) R 28070 28072 27981 0 -1 4194304 22041 0 0 0 46196 12 0 0 25 0 1 1000000 160324828 86646784 20035 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28072/statm: 21154 20035 92 173 0 20979 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 84616

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28079
/proc/meminfo: memFree=1729568/2055920 swapFree=4191900/4192956
[pid=28072] ppid=28070 vsize=84748 CPUtime=522.05
/proc/28072/stat : 28072 (CirCUs) R 28070 28072 27981 0 -1 4194304 22069 0 0 0 52193 12 0 0 25 0 1 1000000 160324828 86781952 20063 1992294400 134512640 135224549 4294956224 18446744073709551615 134595266 0 0 4096 8192 0 0 0 17 1 0 0
/proc/28072/statm: 21187 20063 92 173 0 21012 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 84748

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28079
/proc/meminfo: memFree=1728416/2055920 swapFree=4191900/4192956
[pid=28072] ppid=28070 vsize=85804 CPUtime=582.02
/proc/28072/stat : 28072 (CirCUs) R 28070 28072 27981 0 -1 4194304 22350 0 0 0 58190 12 0 0 25 0 1 1000000 160324828 87863296 20344 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28072/statm: 21451 20344 92 173 0 21276 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 85804

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

[startup+583.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28079
/proc/meminfo: memFree=1728416/2055920 swapFree=4191900/4192956
[pid=28072] ppid=28070 vsize=85804 CPUtime=583.62
/proc/28072/stat : 28072 (CirCUs) R 28070 28072 27981 0 -1 4194304 22350 0 0 0 58350 12 0 0 25 0 1 1000000 160324828 87863296 20344 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28072/statm: 21451 20344 92 173 0 21276 0
Current children cumulated CPU time (s) 583.62
Current children cumulated vsize (KiB) 85804

[startup+585.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28079
/proc/meminfo: memFree=1728416/2055920 swapFree=4191900/4192956
[pid=28072] ppid=28070 vsize=85804 CPUtime=585.22
/proc/28072/stat : 28072 (CirCUs) R 28070 28072 27981 0 -1 4194304 22350 0 0 0 58510 12 0 0 25 0 1 1000000 160324828 87863296 20344 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28072/statm: 21451 20344 92 173 0 21276 0
Current children cumulated CPU time (s) 585.22
Current children cumulated vsize (KiB) 85804

[startup+585.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28079
/proc/meminfo: memFree=1728416/2055920 swapFree=4191900/4192956
[pid=28072] ppid=28070 vsize=85804 CPUtime=585.62
/proc/28072/stat : 28072 (CirCUs) R 28070 28072 27981 0 -1 4194304 22350 0 0 0 58550 12 0 0 25 0 1 1000000 160324828 87863296 20344 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28072/statm: 21451 20344 92 173 0 21276 0
Current children cumulated CPU time (s) 585.62
Current children cumulated vsize (KiB) 85804

[startup+586.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28079
/proc/meminfo: memFree=1737696/2055920 swapFree=4191900/4192956
[pid=28072] ppid=28070 vsize=72824 CPUtime=586.04
/proc/28072/stat : 28072 (CirCUs) R 28070 28072 27981 0 -1 4194304 22354 0 0 0 58591 13 0 0 25 0 1 1000000 160324828 74571776 17979 1992294400 134512640 135224549 4294956224 18446744073709551615 134717056 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28072/statm: 18206 17979 95 173 0 18031 0
Current children cumulated CPU time (s) 586.04
Current children cumulated vsize (KiB) 72824

[startup+586.401 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28079
/proc/meminfo: memFree=1737696/2055920 swapFree=4191900/4192956
[pid=28072] ppid=28070 vsize=55180 CPUtime=586.12
/proc/28072/stat : 28072 (CirCUs) R 28070 28072 27981 0 -1 4194304 22354 0 0 0 58599 13 0 0 25 0 1 1000000 160324828 56504320 13608 1992294400 134512640 135224549 4294956224 18446744073709551615 134941342 0 0 4096 8192 0 0 0 17 0 0 0
/proc/28072/statm: 13795 13608 9709 173 0 13620 0
Current children cumulated CPU time (s) 586.12
Current children cumulated vsize (KiB) 55180

Child status: 0
Real time (s): 586.404
CPU time (s): 586.14
CPU user time (s): 585.998
CPU system time (s): 0.141978
CPU usage (%): 99.955
Max. virtual memory (cumulated for all children) (KiB): 85804

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

runsolver used 0.509922 second user time and 1.62975 second system time

The end

Launcher Data

Begin job on node43 at 2009-05-03 05:56:08
IDJOB=1774498
IDBENCH=70952
IDSOLVER=614
FILE ID=node43/1774498-1241322967
PBS_JOBID= 9225346
Free space on /tmp= 66344 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-gcdm16-23.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774498-1241322967/watcher-1774498-1241322967 -o /tmp/evaluation-result-1774498-1241322967/solver-1774498-1241322967 -C 10000 -W 12000 -M 1800  HOME/CirCUs HOME/instance-1774498-1241322967.cnf -t 10000

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

MD5SUM BENCH= a61ef2b7b3d16661e8162c430ffb1a51
RANDOM SEED=562716916

node43.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.237
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.237
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:       1810120 kB
Buffers:         29344 kB
Cached:         137540 kB
SwapCached:        260 kB
Active:          69044 kB
Inactive:       111080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1810120 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            8024 kB
Writeback:           0 kB
Mapped:          21840 kB
Slab:            51624 kB
Committed_AS:   732872 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= 66344 MiB
End job on node43 at 2009-05-03 06:05:54