Trace number 1774818

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 729.258 729.559

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-10p0.cnf
MD5SUMabc6c44b372f4addd18c6a7b2eac59f5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark184.805
Satisfiable
(Un)Satisfiability was proved
Number of variables199586
Number of clauses1006679
Sum of the clauses size2394657
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2757762
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

4.99/5.01	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
4.99/5.01	c Eliminate time :       3.53 
729.19/729.55	c CNF read time  :       1.31 
729.19/729.55	c CNF solve time :     728.69 
729.19/729.55	c Memory usage :    182.262 MB
729.19/729.55	c Restart : 345
729.19/729.55	c Decisions : random(13103), heuristic(922846), history(0/0)
729.19/729.55	c Implications : 487211961
729.19/729.55	c Forced Restart : 0
729.19/729.55	c Polarity Change : 1070
729.19/729.55	c Learned clasues  : 90608 out of 242758
729.19/729.55	c Learned literals : 16307476 out of 52028552
729.19/729.55	c Number of first UIP : 85379 out of 242758
729.19/729.55	c Number of simplify : 20
729.19/729.55	c Number of continuous distill : 2984
729.19/729.55	c Average depth of OTS : 449
729.19/729.55	c Average depth of additional conflict : 138
729.19/729.55	c Saved conflict clasues : 2180
729.19/729.55	c Saved conflict literals : 43887
729.19/729.55	c Additional conflict clauses : 21598
729.19/729.55	c Additional conflict literals : 2722399
729.19/729.55	c Additional conflict analysis : 31613
729.19/729.55	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-1774818-1241323839/watcher-1774818-1241323839 -o /tmp/evaluation-result-1774818-1241323839/solver-1774818-1241323839 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1774818-1241323839.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: 0.85 0.97 0.99 3/64 15988
/proc/meminfo: memFree=708712/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=5864 CPUtime=0
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 766 0 0 0 0 0 0 0 18 0 1 1000000 160410036 6004736 752 1992294400 134512640 135224549 4294956224 18446744073709551615 134593788 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 1466 757 66 173 0 1291 0

[startup+0.102977 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 15988
/proc/meminfo: memFree=708712/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=27900 CPUtime=0.09
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 4613 0 0 0 8 1 0 0 18 0 1 1000000 160410036 28569600 4500 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 6975 4501 70 173 0 6800 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27900

[startup+0.201985 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 15988
/proc/meminfo: memFree=708712/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=33692 CPUtime=0.19
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 6278 0 0 0 16 3 0 0 18 0 1 1000000 160410036 34500608 6036 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 8423 6037 70 173 0 8248 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 33692

[startup+0.301995 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 15988
/proc/meminfo: memFree=708712/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=38576 CPUtime=0.3
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 7683 0 0 0 26 4 0 0 19 0 1 1000000 160410036 39501824 7441 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 9644 7441 70 173 0 9469 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 38576

[startup+0.701034 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 15988
/proc/meminfo: memFree=708712/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=54252 CPUtime=0.69
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 12069 0 0 0 63 6 0 0 23 0 1 1000000 160410036 55554048 11570 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 13563 11570 70 173 0 13388 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54252

[startup+1.50111 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 15989
/proc/meminfo: memFree=646112/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=85864 CPUtime=1.49
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 21062 0 0 0 136 13 0 0 25 0 1 1000000 160410036 87924736 20049 1992294400 134512640 135224549 4294956224 18446744073709551615 134567144 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 21466 20049 74 173 0 21291 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 85864

[startup+3.10127 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 15989
/proc/meminfo: memFree=624992/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=102488 CPUtime=3.09
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 25641 0 0 0 294 15 0 0 25 0 1 1000000 160410036 104947712 23603 1992294400 134512640 135224549 4294956224 18446744073709551615 134580073 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 25622 23603 77 173 0 25447 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 102488

[startup+6.30159 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 15989
/proc/meminfo: memFree=609072/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=104748 CPUtime=6.29
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 27458 0 0 0 613 16 0 0 25 0 1 1000000 160410036 107261952 24940 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 26187 24940 92 173 0 26012 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 104748

[startup+12.7012 s]
/proc/loadavg: 0.88 0.97 0.99 2/65 15989
/proc/meminfo: memFree=609008/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=104748 CPUtime=12.68
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 27468 0 0 0 1252 16 0 0 25 0 1 1000000 160410036 107261952 24950 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 26187 24950 92 173 0 26012 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 104748

[startup+25.5015 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 15989
/proc/meminfo: memFree=608176/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=106068 CPUtime=25.49
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 27787 0 0 0 2532 17 0 0 25 0 1 1000000 160410036 108613632 25269 1992294400 134512640 135224549 4294956224 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 26517 25269 92 173 0 26342 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 106068

[startup+51.1011 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 15989
/proc/meminfo: memFree=601904/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=112364 CPUtime=51.08
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 29366 0 0 0 5089 19 0 0 25 0 1 1000000 160410036 115060736 26848 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 28091 26848 92 173 0 27916 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 112364

[startup+102.301 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 15989
/proc/meminfo: memFree=582384/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=131824 CPUtime=102.26
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 34207 0 0 0 10202 24 0 0 25 0 1 1000000 160410036 134987776 31689 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 32956 31689 92 173 0 32781 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 131824

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15989
/proc/meminfo: memFree=560944/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=153352 CPUtime=162.23
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 39617 0 0 0 16194 29 0 0 25 0 1 1000000 160410036 157032448 37099 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 38338 37099 92 173 0 38163 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 153352

[startup+222.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15989
/proc/meminfo: memFree=540464/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=173820 CPUtime=222.2
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 44676 0 0 0 22187 33 0 0 25 0 1 1000000 160410036 177991680 42158 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 43455 42158 92 173 0 43280 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 173820

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15989
/proc/meminfo: memFree=538416/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=175804 CPUtime=282.17
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 45189 0 0 0 28183 34 0 0 25 0 1 1000000 160410036 180023296 42671 1992294400 134512640 135224549 4294956224 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 43951 42671 92 173 0 43776 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 175804

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15989
/proc/meminfo: memFree=538352/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=175804 CPUtime=342.14
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 45189 0 0 0 34180 34 0 0 25 0 1 1000000 160410036 180023296 42671 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 43951 42671 92 173 0 43776 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 175804

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15989
/proc/meminfo: memFree=533808/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=180692 CPUtime=402.12
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 46405 0 0 0 40176 36 0 0 25 0 1 1000000 160410036 185028608 43887 1992294400 134512640 135224549 4294956224 18446744073709551615 134595622 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 45173 43887 92 173 0 44998 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 180692

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15989
/proc/meminfo: memFree=527600/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=186632 CPUtime=462.1
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 47898 0 0 0 46174 36 0 0 25 0 1 1000000 160410036 191111168 45380 1992294400 134512640 135224549 4294956224 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 46658 45380 92 173 0 46483 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 186632

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15989
/proc/meminfo: memFree=527536/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=186632 CPUtime=522.08
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 47898 0 0 0 52172 36 0 0 25 0 1 1000000 160410036 191111168 45380 1992294400 134512640 135224549 4294956224 18446744073709551615 134595391 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 46658 45380 92 173 0 46483 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 186632

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15989
/proc/meminfo: memFree=527536/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=186632 CPUtime=582.04
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 47898 0 0 0 58168 36 0 0 25 0 1 1000000 160410036 191111168 45380 1992294400 134512640 135224549 4294956224 18446744073709551615 134584992 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 46658 45380 92 173 0 46483 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 186632

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15989
/proc/meminfo: memFree=527472/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=186632 CPUtime=642.02
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 47898 0 0 0 64166 36 0 0 25 0 1 1000000 160410036 191111168 45380 1992294400 134512640 135224549 4294956224 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 46658 45380 92 173 0 46483 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 186632

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15989
/proc/meminfo: memFree=527408/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=186632 CPUtime=702
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 47899 0 0 0 70164 36 0 0 25 0 1 1000000 160410036 191111168 45381 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 46658 45381 92 173 0 46483 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 186632

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

[startup+716.801 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15989
/proc/meminfo: memFree=527408/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=186632 CPUtime=716.49
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 47899 0 0 0 71613 36 0 0 25 0 1 1000000 160410036 191111168 45381 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 46658 45381 92 173 0 46483 0
Current children cumulated CPU time (s) 716.49
Current children cumulated vsize (KiB) 186632

[startup+723.202 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15989
/proc/meminfo: memFree=527408/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=186632 CPUtime=722.89
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 47899 0 0 0 72253 36 0 0 25 0 1 1000000 160410036 191111168 45381 1992294400 134512640 135224549 4294956224 18446744073709551615 134618565 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 46658 45381 92 173 0 46483 0
Current children cumulated CPU time (s) 722.89
Current children cumulated vsize (KiB) 186632

[startup+726.401 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15989
/proc/meminfo: memFree=527408/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=186632 CPUtime=726.09
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 47899 0 0 0 72573 36 0 0 25 0 1 1000000 160410036 191111168 45381 1992294400 134512640 135224549 4294956224 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 46658 45381 92 173 0 46483 0
Current children cumulated CPU time (s) 726.09
Current children cumulated vsize (KiB) 186632

[startup+728.001 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15989
/proc/meminfo: memFree=527408/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=186632 CPUtime=727.69
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 47899 0 0 0 72733 36 0 0 25 0 1 1000000 160410036 191111168 45381 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 46658 45381 92 173 0 46483 0
Current children cumulated CPU time (s) 727.69
Current children cumulated vsize (KiB) 186632

[startup+728.801 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15989
/proc/meminfo: memFree=527408/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=186632 CPUtime=728.49
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 47899 0 0 0 72813 36 0 0 25 0 1 1000000 160410036 191111168 45381 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 46658 45381 92 173 0 46483 0
Current children cumulated CPU time (s) 728.49
Current children cumulated vsize (KiB) 186632

[startup+729.201 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15989
/proc/meminfo: memFree=527408/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=186632 CPUtime=728.89
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 47899 0 0 0 72853 36 0 0 25 0 1 1000000 160410036 191111168 45381 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 46658 45381 92 173 0 46483 0
Current children cumulated CPU time (s) 728.89
Current children cumulated vsize (KiB) 186632

[startup+729.405 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15989
/proc/meminfo: memFree=527728/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=169624 CPUtime=729.1
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 47903 0 0 0 72873 37 0 0 25 0 1 1000000 160410036 173694976 42214 1992294400 134512640 135224549 4294956224 18446744073709551615 134717067 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 42406 42214 95 173 0 42231 0
Current children cumulated CPU time (s) 729.1
Current children cumulated vsize (KiB) 169624

[startup+729.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 15989
/proc/meminfo: memFree=527728/2055920 swapFree=4179704/4192956
[pid=15988] ppid=15986 vsize=169624 CPUtime=729.19
/proc/15988/stat : 15988 (CirCUs) R 15986 15988 15951 0 -1 4194304 47903 0 0 0 72882 37 0 0 25 0 1 1000000 160410036 173694976 42214 1992294400 134512640 135224549 4294956224 18446744073709551615 134717056 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15988/statm: 42406 42214 95 173 0 42231 0
Current children cumulated CPU time (s) 729.19
Current children cumulated vsize (KiB) 169624

Child status: 0
Real time (s): 729.559
CPU time (s): 729.258
CPU user time (s): 728.861
CPU system time (s): 0.396939
CPU usage (%): 99.9587
Max. virtual memory (cumulated for all children) (KiB): 186632

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

runsolver used 0.6519 second user time and 2.00969 second system time

The end

Launcher Data

Begin job on node70 at 2009-05-03 06:10:40
IDJOB=1774818
IDBENCH=71025
IDSOLVER=614
FILE ID=node70/1774818-1241323839
PBS_JOBID= 9225362
Free space on /tmp= 66508 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-15-10p0.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774818-1241323839/watcher-1774818-1241323839 -o /tmp/evaluation-result-1774818-1241323839/solver-1774818-1241323839 -C 10000 -W 12000 -M 1800  HOME/CirCUs HOME/instance-1774818-1241323839.cnf -t 10000

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

MD5SUM BENCH= abc6c44b372f4addd18c6a7b2eac59f5
RANDOM SEED=2142451200

node70.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.213
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.213
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:        709128 kB
Buffers:         81344 kB
Cached:        1159648 kB
SwapCached:       7828 kB
Active:         194400 kB
Inactive:      1055840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        709128 kB
SwapTotal:     4192956 kB
SwapFree:      4179704 kB
Dirty:           19644 kB
Writeback:           0 kB
Mapped:          14120 kB
Slab:            82608 kB
Committed_AS:   636940 kB
PageTables:       1372 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= 66508 MiB
End job on node70 at 2009-05-03 06:22:50