Trace number 1728402

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.15 1200.66

General information on the benchmark

Namecrafted/Hard/contest05/others/
sgp_9-8-8.sat05-2674.reshuffled-07.cnf
MD5SUMf935103d71f7bb9e8d8051793d20ec02
Bench CategoryCRAFTED (crafted 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 variables186624
Number of clauses3086912
Sum of the clauses size6851936
Maximum clause length64
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 22506464
Number of clauses of size 3574560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55760

Solver Data

81.27/81.38	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
81.27/81.38	c Eliminate time :      72.26 

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-1728402-1240736419/watcher-1728402-1240736419 -o /tmp/evaluation-result-1728402-1240736419/solver-1728402-1240736419 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1728402-1240736419.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.92 0.98 0.99 3/64 29666
/proc/meminfo: memFree=1737848/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=5572 CPUtime=0
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 761 0 0 0 0 0 0 0 18 0 1 120000 101670523 5705728 746 1992294400 134512640 135224549 4294956224 18446744073709551615 134593788 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 1393 752 66 173 0 1218 0

[startup+0.04225 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29666
/proc/meminfo: memFree=1737848/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=38224 CPUtime=0.03
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 3000 0 0 0 2 1 0 0 18 0 1 120000 101670523 39141376 2985 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 9556 2985 70 173 0 9381 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 38224

[startup+0.101255 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29666
/proc/meminfo: memFree=1737848/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=40200 CPUtime=0.1
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 3574 0 0 0 8 2 0 0 18 0 1 120000 101670523 41164800 3526 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 10050 3527 70 173 0 9875 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 40200

[startup+0.301273 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29666
/proc/meminfo: memFree=1737848/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=45076 CPUtime=0.29
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 4967 0 0 0 26 3 0 0 19 0 1 120000 101670523 46157824 4854 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 11269 4854 70 173 0 11094 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45076

[startup+0.70131 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 29666
/proc/meminfo: memFree=1737848/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=54168 CPUtime=0.69
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 7559 0 0 0 65 4 0 0 23 0 1 120000 101670523 55468032 7317 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 13542 7317 70 173 0 13367 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54168

[startup+1.50139 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1701744/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=73212 CPUtime=1.49
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 12876 0 0 0 140 9 0 0 25 0 1 120000 101670523 74969088 11864 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 18303 11864 70 173 0 18128 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73212

[startup+3.10153 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1677232/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=107404 CPUtime=3.09
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 22488 0 0 0 294 15 0 0 25 0 1 120000 101670523 109981696 20451 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 26851 20451 70 173 0 26676 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 107404

[startup+6.30183 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 29667
/proc/meminfo: memFree=1607024/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=170640 CPUtime=6.29
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 40396 0 0 0 606 23 0 0 25 0 1 120000 101670523 174735360 36310 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 42660 36310 70 173 0 42485 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 170640

[startup+12.7014 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 29667
/proc/meminfo: memFree=1545648/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=209444 CPUtime=12.69
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 52085 0 0 0 1239 30 0 0 25 0 1 120000 101670523 214470656 47998 1992294400 134512640 135224549 4294956224 18446744073709551615 134570442 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 52361 47998 75 173 0 52186 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 209444

[startup+25.5026 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 29667
/proc/meminfo: memFree=1545648/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=209444 CPUtime=25.49
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 52085 0 0 0 2519 30 0 0 25 0 1 120000 101670523 214470656 47998 1992294400 134512640 135224549 4294956224 18446744073709551615 134571684 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 52361 47998 75 173 0 52186 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 209444

[startup+51.103 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 29673
/proc/meminfo: memFree=1510000/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=232572 CPUtime=51.08
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 61035 0 0 0 5074 34 0 0 25 0 1 120000 101670523 238153728 56948 1992294400 134512640 135224549 4294956224 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 58143 56948 77 173 0 57968 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 232572

[startup+102.307 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 29673
/proc/meminfo: memFree=1492272/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=250048 CPUtime=102.25
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 66474 0 0 0 10186 39 0 0 25 0 1 120000 101670523 256049152 61400 1992294400 134512640 135224549 4294956224 18446744073709551615 134632580 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 62512 61400 93 173 0 62337 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 250048

[startup+162.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 29673
/proc/meminfo: memFree=1462832/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=279848 CPUtime=162.22
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 73874 0 0 0 16174 48 0 0 25 0 1 120000 101670523 286564352 68800 1992294400 134512640 135224549 4294956224 18446744073709551615 134595360 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 69962 68800 93 173 0 69787 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 279848

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29673
/proc/meminfo: memFree=1432496/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=309932 CPUtime=222.18
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 81363 0 0 0 22163 55 0 0 25 0 1 120000 101670523 317370368 76289 1992294400 134512640 135224549 4294956224 18446744073709551615 134595239 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 77483 76289 93 173 0 77308 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 309932

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29673
/proc/meminfo: memFree=1427760/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=314420 CPUtime=282.17
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 82514 0 0 0 28160 57 0 0 25 0 1 120000 101670523 321966080 77440 1992294400 134512640 135224549 4294956224 18446744073709551615 134618859 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 78605 77440 93 173 0 78430 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 314420

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29673
/proc/meminfo: memFree=1427760/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=314420 CPUtime=342.14
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 82514 0 0 0 34157 57 0 0 25 0 1 120000 101670523 321966080 77440 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 78605 77440 93 173 0 78430 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 314420

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29673
/proc/meminfo: memFree=1414576/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=328016 CPUtime=402.12
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 85891 0 0 0 40151 61 0 0 25 0 1 120000 101670523 335888384 80817 1992294400 134512640 135224549 4294956224 18446744073709551615 134622731 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 82004 80817 93 173 0 81829 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 328016

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29673
/proc/meminfo: memFree=1409840/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=332372 CPUtime=462.1
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 87003 0 0 0 46148 62 0 0 25 0 1 120000 101670523 340348928 81929 1992294400 134512640 135224549 4294956224 18446744073709551615 134618901 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 83093 81929 93 173 0 82918 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 332372

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29673
/proc/meminfo: memFree=1409776/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=332372 CPUtime=522.08
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 87003 0 0 0 52146 62 0 0 25 0 1 120000 101670523 340348928 81929 1992294400 134512640 135224549 4294956224 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 83093 81929 93 173 0 82918 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 332372

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29673
/proc/meminfo: memFree=1409712/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=332372 CPUtime=582.05
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 87004 0 0 0 58143 62 0 0 25 0 1 120000 101670523 340348928 81930 1992294400 134512640 135224549 4294956224 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 83093 81930 93 173 0 82918 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 332372

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29673
/proc/meminfo: memFree=1409648/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=332372 CPUtime=642.03
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 87004 0 0 0 64141 62 0 0 25 0 1 120000 101670523 340348928 81930 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 83093 81930 93 173 0 82918 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 332372

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29673
/proc/meminfo: memFree=1409520/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=332372 CPUtime=701.99
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 87004 0 0 0 70137 62 0 0 25 0 1 120000 101670523 340348928 81930 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 83093 81930 93 173 0 82918 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 332372

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29673
/proc/meminfo: memFree=1409456/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=332504 CPUtime=761.96
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 87041 0 0 0 76134 62 0 0 25 0 1 120000 101670523 340484096 81967 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 83126 81967 93 173 0 82951 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 332504

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29673
/proc/meminfo: memFree=1409392/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=332504 CPUtime=821.93
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 87041 0 0 0 82131 62 0 0 25 0 1 120000 101670523 340484096 81967 1992294400 134512640 135224549 4294956224 18446744073709551615 134595391 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 83126 81967 93 173 0 82951 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 332504

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29673
/proc/meminfo: memFree=1409328/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=332504 CPUtime=881.91
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 87041 0 0 0 88129 62 0 0 25 0 1 120000 101670523 340484096 81967 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 83126 81967 93 173 0 82951 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 332504

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29673
/proc/meminfo: memFree=1409264/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=332504 CPUtime=941.88
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 87041 0 0 0 94126 62 0 0 25 0 1 120000 101670523 340484096 81967 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 83126 81967 93 173 0 82951 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 332504

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29673
/proc/meminfo: memFree=1409264/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=332504 CPUtime=1001.85
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 87041 0 0 0 100123 62 0 0 25 0 1 120000 101670523 340484096 81967 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 83126 81967 93 173 0 82951 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 332504

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29673
/proc/meminfo: memFree=1409200/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=332504 CPUtime=1061.83
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 87041 0 0 0 106121 62 0 0 25 0 1 120000 101670523 340484096 81967 1992294400 134512640 135224549 4294956224 18446744073709551615 134595537 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 83126 81967 93 173 0 82951 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 332504

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29673
/proc/meminfo: memFree=1409136/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=332504 CPUtime=1121.81
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 87041 0 0 0 112119 62 0 0 25 0 1 120000 101670523 340484096 81967 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 83126 81967 93 173 0 82951 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 332504

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29673
/proc/meminfo: memFree=1409072/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=332504 CPUtime=1181.79
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 87041 0 0 0 118117 62 0 0 25 0 1 120000 101670523 340484096 81967 1992294400 134512640 135224549 4294956224 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 83126 81967 93 173 0 82951 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 332504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29673
/proc/meminfo: memFree=1409072/2055920 swapFree=4181240/4192956
[pid=29666] ppid=29664 vsize=332504 CPUtime=1200.08
/proc/29666/stat : 29666 (CirCUs) R 29664 29666 29571 0 -1 4194304 87041 0 0 0 119946 62 0 0 25 0 1 100 101670523 340484096 81967 1992294400 134512640 135224549 4294956224 18446744073709551615 134595393 0 0 4096 8192 0 0 0 17 0 0 0
/proc/29666/statm: 83126 81967 93 173 0 82951 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 332504

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.66
CPU time (s): 1200.15
CPU user time (s): 1199.47
CPU system time (s): 0.675897
CPU usage (%): 99.9575
Max. virtual memory (cumulated for all children) (KiB): 332504

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

runsolver used 1.00985 second user time and 3.36549 second system time

The end

Launcher Data

Begin job on node48 at 2009-04-26 11:00:28
IDJOB=1728402
IDBENCH=24669
IDSOLVER=544
FILE ID=node48/1728402-1240736419
PBS_JOBID= 9186999
Free space on /tmp= 66336 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/crafted/Hard/contest05/others/sgp_9-8-8.sat05-2674.reshuffled-07.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1728402-1240736419/watcher-1728402-1240736419 -o /tmp/evaluation-result-1728402-1240736419/solver-1728402-1240736419 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1728402-1240736419.cnf -t 1200

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

MD5SUM BENCH= f935103d71f7bb9e8d8051793d20ec02
RANDOM SEED=1955589803

node48.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.209
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.209
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:       1738264 kB
Buffers:         20348 kB
Cached:         233864 kB
SwapCached:       5684 kB
Active:         100816 kB
Inactive:       161408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1738264 kB
SwapTotal:     4192956 kB
SwapFree:      4181240 kB
Dirty:           53440 kB
Writeback:           0 kB
Mapped:          13468 kB
Slab:            41384 kB
Committed_AS:   465228 kB
PageTables:       1368 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= 66332 MiB
End job on node48 at 2009-04-26 11:20:31