Trace number 1561351

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.07 1200.62

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_8_4_5_cmp.cnf
MD5SUM0b9eae71c375cb5515f5dd7953424584
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark136.322
Satisfiable
(Un)Satisfiability was proved
Number of variables2420
Number of clauses22340
Sum of the clauses size74788
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23164
Number of clauses of size 313968
Number of clauses of size 42628
Number of clauses of size 52460
Number of clauses of size over 5120

Solver Data

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

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-1561351-1238765466/watcher-1561351-1238765466 -o /tmp/evaluation-result-1561351-1238765466/solver-1561351-1238765466 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1561351-1238765466.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/65 5289
/proc/meminfo: memFree=1729288/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=1756 CPUtime=0
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 226 0 0 0 0 0 0 0 18 0 1 120000 360267323 1798144 211 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 439 212 70 173 0 264 0

[startup+0.00737205 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 5289
/proc/meminfo: memFree=1729288/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=1888 CPUtime=0
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 253 0 0 0 0 0 0 0 18 0 1 120000 360267323 1933312 238 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 472 239 70 173 0 297 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1888

[startup+0.101383 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 5289
/proc/meminfo: memFree=1729288/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=3204 CPUtime=0.09
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 616 0 0 0 9 0 0 0 18 0 1 120000 360267323 3280896 600 1992294400 134512640 135224549 4294956208 18446744073709551615 134587883 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 801 600 92 173 0 626 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3204

[startup+0.301407 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 5289
/proc/meminfo: memFree=1729288/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=3996 CPUtime=0.29
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 808 0 0 0 29 0 0 0 19 0 1 120000 360267323 4091904 792 1992294400 134512640 135224549 4294956208 18446744073709551615 134595292 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 999 792 92 173 0 824 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3996

[startup+0.701458 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 5289
/proc/meminfo: memFree=1729288/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=4656 CPUtime=0.69
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 979 0 0 0 69 0 0 0 23 0 1 120000 360267323 4767744 963 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 1164 963 92 173 0 989 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4656

[startup+1.50156 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5290
/proc/meminfo: memFree=1725440/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=5316 CPUtime=1.49
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 1132 0 0 0 149 0 0 0 25 0 1 120000 360267323 5443584 1116 1992294400 134512640 135224549 4294956208 18446744073709551615 134619184 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 1329 1116 92 173 0 1154 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5316

[startup+3.10176 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5290
/proc/meminfo: memFree=1724672/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=6024 CPUtime=3.09
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 1316 0 0 0 309 0 0 0 25 0 1 120000 360267323 6168576 1300 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 1506 1300 92 173 0 1331 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6024

[startup+6.30117 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5290
/proc/meminfo: memFree=1722560/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=7608 CPUtime=6.29
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 1717 0 0 0 629 0 0 0 25 0 1 120000 360267323 7790592 1701 1992294400 134512640 135224549 4294956208 18446744073709551615 134587796 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 1902 1701 92 173 0 1727 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7608

[startup+12.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5290
/proc/meminfo: memFree=1720320/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=9984 CPUtime=12.69
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 2276 0 0 0 1268 1 0 0 25 0 1 120000 360267323 10223616 2260 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 2496 2260 92 173 0 2321 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9984

[startup+25.5016 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5290
/proc/meminfo: memFree=1717952/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=12628 CPUtime=25.48
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 2946 0 0 0 2547 1 0 0 25 0 1 120000 360267323 12931072 2930 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 3157 2930 92 173 0 2982 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 12628

[startup+51.1018 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5290
/proc/meminfo: memFree=1713792/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=16608 CPUtime=51.07
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 3972 0 0 0 5105 2 0 0 25 0 1 120000 360267323 17006592 3923 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 4152 3923 92 173 0 3977 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 16608

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5290
/proc/meminfo: memFree=1708416/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=21920 CPUtime=102.25
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 5267 0 0 0 10221 4 0 0 25 0 1 120000 360267323 22446080 5218 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 5480 5218 92 173 0 5305 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 21920

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5290
/proc/meminfo: memFree=1703808/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=26572 CPUtime=162.21
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 6460 0 0 0 16216 5 0 0 25 0 1 120000 360267323 27209728 6411 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 6643 6411 92 173 0 6468 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 26572

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5290
/proc/meminfo: memFree=1700608/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=29792 CPUtime=222.19
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 7263 0 0 0 22212 7 0 0 25 0 1 120000 360267323 30507008 7149 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 7448 7149 92 173 0 7273 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 29792

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5290
/proc/meminfo: memFree=1698432/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=31948 CPUtime=282.16
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 7806 0 0 0 28209 7 0 0 25 0 1 120000 360267323 32714752 7692 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 7987 7692 92 173 0 7812 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 31948

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5290
/proc/meminfo: memFree=1695104/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=35308 CPUtime=342.14
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 8630 0 0 0 34206 8 0 0 25 0 1 120000 360267323 36155392 8516 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 8827 8516 92 173 0 8652 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 35308

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5290
/proc/meminfo: memFree=1691072/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=39328 CPUtime=402.11
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 9617 0 0 0 40202 9 0 0 25 0 1 120000 360267323 40271872 9503 1992294400 134512640 135224549 4294956208 18446744073709551615 134595315 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 9832 9503 92 173 0 9657 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 39328

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5290
/proc/meminfo: memFree=1690176/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=40288 CPUtime=462.08
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 9845 0 0 0 46199 9 0 0 25 0 1 120000 360267323 41254912 9731 1992294400 134512640 135224549 4294956208 18446744073709551615 134595407 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 10072 9731 92 173 0 9897 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 40288

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5290
/proc/meminfo: memFree=1689728/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=40696 CPUtime=522.05
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 9954 0 0 0 52196 9 0 0 25 0 1 120000 360267323 41672704 9840 1992294400 134512640 135224549 4294956208 18446744073709551615 134584993 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 10174 9840 92 173 0 9999 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 40696

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5290
/proc/meminfo: memFree=1685376/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=45056 CPUtime=582.03
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 11048 0 0 0 58193 10 0 0 25 0 1 120000 360267323 46137344 10934 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 11264 10934 92 173 0 11089 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 45056

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5290
/proc/meminfo: memFree=1685376/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=45056 CPUtime=642
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 11048 0 0 0 64190 10 0 0 25 0 1 120000 360267323 46137344 10934 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 11264 10934 92 173 0 11089 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 45056

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5290
/proc/meminfo: memFree=1681728/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=48764 CPUtime=701.97
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 11921 0 0 0 70186 11 0 0 25 0 1 120000 360267323 49934336 11807 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 12191 11807 92 173 0 12016 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 48764

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5290
/proc/meminfo: memFree=1681664/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=48764 CPUtime=761.95
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 11924 0 0 0 76184 11 0 0 25 0 1 120000 360267323 49934336 11810 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 12191 11810 92 173 0 12016 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 48764

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5290
/proc/meminfo: memFree=1677120/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=53916 CPUtime=821.92
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 13229 0 0 0 82179 13 0 0 25 0 1 120000 360267323 55209984 12986 1992294400 134512640 135224549 4294956208 18446744073709551615 134595591 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 13479 12986 92 173 0 13304 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 53916

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5290
/proc/meminfo: memFree=1676480/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=54336 CPUtime=881.89
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 13339 0 0 0 88176 13 0 0 25 0 1 120000 360267323 55640064 13096 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 13584 13096 92 173 0 13409 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 54336

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5290
/proc/meminfo: memFree=1676480/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=54336 CPUtime=941.86
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 13346 0 0 0 94173 13 0 0 25 0 1 120000 360267323 55640064 13103 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 13584 13103 92 173 0 13409 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 54336

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5290
/proc/meminfo: memFree=1672128/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=58744 CPUtime=1001.83
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 14434 0 0 0 100169 14 0 0 25 0 1 120000 360267323 60153856 14191 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 14686 14191 92 173 0 14511 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 58744

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5290
/proc/meminfo: memFree=1671424/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=59404 CPUtime=1061.8
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 14597 0 0 0 106166 14 0 0 25 0 1 120000 360267323 60829696 14354 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 14851 14354 92 173 0 14676 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 59404

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5290
/proc/meminfo: memFree=1671296/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=59536 CPUtime=1121.77
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 14610 0 0 0 112163 14 0 0 25 0 1 120000 360267323 60964864 14367 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 14884 14367 92 173 0 14709 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 59536

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5290
/proc/meminfo: memFree=1670528/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=60452 CPUtime=1181.75
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 14833 0 0 0 118160 15 0 0 25 0 1 120000 360267323 61902848 14590 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 15113 14590 92 173 0 14938 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 60452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 5290
/proc/meminfo: memFree=1667200/2055920 swapFree=4191900/4192956
[pid=5289] ppid=5287 vsize=63504 CPUtime=1200.05
/proc/5289/stat : 5289 (CirCUs) R 5287 5289 4552 0 -1 4194304 15608 0 0 0 119989 16 0 0 25 0 1 100 360267323 65028096 15365 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5289/statm: 15876 15365 92 173 0 15701 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 63504

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.62
CPU time (s): 1200.07
CPU user time (s): 1199.89
CPU system time (s): 0.172973
CPU usage (%): 99.9541
Max. virtual memory (cumulated for all children) (KiB): 63504

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

runsolver used 1.06984 second user time and 3.3085 second system time

The end

Launcher Data

Begin job on node54 at 2009-04-03 15:31:06
IDJOB=1561351
IDBENCH=70913
IDSOLVER=544
FILE ID=node54/1561351-1238765466
PBS_JOBID= 9085470
Free space on /tmp= 66560 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/edgematching/compact/em_8_4_5_cmp.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1561351-1238765466/watcher-1561351-1238765466 -o /tmp/evaluation-result-1561351-1238765466/solver-1561351-1238765466 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1561351-1238765466.cnf -t 1200

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

MD5SUM BENCH= 0b9eae71c375cb5515f5dd7953424584
RANDOM SEED=1470008014

node54.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.232
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.232
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:       1729768 kB
Buffers:         40616 kB
Cached:         195832 kB
SwapCached:        260 kB
Active:          67180 kB
Inactive:       184532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729768 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1544 kB
Writeback:           0 kB
Mapped:          23792 kB
Slab:            60368 kB
Committed_AS:  1316640 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66560 MiB
End job on node54 at 2009-04-03 15:51:08