Trace number 1524119

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-23? (TO) 1200.11 1200.52

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/220/
unif-k7-r85-v220-c18700-S1961115887-052.cnf
MD5SUMfd254436f3c419e09066b64a7ac072c2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of clauses18700
Sum of the clauses size130900
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518700

Solver Data

0.19/0.22	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.19/0.22	c Eliminate time :       0.18 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1524119-1238366213/watcher-1524119-1238366213 -o /tmp/evaluation-result-1524119-1238366213/solver-1524119-1238366213 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524119-1238366213.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: 2.16 2.16 1.96 3/64 18081
/proc/meminfo: memFree=770752/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=1460 CPUtime=0
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 152 0 0 0 0 0 0 0 18 0 1 120000 1109287135 1495040 137 1992294400 134512640 135224549 4294956208 18446744073709551615 134560611 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 365 137 70 173 0 190 0

[startup+0.020117 s]
/proc/loadavg: 2.16 2.16 1.96 3/64 18081
/proc/meminfo: memFree=770752/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=2132 CPUtime=0.01
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 320 0 0 0 1 0 0 0 18 0 1 120000 1109287135 2183168 306 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 533 307 70 173 0 358 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2132

[startup+0.101132 s]
/proc/loadavg: 2.16 2.16 1.96 3/64 18081
/proc/meminfo: memFree=770752/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=3448 CPUtime=0.09
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 647 0 0 0 9 0 0 0 18 0 1 120000 1109287135 3530752 631 1992294400 134512640 135224549 4294956208 18446744073709551615 134570670 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 862 631 74 173 0 687 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3448

[startup+0.30117 s]
/proc/loadavg: 2.16 2.16 1.96 3/64 18081
/proc/meminfo: memFree=770752/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=3580 CPUtime=0.29
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 704 0 0 0 29 0 0 0 19 0 1 120000 1109287135 3665920 688 1992294400 134512640 135224549 4294956208 18446744073709551615 134595754 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 895 688 90 173 0 720 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3580

[startup+0.701245 s]
/proc/loadavg: 2.16 2.16 1.96 3/64 18081
/proc/meminfo: memFree=770752/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=4636 CPUtime=0.69
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 960 0 0 0 69 0 0 0 22 0 1 120000 1109287135 4747264 944 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 1159 944 90 173 0 984 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4636

[startup+1.50139 s]
/proc/loadavg: 2.16 2.16 1.96 2/65 18082
/proc/meminfo: memFree=767224/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=5032 CPUtime=1.49
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 1050 0 0 0 149 0 0 0 25 0 1 120000 1109287135 5152768 1034 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 1258 1034 90 173 0 1083 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5032

[startup+3.1017 s]
/proc/loadavg: 2.16 2.16 1.96 2/65 18082
/proc/meminfo: memFree=766520/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=5692 CPUtime=3.09
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 1216 0 0 0 309 0 0 0 25 0 1 120000 1109287135 5828608 1200 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 1423 1200 90 173 0 1248 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5692

[startup+6.3013 s]
/proc/loadavg: 2.06 2.14 1.95 2/65 18082
/proc/meminfo: memFree=765432/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=6492 CPUtime=6.28
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 1421 0 0 0 628 0 0 0 25 0 1 120000 1109287135 6647808 1405 1992294400 134512640 135224549 4294956208 18446744073709551615 134595537 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 1623 1405 90 173 0 1448 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 6492

[startup+12.7015 s]
/proc/loadavg: 1.98 2.12 1.95 2/65 18082
/proc/meminfo: memFree=763576/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=8472 CPUtime=12.69
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 1907 0 0 0 1268 1 0 0 25 0 1 120000 1109287135 8675328 1891 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 2118 1891 90 173 0 1943 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8472

[startup+25.5019 s]
/proc/loadavg: 1.76 2.07 1.93 2/65 18082
/proc/meminfo: memFree=760760/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=11112 CPUtime=25.48
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 2561 0 0 0 2546 2 0 0 25 0 1 120000 1109287135 11378688 2545 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 2778 2545 90 173 0 2603 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11112

[startup+51.1018 s]
/proc/loadavg: 1.50 1.98 1.90 2/65 18082
/proc/meminfo: memFree=757240/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=14672 CPUtime=51.07
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 3469 0 0 0 5104 3 0 0 25 0 1 120000 1109287135 15024128 3420 1992294400 134512640 135224549 4294956208 18446744073709551615 134595325 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 3668 3420 90 173 0 3493 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 14672

[startup+102.305 s]
/proc/loadavg: 1.22 1.83 1.85 2/65 18082
/proc/meminfo: memFree=751864/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=19968 CPUtime=102.26
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 4815 0 0 0 10221 5 0 0 25 0 1 120000 1109287135 20447232 4766 1992294400 134512640 135224549 4294956208 18446744073709551615 134583848 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 4992 4766 90 173 0 4817 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 19968

[startup+162.302 s]
/proc/loadavg: 1.08 1.67 1.80 2/65 18082
/proc/meminfo: memFree=748024/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=23788 CPUtime=162.23
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 5772 0 0 0 16217 6 0 0 25 0 1 120000 1109287135 24358912 5658 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 5947 5658 90 173 0 5772 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 23788

[startup+222.301 s]
/proc/loadavg: 1.03 1.55 1.75 2/65 18082
/proc/meminfo: memFree=744184/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=27760 CPUtime=222.22
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 6774 0 0 0 22214 8 0 0 25 0 1 120000 1109287135 28426240 6660 1992294400 134512640 135224549 4294956208 18446744073709551615 134632745 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 6940 6660 90 173 0 6765 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 27760

[startup+282.302 s]
/proc/loadavg: 1.01 1.45 1.70 2/65 18082
/proc/meminfo: memFree=741752/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=30004 CPUtime=282.2
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 7361 0 0 0 28211 9 0 0 25 0 1 120000 1109287135 30724096 7247 1992294400 134512640 135224549 4294956208 18446744073709551615 134595552 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 7501 7247 90 173 0 7326 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 30004

[startup+342.302 s]
/proc/loadavg: 1.00 1.36 1.65 2/65 18082
/proc/meminfo: memFree=738936/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=32776 CPUtime=342.18
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 8054 0 0 0 34208 10 0 0 25 0 1 120000 1109287135 33562624 7940 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 8194 7940 90 173 0 8019 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 32776

[startup+402.301 s]
/proc/loadavg: 1.00 1.29 1.61 2/65 18084
/proc/meminfo: memFree=736056/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=35692 CPUtime=402.15
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 8783 0 0 0 40205 10 0 0 25 0 1 120000 1109287135 36548608 8669 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 8923 8669 90 173 0 8748 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 35692

[startup+462.301 s]
/proc/loadavg: 1.00 1.24 1.56 2/65 18084
/proc/meminfo: memFree=732792/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=39016 CPUtime=462.13
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 9597 0 0 0 46202 11 0 0 25 0 1 120000 1109287135 39952384 9483 1992294400 134512640 135224549 4294956208 18446744073709551615 134595412 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 9754 9483 90 173 0 9579 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 39016

[startup+522.302 s]
/proc/loadavg: 1.00 1.19 1.53 2/65 18084
/proc/meminfo: memFree=732792/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=39016 CPUtime=522.11
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 9598 0 0 0 52200 11 0 0 25 0 1 120000 1109287135 39952384 9484 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 9754 9484 90 173 0 9579 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 39016

[startup+582.302 s]
/proc/loadavg: 1.00 1.15 1.49 2/65 18084
/proc/meminfo: memFree=729208/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=42452 CPUtime=582.1
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 10490 0 0 0 58197 13 0 0 25 0 1 120000 1109287135 43470848 10376 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 10613 10376 90 173 0 10438 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 42452

[startup+642.301 s]
/proc/loadavg: 1.00 1.12 1.46 2/65 18084
/proc/meminfo: memFree=729208/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=42452 CPUtime=642.08
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 10491 0 0 0 64195 13 0 0 25 0 1 120000 1109287135 43470848 10377 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 10613 10377 90 173 0 10438 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 42452

[startup+702.302 s]
/proc/loadavg: 1.00 1.10 1.43 2/65 18084
/proc/meminfo: memFree=725048/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=47216 CPUtime=702.05
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 11653 0 0 0 70191 14 0 0 25 0 1 120000 1109287135 48349184 11410 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 11804 11410 90 173 0 11629 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 47216

[startup+762.306 s]
/proc/loadavg: 1.00 1.08 1.40 2/65 18084
/proc/meminfo: memFree=725048/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=47216 CPUtime=762.03
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 11654 0 0 0 76189 14 0 0 25 0 1 120000 1109287135 48349184 11411 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 11804 11411 90 173 0 11629 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 47216

[startup+822.301 s]
/proc/loadavg: 1.00 1.06 1.37 2/65 18084
/proc/meminfo: memFree=720888/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=51328 CPUtime=822.01
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 12682 0 0 0 82185 16 0 0 25 0 1 120000 1109287135 52559872 12439 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 12832 12439 90 173 0 12657 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 51328

[startup+882.301 s]
/proc/loadavg: 1.00 1.05 1.34 2/65 18084
/proc/meminfo: memFree=720952/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=51328 CPUtime=881.99
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 12682 0 0 0 88183 16 0 0 25 0 1 120000 1109287135 52559872 12439 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 12832 12439 90 173 0 12657 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 51328

[startup+942.302 s]
/proc/loadavg: 1.00 1.04 1.32 2/65 18084
/proc/meminfo: memFree=720888/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=51328 CPUtime=941.97
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 12690 0 0 0 94180 17 0 0 25 0 1 120000 1109287135 52559872 12447 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 12832 12447 90 173 0 12657 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 51328

[startup+1002.3 s]
/proc/loadavg: 1.00 1.03 1.30 2/65 18084
/proc/meminfo: memFree=716152/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=56116 CPUtime=1001.95
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 13884 0 0 0 100177 18 0 0 25 0 1 120000 1109287135 57462784 13641 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 14029 13641 90 173 0 13854 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 56116

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.27 2/65 18084
/proc/meminfo: memFree=716088/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=56116 CPUtime=1061.93
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 13884 0 0 0 106175 18 0 0 25 0 1 120000 1109287135 57462784 13641 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 14029 13641 90 173 0 13854 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 56116

[startup+1122.3 s]
/proc/loadavg: 1.00 1.02 1.26 2/65 18084
/proc/meminfo: memFree=716024/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=56116 CPUtime=1121.91
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 13887 0 0 0 112173 18 0 0 25 0 1 120000 1109287135 57462784 13644 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 14029 13644 90 173 0 13854 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 56116

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.24 2/65 18084
/proc/meminfo: memFree=713336/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=59036 CPUtime=1181.89
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 14612 0 0 0 118170 19 0 0 25 0 1 120000 1109287135 60452864 14369 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 14759 14369 90 173 0 14584 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 59036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.01 1.23 2/65 18084
/proc/meminfo: memFree=710776/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=61420 CPUtime=1200.08
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 15211 0 0 0 119988 20 0 0 25 0 1 100 1109287135 62894080 14968 1992294400 134512640 135224549 4294956208 18446744073709551615 134583850 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 15355 14968 90 173 0 15180 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 61420

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.01 1.23 2/65 18084
/proc/meminfo: memFree=710776/2055920 swapFree=4178280/4192956
[pid=18081] ppid=18079 vsize=61420 CPUtime=1200.08
/proc/18081/stat : 18081 (CirCUs) R 18079 18081 17619 0 -1 4194304 15211 0 0 0 119988 20 0 0 25 0 1 100 1109287135 62894080 14968 1992294400 134512640 135224549 4294956208 18446744073709551615 134583850 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18081/statm: 15355 14968 90 173 0 15180 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 61420

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.11
CPU user time (s): 1199.89
CPU system time (s): 0.219966
CPU usage (%): 99.9659
Max. virtual memory (cumulated for all children) (KiB): 61420

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

runsolver used 0.938857 second user time and 2.75558 second system time

The end

Launcher Data

Begin job on node21 at 2009-03-30 00:36:53
IDJOB=1524119
IDBENCH=70234
IDSOLVER=544
FILE ID=node21/1524119-1238366213
PBS_JOBID= 9061207
Free space on /tmp= 66428 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/220/unif-k7-r85-v220-c18700-S1961115887-052.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524119-1238366213/watcher-1524119-1238366213 -o /tmp/evaluation-result-1524119-1238366213/solver-1524119-1238366213 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524119-1238366213.cnf -t 1200

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

MD5SUM BENCH= fd254436f3c419e09066b64a7ac072c2
RANDOM SEED=867227633

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        771232 kB
Buffers:        102172 kB
Cached:        1081704 kB
SwapCached:       8436 kB
Active:         251736 kB
Inactive:       942176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        771232 kB
SwapTotal:     4192956 kB
SwapFree:      4178280 kB
Dirty:            1608 kB
Writeback:           0 kB
Mapped:          15028 kB
Slab:            76828 kB
Committed_AS:  2930172 kB
PageTables:       1380 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= 66428 MiB
End job on node21 at 2009-03-30 00:56:56