Trace number 1562547

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.04 1200.43

General information on the benchmark

NameCRAFTED/edgematching/
fbcolors/em_12_2_4_fbc.cnf
MD5SUM9fee570f53de23cb47dfa378d421371e
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 variables12584
Number of clauses202912
Sum of the clauses size618320
Maximum clause length100
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 264604
Number of clauses of size 3103200
Number of clauses of size 417828
Number of clauses of size 517000
Number of clauses of size over 5280

Solver Data

0.69/0.72	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.69/0.72	c Eliminate time :       0.46 

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-1562547-1238776594/watcher-1562547-1238776594 -o /tmp/evaluation-result-1562547-1238776594/solver-1562547-1238776594 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1562547-1238776594.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/74 14241
/proc/meminfo: memFree=1774576/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=3992 CPUtime=0
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 395 0 0 0 0 0 0 0 18 0 1 120000 1150320466 4087808 380 1992294400 134512640 135224549 4294956208 18446744073709551615 134560608 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 998 380 70 173 0 823 0

[startup+0.0694881 s]
/proc/loadavg: 0.92 0.98 0.99 3/74 14241
/proc/meminfo: memFree=1774576/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=7292 CPUtime=0.06
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 1304 0 0 0 6 0 0 0 18 0 1 120000 1150320466 7467008 1256 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 1823 1256 70 173 0 1648 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7292

[startup+0.101492 s]
/proc/loadavg: 0.92 0.98 0.99 3/74 14241
/proc/meminfo: memFree=1774576/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=9000 CPUtime=0.09
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 1782 0 0 0 9 0 0 0 18 0 1 120000 1150320466 9216000 1669 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 2250 1669 70 173 0 2075 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9000

[startup+0.301526 s]
/proc/loadavg: 0.92 0.98 0.99 3/74 14241
/proc/meminfo: memFree=1774576/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=17032 CPUtime=0.29
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 4030 0 0 0 28 1 0 0 19 0 1 120000 1150320466 17440768 3787 1992294400 134512640 135224549 4294956208 18446744073709551615 134570833 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 4258 3787 73 173 0 4083 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17032

[startup+0.701593 s]
/proc/loadavg: 0.92 0.98 0.99 3/74 14241
/proc/meminfo: memFree=1774576/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=17164 CPUtime=0.69
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 4071 0 0 0 68 1 0 0 22 0 1 120000 1150320466 17575936 3828 1992294400 134512640 135224549 4294956208 18446744073709551615 134591036 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 4291 3828 76 173 0 4116 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17164

[startup+1.50173 s]
/proc/loadavg: 0.92 0.98 0.99 2/75 14242
/proc/meminfo: memFree=1758760/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=18884 CPUtime=1.49
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 4534 0 0 0 148 1 0 0 25 0 1 120000 1150320466 19337216 4291 1992294400 134512640 135224549 4294956208 18446744073709551615 134595552 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 4721 4291 92 173 0 4546 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18884

[startup+3.102 s]
/proc/loadavg: 0.92 0.98 0.99 2/75 14242
/proc/meminfo: memFree=1757032/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=19940 CPUtime=3.09
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 4800 0 0 0 308 1 0 0 25 0 1 120000 1150320466 20418560 4557 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 4985 4557 92 173 0 4810 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19940

[startup+6.30154 s]
/proc/loadavg: 0.93 0.98 0.99 2/75 14242
/proc/meminfo: memFree=1747432/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=28956 CPUtime=6.28
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 7039 0 0 0 626 2 0 0 25 0 1 120000 1150320466 29650944 6796 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 7239 6796 92 173 0 7064 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 28956

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/75 14242
/proc/meminfo: memFree=1741808/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=34532 CPUtime=12.68
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 8444 0 0 0 1265 3 0 0 25 0 1 120000 1150320466 35360768 8201 1992294400 134512640 135224549 4294956208 18446744073709551615 134595407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 8633 8201 92 173 0 8458 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34532

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/75 14242
/proc/meminfo: memFree=1739952/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=36384 CPUtime=25.49
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 8897 0 0 0 2545 4 0 0 25 0 1 120000 1150320466 37257216 8654 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 9096 8654 92 173 0 8921 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 36384

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 0.99 2/75 14242
/proc/meminfo: memFree=1739888/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=36384 CPUtime=51.07
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 8903 0 0 0 5103 4 0 0 25 0 1 120000 1150320466 37257216 8660 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 9096 8660 92 173 0 8921 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 36384

[startup+102.307 s]
/proc/loadavg: 1.04 1.00 1.00 2/75 14242
/proc/meminfo: memFree=1726064/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=50128 CPUtime=102.26
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 12355 0 0 0 10221 5 0 0 25 0 1 120000 1150320466 51331072 12112 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 12532 12112 92 173 0 12357 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 50128

[startup+162.302 s]
/proc/loadavg: 1.07 1.01 1.00 2/75 14242
/proc/meminfo: memFree=1713584/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=62644 CPUtime=162.23
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 15466 0 0 0 16216 7 0 0 25 0 1 120000 1150320466 64147456 15223 1992294400 134512640 135224549 4294956208 18446744073709551615 134595283 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 15661 15223 92 173 0 15486 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 62644

[startup+222.302 s]
/proc/loadavg: 1.08 1.03 1.00 2/75 14242
/proc/meminfo: memFree=1707056/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=69256 CPUtime=222.22
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 17103 0 0 0 22213 9 0 0 25 0 1 120000 1150320466 70918144 16860 1992294400 134512640 135224549 4294956208 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 17314 16860 92 173 0 17139 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 69256

[startup+282.301 s]
/proc/loadavg: 1.03 1.02 1.00 2/75 14242
/proc/meminfo: memFree=1702640/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=73616 CPUtime=282.19
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 18202 0 0 0 28210 9 0 0 25 0 1 120000 1150320466 75382784 17959 1992294400 134512640 135224549 4294956208 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 18404 17959 92 173 0 18229 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 73616

[startup+342.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/75 14244
/proc/meminfo: memFree=1697904/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=78252 CPUtime=342.18
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 19372 0 0 0 34208 10 0 0 25 0 1 120000 1150320466 80130048 19129 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 19563 19129 92 173 0 19388 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 78252

[startup+402.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/75 14244
/proc/meminfo: memFree=1683568/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=92780 CPUtime=402.16
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 22949 0 0 0 40203 13 0 0 25 0 1 120000 1150320466 95006720 22706 1992294400 134512640 135224549 4294956208 18446744073709551615 134595360 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 23195 22706 92 173 0 23020 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 92780

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 14244
/proc/meminfo: memFree=1683504/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=92780 CPUtime=462.14
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 22958 0 0 0 46201 13 0 0 25 0 1 120000 1150320466 95006720 22715 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 23195 22715 92 173 0 23020 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 92780

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 14244
/proc/meminfo: memFree=1655600/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=120540 CPUtime=522.12
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 29919 0 0 0 52192 20 0 0 25 0 1 120000 1150320466 123432960 29676 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 30135 29676 92 173 0 29960 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 120540

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 14244
/proc/meminfo: memFree=1655600/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=120540 CPUtime=582.1
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 29919 0 0 0 58190 20 0 0 25 0 1 120000 1150320466 123432960 29676 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 30135 29676 92 173 0 29960 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 120540

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 14244
/proc/meminfo: memFree=1641008/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=135060 CPUtime=642.09
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 33559 0 0 0 64186 23 0 0 25 0 1 120000 1150320466 138301440 33316 1992294400 134512640 135224549 4294956208 18446744073709551615 134595407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 33765 33316 92 173 0 33590 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 135060

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 14244
/proc/meminfo: memFree=1640944/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=135324 CPUtime=702.06
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 33606 0 0 0 70183 23 0 0 25 0 1 120000 1150320466 138571776 33363 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 33831 33363 92 173 0 33656 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 135324

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 14244
/proc/meminfo: memFree=1628912/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=147076 CPUtime=762.05
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 36560 0 0 0 76180 25 0 0 25 0 1 120000 1150320466 150605824 36317 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 36769 36317 92 173 0 36594 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 147076

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 14244
/proc/meminfo: memFree=1628848/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=147076 CPUtime=822.02
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 36561 0 0 0 82177 25 0 0 25 0 1 120000 1150320466 150605824 36318 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 36769 36318 92 173 0 36594 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 147076

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 14244
/proc/meminfo: memFree=1618224/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=157644 CPUtime=882.01
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 39210 0 0 0 88173 28 0 0 25 0 1 120000 1150320466 161427456 38967 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 39411 38967 92 173 0 39236 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 157644

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 14244
/proc/meminfo: memFree=1618224/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=157644 CPUtime=941.99
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 39210 0 0 0 94171 28 0 0 25 0 1 120000 1150320466 161427456 38967 1992294400 134512640 135224549 4294956208 18446744073709551615 134595347 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 39411 38967 92 173 0 39236 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 157644

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 14244
/proc/meminfo: memFree=1607536/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=168204 CPUtime=1001.97
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 41880 0 0 0 100167 30 0 0 25 0 1 120000 1150320466 172240896 41637 1992294400 134512640 135224549 4294956208 18446744073709551615 134595391 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 42051 41637 92 173 0 41876 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 168204

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 14244
/proc/meminfo: memFree=1607280/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=168716 CPUtime=1061.95
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 42016 0 0 0 106165 30 0 0 25 0 1 120000 1150320466 172765184 41644 1992294400 134512640 135224549 4294956208 18446744073709551615 134587872 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 42179 41644 92 173 0 42004 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 168716

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 14244
/proc/meminfo: memFree=1607280/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=168716 CPUtime=1121.93
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 42021 0 0 0 112163 30 0 0 25 0 1 120000 1150320466 172765184 41649 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 42179 41649 92 173 0 42004 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 168716

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 14244
/proc/meminfo: memFree=1607280/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=168716 CPUtime=1181.91
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 42021 0 0 0 118161 30 0 0 25 0 1 120000 1150320466 172765184 41649 1992294400 134512640 135224549 4294956208 18446744073709551615 134595376 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 42179 41649 92 173 0 42004 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 168716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 14244
/proc/meminfo: memFree=1607280/2055920 swapFree=4173168/4192956
[pid=14241] ppid=14239 vsize=168716 CPUtime=1200.01
/proc/14241/stat : 14241 (CirCUs) R 14239 14241 13958 0 -1 4194304 42022 0 0 0 119971 30 0 0 25 0 1 100 1150320466 172765184 41650 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/14241/statm: 42179 41650 92 173 0 42004 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 168716

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.43
CPU time (s): 1200.04
CPU user time (s): 1199.71
CPU system time (s): 0.331949
CPU usage (%): 99.9676
Max. virtual memory (cumulated for all children) (KiB): 169232

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

runsolver used 1.13983 second user time and 3.23751 second system time

The end

Launcher Data

Begin job on node68 at 2009-04-03 18:36:34
IDJOB=1562547
IDBENCH=70936
IDSOLVER=544
FILE ID=node68/1562547-1238776594
PBS_JOBID= 9085545
Free space on /tmp= 66460 MiB

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

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

MD5SUM BENCH= 9fee570f53de23cb47dfa378d421371e
RANDOM SEED=1775403970

node68.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.270
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.270
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:       1774992 kB
Buffers:         37288 kB
Cached:         168044 kB
SwapCached:       9956 kB
Active:         128348 kB
Inactive:        88928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1774992 kB
SwapTotal:     4192956 kB
SwapFree:      4173168 kB
Dirty:            5208 kB
Writeback:           0 kB
Mapped:          17788 kB
Slab:            48468 kB
Committed_AS:  3086388 kB
PageTables:       2136 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= 66460 MiB
End job on node68 at 2009-04-03 18:56:36