Trace number 1716865

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 609.168 609.33

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-16.cnf
MD5SUM65057bcebbeecf6a7f3bc3fcfb2de009
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark199.757
Satisfiable
(Un)Satisfiability was proved
Number of variables52382
Number of clauses182485
Sum of the clauses size472601
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 285834
Number of clauses of size 387884
Number of clauses of size 47609
Number of clauses of size 5700
Number of clauses of size over 5457

Solver Data

1.09/1.18	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
1.09/1.18	c Eliminate time :       0.93 
609.14/609.32	c CNF read time  :       0.22 
609.14/609.32	c CNF solve time :      609.1 
609.14/609.32	c Memory usage :    42.5469 MB
609.14/609.32	c Restart : 549
609.14/609.32	c Decisions : random(1840), heuristic(662720), history(0/0)
609.14/609.32	c Implications : 325235113
609.14/609.32	c Forced Restart : 0
609.14/609.32	c Polarity Change : 2006
609.14/609.32	c Learned clasues  : 2717 out of 534152
609.14/609.32	c Learned literals : 47503 out of 24873276
609.14/609.32	c Number of first UIP : 112713 out of 534152
609.14/609.32	c Number of simplify : 7
609.14/609.32	c Number of continuous distill : 2050
609.14/609.32	c Average depth of OTS : 33
609.14/609.32	c Average depth of additional conflict : 68
609.14/609.32	c Saved conflict clasues : 855
609.14/609.32	c Saved conflict literals : 10778
609.14/609.32	c Additional conflict clauses : 26626
609.14/609.32	c Additional conflict literals : 1132155
609.14/609.32	c Additional conflict analysis : 116028
609.14/609.32	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-1716865-1240621259/watcher-1716865-1240621259 -o /tmp/evaluation-result-1716865-1240621259/solver-1716865-1240621259 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1716865-1240621259.cnf -t 1200 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15128
/proc/meminfo: memFree=1047288/2055920 swapFree=4192956/4192956
[pid=15128] ppid=15126 vsize=5440 CPUtime=0
/proc/15128/stat : 15128 (CirCUs) R 15126 15128 15063 0 -1 4194304 741 0 0 0 0 0 0 0 18 0 1 120000 90153663 5570560 726 1992294400 134512640 135224549 4294956224 18446744073709551615 134594404 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15128/statm: 1360 731 66 173 0 1185 0

[startup+0.0866199 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15128
/proc/meminfo: memFree=1047288/2055920 swapFree=4192956/4192956
[pid=15128] ppid=15126 vsize=10776 CPUtime=0.07
/proc/15128/stat : 15128 (CirCUs) R 15126 15128 15063 0 -1 4194304 2063 0 0 0 7 0 0 0 18 0 1 120000 90153663 11034624 2016 1992294400 134512640 135224549 4294956224 18446744073709551615 134632646 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15128/statm: 2694 2021 70 173 0 2519 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10776

[startup+0.101619 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15128
/proc/meminfo: memFree=1047288/2055920 swapFree=4192956/4192956
[pid=15128] ppid=15126 vsize=11176 CPUtime=0.09
/proc/15128/stat : 15128 (CirCUs) R 15126 15128 15063 0 -1 4194304 2304 0 0 0 8 1 0 0 18 0 1 120000 90153663 11444224 2191 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15128/statm: 2794 2191 70 173 0 2619 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11176

[startup+0.301639 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15128
/proc/meminfo: memFree=1047288/2055920 swapFree=4192956/4192956
[pid=15128] ppid=15126 vsize=18684 CPUtime=0.29
/proc/15128/stat : 15128 (CirCUs) R 15126 15128 15063 0 -1 4194304 4431 0 0 0 28 1 0 0 19 0 1 120000 90153663 19132416 4188 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15128/statm: 4671 4188 77 173 0 4496 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18684

[startup+0.701678 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15128
/proc/meminfo: memFree=1047288/2055920 swapFree=4192956/4192956
[pid=15128] ppid=15126 vsize=26700 CPUtime=0.69
/proc/15128/stat : 15128 (CirCUs) R 15126 15128 15063 0 -1 4194304 6649 0 0 0 67 2 0 0 22 0 1 120000 90153663 27340800 6149 1992294400 134512640 135224549 4294956224 18446744073709551615 134580543 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15128/statm: 6675 6149 77 173 0 6500 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26700

[startup+1.50176 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15129
/proc/meminfo: memFree=1022576/2055920 swapFree=4192956/4192956
[pid=15128] ppid=15126 vsize=27924 CPUtime=1.49
/proc/15128/stat : 15128 (CirCUs) R 15126 15128 15063 0 -1 4194304 7194 0 0 0 147 2 0 0 25 0 1 120000 90153663 28594176 6471 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15128/statm: 6981 6471 93 173 0 6806 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27924

[startup+3.10191 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15135
/proc/meminfo: memFree=1021104/2055920 swapFree=4192956/4192956
[pid=15128] ppid=15126 vsize=28320 CPUtime=3.09
/proc/15128/stat : 15128 (CirCUs) R 15126 15128 15063 0 -1 4194304 7275 0 0 0 306 3 0 0 25 0 1 120000 90153663 28999680 6552 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15128/statm: 7080 6552 93 173 0 6905 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28320

[startup+6.30122 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15135
/proc/meminfo: memFree=1020528/2055920 swapFree=4192956/4192956
[pid=15128] ppid=15126 vsize=29112 CPUtime=6.28
/proc/15128/stat : 15128 (CirCUs) R 15126 15128 15063 0 -1 4194304 7460 0 0 0 625 3 0 0 25 0 1 120000 90153663 29810688 6737 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15128/statm: 7278 6737 93 173 0 7103 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 29112

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15135
/proc/meminfo: memFree=1018928/2055920 swapFree=4192956/4192956
[pid=15128] ppid=15126 vsize=30696 CPUtime=12.68
/proc/15128/stat : 15128 (CirCUs) R 15126 15128 15063 0 -1 4194304 7846 0 0 0 1265 3 0 0 25 0 1 120000 90153663 31432704 7123 1992294400 134512640 135224549 4294956224 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15128/statm: 7674 7123 93 173 0 7499 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 30696

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15135
/proc/meminfo: memFree=1018288/2055920 swapFree=4192956/4192956
[pid=15128] ppid=15126 vsize=31092 CPUtime=25.49
/proc/15128/stat : 15128 (CirCUs) R 15126 15128 15063 0 -1 4194304 7954 0 0 0 2545 4 0 0 25 0 1 120000 90153663 31838208 7231 1992294400 134512640 135224549 4294956224 18446744073709551615 134587817 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15128/statm: 7773 7231 93 173 0 7598 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31092

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15135
/proc/meminfo: memFree=1017456/2055920 swapFree=4192956/4192956
[pid=15128] ppid=15126 vsize=32016 CPUtime=51.07
/proc/15128/stat : 15128 (CirCUs) R 15126 15128 15063 0 -1 4194304 8185 0 0 0 5103 4 0 0 25 0 1 120000 90153663 32784384 7462 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15128/statm: 8004 7462 93 173 0 7829 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 32016

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15135
/proc/meminfo: memFree=1016624/2055920 swapFree=4192956/4192956
[pid=15128] ppid=15126 vsize=32940 CPUtime=102.26
/proc/15128/stat : 15128 (CirCUs) R 15126 15128 15063 0 -1 4194304 8401 0 0 0 10222 4 0 0 25 0 1 120000 90153663 33730560 7678 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15128/statm: 8235 7678 93 173 0 8060 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 32940

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15135
/proc/meminfo: memFree=1015728/2055920 swapFree=4192956/4192956
[pid=15128] ppid=15126 vsize=33736 CPUtime=162.24
/proc/15128/stat : 15128 (CirCUs) R 15126 15128 15063 0 -1 4194304 8605 0 0 0 16220 4 0 0 25 0 1 120000 90153663 34545664 7882 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15128/statm: 8434 7882 93 173 0 8259 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 33736

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15135
/proc/meminfo: memFree=1013424/2055920 swapFree=4192956/4192956
[pid=15128] ppid=15126 vsize=36152 CPUtime=222.22
/proc/15128/stat : 15128 (CirCUs) R 15126 15128 15063 0 -1 4194304 9208 0 0 0 22217 5 0 0 25 0 1 120000 90153663 37019648 8485 1992294400 134512640 135224549 4294956224 18446744073709551615 134587922 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15128/statm: 9038 8485 93 173 0 8863 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 36152

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15135
/proc/meminfo: memFree=1011440/2055920 swapFree=4192956/4192956
[pid=15128] ppid=15126 vsize=38028 CPUtime=282.21
/proc/15128/stat : 15128 (CirCUs) R 15126 15128 15063 0 -1 4194304 9670 0 0 0 28215 6 0 0 25 0 1 120000 90153663 38940672 8947 1992294400 134512640 135224549 4294956224 18446744073709551615 134595530 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15128/statm: 9507 8947 93 173 0 9332 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 38028

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15135
/proc/meminfo: memFree=1010608/2055920 swapFree=4192956/4192956
[pid=15128] ppid=15126 vsize=38880 CPUtime=342.2
/proc/15128/stat : 15128 (CirCUs) R 15126 15128 15063 0 -1 4194304 9879 0 0 0 34214 6 0 0 25 0 1 120000 90153663 39813120 9156 1992294400 134512640 135224549 4294956224 18446744073709551615 134632543 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15128/statm: 9720 9156 93 173 0 9545 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 38880

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15135
/proc/meminfo: memFree=1010352/2055920 swapFree=4192956/4192956
[pid=15128] ppid=15126 vsize=39224 CPUtime=402.18
/proc/15128/stat : 15128 (CirCUs) R 15126 15128 15063 0 -1 4194304 9940 0 0 0 40212 6 0 0 25 0 1 120000 90153663 40165376 9217 1992294400 134512640 135224549 4294956224 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15128/statm: 9806 9217 93 173 0 9631 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 39224

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15135
/proc/meminfo: memFree=1007728/2055920 swapFree=4192956/4192956
[pid=15128] ppid=15126 vsize=41732 CPUtime=462.16
/proc/15128/stat : 15128 (CirCUs) R 15126 15128 15063 0 -1 4194304 10586 0 0 0 46210 6 0 0 25 0 1 120000 90153663 42733568 9863 1992294400 134512640 135224549 4294956224 18446744073709551615 134587817 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15128/statm: 10433 9863 93 173 0 10258 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 41732

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15135
/proc/meminfo: memFree=1007728/2055920 swapFree=4192956/4192956
[pid=15128] ppid=15126 vsize=41964 CPUtime=522.15
/proc/15128/stat : 15128 (CirCUs) R 15126 15128 15063 0 -1 4194304 10619 0 0 0 52209 6 0 0 25 0 1 120000 90153663 42971136 9896 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15128/statm: 10491 9896 93 173 0 10316 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 41964

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15135
/proc/meminfo: memFree=1007344/2055920 swapFree=4192956/4192956
[pid=15128] ppid=15126 vsize=42640 CPUtime=582.13
/proc/15128/stat : 15128 (CirCUs) R 15126 15128 15063 0 -1 4194304 10724 0 0 0 58207 6 0 0 25 0 1 120000 90153663 43663360 10001 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15128/statm: 10660 10001 93 173 0 10485 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 42640

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

[startup+588.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15135
/proc/meminfo: memFree=1007344/2055920 swapFree=4192956/4192956
[pid=15128] ppid=15126 vsize=42640 CPUtime=588.53
/proc/15128/stat : 15128 (CirCUs) R 15126 15128 15063 0 -1 4194304 10737 0 0 0 58847 6 0 0 25 0 1 120000 90153663 43663360 10014 1992294400 134512640 135224549 4294956224 18446744073709551615 134595315 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15128/statm: 10660 10014 93 173 0 10485 0
Current children cumulated CPU time (s) 588.53
Current children cumulated vsize (KiB) 42640

[startup+601.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15135
/proc/meminfo: memFree=1006512/2055920 swapFree=4192956/4192956
[pid=15128] ppid=15126 vsize=43564 CPUtime=601.33
/proc/15128/stat : 15128 (CirCUs) R 15126 15128 15063 0 -1 4194304 10957 0 0 0 60126 7 0 0 25 0 1 120000 90153663 44609536 10234 1992294400 134512640 135224549 4294956224 18446744073709551615 134583850 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15128/statm: 10891 10234 93 173 0 10716 0
Current children cumulated CPU time (s) 601.33
Current children cumulated vsize (KiB) 43564

[startup+604.703 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15135
/proc/meminfo: memFree=1006448/2055920 swapFree=4192956/4192956
[pid=15128] ppid=15126 vsize=43564 CPUtime=604.54
/proc/15128/stat : 15128 (CirCUs) R 15126 15128 15063 0 -1 4194304 10957 0 0 0 60447 7 0 0 25 0 1 120000 90153663 44609536 10234 1992294400 134512640 135224549 4294956224 18446744073709551615 134587841 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15128/statm: 10891 10234 93 173 0 10716 0
Current children cumulated CPU time (s) 604.54
Current children cumulated vsize (KiB) 43564

[startup+607.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15135
/proc/meminfo: memFree=1006448/2055920 swapFree=4192956/4192956
[pid=15128] ppid=15126 vsize=43564 CPUtime=607.73
/proc/15128/stat : 15128 (CirCUs) R 15126 15128 15063 0 -1 4194304 10957 0 0 0 60766 7 0 0 25 0 1 120000 90153663 44609536 10234 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15128/statm: 10891 10234 93 173 0 10716 0
Current children cumulated CPU time (s) 607.73
Current children cumulated vsize (KiB) 43564

[startup+608.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15135
/proc/meminfo: memFree=1006448/2055920 swapFree=4192956/4192956
[pid=15128] ppid=15126 vsize=43564 CPUtime=608.53
/proc/15128/stat : 15128 (CirCUs) R 15126 15128 15063 0 -1 4194304 10957 0 0 0 60846 7 0 0 25 0 1 120000 90153663 44609536 10234 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15128/statm: 10891 10234 93 173 0 10716 0
Current children cumulated CPU time (s) 608.53
Current children cumulated vsize (KiB) 43564

[startup+609.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15135
/proc/meminfo: memFree=1006448/2055920 swapFree=4192956/4192956
[pid=15128] ppid=15126 vsize=43564 CPUtime=608.93
/proc/15128/stat : 15128 (CirCUs) R 15126 15128 15063 0 -1 4194304 10957 0 0 0 60886 7 0 0 25 0 1 120000 90153663 44609536 10234 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15128/statm: 10891 10234 93 173 0 10716 0
Current children cumulated CPU time (s) 608.93
Current children cumulated vsize (KiB) 43564

[startup+609.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15135
/proc/meminfo: memFree=1009712/2055920 swapFree=4192956/4192956
[pid=15128] ppid=15126 vsize=38516 CPUtime=609.14
/proc/15128/stat : 15128 (CirCUs) R 15126 15128 15063 0 -1 4194304 10960 0 0 0 60907 7 0 0 25 0 1 120000 90153663 39440384 9371 1992294400 134512640 135224549 4294956224 18446744073709551615 134722794 0 0 4096 8192 0 0 0 17 1 0 0
/proc/15128/statm: 9629 9371 95 173 0 9454 0
Current children cumulated CPU time (s) 609.14
Current children cumulated vsize (KiB) 38516

Child status: 0
Real time (s): 609.33
CPU time (s): 609.168
CPU user time (s): 609.09
CPU system time (s): 0.077988
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 43564

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

runsolver used 0.694894 second user time and 1.20282 second system time

The end

Launcher Data

Begin job on node56 at 2009-04-25 03:00:59
IDJOB=1716865
IDBENCH=20398
IDSOLVER=544
FILE ID=node56/1716865-1240621259
PBS_JOBID= 9186346
Free space on /tmp= 103004 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-16.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716865-1240621259/watcher-1716865-1240621259 -o /tmp/evaluation-result-1716865-1240621259/solver-1716865-1240621259 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1716865-1240621259.cnf -t 1200

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

MD5SUM BENCH= 65057bcebbeecf6a7f3bc3fcfb2de009
RANDOM SEED=866287086

node56.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.218
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.218
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:       1047704 kB
Buffers:         93868 kB
Cached:         806044 kB
SwapCached:          0 kB
Active:         190044 kB
Inactive:       724332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1047704 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4260 kB
Writeback:           0 kB
Mapped:          24420 kB
Slab:            79740 kB
Committed_AS:   257636 kB
PageTables:       1468 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= 103004 MiB
End job on node56 at 2009-04-25 03:11:09