Trace number 1580771

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.09 1200.45

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-20-5p1.cnf
MD5SUM8eb175d312e8be3bb4695a79b8f45bdc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark680.563
Satisfiable
(Un)Satisfiability was proved
Number of variables331196
Number of clauses1416850
Sum of the clauses size3333531
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 21064373
Number of clauses of size 3284354
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

Solver Data

7.19/7.23	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
7.19/7.23	c Eliminate time :       5.15 

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1580771-1238922170/watcher-1580771-1238922170 -o /tmp/evaluation-result-1580771-1238922170/solver-1580771-1238922170 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1580771-1238922170.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.00 2.00 2.00 4/94 12864
/proc/meminfo: memFree=1518424/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=8952 CPUtime=0
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 1031 0 0 0 0 0 0 0 18 0 1 120000 1164880852 9166848 1016 1992294400 134512640 135224549 4294956208 18446744073709551615 134593788 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 2238 1021 66 173 0 2063 0

[startup+0.0842459 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 12864
/proc/meminfo: memFree=1518424/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=36972 CPUtime=0.07
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 5756 0 0 0 5 2 0 0 18 0 1 120000 1164880852 37859328 5708 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 9243 5709 70 173 0 9068 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 36972

[startup+0.101245 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 12864
/proc/meminfo: memFree=1518424/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=38548 CPUtime=0.09
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 6161 0 0 0 7 2 0 0 18 0 1 120000 1164880852 39473152 6048 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 9637 6049 70 173 0 9462 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38548

[startup+0.301268 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 12864
/proc/meminfo: memFree=1518424/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=49752 CPUtime=0.29
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 9391 0 0 0 24 5 0 0 19 0 1 120000 1164880852 50946048 9149 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 12438 9150 70 173 0 12263 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49752

[startup+0.701312 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 12864
/proc/meminfo: memFree=1518424/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=65560 CPUtime=0.69
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 13784 0 0 0 62 7 0 0 23 0 1 120000 1164880852 67133440 13285 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 16390 13285 70 173 0 16215 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65560

[startup+1.5014 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 12865
/proc/meminfo: memFree=1454864/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=95856 CPUtime=1.49
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 22471 0 0 0 136 13 0 0 25 0 1 120000 1164880852 98156544 21459 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 23964 21460 70 173 0 23789 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 95856

[startup+3.10158 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 12865
/proc/meminfo: memFree=1402704/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=131172 CPUtime=3.09
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 32506 0 0 0 291 18 0 0 25 0 1 120000 1164880852 134320128 30468 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 32793 30469 77 173 0 32618 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 131172

[startup+6.30193 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 12865
/proc/meminfo: memFree=1378256/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=142920 CPUtime=6.29
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 36836 0 0 0 608 21 0 0 25 0 1 120000 1164880852 146350080 34798 1992294400 134512640 135224549 4294956208 18446744073709551615 134578020 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 35730 34798 77 173 0 35555 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142920

[startup+12.7016 s]
/proc/loadavg: 2.23 2.05 2.02 3/95 12865
/proc/meminfo: memFree=1374992/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=147364 CPUtime=12.69
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 38712 0 0 0 1247 22 0 0 25 0 1 120000 1164880852 150900736 35681 1992294400 134512640 135224549 4294956208 18446744073709551615 134595757 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 36841 35681 92 173 0 36666 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 147364

[startup+25.5011 s]
/proc/loadavg: 2.27 2.06 2.02 3/95 12865
/proc/meminfo: memFree=1375632/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=147496 CPUtime=25.48
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 38716 0 0 0 2526 22 0 0 25 0 1 120000 1164880852 151035904 35685 1992294400 134512640 135224549 4294956208 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 36874 35685 92 173 0 36699 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 147496

[startup+51.1019 s]
/proc/loadavg: 2.17 2.06 2.02 3/95 12865
/proc/meminfo: memFree=1374224/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=149080 CPUtime=51.07
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 39127 0 0 0 5084 23 0 0 25 0 1 120000 1164880852 152657920 36096 1992294400 134512640 135224549 4294956208 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 37270 36096 92 173 0 37095 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 149080

[startup+102.308 s]
/proc/loadavg: 2.10 2.06 2.02 3/95 12865
/proc/meminfo: memFree=1367504/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=155804 CPUtime=102.27
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 40811 0 0 0 10201 26 0 0 25 0 1 120000 1164880852 159543296 37780 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 38951 37780 92 173 0 38776 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 155804

[startup+162.301 s]
/proc/loadavg: 2.15 2.07 2.02 3/95 12865
/proc/meminfo: memFree=1357008/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=166364 CPUtime=162.24
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 43447 0 0 0 16195 29 0 0 25 0 1 120000 1164880852 170356736 40416 1992294400 134512640 135224549 4294956208 18446744073709551615 134595391 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 41591 40416 92 173 0 41416 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 166364

[startup+222.302 s]
/proc/loadavg: 2.12 2.07 2.02 3/95 12865
/proc/meminfo: memFree=1342608/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=180592 CPUtime=222.22
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 46994 0 0 0 22190 32 0 0 25 0 1 120000 1164880852 184926208 43963 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 45148 43963 92 173 0 44973 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 180592

[startup+282.302 s]
/proc/loadavg: 2.11 2.07 2.02 3/95 12865
/proc/meminfo: memFree=1331280/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=191956 CPUtime=282.2
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 49827 0 0 0 28185 35 0 0 25 0 1 120000 1164880852 196562944 46796 1992294400 134512640 135224549 4294956208 18446744073709551615 134595609 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 47989 46796 92 173 0 47814 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 191956

[startup+342.301 s]
/proc/loadavg: 2.10 2.07 2.02 3/95 12865
/proc/meminfo: memFree=1319504/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=203576 CPUtime=342.19
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 52759 0 0 0 34181 38 0 0 25 0 1 120000 1164880852 208461824 49728 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 50894 49728 92 173 0 50719 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 203576

[startup+402.302 s]
/proc/loadavg: 2.09 2.07 2.02 3/95 12865
/proc/meminfo: memFree=1309328/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=213996 CPUtime=402.17
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 55300 0 0 0 40176 41 0 0 25 0 1 120000 1164880852 219131904 52269 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 53499 52269 92 173 0 53324 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 213996

[startup+462.302 s]
/proc/loadavg: 2.08 2.07 2.02 3/95 12865
/proc/meminfo: memFree=1301392/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=221916 CPUtime=462.15
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 57275 0 0 0 46172 43 0 0 25 0 1 120000 1164880852 227241984 54244 1992294400 134512640 135224549 4294956208 18446744073709551615 134595391 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 55479 54244 92 173 0 55304 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 221916

[startup+522.301 s]
/proc/loadavg: 2.08 2.07 2.02 3/95 12865
/proc/meminfo: memFree=1291088/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=232484 CPUtime=522.13
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 59932 0 0 0 52167 46 0 0 25 0 1 120000 1164880852 238063616 56901 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 58121 56901 92 173 0 57946 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 232484

[startup+582.302 s]
/proc/loadavg: 2.07 2.07 2.02 3/95 12865
/proc/meminfo: memFree=1281744/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=241480 CPUtime=582.11
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 62175 0 0 0 58163 48 0 0 25 0 1 120000 1164880852 247275520 59144 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 60370 59144 92 173 0 60195 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 241480

[startup+642.302 s]
/proc/loadavg: 2.07 2.07 2.02 3/95 12865
/proc/meminfo: memFree=1272464/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=250724 CPUtime=642.1
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 64491 0 0 0 64160 50 0 0 25 0 1 120000 1164880852 256741376 61460 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 62681 61460 92 173 0 62506 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 250724

[startup+702.301 s]
/proc/loadavg: 2.06 2.07 2.02 3/95 12865
/proc/meminfo: memFree=1265104/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=258296 CPUtime=702.09
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 66359 0 0 0 70156 53 0 0 25 0 1 120000 1164880852 264495104 63328 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 64574 63328 92 173 0 64399 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 258296

[startup+762.308 s]
/proc/loadavg: 2.09 2.08 2.02 3/95 12865
/proc/meminfo: memFree=1258768/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=264424 CPUtime=762.07
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 67905 0 0 0 76153 54 0 0 25 0 1 120000 1164880852 270770176 64874 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 66106 64874 92 173 0 65931 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 264424

[startup+822.302 s]
/proc/loadavg: 2.20 2.11 2.03 3/95 12865
/proc/meminfo: memFree=1255696/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=267460 CPUtime=822.04
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 68671 0 0 0 82150 54 0 0 25 0 1 120000 1164880852 273879040 65640 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 66865 65640 92 173 0 66690 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 267460

[startup+882.301 s]
/proc/loadavg: 2.15 2.10 2.03 3/95 12865
/proc/meminfo: memFree=1255696/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=267460 CPUtime=882.02
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 68671 0 0 0 88148 54 0 0 25 0 1 120000 1164880852 273879040 65640 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 66865 65640 92 173 0 66690 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 267460

[startup+942.302 s]
/proc/loadavg: 2.05 2.08 2.03 3/95 12865
/proc/meminfo: memFree=1255696/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=267460 CPUtime=942.01
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 68672 0 0 0 94147 54 0 0 25 0 1 120000 1164880852 273879040 65641 1992294400 134512640 135224549 4294956208 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 66865 65641 92 173 0 66690 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 267460

[startup+1002.3 s]
/proc/loadavg: 2.02 2.06 2.02 3/95 12865
/proc/meminfo: memFree=1255696/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=267460 CPUtime=1001.99
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 68672 0 0 0 100145 54 0 0 25 0 1 120000 1164880852 273879040 65641 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 66865 65641 92 173 0 66690 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 267460

[startup+1062.3 s]
/proc/loadavg: 2.00 2.05 2.02 3/95 12865
/proc/meminfo: memFree=1255632/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=267460 CPUtime=1061.97
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 68675 0 0 0 106143 54 0 0 25 0 1 120000 1164880852 273879040 65644 1992294400 134512640 135224549 4294956208 18446744073709551615 134618565 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 66865 65644 92 173 0 66690 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 267460

[startup+1122.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/95 12865
/proc/meminfo: memFree=1255632/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=267460 CPUtime=1121.95
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 68676 0 0 0 112141 54 0 0 25 0 1 120000 1164880852 273879040 65645 1992294400 134512640 135224549 4294956208 18446744073709551615 134595360 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 66865 65645 92 173 0 66690 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 267460

[startup+1182.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/95 12865
/proc/meminfo: memFree=1255568/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=267460 CPUtime=1181.95
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 68679 0 0 0 118140 55 0 0 25 0 1 120000 1164880852 273879040 65648 1992294400 134512640 135224549 4294956208 18446744073709551615 134595766 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 66865 65648 92 173 0 66690 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 267460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 2.00 2.03 2.00 3/95 12865
/proc/meminfo: memFree=1255568/2055920 swapFree=4165792/4192956
[pid=12864] ppid=12862 vsize=267460 CPUtime=1200.05
/proc/12864/stat : 12864 (CirCUs) R 12862 12864 12609 0 -1 4194304 68680 0 0 0 119950 55 0 0 25 0 1 100 1164880852 273879040 65649 1992294400 134512640 135224549 4294956208 18446744073709551615 134595304 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12864/statm: 66865 65649 92 173 0 66690 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 267460

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.45
CPU time (s): 1200.09
CPU user time (s): 1199.5
CPU system time (s): 0.58891
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 267460

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

runsolver used 1.89971 second user time and 4.66229 second system time

The end

Launcher Data

Begin job on node91 at 2009-04-05 11:02:52
IDJOB=1580771
IDBENCH=71023
IDSOLVER=544
FILE ID=node91/1580771-1238922170
PBS_JOBID= 9101404
Free space on /tmp= 66488 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-20-5p1.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1580771-1238922170/watcher-1580771-1238922170 -o /tmp/evaluation-result-1580771-1238922170/solver-1580771-1238922170 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1580771-1238922170.cnf -t 1200

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

MD5SUM BENCH= 8eb175d312e8be3bb4695a79b8f45bdc
RANDOM SEED=593462129

node91.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.252
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.252
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1518840 kB
Buffers:         57036 kB
Cached:         401340 kB
SwapCached:       8852 kB
Active:         222988 kB
Inactive:       245784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1518840 kB
SwapTotal:     4192956 kB
SwapFree:      4165792 kB
Dirty:           27276 kB
Writeback:           0 kB
Mapped:          16008 kB
Slab:            51384 kB
Committed_AS:  2657120 kB
PageTables:       3260 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66484 MiB
End job on node91 at 2009-04-05 11:22:54