Trace number 1524237

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

NameRANDOM/LARGE/3SAT/UNKNOWN/16000/
unif-k3-r4.2-v16000-c67200-S339800239-026.cnf
MD5SUM487133af0320f59d52bd31546508fd57
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark120.281
Satisfiable
(Un)Satisfiability was proved
Number of variables16000
Number of clauses67200
Sum of the clauses size201600
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 367200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.19/0.23	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.19/0.23	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-1524237-1238404545/watcher-1524237-1238404545 -o /tmp/evaluation-result-1524237-1238404545/solver-1524237-1238404545 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524237-1238404545.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 22778
/proc/meminfo: memFree=1241776/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=2952 CPUtime=0
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 384 0 0 0 0 0 0 0 18 0 1 120000 1113117012 3022848 369 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 738 370 70 173 0 563 0

[startup+0.050224 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 22778
/proc/meminfo: memFree=1241776/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=4800 CPUtime=0.04
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 905 0 0 0 4 0 0 0 18 0 1 120000 1113117012 4915200 890 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 1200 891 70 173 0 1025 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4800

[startup+0.10123 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 22778
/proc/meminfo: memFree=1241776/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=6512 CPUtime=0.09
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 1381 0 0 0 9 0 0 0 18 0 1 120000 1113117012 6668288 1333 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 1628 1333 70 173 0 1453 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6512

[startup+0.301252 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 22778
/proc/meminfo: memFree=1241776/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=7820 CPUtime=0.29
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 1774 0 0 0 29 0 0 0 20 0 1 120000 1113117012 8007680 1660 1992294400 134512640 135224549 4294956208 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 1955 1660 90 173 0 1780 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7820

[startup+0.701293 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 22778
/proc/meminfo: memFree=1241776/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=8480 CPUtime=0.69
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 1926 0 0 0 68 1 0 0 23 0 1 120000 1113117012 8683520 1812 1992294400 134512640 135224549 4294956208 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 2120 1812 90 173 0 1945 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8480

[startup+1.50138 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22779
/proc/meminfo: memFree=1234344/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=9932 CPUtime=1.49
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 2288 0 0 0 148 1 0 0 25 0 1 120000 1113117012 10170368 2174 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 2483 2174 90 173 0 2308 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9932

[startup+3.10155 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22779
/proc/meminfo: memFree=1232168/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=12572 CPUtime=3.09
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 2944 0 0 0 308 1 0 0 25 0 1 120000 1113117012 12873728 2830 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 3143 2830 90 173 0 2968 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12572

[startup+6.30189 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22779
/proc/meminfo: memFree=1230184/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=14420 CPUtime=6.29
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 3424 0 0 0 627 2 0 0 25 0 1 120000 1113117012 14766080 3310 1992294400 134512640 135224549 4294956208 18446744073709551615 134618691 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 3605 3310 90 173 0 3430 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14420

[startup+12.7016 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22779
/proc/meminfo: memFree=1225520/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=17508 CPUtime=12.69
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 4178 0 0 0 1267 2 0 0 25 0 1 120000 1113117012 17928192 4064 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 4377 4064 90 173 0 4202 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17508

[startup+25.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22779
/proc/meminfo: memFree=1223280/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=20152 CPUtime=25.49
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 4834 0 0 0 2546 3 0 0 25 0 1 120000 1113117012 20635648 4720 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 5038 4720 90 173 0 4863 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20152

[startup+51.1017 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22779
/proc/meminfo: memFree=1215280/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=27844 CPUtime=51.08
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 6745 0 0 0 5103 5 0 0 25 0 1 120000 1113117012 28512256 6631 1992294400 134512640 135224549 4294956208 18446744073709551615 134595183 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 6961 6631 90 173 0 6786 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 27844

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22779
/proc/meminfo: memFree=1204720/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=38412 CPUtime=102.26
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 9392 0 0 0 10219 7 0 0 25 0 1 120000 1113117012 39333888 9278 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 9603 9278 90 173 0 9428 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 38412

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22779
/proc/meminfo: memFree=1194096/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=49644 CPUtime=162.25
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 12196 0 0 0 16214 11 0 0 25 0 1 120000 1113117012 50835456 12082 1992294400 134512640 135224549 4294956208 18446744073709551615 134618565 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 12411 12082 90 173 0 12236 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 49644

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22779
/proc/meminfo: memFree=1183152/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=59816 CPUtime=222.22
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 14762 0 0 0 22209 13 0 0 25 0 1 120000 1113117012 61251584 14648 1992294400 134512640 135224549 4294956208 18446744073709551615 134618778 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 14954 14648 90 173 0 14779 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 59816

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22779
/proc/meminfo: memFree=1173104/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=69852 CPUtime=282.21
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 17264 0 0 0 28205 16 0 0 25 0 1 120000 1113117012 71528448 17150 1992294400 134512640 135224549 4294956208 18446744073709551615 134595324 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 17463 17150 90 173 0 17288 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 69852

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22779
/proc/meminfo: memFree=1165424/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=77628 CPUtime=342.2
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 19163 0 0 0 34202 18 0 0 25 0 1 120000 1113117012 79491072 19049 1992294400 134512640 135224549 4294956208 18446744073709551615 134638466 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 19407 19049 90 173 0 19232 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 77628

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22779
/proc/meminfo: memFree=1159472/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=83572 CPUtime=402.17
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 20646 0 0 0 40198 19 0 0 25 0 1 120000 1113117012 85577728 20532 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 20893 20532 90 173 0 20718 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 83572

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22779
/proc/meminfo: memFree=1149936/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=93084 CPUtime=462.16
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 23038 0 0 0 46194 22 0 0 25 0 1 120000 1113117012 95318016 22924 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 23271 22924 90 173 0 23096 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 93084

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22779
/proc/meminfo: memFree=1141104/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=101800 CPUtime=522.14
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 25226 0 0 0 52190 24 0 0 25 0 1 120000 1113117012 104243200 25112 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 25450 25112 90 173 0 25275 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 101800

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22779
/proc/meminfo: memFree=1131888/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=111308 CPUtime=582.13
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 27611 0 0 0 58186 27 0 0 25 0 1 120000 1113117012 113979392 27497 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 27827 27497 90 173 0 27652 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 111308

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22779
/proc/meminfo: memFree=1129584/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=113288 CPUtime=642.11
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 28115 0 0 0 64183 28 0 0 25 0 1 120000 1113117012 116006912 28001 1992294400 134512640 135224549 4294956208 18446744073709551615 134584993 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 28322 28001 90 173 0 28147 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 113288

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22779
/proc/meminfo: memFree=1118384/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=124376 CPUtime=702.09
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 30892 0 0 0 70178 31 0 0 25 0 1 120000 1113117012 127361024 30778 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 31094 30778 90 173 0 30919 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 124376

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22779
/proc/meminfo: memFree=1118448/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=124376 CPUtime=762.08
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 30895 0 0 0 76177 31 0 0 25 0 1 120000 1113117012 127361024 30781 1992294400 134512640 135224549 4294956208 18446744073709551615 134595309 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 31094 30781 90 173 0 30919 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 124376

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22779
/proc/meminfo: memFree=1110000/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=132828 CPUtime=822.06
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 33001 0 0 0 82172 34 0 0 25 0 1 120000 1113117012 136015872 32887 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 33207 32887 90 173 0 33032 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 132828

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22779
/proc/meminfo: memFree=1104304/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=139280 CPUtime=882.04
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 34627 0 0 0 88168 36 0 0 25 0 1 120000 1113117012 142622720 34384 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 34820 34384 90 173 0 34645 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 139280

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22779
/proc/meminfo: memFree=1097200/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=146012 CPUtime=942.03
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 36321 0 0 0 94164 39 0 0 25 0 1 120000 1113117012 149516288 36078 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 36503 36078 90 173 0 36328 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 146012

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22779
/proc/meminfo: memFree=1097136/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=146012 CPUtime=1002.01
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 36321 0 0 0 100162 39 0 0 25 0 1 120000 1113117012 149516288 36078 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 36503 36078 90 173 0 36328 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 146012

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22779
/proc/meminfo: memFree=1083440/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=159608 CPUtime=1061.99
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 39746 0 0 0 106157 42 0 0 25 0 1 120000 1113117012 163438592 39503 1992294400 134512640 135224549 4294956208 18446744073709551615 134618758 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 39902 39503 90 173 0 39727 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 159608

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22779
/proc/meminfo: memFree=1083504/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=159608 CPUtime=1121.97
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 39746 0 0 0 112155 42 0 0 25 0 1 120000 1113117012 163438592 39503 1992294400 134512640 135224549 4294956208 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 39902 39503 90 173 0 39727 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 159608

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22779
/proc/meminfo: memFree=1069104/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=174392 CPUtime=1181.95
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 43443 0 0 0 118150 45 0 0 25 0 1 120000 1113117012 178577408 43200 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 43598 43200 90 173 0 43423 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 174392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 22779
/proc/meminfo: memFree=1067888/2055920 swapFree=4178912/4192956
[pid=22778] ppid=22776 vsize=175184 CPUtime=1200.06
/proc/22778/stat : 22778 (CirCUs) R 22776 22778 22583 0 -1 4194304 43635 0 0 0 119960 46 0 0 25 0 1 100 1113117012 179388416 43392 1992294400 134512640 135224549 4294956208 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22778/statm: 43796 43392 90 173 0 43621 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 175184

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.6
CPU system time (s): 0.492925
CPU usage (%): 99.9716
Max. virtual memory (cumulated for all children) (KiB): 175184

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

runsolver used 0.935857 second user time and 2.6006 second system time

The end

Launcher Data

Begin job on node47 at 2009-03-30 11:15:45
IDJOB=1524237
IDBENCH=70352
IDSOLVER=544
FILE ID=node47/1524237-1238404545
PBS_JOBID= 9061440
Free space on /tmp= 66368 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/16000/unif-k3-r4.2-v16000-c67200-S339800239-026.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524237-1238404545/watcher-1524237-1238404545 -o /tmp/evaluation-result-1524237-1238404545/solver-1524237-1238404545 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524237-1238404545.cnf -t 1200

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

MD5SUM BENCH= 487133af0320f59d52bd31546508fd57
RANDOM SEED=198199613

node47.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.216
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.216
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:       1242256 kB
Buffers:        101276 kB
Cached:         611596 kB
SwapCached:       7792 kB
Active:         188672 kB
Inactive:       534612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1242256 kB
SwapTotal:     4192956 kB
SwapFree:      4178912 kB
Dirty:            2324 kB
Writeback:           0 kB
Mapped:          16064 kB
Slab:            76360 kB
Committed_AS:  2952672 kB
PageTables:       1452 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= 66368 MiB
End job on node47 at 2009-03-30 11:35:47