Trace number 1524568

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.03 1200.41

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/SATISFIABLE/560/
unif-k3-r4.25-v560-c2380-S1949086545-083.cnf
MD5SUM4bfed38592d845032443637a02e777c6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.090985
Satisfiable
(Un)Satisfiability was proved
Number of variables560
Number of clauses2380
Sum of the clauses size7140
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32380
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.00/0.00	c Eliminate time :          0 

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-1524568-1238579596/watcher-1524568-1238579596 -o /tmp/evaluation-result-1524568-1238579596/solver-1524568-1238579596 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524568-1238579596.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.00 1.00 1.00 3/64 23903
/proc/meminfo: memFree=1266792/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=1440 CPUtime=0
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 120000 1130625119 1474560 148 1992294400 134512640 135224549 4294956240 18446744073709551615 134570038 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 360 148 74 173 0 185 0

[startup+0.0782779 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23903
/proc/meminfo: memFree=1266792/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=1704 CPUtime=0.07
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 247 0 0 0 7 0 0 0 18 0 1 120000 1130625119 1744896 231 1992294400 134512640 135224549 4294956240 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 426 231 89 173 0 251 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1704

[startup+0.102278 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23903
/proc/meminfo: memFree=1266792/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=1704 CPUtime=0.1
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 258 0 0 0 10 0 0 0 18 0 1 120000 1130625119 1744896 242 1992294400 134512640 135224549 4294956240 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 426 242 89 173 0 251 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1704

[startup+0.301309 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23903
/proc/meminfo: memFree=1266792/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=1836 CPUtime=0.3
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 296 0 0 0 30 0 0 0 19 0 1 120000 1130625119 1880064 280 1992294400 134512640 135224549 4294956240 18446744073709551615 134595552 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 459 280 89 173 0 284 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1836

[startup+0.701373 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23903
/proc/meminfo: memFree=1266792/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=2100 CPUtime=0.69
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 358 0 0 0 69 0 0 0 22 0 1 120000 1130625119 2150400 342 1992294400 134512640 135224549 4294956240 18446744073709551615 134585017 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 525 342 89 173 0 350 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2100

[startup+1.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23904
/proc/meminfo: memFree=1265568/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=2512 CPUtime=1.49
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 458 0 0 0 149 0 0 0 25 0 1 120000 1130625119 2572288 442 1992294400 134512640 135224549 4294956240 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 628 442 89 173 0 453 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2512

[startup+3.10176 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23904
/proc/meminfo: memFree=1264864/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=3040 CPUtime=3.09
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 596 0 0 0 309 0 0 0 25 0 1 120000 1130625119 3112960 580 1992294400 134512640 135224549 4294956240 18446744073709551615 134618718 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 760 580 89 173 0 585 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3040

[startup+6.30127 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23904
/proc/meminfo: memFree=1263904/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=3964 CPUtime=6.29
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 830 0 0 0 629 0 0 0 25 0 1 120000 1130625119 4059136 814 1992294400 134512640 135224549 4294956240 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 991 814 89 173 0 816 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3964

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23904
/proc/meminfo: memFree=1262368/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=5420 CPUtime=12.69
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 1163 0 0 0 1268 1 0 0 25 0 1 120000 1130625119 5550080 1147 1992294400 134512640 135224549 4294956240 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 1355 1147 89 173 0 1180 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5420

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23904
/proc/meminfo: memFree=1260704/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=6872 CPUtime=25.48
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 1536 0 0 0 2547 1 0 0 25 0 1 120000 1130625119 7036928 1520 1992294400 134512640 135224549 4294956240 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 1718 1520 89 173 0 1543 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6872

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23904
/proc/meminfo: memFree=1258528/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=9376 CPUtime=51.08
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 2176 0 0 0 5106 2 0 0 25 0 1 120000 1130625119 9601024 2127 1992294400 134512640 135224549 4294956240 18446744073709551615 134631376 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 2344 2127 89 173 0 2169 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 9376

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23904
/proc/meminfo: memFree=1255904/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=11620 CPUtime=102.27
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 2774 0 0 0 10224 3 0 0 25 0 1 120000 1130625119 11898880 2725 1992294400 134512640 135224549 4294956240 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 2905 2725 89 173 0 2730 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 11620

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23904
/proc/meminfo: memFree=1253600/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=14180 CPUtime=162.24
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 3399 0 0 0 16220 4 0 0 25 0 1 120000 1130625119 14520320 3285 1992294400 134512640 135224549 4294956240 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 3545 3285 89 173 0 3370 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 14180

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23904
/proc/meminfo: memFree=1251360/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=16452 CPUtime=222.23
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 3967 0 0 0 22218 5 0 0 25 0 1 120000 1130625119 16846848 3853 1992294400 134512640 135224549 4294956240 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 4113 3853 89 173 0 3938 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 16452

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23904
/proc/meminfo: memFree=1249760/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=18052 CPUtime=282.2
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 4383 0 0 0 28215 5 0 0 25 0 1 120000 1130625119 18485248 4269 1992294400 134512640 135224549 4294956240 18446744073709551615 134595745 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 4513 4269 89 173 0 4338 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 18052

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23904
/proc/meminfo: memFree=1248224/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=19540 CPUtime=342.19
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 4758 0 0 0 34213 6 0 0 25 0 1 120000 1130625119 20008960 4644 1992294400 134512640 135224549 4294956240 18446744073709551615 134595318 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 4885 4644 89 173 0 4710 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 19540

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23904
/proc/meminfo: memFree=1247968/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=19804 CPUtime=402.17
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 4824 0 0 0 40211 6 0 0 25 0 1 120000 1130625119 20279296 4710 1992294400 134512640 135224549 4294956240 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 4951 4710 89 173 0 4776 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 19804

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23904
/proc/meminfo: memFree=1246176/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=21520 CPUtime=462.15
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 5253 0 0 0 46208 7 0 0 25 0 1 120000 1130625119 22036480 5139 1992294400 134512640 135224549 4294956240 18446744073709551615 134587872 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 5380 5139 89 173 0 5205 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 21520

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23910
/proc/meminfo: memFree=1244256/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=24068 CPUtime=522.12
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 5856 0 0 0 52205 7 0 0 25 0 1 120000 1130625119 24645632 5613 1992294400 134512640 135224549 4294956240 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 6017 5613 89 173 0 5842 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 24068

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23910
/proc/meminfo: memFree=1244320/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=24068 CPUtime=582.1
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 5856 0 0 0 58203 7 0 0 25 0 1 120000 1130625119 24645632 5613 1992294400 134512640 135224549 4294956240 18446744073709551615 134595379 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 6017 5613 89 173 0 5842 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 24068

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23910
/proc/meminfo: memFree=1242272/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=25952 CPUtime=642.09
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 6347 0 0 0 64201 8 0 0 25 0 1 120000 1130625119 26574848 6104 1992294400 134512640 135224549 4294956240 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 6488 6104 89 173 0 6313 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 25952

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23910
/proc/meminfo: memFree=1242208/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=25952 CPUtime=702.06
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 6354 0 0 0 70198 8 0 0 25 0 1 120000 1130625119 26574848 6111 1992294400 134512640 135224549 4294956240 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 6488 6111 89 173 0 6313 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 25952

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23910
/proc/meminfo: memFree=1240544/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=27664 CPUtime=762.06
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 6767 0 0 0 76197 9 0 0 25 0 1 120000 1130625119 28327936 6524 1992294400 134512640 135224549 4294956240 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 6916 6524 89 173 0 6741 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 27664

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23910
/proc/meminfo: memFree=1239648/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=28596 CPUtime=822.03
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 6972 0 0 0 82194 9 0 0 25 0 1 120000 1130625119 29282304 6729 1992294400 134512640 135224549 4294956240 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 7149 6729 89 173 0 6974 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 28596

[startup+882.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 23910
/proc/meminfo: memFree=1239648/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=28596 CPUtime=882.01
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 6975 0 0 0 88192 9 0 0 25 0 1 120000 1130625119 29282304 6732 1992294400 134512640 135224549 4294956240 18446744073709551615 134595301 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 7149 6732 89 173 0 6974 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 28596

[startup+942.302 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 23910
/proc/meminfo: memFree=1237344/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=31004 CPUtime=942
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 7574 0 0 0 94189 11 0 0 25 0 1 120000 1130625119 31748096 7331 1992294400 134512640 135224549 4294956240 18446744073709551615 134595709 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 7751 7331 89 173 0 7576 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 31004

[startup+1002.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 23910
/proc/meminfo: memFree=1237024/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=31268 CPUtime=1001.97
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 7638 0 0 0 100186 11 0 0 25 0 1 120000 1130625119 32018432 7395 1992294400 134512640 135224549 4294956240 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 7817 7395 89 173 0 7642 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 31268

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 23910
/proc/meminfo: memFree=1237024/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=31268 CPUtime=1061.95
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 7645 0 0 0 106184 11 0 0 25 0 1 120000 1130625119 32018432 7402 1992294400 134512640 135224549 4294956240 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 7817 7402 89 173 0 7642 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 31268

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 23910
/proc/meminfo: memFree=1236256/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=31976 CPUtime=1121.93
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 7836 0 0 0 112182 11 0 0 25 0 1 120000 1130625119 32743424 7593 1992294400 134512640 135224549 4294956240 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 7994 7593 89 173 0 7819 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 31976

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23910
/proc/meminfo: memFree=1234208/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=33956 CPUtime=1181.92
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 8338 0 0 0 118179 13 0 0 25 0 1 120000 1130625119 34770944 8095 1992294400 134512640 135224549 4294956240 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 8489 8095 89 173 0 8314 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 33956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23910
/proc/meminfo: memFree=1234208/2055920 swapFree=4178264/4192956
[pid=23903] ppid=23901 vsize=33956 CPUtime=1200.02
/proc/23903/stat : 23903 (CirCUs) R 23901 23903 23710 0 -1 4194304 8338 0 0 0 119989 13 0 0 25 0 1 100 1130625119 34770944 8095 1992294400 134512640 135224549 4294956240 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/23903/statm: 8489 8095 89 173 0 8314 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 33956

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.41
CPU time (s): 1200.03
CPU user time (s): 1199.89
CPU system time (s): 0.137979
CPU usage (%): 99.9684
Max. virtual memory (cumulated for all children) (KiB): 33956

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

runsolver used 0.972852 second user time and 2.73158 second system time

The end

Launcher Data

Begin job on node26 at 2009-04-01 11:53:16
IDJOB=1524568
IDBENCH=70683
IDSOLVER=544
FILE ID=node26/1524568-1238579596
PBS_JOBID= 9070533
Free space on /tmp= 66264 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/SATISFIABLE/560/unif-k3-r4.25-v560-c2380-S1949086545-083.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524568-1238579596/watcher-1524568-1238579596 -o /tmp/evaluation-result-1524568-1238579596/solver-1524568-1238579596 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524568-1238579596.cnf -t 1200

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

MD5SUM BENCH= 4bfed38592d845032443637a02e777c6
RANDOM SEED=1804147149

node26.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.261
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	: 5931.00
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.261
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:       1267208 kB
Buffers:         94956 kB
Cached:         594660 kB
SwapCached:       8472 kB
Active:         224228 kB
Inactive:       475312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1267208 kB
SwapTotal:     4192956 kB
SwapFree:      4178264 kB
Dirty:            1088 kB
Writeback:           0 kB
Mapped:          15556 kB
Slab:            75220 kB
Committed_AS:  3000544 kB
PageTables:       1372 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= 66264 MiB
End job on node26 at 2009-04-01 12:13:18