Trace number 1524366

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

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/65/
unif-k7-r89-v65-c5785-S1610649331-094.cnf
MD5SUM559244527104bd6e88d823e1ca1028fc
Bench CategoryRANDOM (random 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 variables65
Number of clauses5785
Sum of the clauses size40495
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55785

Solver Data

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

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1524366-1238470004/watcher-1524366-1238470004 -o /tmp/evaluation-result-1524366-1238470004/solver-1524366-1238470004 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524366-1238470004.cnf -t 1200 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/70 5738
/proc/meminfo: memFree=1020936/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=1444 CPUtime=0
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 156 0 0 0 0 0 0 0 18 0 1 120000 1119663081 1478656 141 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 361 142 70 173 0 186 0

[startup+0.032557 s]
/proc/loadavg: 1.00 1.00 1.00 3/70 5738
/proc/meminfo: memFree=1020936/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=1836 CPUtime=0.02
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 271 0 0 0 2 0 0 0 18 0 1 120000 1119663081 1880064 255 1992294400 134512640 135224549 4294956224 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 459 255 74 173 0 284 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1836

[startup+0.101569 s]
/proc/loadavg: 1.00 1.00 1.00 3/70 5738
/proc/meminfo: memFree=1020936/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=1968 CPUtime=0.09
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 323 0 0 0 9 0 0 0 18 0 1 120000 1119663081 2015232 307 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 492 307 90 173 0 317 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1968

[startup+0.301605 s]
/proc/loadavg: 1.00 1.00 1.00 3/70 5738
/proc/meminfo: memFree=1020936/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=2100 CPUtime=0.29
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 369 0 0 0 29 0 0 0 19 0 1 120000 1119663081 2150400 353 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 525 353 90 173 0 350 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2100

[startup+0.702677 s]
/proc/loadavg: 1.00 1.00 1.00 3/70 5738
/proc/meminfo: memFree=1020936/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=2364 CPUtime=0.69
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 418 0 0 0 69 0 0 0 22 0 1 120000 1119663081 2420736 402 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 591 402 90 173 0 416 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2364

[startup+1.50182 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 5739
/proc/meminfo: memFree=1019520/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=2760 CPUtime=1.49
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 509 0 0 0 149 0 0 0 25 0 1 120000 1119663081 2826240 493 1992294400 134512640 135224549 4294956224 18446744073709551615 134595331 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 690 493 90 173 0 515 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2760

[startup+3.10112 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 5739
/proc/meminfo: memFree=1018880/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=3292 CPUtime=3.09
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 659 0 0 0 309 0 0 0 25 0 1 120000 1119663081 3371008 643 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 823 643 90 173 0 648 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3292

[startup+6.3017 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 5739
/proc/meminfo: memFree=1017792/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=4232 CPUtime=6.28
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 874 0 0 0 628 0 0 0 25 0 1 120000 1119663081 4333568 858 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 1058 858 90 173 0 883 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 4232

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 5739
/proc/meminfo: memFree=1016448/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=5420 CPUtime=12.69
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 1167 0 0 0 1268 1 0 0 25 0 1 120000 1119663081 5550080 1151 1992294400 134512640 135224549 4294956224 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 1355 1151 90 173 0 1180 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5420

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 5739
/proc/meminfo: memFree=1015232/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=6656 CPUtime=25.49
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 1480 0 0 0 2547 2 0 0 25 0 1 120000 1119663081 6815744 1464 1992294400 134512640 135224549 4294956224 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 1664 1464 90 173 0 1489 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6656

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 5739
/proc/meminfo: memFree=1012992/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=9052 CPUtime=51.07
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 2077 0 0 0 5105 2 0 0 25 0 1 120000 1119663081 9269248 2028 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 2263 2028 90 173 0 2088 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 9052

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 5739
/proc/meminfo: memFree=1010688/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=11244 CPUtime=102.25
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 2601 0 0 0 10223 2 0 0 25 0 1 120000 1119663081 11513856 2552 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 2811 2552 90 173 0 2636 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 11244

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 5739
/proc/meminfo: memFree=1008960/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=13112 CPUtime=162.23
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 3076 0 0 0 16220 3 0 0 25 0 1 120000 1119663081 13426688 2962 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 3278 2962 90 173 0 3103 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 13112

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 5739
/proc/meminfo: memFree=1007360/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=14824 CPUtime=222.21
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 3469 0 0 0 22217 4 0 0 25 0 1 120000 1119663081 15179776 3355 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 3706 3355 90 173 0 3531 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 14824

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 5739
/proc/meminfo: memFree=1005888/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=16464 CPUtime=282.19
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 3841 0 0 0 28214 5 0 0 25 0 1 120000 1119663081 16859136 3727 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 4116 3727 90 173 0 3941 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 16464

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 5739
/proc/meminfo: memFree=1005056/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=17276 CPUtime=342.17
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 4032 0 0 0 34212 5 0 0 25 0 1 120000 1119663081 17690624 3918 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 4319 3918 90 173 0 4144 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 17276

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 5739
/proc/meminfo: memFree=1003776/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=18600 CPUtime=402.14
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 4347 0 0 0 40209 5 0 0 25 0 1 120000 1119663081 19046400 4233 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 4650 4233 90 173 0 4475 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 18600

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 5739
/proc/meminfo: memFree=1002432/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=20128 CPUtime=462.13
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 4703 0 0 0 46207 6 0 0 25 0 1 120000 1119663081 20611072 4589 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 5032 4589 90 173 0 4857 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 20128

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 5739
/proc/meminfo: memFree=1002112/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=20428 CPUtime=522.1
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 4778 0 0 0 52204 6 0 0 25 0 1 120000 1119663081 20918272 4664 1992294400 134512640 135224549 4294956224 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 5107 4664 90 173 0 4932 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 20428

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 5739
/proc/meminfo: memFree=1000768/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=21824 CPUtime=582.08
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 5115 0 0 0 58201 7 0 0 25 0 1 120000 1119663081 22347776 5001 1992294400 134512640 135224549 4294956224 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 5456 5001 90 173 0 5281 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 21824

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 5739
/proc/meminfo: memFree=1000448/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=22272 CPUtime=642.06
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 5196 0 0 0 64199 7 0 0 25 0 1 120000 1119663081 22806528 5082 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 5568 5082 90 173 0 5393 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 22272

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 5739
/proc/meminfo: memFree=998848/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=24376 CPUtime=702.04
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 5708 0 0 0 70196 8 0 0 25 0 1 120000 1119663081 24961024 5465 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 6094 5465 90 173 0 5919 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 24376

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 5739
/proc/meminfo: memFree=998720/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=24508 CPUtime=762.02
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 5743 0 0 0 76194 8 0 0 25 0 1 120000 1119663081 25096192 5500 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 6127 5500 90 173 0 5952 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 24508

[startup+822.301 s]
/proc/loadavg: 1.10 1.03 1.01 2/71 5739
/proc/meminfo: memFree=996800/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=26600 CPUtime=822
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 6219 0 0 0 82191 9 0 0 25 0 1 120000 1119663081 27238400 5976 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 6650 5976 90 173 0 6475 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 26600

[startup+882.301 s]
/proc/loadavg: 1.10 1.04 1.00 2/71 5739
/proc/meminfo: memFree=996736/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=26732 CPUtime=881.97
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 6252 0 0 0 88188 9 0 0 25 0 1 120000 1119663081 27373568 6009 1992294400 134512640 135224549 4294956224 18446744073709551615 134595309 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 6683 6009 90 173 0 6508 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 26732

[startup+942.301 s]
/proc/loadavg: 1.09 1.04 1.00 2/71 5739
/proc/meminfo: memFree=996544/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=26924 CPUtime=941.95
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 6298 0 0 0 94186 9 0 0 25 0 1 120000 1119663081 27570176 6055 1992294400 134512640 135224549 4294956224 18446744073709551615 134595691 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 6731 6055 90 173 0 6556 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 26924

[startup+1002.3 s]
/proc/loadavg: 1.08 1.05 1.00 2/71 5741
/proc/meminfo: memFree=995136/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=28476 CPUtime=1001.93
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 6649 0 0 0 100183 10 0 0 25 0 1 120000 1119663081 29159424 6406 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 7119 6406 90 173 0 6944 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 28476

[startup+1062.3 s]
/proc/loadavg: 1.30 1.10 1.02 2/71 5741
/proc/meminfo: memFree=994752/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=28964 CPUtime=1061.91
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 6746 0 0 0 106181 10 0 0 25 0 1 120000 1119663081 29659136 6503 1992294400 134512640 135224549 4294956224 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 7241 6503 90 173 0 7066 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 28964

[startup+1122.3 s]
/proc/loadavg: 1.22 1.12 1.03 2/71 5741
/proc/meminfo: memFree=994432/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=29220 CPUtime=1121.89
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 6817 0 0 0 112179 10 0 0 25 0 1 120000 1119663081 29921280 6574 1992294400 134512640 135224549 4294956224 18446744073709551615 134595298 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 7305 6574 90 173 0 7130 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 29220

[startup+1182.3 s]
/proc/loadavg: 1.08 1.10 1.02 2/71 5741
/proc/meminfo: memFree=994304/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=29476 CPUtime=1181.86
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 6850 0 0 0 118176 10 0 0 25 0 1 120000 1119663081 30183424 6607 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 7369 6607 90 173 0 7194 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 29476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.06 1.09 1.02 2/71 5741
/proc/meminfo: memFree=994048/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=29740 CPUtime=1200.07
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 6912 0 0 0 119996 11 0 0 25 0 1 100 1119663081 30453760 6669 1992294400 134512640 135224549 4294956224 18446744073709551615 134595304 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 7435 6669 90 173 0 7260 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 29740

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

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

[startup+1200.5 s]
/proc/loadavg: 1.06 1.09 1.02 2/71 5741
/proc/meminfo: memFree=994048/2055920 swapFree=4170584/4192956
[pid=5738] ppid=5736 vsize=29740 CPUtime=1200.07
/proc/5738/stat : 5738 (CirCUs) R 5736 5738 5673 0 -1 4194304 6912 0 0 0 119996 11 0 0 25 0 1 100 1119663081 30453760 6669 1992294400 134512640 135224549 4294956224 18446744073709551615 134595304 0 0 4096 8192 0 0 0 17 1 0 0
/proc/5738/statm: 7435 6669 90 173 0 7260 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 29740

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.08
CPU user time (s): 1199.96
CPU system time (s): 0.115982
CPU usage (%): 99.9639
Max. virtual memory (cumulated for all children) (KiB): 29740

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

runsolver used 0.972852 second user time and 3.40348 second system time

The end

Launcher Data

Begin job on node45 at 2009-03-31 05:26:45
IDJOB=1524366
IDBENCH=70481
IDSOLVER=544
FILE ID=node45/1524366-1238470004
PBS_JOBID= 9061796
Free space on /tmp= 66416 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/65/unif-k7-r89-v65-c5785-S1610649331-094.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524366-1238470004/watcher-1524366-1238470004 -o /tmp/evaluation-result-1524366-1238470004/solver-1524366-1238470004 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524366-1238470004.cnf -t 1200

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

MD5SUM BENCH= 559244527104bd6e88d823e1ca1028fc
RANDOM SEED=1112385416

node45.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.285
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.285
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:       1021352 kB
Buffers:        106176 kB
Cached:         821932 kB
SwapCached:      11516 kB
Active:         164640 kB
Inactive:       776432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1021352 kB
SwapTotal:     4192956 kB
SwapFree:      4170584 kB
Dirty:            1216 kB
Writeback:           0 kB
Mapped:          18620 kB
Slab:            78808 kB
Committed_AS:  2632220 kB
PageTables:       1900 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= 66416 MiB
End job on node45 at 2009-03-31 05:46:47