Trace number 1556255

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.43

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor128.cnf
MD5SUM065c126f0d55807310a398728b44423f
Bench CategoryAPPLICATION (applications 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 variables200440
Number of clauses599015
Sum of the clauses size1397699
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399342
Number of clauses of size 3199671
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

5.39/5.42	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
5.39/5.42	c Eliminate time :       4.66 

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-1556255-1238748147/watcher-1556255-1238748147 -o /tmp/evaluation-result-1556255-1238748147/solver-1556255-1238748147 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1556255-1238748147.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.91 1.95 1.87 3/73 3032
/proc/meminfo: memFree=1690784/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=5884 CPUtime=0
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 810 0 0 0 0 0 0 0 21 0 1 120000 1147479270 6025216 795 1992294400 134512640 135224549 4294956208 18446744073709551615 134593788 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 1471 800 66 173 0 1296 0

[startup+0.04005 s]
/proc/loadavg: 1.91 1.95 1.87 3/73 3032
/proc/meminfo: memFree=1690784/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=19856 CPUtime=0.03
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 3224 0 0 0 2 1 0 0 21 0 1 120000 1147479270 20332544 3209 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 4964 3210 70 173 0 4789 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19856

[startup+0.101057 s]
/proc/loadavg: 1.91 1.95 1.87 3/73 3032
/proc/meminfo: memFree=1690784/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=23672 CPUtime=0.09
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 4305 0 0 0 7 2 0 0 21 0 1 120000 1147479270 24240128 4192 1992294400 134512640 135224549 4294956208 18446744073709551615 134632558 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 5918 4193 70 173 0 5743 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23672

[startup+0.30108 s]
/proc/loadavg: 1.91 1.95 1.87 3/73 3032
/proc/meminfo: memFree=1690784/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=35536 CPUtime=0.29
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 7673 0 0 0 26 3 0 0 22 0 1 120000 1147479270 36388864 7431 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 8884 7431 70 173 0 8709 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35536

[startup+0.701126 s]
/proc/loadavg: 1.91 1.95 1.87 3/73 3032
/proc/meminfo: memFree=1690784/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=59860 CPUtime=0.69
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 14534 0 0 0 62 7 0 0 25 0 1 120000 1147479270 61296640 13522 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 14965 13522 70 173 0 14790 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59860

[startup+1.50222 s]
/proc/loadavg: 1.91 1.95 1.87 2/74 3033
/proc/meminfo: memFree=1627992/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=84832 CPUtime=1.49
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 21178 0 0 0 139 10 0 0 25 0 1 120000 1147479270 86867968 20165 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 21208 20166 77 173 0 21033 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84832

[startup+3.10141 s]
/proc/loadavg: 1.92 1.95 1.87 2/74 3033
/proc/meminfo: memFree=1594968/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=99368 CPUtime=3.09
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 25268 0 0 0 297 12 0 0 25 0 1 120000 1147479270 101752832 24255 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 24842 24255 77 173 0 24667 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99368

[startup+6.30178 s]
/proc/loadavg: 1.92 1.95 1.87 2/74 3033
/proc/meminfo: memFree=1591064/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=103984 CPUtime=6.29
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 27288 0 0 0 616 13 0 0 25 0 1 120000 1147479270 106479616 25296 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 25996 25296 92 173 0 25821 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 103984

[startup+12.7015 s]
/proc/loadavg: 2.01 1.97 1.87 2/74 3033
/proc/meminfo: memFree=1588184/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=105420 CPUtime=12.69
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 27619 0 0 0 1256 13 0 0 25 0 1 120000 1147479270 107950080 25627 1992294400 134512640 135224549 4294956208 18446744073709551615 134595537 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 26355 25627 92 173 0 26180 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 105420

[startup+25.502 s]
/proc/loadavg: 1.85 1.94 1.86 2/74 3033
/proc/meminfo: memFree=1587096/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=106740 CPUtime=25.49
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 27962 0 0 0 2535 14 0 0 25 0 1 120000 1147479270 109301760 25970 1992294400 134512640 135224549 4294956208 18446744073709551615 134618685 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 26685 25970 92 173 0 26510 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 106740

[startup+51.102 s]
/proc/loadavg: 1.56 1.86 1.84 2/74 3033
/proc/meminfo: memFree=1586712/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=107136 CPUtime=51.07
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 28046 0 0 0 5093 14 0 0 25 0 1 120000 1147479270 109707264 26054 1992294400 134512640 135224549 4294956208 18446744073709551615 134618758 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 26784 26054 92 173 0 26609 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 107136

[startup+102.307 s]
/proc/loadavg: 1.22 1.72 1.79 2/74 3033
/proc/meminfo: memFree=1583576/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=110436 CPUtime=102.27
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 28859 0 0 0 10212 15 0 0 25 0 1 120000 1147479270 113086464 26867 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 27609 26867 92 173 0 27434 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 110436

[startup+162.302 s]
/proc/loadavg: 1.09 1.59 1.74 2/74 3033
/proc/meminfo: memFree=1582936/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=110992 CPUtime=162.24
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 29017 0 0 0 16209 15 0 0 25 0 1 120000 1147479270 113655808 27025 1992294400 134512640 135224549 4294956208 18446744073709551615 134595412 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 27748 27025 92 173 0 27573 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 110992

[startup+222.302 s]
/proc/loadavg: 1.03 1.47 1.69 2/74 3033
/proc/meminfo: memFree=1576856/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=117076 CPUtime=222.23
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 30523 0 0 0 22207 16 0 0 25 0 1 120000 1147479270 119885824 28531 1992294400 134512640 135224549 4294956208 18446744073709551615 134630872 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 29269 28531 92 173 0 29094 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 117076

[startup+282.302 s]
/proc/loadavg: 1.01 1.39 1.64 2/74 3033
/proc/meminfo: memFree=1576792/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=117076 CPUtime=282.21
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 30529 0 0 0 28205 16 0 0 25 0 1 120000 1147479270 119885824 28537 1992294400 134512640 135224549 4294956208 18446744073709551615 134585004 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 29269 28537 92 173 0 29094 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 117076

[startup+342.302 s]
/proc/loadavg: 1.00 1.31 1.60 2/74 3034
/proc/meminfo: memFree=1575640/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=118136 CPUtime=342.19
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 30810 0 0 0 34203 16 0 0 25 0 1 120000 1147479270 120971264 28818 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 29534 28818 92 173 0 29359 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 118136

[startup+402.302 s]
/proc/loadavg: 1.00 1.26 1.56 2/74 3034
/proc/meminfo: memFree=1573656/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=120208 CPUtime=402.18
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 31296 0 0 0 40201 17 0 0 25 0 1 120000 1147479270 123092992 29304 1992294400 134512640 135224549 4294956208 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 30052 29304 92 173 0 29877 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 120208

[startup+462.302 s]
/proc/loadavg: 1.00 1.20 1.52 2/74 3034
/proc/meminfo: memFree=1572952/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=121132 CPUtime=462.16
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 31513 0 0 0 46199 17 0 0 25 0 1 120000 1147479270 124039168 29521 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 30283 29521 92 173 0 30108 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 121132

[startup+522.302 s]
/proc/loadavg: 1.00 1.17 1.49 2/74 3034
/proc/meminfo: memFree=1568856/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=124960 CPUtime=522.14
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 32488 0 0 0 52196 18 0 0 25 0 1 120000 1147479270 127959040 30496 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 31240 30496 92 173 0 31065 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 124960

[startup+582.302 s]
/proc/loadavg: 1.00 1.13 1.45 2/74 3034
/proc/meminfo: memFree=1565976/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=127732 CPUtime=582.12
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 33198 0 0 0 58193 19 0 0 25 0 1 120000 1147479270 130797568 31206 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 31933 31206 92 173 0 31758 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 127732

[startup+642.302 s]
/proc/loadavg: 1.00 1.11 1.42 2/74 3035
/proc/meminfo: memFree=1565976/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=127732 CPUtime=642.11
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 33199 0 0 0 64192 19 0 0 25 0 1 120000 1147479270 130797568 31207 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 31933 31207 92 173 0 31758 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 127732

[startup+702.302 s]
/proc/loadavg: 1.00 1.08 1.39 2/74 3035
/proc/meminfo: memFree=1564440/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=129316 CPUtime=702.09
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 33573 0 0 0 70190 19 0 0 25 0 1 120000 1147479270 132419584 31581 1992294400 134512640 135224549 4294956208 18446744073709551615 134618565 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 32329 31581 92 173 0 32154 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 129316

[startup+762.307 s]
/proc/loadavg: 1.00 1.07 1.36 2/74 3035
/proc/meminfo: memFree=1559832/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=133804 CPUtime=762.08
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 34719 0 0 0 76187 21 0 0 25 0 1 120000 1147479270 137015296 32727 1992294400 134512640 135224549 4294956208 18446744073709551615 134587759 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 33451 32727 92 173 0 33276 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 133804

[startup+822.302 s]
/proc/loadavg: 1.00 1.05 1.34 2/74 3035
/proc/meminfo: memFree=1559832/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=133804 CPUtime=822.06
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 34719 0 0 0 82185 21 0 0 25 0 1 120000 1147479270 137015296 32727 1992294400 134512640 135224549 4294956208 18446744073709551615 134620048 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 33451 32727 92 173 0 33276 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 133804

[startup+882.302 s]
/proc/loadavg: 1.00 1.04 1.32 2/74 3035
/proc/meminfo: memFree=1557400/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=136432 CPUtime=882.04
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 35317 0 0 0 88183 21 0 0 25 0 1 120000 1147479270 139706368 33325 1992294400 134512640 135224549 4294956208 18446744073709551615 134585004 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 34108 33325 92 173 0 33933 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 136432

[startup+942.302 s]
/proc/loadavg: 1.00 1.03 1.29 2/74 3035
/proc/meminfo: memFree=1557400/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=136432 CPUtime=942.03
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 35317 0 0 0 94182 21 0 0 25 0 1 120000 1147479270 139706368 33325 1992294400 134512640 135224549 4294956208 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 34108 33325 92 173 0 33933 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 136432

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.27 2/74 3035
/proc/meminfo: memFree=1557336/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=136432 CPUtime=1002.01
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 35322 0 0 0 100180 21 0 0 25 0 1 120000 1147479270 139706368 33330 1992294400 134512640 135224549 4294956208 18446744073709551615 134587771 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 34108 33330 92 173 0 33933 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 136432

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.25 2/74 3035
/proc/meminfo: memFree=1557336/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=136432 CPUtime=1061.99
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 35322 0 0 0 106178 21 0 0 25 0 1 120000 1147479270 139706368 33330 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 34108 33330 92 173 0 33933 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 136432

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.23 2/74 3041
/proc/meminfo: memFree=1553368/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=140260 CPUtime=1121.98
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 36280 0 0 0 112176 22 0 0 25 0 1 120000 1147479270 143626240 34288 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 35065 34288 92 173 0 34890 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 140260

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.22 2/74 3041
/proc/meminfo: memFree=1553432/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=140260 CPUtime=1181.96
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 36280 0 0 0 118174 22 0 0 25 0 1 120000 1147479270 143626240 34288 1992294400 134512640 135224549 4294956208 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 35065 34288 92 173 0 34890 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 140260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.21 2/74 3041
/proc/meminfo: memFree=1553432/2055920 swapFree=4175504/4192956
[pid=3032] ppid=3030 vsize=140260 CPUtime=1200.06
/proc/3032/stat : 3032 (CirCUs) R 3030 3032 2689 0 -1 4194304 36280 0 0 0 119984 22 0 0 25 0 1 100 1147479270 143626240 34288 1992294400 134512640 135224549 4294956208 18446744073709551615 134587841 0 0 4096 8192 0 0 0 17 1 0 0
/proc/3032/statm: 35065 34288 92 173 0 34890 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 140260

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.43
CPU time (s): 1200.09
CPU user time (s): 1199.85
CPU system time (s): 0.247962
CPU usage (%): 99.9722
Max. virtual memory (cumulated for all children) (KiB): 140260

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

runsolver used 1.13783 second user time and 3.24151 second system time

The end

Launcher Data

Begin job on node77 at 2009-04-03 10:42:28
IDJOB=1556255
IDBENCH=70815
IDSOLVER=544
FILE ID=node77/1556255-1238748147
PBS_JOBID= 9085418
Free space on /tmp= 66536 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor128.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1556255-1238748147/watcher-1556255-1238748147 -o /tmp/evaluation-result-1556255-1238748147/solver-1556255-1238748147 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1556255-1238748147.cnf -t 1200

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

MD5SUM BENCH= 065c126f0d55807310a398728b44423f
RANDOM SEED=1659000887

node77.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.230
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.230
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:       1691328 kB
Buffers:         48904 kB
Cached:         231300 kB
SwapCached:       9068 kB
Active:          70672 kB
Inactive:       220232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1691328 kB
SwapTotal:     4192956 kB
SwapFree:      4175504 kB
Dirty:           11592 kB
Writeback:           0 kB
Mapped:          17576 kB
Slab:            58880 kB
Committed_AS:  2981816 kB
PageTables:       1984 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= 66532 MiB
End job on node77 at 2009-04-03 11:02:30