Trace number 1524132

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.1 1200.51

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/200/
unif-k7-r85-v200-c17000-S1588298513-036.cnf
MD5SUM7df25975bd52e28f5eb180dab9fc29e0
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 variables200
Number of clauses17000
Sum of the clauses size119000
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 517000

Solver Data

0.09/0.19	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.09/0.19	c Eliminate time :       0.15 

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-1524132-1238367272/watcher-1524132-1238367272 -o /tmp/evaluation-result-1524132-1238367272/solver-1524132-1238367272 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524132-1238367272.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.99 1.85 1.45 3/70 1017
/proc/meminfo: memFree=816328/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=1448 CPUtime=0
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 157 0 0 0 0 0 0 0 18 0 1 120000 1109389878 1482752 142 1992294400 134512640 135224549 4294956208 18446744073709551615 134632568 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 362 143 70 173 0 187 0

[startup+0.0080151 s]
/proc/loadavg: 1.99 1.85 1.45 3/70 1017
/proc/meminfo: memFree=816328/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=1580 CPUtime=0
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 187 0 0 0 0 0 0 0 18 0 1 120000 1109389878 1617920 172 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 395 172 70 173 0 220 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1580

[startup+0.101031 s]
/proc/loadavg: 1.99 1.85 1.45 3/70 1017
/proc/meminfo: memFree=816328/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=3308 CPUtime=0.09
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 610 0 0 0 9 0 0 0 18 0 1 120000 1109389878 3387392 594 1992294400 134512640 135224549 4294956208 18446744073709551615 134570670 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 827 594 74 173 0 652 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3308

[startup+0.301067 s]
/proc/loadavg: 1.99 1.85 1.45 3/70 1017
/proc/meminfo: memFree=816328/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=3440 CPUtime=0.29
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 680 0 0 0 29 0 0 0 19 0 1 120000 1109389878 3522560 664 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 860 664 90 173 0 685 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3440

[startup+0.701139 s]
/proc/loadavg: 1.99 1.85 1.45 3/70 1017
/proc/meminfo: memFree=816328/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=4496 CPUtime=0.69
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 928 0 0 0 69 0 0 0 22 0 1 120000 1109389878 4603904 912 1992294400 134512640 135224549 4294956208 18446744073709551615 134631364 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 1124 912 90 173 0 949 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4496

[startup+1.50129 s]
/proc/loadavg: 1.91 1.84 1.45 2/71 1018
/proc/meminfo: memFree=812928/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=4760 CPUtime=1.49
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 1003 0 0 0 149 0 0 0 25 0 1 120000 1109389878 4874240 987 1992294400 134512640 135224549 4294956208 18446744073709551615 134619856 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 1190 987 90 173 0 1015 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4760

[startup+3.10158 s]
/proc/loadavg: 1.91 1.84 1.45 2/71 1018
/proc/meminfo: memFree=812288/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=5288 CPUtime=3.08
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 1141 0 0 0 308 0 0 0 25 0 1 120000 1109389878 5414912 1125 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 1322 1125 90 173 0 1147 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 5288

[startup+6.30116 s]
/proc/loadavg: 1.91 1.84 1.45 2/71 1018
/proc/meminfo: memFree=811136/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=6400 CPUtime=6.29
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 1404 0 0 0 628 1 0 0 25 0 1 120000 1109389878 6553600 1388 1992294400 134512640 135224549 4294956208 18446744073709551615 134618886 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 1600 1388 90 173 0 1425 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6400

[startup+12.7013 s]
/proc/loadavg: 1.77 1.81 1.45 2/71 1018
/proc/meminfo: memFree=809280/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=7984 CPUtime=12.68
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 1790 0 0 0 1267 1 0 0 25 0 1 120000 1109389878 8175616 1774 1992294400 134512640 135224549 4294956208 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 1996 1774 90 173 0 1821 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7984

[startup+25.5017 s]
/proc/loadavg: 1.65 1.78 1.44 2/71 1018
/proc/meminfo: memFree=806976/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=10360 CPUtime=25.48
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 2375 0 0 0 2545 3 0 0 25 0 1 120000 1109389878 10608640 2359 1992294400 134512640 135224549 4294956208 18446744073709551615 134595318 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 2590 2359 90 173 0 2415 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10360

[startup+51.1013 s]
/proc/loadavg: 1.43 1.72 1.43 2/71 1018
/proc/meminfo: memFree=803520/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=13788 CPUtime=51.07
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 3267 0 0 0 5103 4 0 0 25 0 1 120000 1109389878 14118912 3218 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 3447 3218 90 173 0 3272 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 13788

[startup+102.307 s]
/proc/loadavg: 1.17 1.59 1.40 2/71 1018
/proc/meminfo: memFree=798528/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=18804 CPUtime=102.26
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 4512 0 0 0 10220 6 0 0 25 0 1 120000 1109389878 19255296 4463 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 4701 4463 90 173 0 4526 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 18804

[startup+162.302 s]
/proc/loadavg: 1.06 1.48 1.37 2/71 1018
/proc/meminfo: memFree=795136/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=22100 CPUtime=162.23
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 5373 0 0 0 16216 7 0 0 25 0 1 120000 1109389878 22630400 5259 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 5525 5259 90 173 0 5350 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 22100

[startup+222.301 s]
/proc/loadavg: 1.02 1.39 1.35 2/71 1018
/proc/meminfo: memFree=791296/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=26072 CPUtime=222.22
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 6365 0 0 0 22213 9 0 0 25 0 1 120000 1109389878 26697728 6251 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 6518 6251 90 173 0 6343 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 26072

[startup+282.301 s]
/proc/loadavg: 1.01 1.32 1.32 2/71 1018
/proc/meminfo: memFree=789120/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=28328 CPUtime=282.19
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 6912 0 0 0 28210 9 0 0 25 0 1 120000 1109389878 29007872 6798 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 7082 6798 90 173 0 6907 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 28328

[startup+342.301 s]
/proc/loadavg: 1.00 1.26 1.30 2/71 1018
/proc/meminfo: memFree=786304/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=31108 CPUtime=342.17
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 7599 0 0 0 34207 10 0 0 25 0 1 120000 1109389878 31854592 7485 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 7777 7485 90 173 0 7602 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 31108

[startup+402.302 s]
/proc/loadavg: 1.00 1.21 1.28 2/71 1024
/proc/meminfo: memFree=783680/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=33644 CPUtime=402.14
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 8251 0 0 0 40203 11 0 0 25 0 1 120000 1109389878 34451456 8137 1992294400 134512640 135224549 4294956208 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 8411 8137 90 173 0 8236 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 33644

[startup+462.301 s]
/proc/loadavg: 1.00 1.17 1.26 2/71 1024
/proc/meminfo: memFree=782336/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=35096 CPUtime=462.13
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 8619 0 0 0 46201 12 0 0 25 0 1 120000 1109389878 35938304 8505 1992294400 134512640 135224549 4294956208 18446744073709551615 134595530 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 8774 8505 90 173 0 8599 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 35096

[startup+522.301 s]
/proc/loadavg: 1.00 1.13 1.24 2/71 1024
/proc/meminfo: memFree=780480/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=36948 CPUtime=522.11
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 9053 0 0 0 52198 13 0 0 25 0 1 120000 1109389878 37834752 8939 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 9237 8939 90 173 0 9062 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 36948

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.22 2/71 1024
/proc/meminfo: memFree=777088/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=40256 CPUtime=582.09
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 9902 0 0 0 58195 14 0 0 25 0 1 120000 1109389878 41222144 9788 1992294400 134512640 135224549 4294956208 18446744073709551615 134595709 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 10064 9788 90 173 0 9889 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 40256

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.21 2/71 1024
/proc/meminfo: memFree=777088/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=40256 CPUtime=642.08
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 9905 0 0 0 64194 14 0 0 25 0 1 120000 1109389878 41222144 9791 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 10064 9791 90 173 0 9889 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 40256

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.19 2/71 1024
/proc/meminfo: memFree=773504/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=44344 CPUtime=702.05
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 10922 0 0 0 70190 15 0 0 25 0 1 120000 1109389878 45408256 10679 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 11086 10679 90 173 0 10911 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 44344

[startup+762.307 s]
/proc/loadavg: 1.00 1.05 1.17 2/71 1024
/proc/meminfo: memFree=773568/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=44344 CPUtime=762.04
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 10923 0 0 0 76189 15 0 0 25 0 1 120000 1109389878 45408256 10680 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 11086 10680 90 173 0 10911 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 44344

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.16 2/71 1024
/proc/meminfo: memFree=771840/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=46080 CPUtime=822
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 11374 0 0 0 82185 15 0 0 25 0 1 120000 1109389878 47185920 11131 1992294400 134512640 135224549 4294956208 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 11520 11131 90 173 0 11345 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 46080

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.15 2/71 1024
/proc/meminfo: memFree=769344/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=48464 CPUtime=881.98
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 11953 0 0 0 88182 16 0 0 25 0 1 120000 1109389878 49627136 11710 1992294400 134512640 135224549 4294956208 18446744073709551615 134595405 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 12116 11710 90 173 0 11941 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 48464

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.14 2/71 1024
/proc/meminfo: memFree=769408/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=48464 CPUtime=941.97
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 11955 0 0 0 94180 17 0 0 25 0 1 120000 1109389878 49627136 11712 1992294400 134512640 135224549 4294956208 18446744073709551615 134632730 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 12116 11712 90 173 0 11941 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 48464

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/71 1024
/proc/meminfo: memFree=766848/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=51008 CPUtime=1001.95
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 12601 0 0 0 100177 18 0 0 25 0 1 120000 1109389878 52232192 12358 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 12752 12358 90 173 0 12577 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 51008

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/71 1024
/proc/meminfo: memFree=764928/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=52872 CPUtime=1061.93
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 13060 0 0 0 106174 19 0 0 25 0 1 120000 1109389878 54140928 12817 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 13218 12817 90 173 0 13043 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 52872

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/71 1024
/proc/meminfo: memFree=764928/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=52872 CPUtime=1121.91
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 13063 0 0 0 112172 19 0 0 25 0 1 120000 1109389878 54140928 12820 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 13218 12820 90 173 0 13043 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 52872

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/71 1024
/proc/meminfo: memFree=764864/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=52872 CPUtime=1181.89
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 13071 0 0 0 118170 19 0 0 25 0 1 120000 1109389878 54140928 12828 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 13218 12828 90 173 0 13043 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 52872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.09 2/71 1024
/proc/meminfo: memFree=764480/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=53268 CPUtime=1200.09
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 13167 0 0 0 119990 19 0 0 25 0 1 100 1109389878 54546432 12924 1992294400 134512640 135224549 4294956208 18446744073709551615 134618718 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 13317 12924 90 173 0 13142 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 53268

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.00 1.00 1.09 2/71 1024
/proc/meminfo: memFree=764480/2055920 swapFree=4170584/4192956
[pid=1017] ppid=1015 vsize=53268 CPUtime=1200.09
/proc/1017/stat : 1017 (CirCUs) R 1015 1017 582 0 -1 4194304 13167 0 0 0 119990 19 0 0 25 0 1 100 1109389878 54546432 12924 1992294400 134512640 135224549 4294956208 18446744073709551615 134618718 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1017/statm: 13317 12924 90 173 0 13142 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 53268

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.1
CPU user time (s): 1199.9
CPU system time (s): 0.202969
CPU usage (%): 99.9659
Max. virtual memory (cumulated for all children) (KiB): 53268

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

runsolver used 1.05984 second user time and 3.31849 second system time

The end

Launcher Data

Begin job on node45 at 2009-03-30 00:54:32
IDJOB=1524132
IDBENCH=70247
IDSOLVER=544
FILE ID=node45/1524132-1238367272
PBS_JOBID= 9061184
Free space on /tmp= 66348 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/200/unif-k7-r85-v200-c17000-S1588298513-036.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524132-1238367272/watcher-1524132-1238367272 -o /tmp/evaluation-result-1524132-1238367272/solver-1524132-1238367272 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524132-1238367272.cnf -t 1200

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

MD5SUM BENCH= 7df25975bd52e28f5eb180dab9fc29e0
RANDOM SEED=1269812208

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:        816744 kB
Buffers:         99804 kB
Cached:        1033732 kB
SwapCached:      11516 kB
Active:         221116 kB
Inactive:       925408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        816744 kB
SwapTotal:     4192956 kB
SwapFree:      4170584 kB
Dirty:            1556 kB
Writeback:           0 kB
Mapped:          18632 kB
Slab:            77956 kB
Committed_AS:  2527392 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= 66348 MiB
End job on node45 at 2009-03-30 01:14:35