Trace number 1524168

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.08 1200.51

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/140/
unif-k7-r85-v140-c11900-S1085378176-050.cnf
MD5SUM948d32b8ee8265dc795865cb56b9a64b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark91.5541
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses11900
Sum of the clauses size83300
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 511900

Solver Data

0.09/0.13	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.09/0.13	c Eliminate time :        0.1 

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-1524168-1238387239/watcher-1524168-1238387239 -o /tmp/evaluation-result-1524168-1238387239/solver-1524168-1238387239 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524168-1238387239.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: 0.99 0.98 0.99 3/64 11368
/proc/meminfo: memFree=1766096/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=1452 CPUtime=0
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 155 0 0 0 0 0 0 0 18 0 1 120000 1111390194 1486848 140 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 363 140 70 173 0 188 0

[startup+0.0730251 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 11368
/proc/meminfo: memFree=1766096/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=2564 CPUtime=0.07
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 456 0 0 0 7 0 0 0 18 0 1 120000 1111390194 2625536 440 1992294400 134512640 135224549 4294956224 18446744073709551615 134570652 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 641 440 74 173 0 466 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2564

[startup+0.101028 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 11368
/proc/meminfo: memFree=1766096/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=2564 CPUtime=0.09
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 456 0 0 0 9 0 0 0 18 0 1 120000 1111390194 2625536 440 1992294400 134512640 135224549 4294956224 18446744073709551615 134570310 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 641 440 74 173 0 466 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2564

[startup+0.301064 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 11368
/proc/meminfo: memFree=1766096/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=2964 CPUtime=0.29
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 578 0 0 0 29 0 0 0 19 0 1 120000 1111390194 3035136 562 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 741 562 90 173 0 566 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2964

[startup+0.701136 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 11368
/proc/meminfo: memFree=1766096/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=3492 CPUtime=0.69
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 688 0 0 0 69 0 0 0 22 0 1 120000 1111390194 3575808 672 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 873 672 90 173 0 698 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3492

[startup+1.50128 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11369
/proc/meminfo: memFree=1763656/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=3756 CPUtime=1.49
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 769 0 0 0 149 0 0 0 25 0 1 120000 1111390194 3846144 753 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 939 753 90 173 0 764 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3756

[startup+3.10156 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11369
/proc/meminfo: memFree=1763016/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=4420 CPUtime=3.09
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 916 0 0 0 309 0 0 0 25 0 1 120000 1111390194 4526080 900 1992294400 134512640 135224549 4294956224 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 1105 900 90 173 0 930 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4420

[startup+6.30114 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11369
/proc/meminfo: memFree=1761936/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=5344 CPUtime=6.29
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 1157 0 0 0 629 0 0 0 25 0 1 120000 1111390194 5472256 1141 1992294400 134512640 135224549 4294956224 18446744073709551615 134630850 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 1336 1141 90 173 0 1161 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5344

[startup+12.7013 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11369
/proc/meminfo: memFree=1760208/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=7060 CPUtime=12.69
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 1558 0 0 0 1269 0 0 0 25 0 1 120000 1111390194 7229440 1542 1992294400 134512640 135224549 4294956224 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 1765 1542 90 173 0 1590 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7060

[startup+25.5016 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11369
/proc/meminfo: memFree=1758160/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=8908 CPUtime=25.48
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 2045 0 0 0 2548 0 0 0 25 0 1 120000 1111390194 9121792 2029 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 2227 2029 90 173 0 2052 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 8908

[startup+51.1012 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11369
/proc/meminfo: memFree=1755216/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=11808 CPUtime=51.07
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 2786 0 0 0 5106 1 0 0 25 0 1 120000 1111390194 12091392 2737 1992294400 134512640 135224549 4294956224 18446744073709551615 134595318 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 2952 2737 90 173 0 2777 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 11808

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11369
/proc/meminfo: memFree=1751952/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=15108 CPUtime=102.25
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 3607 0 0 0 10223 2 0 0 25 0 1 120000 1111390194 15470592 3558 1992294400 134512640 135224549 4294956224 18446744073709551615 134595318 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 3777 3558 90 173 0 3602 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 15108

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11369
/proc/meminfo: memFree=1748112/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=19092 CPUtime=162.23
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 4608 0 0 0 16219 4 0 0 25 0 1 120000 1111390194 19550208 4494 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 4773 4494 90 173 0 4598 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 19092

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11369
/proc/meminfo: memFree=1746384/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=20812 CPUtime=222.21
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 5028 0 0 0 22217 4 0 0 25 0 1 120000 1111390194 21311488 4914 1992294400 134512640 135224549 4294956224 18446744073709551615 134595596 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 5203 4914 90 173 0 5028 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 20812

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11369
/proc/meminfo: memFree=1743632/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=23600 CPUtime=282.19
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 5749 0 0 0 28213 6 0 0 25 0 1 120000 1111390194 24166400 5635 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 5900 5635 90 173 0 5725 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 23600

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11369
/proc/meminfo: memFree=1741712/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=25344 CPUtime=342.17
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 6194 0 0 0 34210 7 0 0 25 0 1 120000 1111390194 25952256 6080 1992294400 134512640 135224549 4294956224 18446744073709551615 134595552 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 6336 6080 90 173 0 6161 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 25344

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11369
/proc/meminfo: memFree=1740432/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=26532 CPUtime=402.14
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 6502 0 0 0 40207 7 0 0 25 0 1 120000 1111390194 27168768 6388 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 6633 6388 90 173 0 6458 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 26532

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11369
/proc/meminfo: memFree=1738192/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=28800 CPUtime=462.12
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 7062 0 0 0 46204 8 0 0 25 0 1 120000 1111390194 29491200 6948 1992294400 134512640 135224549 4294956224 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 7200 6948 90 173 0 7025 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 28800

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11369
/proc/meminfo: memFree=1735568/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=31488 CPUtime=522.1
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 7722 0 0 0 52201 9 0 0 25 0 1 120000 1111390194 32243712 7608 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 7872 7608 90 173 0 7697 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 31488

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11369
/proc/meminfo: memFree=1735504/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=31488 CPUtime=582.08
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 7724 0 0 0 58199 9 0 0 25 0 1 120000 1111390194 32243712 7610 1992294400 134512640 135224549 4294956224 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 7872 7610 90 173 0 7697 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 31488

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11369
/proc/meminfo: memFree=1732752/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=34740 CPUtime=642.07
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 8541 0 0 0 64196 11 0 0 25 0 1 120000 1111390194 35573760 8298 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 8685 8298 90 173 0 8510 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 34740

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11369
/proc/meminfo: memFree=1732688/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=34740 CPUtime=702.04
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 8542 0 0 0 70193 11 0 0 25 0 1 120000 1111390194 35573760 8299 1992294400 134512640 135224549 4294956224 18446744073709551615 134595324 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 8685 8299 90 173 0 8510 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 34740

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11369
/proc/meminfo: memFree=1730384/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=37012 CPUtime=762.02
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 9110 0 0 0 76190 12 0 0 25 0 1 120000 1111390194 37900288 8867 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 9253 8867 90 173 0 9078 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 37012

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11369
/proc/meminfo: memFree=1729424/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=37936 CPUtime=822
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 9347 0 0 0 82187 13 0 0 25 0 1 120000 1111390194 38846464 9104 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 9484 9104 90 173 0 9309 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 37936

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11371
/proc/meminfo: memFree=1729168/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=37936 CPUtime=881.97
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 9354 0 0 0 88184 13 0 0 25 0 1 120000 1111390194 38846464 9111 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 9484 9111 90 173 0 9309 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 37936

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11371
/proc/meminfo: memFree=1725840/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=41680 CPUtime=941.95
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 10231 0 0 0 94181 14 0 0 25 0 1 120000 1111390194 42680320 9988 1992294400 134512640 135224549 4294956224 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 10420 9988 90 173 0 10245 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 41680

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11371
/proc/meminfo: memFree=1725968/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=41680 CPUtime=1001.93
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 10232 0 0 0 100179 14 0 0 25 0 1 120000 1111390194 42680320 9989 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 10420 9989 90 173 0 10245 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 41680

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11371
/proc/meminfo: memFree=1725904/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=41680 CPUtime=1061.9
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 10234 0 0 0 106176 14 0 0 25 0 1 120000 1111390194 42680320 9991 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 10420 9991 90 173 0 10245 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 41680

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11371
/proc/meminfo: memFree=1723984/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=43684 CPUtime=1121.88
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 10721 0 0 0 112173 15 0 0 25 0 1 120000 1111390194 44732416 10478 1992294400 134512640 135224549 4294956224 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 10921 10478 90 173 0 10746 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 43684

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11371
/proc/meminfo: memFree=1722000/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=45552 CPUtime=1181.86
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 11197 0 0 0 118170 16 0 0 25 0 1 120000 1111390194 46645248 10954 1992294400 134512640 135224549 4294956224 18446744073709551615 134595347 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 11388 10954 90 173 0 11213 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 45552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11371
/proc/meminfo: memFree=1722000/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=45552 CPUtime=1200.06
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 11198 0 0 0 119990 16 0 0 25 0 1 100 1111390194 46645248 10955 1992294400 134512640 135224549 4294956224 18446744073709551615 134595567 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 11388 10955 90 173 0 11213 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 45552

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: 0.99 0.98 0.99 2/65 11371
/proc/meminfo: memFree=1722000/2055920 swapFree=4178768/4192956
[pid=11368] ppid=11366 vsize=45552 CPUtime=1200.06
/proc/11368/stat : 11368 (CirCUs) R 11366 11368 11184 0 -1 4194304 11198 0 0 0 119990 16 0 0 25 0 1 100 1111390194 46645248 10955 1992294400 134512640 135224549 4294956224 18446744073709551615 134595567 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11368/statm: 11388 10955 90 173 0 11213 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 45552

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.08
CPU user time (s): 1199.9
CPU system time (s): 0.174973
CPU usage (%): 99.9639
Max. virtual memory (cumulated for all children) (KiB): 45552

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

runsolver used 0.899863 second user time and 2.48962 second system time

The end

Launcher Data

Begin job on node12 at 2009-03-30 06:27:19
IDJOB=1524168
IDBENCH=70283
IDSOLVER=544
FILE ID=node12/1524168-1238387239
PBS_JOBID= 9061354
Free space on /tmp= 65408 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/140/unif-k7-r85-v140-c11900-S1085378176-050.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524168-1238387239/watcher-1524168-1238387239 -o /tmp/evaluation-result-1524168-1238387239/solver-1524168-1238387239 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524168-1238387239.cnf -t 1200

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

MD5SUM BENCH= 948d32b8ee8265dc795865cb56b9a64b
RANDOM SEED=440699264

node12.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.266
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.266
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:       1766512 kB
Buffers:         59400 kB
Cached:         154684 kB
SwapCached:       7936 kB
Active:         155080 kB
Inactive:        68388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1766512 kB
SwapTotal:     4192956 kB
SwapFree:      4178768 kB
Dirty:            1380 kB
Writeback:           0 kB
Mapped:          15008 kB
Slab:            52008 kB
Committed_AS:  3022692 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= 65404 MiB
End job on node12 at 2009-03-30 06:47:22