Trace number 1524115

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

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/700/
unif-k5-r20-v700-c14000-S1500472284-060.cnf
MD5SUM2b259c43c2d565526fa8f71172751b7f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark16.9284
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-1524115-1238365936/watcher-1524115-1238365936 -o /tmp/evaluation-result-1524115-1238365936/solver-1524115-1238365936 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524115-1238365936.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.40 3/64 24703
/proc/meminfo: memFree=808496/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=1488 CPUtime=0
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 120000 1109256857 1523712 153 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 372 154 70 173 0 197 0

[startup+0.0838009 s]
/proc/loadavg: 1.99 1.85 1.40 3/64 24703
/proc/meminfo: memFree=808496/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=2552 CPUtime=0.08
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 466 0 0 0 8 0 0 0 18 0 1 120000 1109256857 2613248 450 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 638 450 90 173 0 463 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2552

[startup+0.101803 s]
/proc/loadavg: 1.99 1.85 1.40 3/64 24703
/proc/meminfo: memFree=808496/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=2684 CPUtime=0.09
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 488 0 0 0 9 0 0 0 18 0 1 120000 1109256857 2748416 472 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 671 472 90 173 0 496 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2684

[startup+0.301823 s]
/proc/loadavg: 1.99 1.85 1.40 3/64 24703
/proc/meminfo: memFree=808496/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=3740 CPUtime=0.29
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 744 0 0 0 29 0 0 0 19 0 1 120000 1109256857 3829760 728 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 935 729 90 173 0 760 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3740

[startup+0.701867 s]
/proc/loadavg: 1.99 1.85 1.40 3/64 24703
/proc/meminfo: memFree=808496/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=4532 CPUtime=0.69
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 961 0 0 0 69 0 0 0 22 0 1 120000 1109256857 4640768 945 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 1133 945 90 173 0 958 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4532

[startup+1.50195 s]
/proc/loadavg: 1.99 1.85 1.40 2/65 24704
/proc/meminfo: memFree=804904/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=5192 CPUtime=1.49
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 1135 0 0 0 149 0 0 0 25 0 1 120000 1109256857 5316608 1119 1992294400 134512640 135224549 4294956208 18446744073709551615 134614218 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 1298 1119 90 173 0 1123 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5192

[startup+3.10113 s]
/proc/loadavg: 1.91 1.83 1.40 2/65 24704
/proc/meminfo: memFree=803880/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=6380 CPUtime=3.09
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 1416 0 0 0 309 0 0 0 25 0 1 120000 1109256857 6533120 1400 1992294400 134512640 135224549 4294956208 18446744073709551615 134595391 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 1595 1400 90 173 0 1420 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6380

[startup+6.30147 s]
/proc/loadavg: 1.91 1.83 1.40 2/65 24704
/proc/meminfo: memFree=801896/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=8096 CPUtime=6.29
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 1832 0 0 0 629 0 0 0 25 0 1 120000 1109256857 8290304 1816 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 2024 1816 90 173 0 1849 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8096

[startup+12.7012 s]
/proc/loadavg: 1.77 1.80 1.40 2/65 24704
/proc/meminfo: memFree=798824/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=11396 CPUtime=12.69
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 2669 0 0 0 1268 1 0 0 25 0 1 120000 1109256857 11669504 2653 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 2849 2653 90 173 0 2674 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11396

[startup+25.5016 s]
/proc/loadavg: 1.65 1.78 1.39 2/65 24704
/proc/meminfo: memFree=793704/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=15620 CPUtime=25.49
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 3736 0 0 0 2547 2 0 0 25 0 1 120000 1109256857 15994880 3720 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 3905 3720 90 173 0 3730 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 15620

[startup+51.1013 s]
/proc/loadavg: 1.43 1.71 1.38 2/65 24704
/proc/meminfo: memFree=787944/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=21556 CPUtime=51.07
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 5222 0 0 0 5105 2 0 0 25 0 1 120000 1109256857 22073344 5173 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 5389 5173 90 173 0 5214 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 21556

[startup+102.306 s]
/proc/loadavg: 1.17 1.59 1.35 2/65 24704
/proc/meminfo: memFree=779240/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=30136 CPUtime=102.27
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 7373 0 0 0 10222 5 0 0 25 0 1 120000 1109256857 30859264 7324 1992294400 134512640 135224549 4294956208 18446744073709551615 134595352 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 7534 7324 90 173 0 7359 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 30136

[startup+162.301 s]
/proc/loadavg: 1.06 1.48 1.33 2/65 24704
/proc/meminfo: memFree=773672/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=35936 CPUtime=162.25
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 8838 0 0 0 16219 6 0 0 25 0 1 120000 1109256857 36798464 8724 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 8984 8724 90 173 0 8809 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 35936

[startup+222.302 s]
/proc/loadavg: 1.02 1.39 1.31 2/65 24704
/proc/meminfo: memFree=766504/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=42932 CPUtime=222.23
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 10620 0 0 0 22215 8 0 0 25 0 1 120000 1109256857 43962368 10506 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 10733 10506 90 173 0 10558 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 42932

[startup+282.301 s]
/proc/loadavg: 1.01 1.32 1.28 2/65 24704
/proc/meminfo: memFree=762856/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=46628 CPUtime=282.22
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 11535 0 0 0 28213 9 0 0 25 0 1 120000 1109256857 47747072 11421 1992294400 134512640 135224549 4294956208 18446744073709551615 134595352 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 11657 11421 90 173 0 11482 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 46628

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.26 2/65 24704
/proc/meminfo: memFree=758248/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=51120 CPUtime=342.2
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 12680 0 0 0 34209 11 0 0 25 0 1 120000 1109256857 52346880 12566 1992294400 134512640 135224549 4294956208 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 12780 12566 90 173 0 12605 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 51120

[startup+402.301 s]
/proc/loadavg: 1.00 1.21 1.25 2/65 24704
/proc/meminfo: memFree=753704/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=55612 CPUtime=402.18
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 13819 0 0 0 40206 12 0 0 25 0 1 120000 1109256857 56946688 13705 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 13903 13705 90 173 0 13728 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 55612

[startup+462.302 s]
/proc/loadavg: 1.00 1.17 1.23 2/65 24704
/proc/meminfo: memFree=748008/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=61672 CPUtime=462.17
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 15330 0 0 0 46204 13 0 0 25 0 1 120000 1109256857 63152128 15087 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 15418 15087 90 173 0 15243 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 61672

[startup+522.302 s]
/proc/loadavg: 1.00 1.13 1.21 2/65 24704
/proc/meminfo: memFree=746792/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=63256 CPUtime=522.16
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 15752 0 0 0 52202 14 0 0 25 0 1 120000 1109256857 64774144 15509 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 15814 15509 90 173 0 15639 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 63256

[startup+582.301 s]
/proc/loadavg: 1.00 1.11 1.19 2/65 24704
/proc/meminfo: memFree=741992/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=67748 CPUtime=582.14
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 16869 0 0 0 58199 15 0 0 25 0 1 120000 1109256857 69373952 16626 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 16937 16626 90 173 0 16762 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 67748

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.18 2/65 24704
/proc/meminfo: memFree=737256/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=72372 CPUtime=642.12
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 18044 0 0 0 64196 16 0 0 25 0 1 120000 1109256857 74108928 17801 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 18093 17801 90 173 0 17918 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 72372

[startup+702.301 s]
/proc/loadavg: 1.00 1.07 1.16 2/65 24704
/proc/meminfo: memFree=735784/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=73828 CPUtime=702.11
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 18420 0 0 0 70194 17 0 0 25 0 1 120000 1109256857 75599872 18177 1992294400 134512640 135224549 4294956208 18446744073709551615 134587817 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 18457 18177 90 173 0 18282 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 73828

[startup+762.306 s]
/proc/loadavg: 1.00 1.05 1.15 2/65 24704
/proc/meminfo: memFree=735016/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=74620 CPUtime=762.09
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 18615 0 0 0 76192 17 0 0 25 0 1 120000 1109256857 76410880 18372 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 18655 18372 90 173 0 18480 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 74620

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.14 2/65 24704
/proc/meminfo: memFree=728424/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=81088 CPUtime=822.07
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 20245 0 0 0 82188 19 0 0 25 0 1 120000 1109256857 83034112 20002 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 20272 20002 90 173 0 20097 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 81088

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.13 2/65 24704
/proc/meminfo: memFree=728424/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=81088 CPUtime=882.06
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 20245 0 0 0 88186 20 0 0 25 0 1 120000 1109256857 83034112 20002 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 20272 20002 90 173 0 20097 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 81088

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.12 2/65 24704
/proc/meminfo: memFree=723560/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=86116 CPUtime=942.04
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 21503 0 0 0 94184 20 0 0 25 0 1 120000 1109256857 88182784 21260 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 21529 21260 90 173 0 21354 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 86116

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.11 2/65 24704
/proc/meminfo: memFree=720552/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=88888 CPUtime=1002.03
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 22216 0 0 0 100182 21 0 0 25 0 1 120000 1109256857 91021312 21973 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 22222 21973 90 173 0 22047 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 88888

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.09 2/65 24704
/proc/meminfo: memFree=720552/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=88888 CPUtime=1062.01
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 22216 0 0 0 106180 21 0 0 25 0 1 120000 1109256857 91021312 21973 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 22222 21973 90 173 0 22047 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 88888

[startup+1122.3 s]
/proc/loadavg: 1.04 1.02 1.09 2/65 24704
/proc/meminfo: memFree=720488/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=89152 CPUtime=1122
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 22267 0 0 0 112178 22 0 0 25 0 1 120000 1109256857 91291648 22024 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 22288 22024 90 173 0 22113 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 89152

[startup+1182.3 s]
/proc/loadavg: 1.05 1.03 1.09 2/65 24704
/proc/meminfo: memFree=712168/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=97220 CPUtime=1181.98
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 24306 0 0 0 118174 24 0 0 25 0 1 120000 1109256857 99553280 24063 1992294400 134512640 135224549 4294956208 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 24305 24063 90 173 0 24130 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 97220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.11 1.04 1.09 2/65 24704
/proc/meminfo: memFree=712168/2055920 swapFree=4172472/4192956
[pid=24703] ppid=24701 vsize=97220 CPUtime=1200.08
/proc/24703/stat : 24703 (CirCUs) R 24701 24703 24358 0 -1 4194304 24306 0 0 0 119984 24 0 0 25 0 1 100 1109256857 99553280 24063 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24703/statm: 24305 24063 90 173 0 24130 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 97220

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.11
CPU user time (s): 1199.85
CPU system time (s): 0.26096
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 97220

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

runsolver used 1.3218 second user time and 2.71259 second system time

The end

Launcher Data

Begin job on node37 at 2009-03-30 00:32:16
IDJOB=1524115
IDBENCH=70230
IDSOLVER=544
FILE ID=node37/1524115-1238365936
PBS_JOBID= 9061191
Free space on /tmp= 66424 MiB

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

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

MD5SUM BENCH= 2b259c43c2d565526fa8f71172751b7f
RANDOM SEED=2075140154

node37.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.213
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.213
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:        808976 kB
Buffers:        107088 kB
Cached:        1031376 kB
SwapCached:      14544 kB
Active:         373668 kB
Inactive:       780816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        808976 kB
SwapTotal:     4192956 kB
SwapFree:      4172472 kB
Dirty:            1380 kB
Writeback:           0 kB
Mapped:          18760 kB
Slab:            78580 kB
Committed_AS:  2817128 kB
PageTables:       1384 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= 66424 MiB
End job on node37 at 2009-03-30 00:52:19