Trace number 1524110

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.03 1200.42

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/700/
unif-k5-r20-v700-c14000-S211141966-058.cnf
MD5SUM9e692d77c0b05a1b536adcf4dbb49d43
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark69.9304
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
Maximum clause length5
Minimum clause length5
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 514000
Number of clauses of size over 50

Solver Data

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

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-1524110-1238365589/watcher-1524110-1238365589 -o /tmp/evaluation-result-1524110-1238365589/solver-1524110-1238365589 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524110-1238365589.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.84 1.83 1.53 3/64 8786
/proc/meminfo: memFree=794808/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=1488 CPUtime=0
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 120000 1109224581 1523712 153 1992294400 134512640 135224549 4294956208 18446744073709551615 134560655 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 372 154 70 173 0 197 0

[startup+0.0905731 s]
/proc/loadavg: 1.84 1.83 1.53 3/64 8786
/proc/meminfo: memFree=794808/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=2552 CPUtime=0.08
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 478 0 0 0 8 0 0 0 18 0 1 120000 1109224581 2613248 462 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 638 462 90 173 0 463 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2552

[startup+0.101573 s]
/proc/loadavg: 1.84 1.83 1.53 3/64 8786
/proc/meminfo: memFree=794808/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=2684 CPUtime=0.09
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 492 0 0 0 9 0 0 0 18 0 1 120000 1109224581 2748416 476 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 671 476 90 173 0 496 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2684

[startup+0.301602 s]
/proc/loadavg: 1.84 1.83 1.53 3/64 8786
/proc/meminfo: memFree=794808/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=3608 CPUtime=0.29
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 734 0 0 0 29 0 0 0 19 0 1 120000 1109224581 3694592 718 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 902 718 90 173 0 727 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3608

[startup+0.70266 s]
/proc/loadavg: 1.84 1.83 1.53 3/64 8786
/proc/meminfo: memFree=794808/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=4556 CPUtime=0.69
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 971 0 0 0 69 0 0 0 22 0 1 120000 1109224581 4665344 955 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 1139 955 90 173 0 964 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4556

[startup+1.50178 s]
/proc/loadavg: 1.84 1.83 1.53 2/65 8787
/proc/meminfo: memFree=790960/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=5216 CPUtime=1.49
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 1142 0 0 0 149 0 0 0 25 0 1 120000 1109224581 5341184 1126 1992294400 134512640 135224549 4294956208 18446744073709551615 134618697 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 1304 1126 90 173 0 1129 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5216

[startup+3.10201 s]
/proc/loadavg: 1.84 1.83 1.53 2/65 8787
/proc/meminfo: memFree=790128/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=6284 CPUtime=3.09
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 1397 0 0 0 309 0 0 0 25 0 1 120000 1109224581 6434816 1381 1992294400 134512640 135224549 4294956208 18446744073709551615 134632714 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 1571 1381 90 173 0 1396 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6284

[startup+6.30147 s]
/proc/loadavg: 1.77 1.81 1.53 2/65 8787
/proc/meminfo: memFree=787568/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=8528 CPUtime=6.29
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 1963 0 0 0 628 1 0 0 25 0 1 120000 1109224581 8732672 1947 1992294400 134512640 135224549 4294956208 18446744073709551615 134632723 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 2132 1947 90 173 0 1957 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8528

[startup+12.7014 s]
/proc/loadavg: 1.71 1.80 1.52 2/65 8787
/proc/meminfo: memFree=783936/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=11696 CPUtime=12.68
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 2740 0 0 0 1267 1 0 0 25 0 1 120000 1109224581 11976704 2724 1992294400 134512640 135224549 4294956208 18446744073709551615 134585017 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 2924 2724 90 173 0 2749 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11696

[startup+25.5013 s]
/proc/loadavg: 1.55 1.76 1.52 2/65 8787
/proc/meminfo: memFree=780032/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=15524 CPUtime=25.48
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 3709 0 0 0 2546 2 0 0 25 0 1 120000 1109224581 15896576 3693 1992294400 134512640 135224549 4294956208 18446744073709551615 134595379 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 3881 3693 90 173 0 3706 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15524

[startup+51.102 s]
/proc/loadavg: 1.36 1.70 1.50 2/65 8787
/proc/meminfo: memFree=774080/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=21592 CPUtime=51.08
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 5236 0 0 0 5104 4 0 0 25 0 1 120000 1109224581 22110208 5187 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 5398 5187 90 173 0 5223 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 21592

[startup+102.305 s]
/proc/loadavg: 1.16 1.59 1.47 2/65 8787
/proc/meminfo: memFree=765120/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=30568 CPUtime=102.26
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 7479 0 0 0 10220 6 0 0 25 0 1 120000 1109224581 31301632 7430 1992294400 134512640 135224549 4294956208 18446744073709551615 134595283 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 7642 7430 90 173 0 7467 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 30568

[startup+162.301 s]
/proc/loadavg: 1.06 1.48 1.44 2/65 8787
/proc/meminfo: memFree=759808/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=36104 CPUtime=162.24
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 8897 0 0 0 16216 8 0 0 25 0 1 120000 1109224581 36970496 8783 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 9026 8783 90 173 0 8851 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 36104

[startup+222.302 s]
/proc/loadavg: 1.02 1.39 1.41 2/65 8787
/proc/meminfo: memFree=752192/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=43628 CPUtime=222.21
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 10783 0 0 0 22211 10 0 0 25 0 1 120000 1109224581 44675072 10669 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 10907 10669 90 173 0 10732 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 43628

[startup+282.301 s]
/proc/loadavg: 1.00 1.31 1.38 2/65 8787
/proc/meminfo: memFree=748224/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=47456 CPUtime=282.2
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 11764 0 0 0 28208 12 0 0 25 0 1 120000 1109224581 48594944 11650 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 11864 11650 90 173 0 11689 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 47456

[startup+342.301 s]
/proc/loadavg: 1.00 1.26 1.35 2/65 8787
/proc/meminfo: memFree=744384/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=51284 CPUtime=342.18
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 12718 0 0 0 34205 13 0 0 25 0 1 120000 1109224581 52514816 12604 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 12821 12604 90 173 0 12646 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 51284

[startup+402.302 s]
/proc/loadavg: 1.00 1.21 1.33 2/65 8787
/proc/meminfo: memFree=739072/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=56564 CPUtime=402.16
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 14046 0 0 0 40201 15 0 0 25 0 1 120000 1109224581 57921536 13932 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 14141 13932 90 173 0 13966 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 56564

[startup+462.302 s]
/proc/loadavg: 1.00 1.17 1.31 2/65 8787
/proc/meminfo: memFree=733504/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=62492 CPUtime=462.14
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 15544 0 0 0 46197 17 0 0 25 0 1 120000 1109224581 63991808 15301 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 15623 15301 90 173 0 15448 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 62492

[startup+522.301 s]
/proc/loadavg: 1.00 1.13 1.28 2/65 8787
/proc/meminfo: memFree=729536/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=66848 CPUtime=522.12
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 16654 0 0 0 52194 18 0 0 25 0 1 120000 1109224581 68452352 16411 1992294400 134512640 135224549 4294956208 18446744073709551615 134632703 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 16712 16411 90 173 0 16537 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 66848

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.26 2/65 8789
/proc/meminfo: memFree=727488/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=68564 CPUtime=582.11
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 17072 0 0 0 58192 19 0 0 25 0 1 120000 1109224581 70209536 16829 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 17141 16829 90 173 0 16966 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 68564

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.25 2/65 8789
/proc/meminfo: memFree=721600/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=74376 CPUtime=642.09
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 18534 0 0 0 64189 20 0 0 25 0 1 120000 1109224581 76161024 18291 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 18594 18291 90 173 0 18419 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 74376

[startup+702.301 s]
/proc/loadavg: 1.00 1.07 1.23 2/65 8789
/proc/meminfo: memFree=721600/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=74376 CPUtime=702.06
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 18534 0 0 0 70186 20 0 0 25 0 1 120000 1109224581 76161024 18291 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 18594 18291 90 173 0 18419 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 74376

[startup+762.306 s]
/proc/loadavg: 1.00 1.05 1.21 2/65 8789
/proc/meminfo: memFree=718016/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=77812 CPUtime=762.05
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 19425 0 0 0 76183 22 0 0 25 0 1 120000 1109224581 79679488 19182 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 19453 19182 90 173 0 19278 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 77812

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.19 2/65 8789
/proc/meminfo: memFree=714176/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=81644 CPUtime=822.03
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 20369 0 0 0 82180 23 0 0 25 0 1 120000 1109224581 83603456 20126 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 20411 20126 90 173 0 20236 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 81644

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.18 2/65 8789
/proc/meminfo: memFree=714240/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=81644 CPUtime=882.01
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 20369 0 0 0 88178 23 0 0 25 0 1 120000 1109224581 83603456 20126 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 20411 20126 90 173 0 20236 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 81644

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.16 2/65 8789
/proc/meminfo: memFree=706560/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=89192 CPUtime=941.99
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 22272 0 0 0 94173 26 0 0 25 0 1 120000 1109224581 91332608 22029 1992294400 134512640 135224549 4294956208 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 22298 22029 90 173 0 22123 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 89192

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.15 2/65 8789
/proc/meminfo: memFree=706624/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=89192 CPUtime=1001.97
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 22272 0 0 0 100171 26 0 0 25 0 1 120000 1109224581 91332608 22029 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 22298 22029 90 173 0 22123 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 89192

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.14 2/65 8789
/proc/meminfo: memFree=706560/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=89192 CPUtime=1061.95
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 22272 0 0 0 106169 26 0 0 25 0 1 120000 1109224581 91332608 22029 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 22298 22029 90 173 0 22123 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 89192

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.13 2/65 8789
/proc/meminfo: memFree=701888/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=93948 CPUtime=1121.93
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 23467 0 0 0 112165 28 0 0 25 0 1 120000 1109224581 96202752 23224 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 23487 23224 90 173 0 23312 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 93948

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/65 8789
/proc/meminfo: memFree=697984/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=97644 CPUtime=1181.91
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 24418 0 0 0 118162 29 0 0 25 0 1 120000 1109224581 99987456 24175 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 24411 24175 90 173 0 24236 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 97644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.11 2/65 8789
/proc/meminfo: memFree=698048/2055920 swapFree=4174204/4192956
[pid=8786] ppid=8784 vsize=97644 CPUtime=1200.01
/proc/8786/stat : 8786 (CirCUs) R 8784 8786 8272 0 -1 4194304 24418 0 0 0 119972 29 0 0 25 0 1 100 1109224581 99987456 24175 1992294400 134512640 135224549 4294956208 18446744073709551615 134595312 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8786/statm: 24411 24175 90 173 0 24236 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 97644

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.42
CPU time (s): 1200.03
CPU user time (s): 1199.72
CPU system time (s): 0.310952
CPU usage (%): 99.9677
Max. virtual memory (cumulated for all children) (KiB): 97644

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

runsolver used 0.894863 second user time and 2.53861 second system time

The end

Launcher Data

Begin job on node22 at 2009-03-30 00:26:29
IDJOB=1524110
IDBENCH=70225
IDSOLVER=544
FILE ID=node22/1524110-1238365589
PBS_JOBID= 9061206
Free space on /tmp= 66324 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/700/unif-k5-r20-v700-c14000-S211141966-058.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524110-1238365589/watcher-1524110-1238365589 -o /tmp/evaluation-result-1524110-1238365589/solver-1524110-1238365589 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524110-1238365589.cnf -t 1200

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

MD5SUM BENCH= 9e692d77c0b05a1b536adcf4dbb49d43
RANDOM SEED=1423364400

node22.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.279
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.279
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:        795224 kB
Buffers:        106804 kB
Cached:        1042884 kB
SwapCached:      12568 kB
Active:         202052 kB
Inactive:       961788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        795224 kB
SwapTotal:     4192956 kB
SwapFree:      4174204 kB
Dirty:            1384 kB
Writeback:           0 kB
Mapped:          15580 kB
Slab:            82940 kB
Committed_AS:  2899704 kB
PageTables:       1372 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= 66324 MiB
End job on node22 at 2009-03-30 00:46:31