Trace number 1729568

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

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hidden-k3-s0-r5-n700-01-S2069048075.sat05-488.reshuffled-07.cnf
MD5SUM68e48f3a77d59cc85ebd5fd30cfcba3c
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 variables700
Number of clauses3500
Sum of the clauses size10500
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33500
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:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1729568-1240751146/watcher-1729568-1240751146 -o /tmp/evaluation-result-1729568-1240751146/solver-1729568-1240751146 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1729568-1240751146.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.72 1.66 1.35 3/65 11713
/proc/meminfo: memFree=1730552/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=1456 CPUtime=0
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 179 0 0 0 0 0 0 0 20 0 1 120000 103143957 1490944 164 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 364 164 70 173 0 189 0

[startup+0.0917001 s]
/proc/loadavg: 1.72 1.66 1.35 3/65 11713
/proc/meminfo: memFree=1730552/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=1852 CPUtime=0.08
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 279 0 0 0 8 0 0 0 20 0 1 120000 103143957 1896448 263 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 463 263 89 173 0 288 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1852

[startup+0.101701 s]
/proc/loadavg: 1.72 1.66 1.35 3/65 11713
/proc/meminfo: memFree=1730552/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=1852 CPUtime=0.09
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 279 0 0 0 9 0 0 0 20 0 1 120000 103143957 1896448 263 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 463 263 89 173 0 288 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1852

[startup+0.301726 s]
/proc/loadavg: 1.72 1.66 1.35 3/65 11713
/proc/meminfo: memFree=1730552/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=1984 CPUtime=0.29
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 316 0 0 0 29 0 0 0 22 0 1 120000 103143957 2031616 300 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 496 300 89 173 0 321 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1984

[startup+0.701776 s]
/proc/loadavg: 1.72 1.66 1.35 3/65 11713
/proc/meminfo: memFree=1730552/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=2248 CPUtime=0.69
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 385 0 0 0 69 0 0 0 25 0 1 120000 103143957 2301952 369 1992294400 134512640 135224549 4294956208 18446744073709551615 134595391 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 562 369 89 173 0 387 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2248

[startup+1.50188 s]
/proc/loadavg: 1.72 1.66 1.35 2/66 11714
/proc/meminfo: memFree=1729264/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=2656 CPUtime=1.49
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 488 0 0 0 149 0 0 0 25 0 1 120000 103143957 2719744 472 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 664 472 89 173 0 489 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2656

[startup+3.10108 s]
/proc/loadavg: 1.72 1.66 1.35 2/66 11714
/proc/meminfo: memFree=1728624/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=3316 CPUtime=3.09
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 670 0 0 0 309 0 0 0 25 0 1 120000 103143957 3395584 654 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 829 654 89 173 0 654 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3316

[startup+6.30148 s]
/proc/loadavg: 1.66 1.64 1.35 2/66 11714
/proc/meminfo: memFree=1727472/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=4240 CPUtime=6.29
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 900 0 0 0 629 0 0 0 25 0 1 120000 103143957 4341760 884 1992294400 134512640 135224549 4294956208 18446744073709551615 134595709 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 1060 884 89 173 0 885 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4240

[startup+12.7013 s]
/proc/loadavg: 1.61 1.63 1.35 2/66 11714
/proc/meminfo: memFree=1726008/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=5828 CPUtime=12.68
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 1271 0 0 0 1268 0 0 0 25 0 1 120000 103143957 5967872 1255 1992294400 134512640 135224549 4294956208 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 1457 1255 89 173 0 1282 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5828

[startup+25.5019 s]
/proc/loadavg: 1.47 1.60 1.34 2/66 11714
/proc/meminfo: memFree=1724216/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=7280 CPUtime=25.48
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 1655 0 0 0 2547 1 0 0 25 0 1 120000 103143957 7454720 1639 1992294400 134512640 135224549 4294956208 18446744073709551615 134619571 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 1820 1639 89 173 0 1645 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7280

[startup+51.1011 s]
/proc/loadavg: 1.31 1.55 1.33 2/66 11714
/proc/meminfo: memFree=1721912/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=9652 CPUtime=51.08
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 2244 0 0 0 5106 2 0 0 25 0 1 120000 103143957 9883648 2195 1992294400 134512640 135224549 4294956208 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 2413 2195 89 173 0 2238 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 9652

[startup+102.305 s]
/proc/loadavg: 1.13 1.47 1.32 2/66 11714
/proc/meminfo: memFree=1719288/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=12168 CPUtime=102.27
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 2892 0 0 0 10224 3 0 0 25 0 1 120000 103143957 12460032 2843 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 3042 2843 89 173 0 2867 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 12168

[startup+162.302 s]
/proc/loadavg: 1.05 1.38 1.29 2/66 11714
/proc/meminfo: memFree=1716984/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=14668 CPUtime=162.25
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 3521 0 0 0 16221 4 0 0 25 0 1 120000 103143957 15020032 3407 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 3667 3407 89 173 0 3492 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 14668

[startup+222.302 s]
/proc/loadavg: 1.02 1.31 1.27 2/66 11714
/proc/meminfo: memFree=1714424/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=17044 CPUtime=222.23
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 4155 0 0 0 22218 5 0 0 25 0 1 120000 103143957 17453056 4041 1992294400 134512640 135224549 4294956208 18446744073709551615 134584993 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 4261 4041 89 173 0 4086 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 17044

[startup+282.301 s]
/proc/loadavg: 1.00 1.25 1.25 2/66 11714
/proc/meminfo: memFree=1712888/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=18504 CPUtime=282.22
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 4519 0 0 0 28216 6 0 0 25 0 1 120000 103143957 18948096 4405 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 4626 4405 89 173 0 4451 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 18504

[startup+342.302 s]
/proc/loadavg: 1.00 1.20 1.23 2/66 11714
/proc/meminfo: memFree=1711168/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=20236 CPUtime=342.2
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 4939 0 0 0 34214 6 0 0 25 0 1 120000 103143957 20721664 4825 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 5059 4825 89 173 0 4884 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 20236

[startup+402.301 s]
/proc/loadavg: 1.00 1.16 1.22 2/66 11714
/proc/meminfo: memFree=1709824/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=21584 CPUtime=402.18
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 5288 0 0 0 40212 6 0 0 25 0 1 120000 103143957 22102016 5174 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 5396 5174 89 173 0 5221 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 21584

[startup+462.302 s]
/proc/loadavg: 1.00 1.13 1.20 2/66 11714
/proc/meminfo: memFree=1709248/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=21980 CPUtime=462.16
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 5398 0 0 0 46210 6 0 0 25 0 1 120000 103143957 22507520 5284 1992294400 134512640 135224549 4294956208 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 5495 5284 89 173 0 5320 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 21980

[startup+522.301 s]
/proc/loadavg: 1.00 1.10 1.18 2/66 11714
/proc/meminfo: memFree=1707136/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=24500 CPUtime=522.14
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 6037 0 0 0 52207 7 0 0 25 0 1 120000 103143957 25088000 5794 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 6125 5794 89 173 0 5950 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 24500

[startup+582.302 s]
/proc/loadavg: 1.00 1.08 1.17 2/66 11714
/proc/meminfo: memFree=1707072/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=24656 CPUtime=582.13
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 6045 0 0 0 58206 7 0 0 25 0 1 120000 103143957 25247744 5802 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 6164 5802 89 173 0 5989 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 24656

[startup+642.301 s]
/proc/loadavg: 1.00 1.06 1.16 2/66 11714
/proc/meminfo: memFree=1704896/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=26812 CPUtime=642.12
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 6583 0 0 0 64203 9 0 0 25 0 1 120000 103143957 27455488 6340 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 6703 6340 89 173 0 6528 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 26812

[startup+702.302 s]
/proc/loadavg: 1.00 1.05 1.15 2/66 11714
/proc/meminfo: memFree=1704704/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=26812 CPUtime=702.1
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 6608 0 0 0 70201 9 0 0 25 0 1 120000 103143957 27455488 6365 1992294400 134512640 135224549 4294956208 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 6703 6365 89 173 0 6528 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 26812

[startup+762.305 s]
/proc/loadavg: 1.00 1.04 1.13 2/66 11714
/proc/meminfo: memFree=1702272/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=29360 CPUtime=762.08
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 7228 0 0 0 76199 9 0 0 25 0 1 120000 103143957 30064640 6985 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 7340 6985 89 173 0 7165 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 29360

[startup+822.302 s]
/proc/loadavg: 1.00 1.03 1.12 2/66 11714
/proc/meminfo: memFree=1702208/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=29360 CPUtime=822.06
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 7228 0 0 0 82197 9 0 0 25 0 1 120000 103143957 30064640 6985 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 7340 6985 89 173 0 7165 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 29360

[startup+882.301 s]
/proc/loadavg: 1.00 1.02 1.11 2/66 11714
/proc/meminfo: memFree=1702144/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=29512 CPUtime=882.05
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 7249 0 0 0 88196 9 0 0 25 0 1 120000 103143957 30220288 7006 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 7378 7006 89 173 0 7203 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 29512

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.10 2/66 11714
/proc/meminfo: memFree=1699776/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=31764 CPUtime=942.03
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 7837 0 0 0 94194 9 0 0 25 0 1 120000 103143957 32526336 7594 1992294400 134512640 135224549 4294956208 18446744073709551615 134595715 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 7941 7594 89 173 0 7766 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 31764

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.09 2/66 11714
/proc/meminfo: memFree=1699712/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=31764 CPUtime=1002.01
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 7839 0 0 0 100192 9 0 0 25 0 1 120000 103143957 32526336 7596 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 7941 7596 89 173 0 7766 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 31764

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 11714
/proc/meminfo: memFree=1699648/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=31912 CPUtime=1061.99
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 7853 0 0 0 106190 9 0 0 25 0 1 120000 103143957 32677888 7610 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 7978 7610 89 173 0 7803 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 31912

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 11714
/proc/meminfo: memFree=1697088/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=34292 CPUtime=1121.98
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 8483 0 0 0 112188 10 0 0 25 0 1 120000 103143957 35115008 8240 1992294400 134512640 135224549 4294956208 18446744073709551615 134595301 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 8573 8240 89 173 0 8398 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 34292

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 11714
/proc/meminfo: memFree=1696960/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=34556 CPUtime=1181.96
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 8528 0 0 0 118186 10 0 0 25 0 1 120000 103143957 35385344 8285 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 8639 8285 89 173 0 8464 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 34556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 11714
/proc/meminfo: memFree=1696960/2055920 swapFree=4192812/4192956
[pid=11713] ppid=11711 vsize=34556 CPUtime=1200.06
/proc/11713/stat : 11713 (CirCUs) R 11711 11713 11515 0 -1 4194304 8528 0 0 0 119996 10 0 0 25 0 1 100 103143957 35385344 8285 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11713/statm: 8639 8285 89 173 0 8464 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 34556

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.08
CPU user time (s): 1199.97
CPU system time (s): 0.112982
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 34556

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

runsolver used 1.36179 second user time and 2.96155 second system time

The end

Launcher Data

Begin job on node92 at 2009-04-26 15:05:46
IDJOB=1729568
IDBENCH=24706
IDSOLVER=544
FILE ID=node92/1729568-1240751146
PBS_JOBID= 9187057
Free space on /tmp= 66552 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/crafted/Hard/contest03/looksrandom/hidden-k3-s0-r5-n700-01-S2069048075.sat05-488.reshuffled-07.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729568-1240751146/watcher-1729568-1240751146 -o /tmp/evaluation-result-1729568-1240751146/solver-1729568-1240751146 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1729568-1240751146.cnf -t 1200

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

MD5SUM BENCH= 68e48f3a77d59cc85ebd5fd30cfcba3c
RANDOM SEED=2094918982

node92.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.245
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.245
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1731032 kB
Buffers:         25096 kB
Cached:         231872 kB
SwapCached:        140 kB
Active:          65588 kB
Inactive:       205344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1731032 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1116 kB
Writeback:           0 kB
Mapped:          23568 kB
Slab:            39820 kB
Committed_AS:   191056 kB
PageTables:       1460 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= 66552 MiB
End job on node92 at 2009-04-26 15:25:48