Trace number 1519815

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
kw 2009-03-20? (TO) 1200.1 1200.55

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/4000/
unif-k3-r4.2-v4000-c16800-S1835046931-014.cnf
MD5SUM526915dc72c013b3ed33744e623b5ae9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.31065
Satisfiable
(Un)Satisfiability was proved
Number of variables4000
Number of clauses16800
Sum of the clauses size50400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 316800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c kw (KillerWhale) version 0.6
0.00/0.00	c Copyright 2007-2009 Johan Alfredsson, Oepir
0.00/0.00	c johan@oepir.com

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-1519815-1238236648/watcher-1519815-1238236648 -o /tmp/evaluation-result-1519815-1238236648/solver-1519815-1238236648 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519815-1238236648.cnf 

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


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 3652
/proc/meminfo: memFree=1168920/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=4972 CPUtime=0
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 838 0 0 0 0 0 0 0 18 0 1 0 1096331143 5091328 822 1992294400 4194304 6412682 548682068864 18446744073709551615 4350944 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 1243 822 219 541 0 693 0

[startup+0.0350219 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 3652
/proc/meminfo: memFree=1168920/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=5236 CPUtime=0.02
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 918 0 0 0 2 0 0 0 18 0 1 0 1096331143 5361664 902 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 1309 902 219 541 0 759 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5236

[startup+0.101034 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 3652
/proc/meminfo: memFree=1168920/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=6876 CPUtime=0.09
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 1362 0 0 0 9 0 0 0 18 0 1 0 1096331143 7041024 1346 1992294400 4194304 6412682 548682068864 18446744073709551615 4521616 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 1719 1346 238 541 0 1169 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6876

[startup+0.301072 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 3652
/proc/meminfo: memFree=1168920/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=7008 CPUtime=0.29
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 1385 0 0 0 29 0 0 0 19 0 1 0 1096331143 7176192 1369 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 1752 1369 253 541 0 1202 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7008

[startup+0.701149 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 3652
/proc/meminfo: memFree=1168920/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=8060 CPUtime=0.69
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 1653 0 0 0 68 1 0 0 22 0 1 0 1096331143 8253440 1637 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 2015 1637 253 541 0 1465 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8060

[startup+1.5013 s]
/proc/loadavg: 0.92 0.95 0.90 2/65 3653
/proc/meminfo: memFree=1162384/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=10560 CPUtime=1.49
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 2284 0 0 0 148 1 0 0 25 0 1 0 1096331143 10813440 2268 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 2640 2268 253 541 0 2090 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10560

[startup+3.10161 s]
/proc/loadavg: 0.92 0.95 0.90 2/65 3653
/proc/meminfo: memFree=1158992/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=15064 CPUtime=3.08
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 3404 0 0 0 306 2 0 0 25 0 1 0 1096331143 15425536 3388 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 3766 3388 253 541 0 3216 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 15064

[startup+6.30122 s]
/proc/loadavg: 0.93 0.95 0.90 2/65 3653
/proc/meminfo: memFree=1153616/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=19372 CPUtime=6.29
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 4492 0 0 0 624 5 0 0 25 0 1 0 1096331143 19836928 4436 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 4843 4436 256 541 0 4293 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19372

[startup+12.7014 s]
/proc/loadavg: 0.93 0.96 0.91 2/65 3653
/proc/meminfo: memFree=1148448/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=24128 CPUtime=12.69
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 5874 0 0 0 1261 8 0 0 25 0 1 0 1096331143 24707072 5661 1992294400 4194304 6412682 548682068864 18446744073709551615 4286896 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 6032 5661 256 541 0 5482 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24128

[startup+25.5019 s]
/proc/loadavg: 0.94 0.96 0.91 2/65 3653
/proc/meminfo: memFree=1140000/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=31260 CPUtime=25.48
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 7723 0 0 0 2537 11 0 0 25 0 1 0 1096331143 32010240 7362 1992294400 4194304 6412682 548682068864 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 7815 7362 256 541 0 7265 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31260

[startup+51.1018 s]
/proc/loadavg: 0.96 0.96 0.91 2/65 3653
/proc/meminfo: memFree=1127840/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=43188 CPUtime=51.07
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 11070 0 0 0 5089 18 0 0 25 0 1 0 1096331143 44224512 10394 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 10797 10394 256 541 0 10247 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 43188

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.91 2/65 3653
/proc/meminfo: memFree=1106336/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=65332 CPUtime=102.25
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 16977 0 0 0 10191 34 0 0 25 0 1 0 1096331143 66899968 15823 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 16333 15823 256 541 0 15783 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 65332

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3653
/proc/meminfo: memFree=1087520/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=84004 CPUtime=162.23
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 22090 0 0 0 16175 48 0 0 25 0 1 0 1096331143 86020096 20486 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 21001 20486 256 541 0 20451 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 84004

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3653
/proc/meminfo: memFree=1064096/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=108288 CPUtime=222.21
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 28480 0 0 0 22157 64 0 0 25 0 1 0 1096331143 110886912 26281 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 27072 26281 256 541 0 26522 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 108288

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3653
/proc/meminfo: memFree=1048288/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=124024 CPUtime=282.19
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 32780 0 0 0 28142 77 0 0 25 0 1 0 1096331143 127000576 30215 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 31006 30215 256 541 0 30456 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 124024

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3653
/proc/meminfo: memFree=1038368/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=134208 CPUtime=342.16
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 35345 0 0 0 34130 86 0 0 25 0 1 0 1096331143 137428992 32780 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 33552 32780 256 541 0 33002 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 134208

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3655
/proc/meminfo: memFree=1031776/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=140196 CPUtime=402.14
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 37310 0 0 0 40119 95 0 0 25 0 1 0 1096331143 143560704 34324 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 35049 34324 256 541 0 34499 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 140196

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3655
/proc/meminfo: memFree=1013152/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=158880 CPUtime=462.11
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 42446 0 0 0 46104 107 0 0 25 0 1 0 1096331143 162693120 38976 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 39720 38976 256 541 0 39170 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 158880

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3655
/proc/meminfo: memFree=1005728/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=167576 CPUtime=522.1
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 44476 0 0 0 52095 115 0 0 25 0 1 0 1096331143 171597824 41006 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 41894 41006 256 541 0 41344 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 167576

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3655
/proc/meminfo: memFree=983200/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=189340 CPUtime=582.07
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 50470 0 0 0 58081 126 0 0 25 0 1 0 1096331143 193884160 46444 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 47335 46444 256 541 0 46785 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 189340

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3655
/proc/meminfo: memFree=983200/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=189340 CPUtime=642.06
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 50494 0 0 0 64074 132 0 0 25 0 1 0 1096331143 193884160 46468 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 47335 46468 256 541 0 46785 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 189340

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3655
/proc/meminfo: memFree=966688/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=206172 CPUtime=702.03
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 54674 0 0 0 70060 143 0 0 25 0 1 0 1096331143 211120128 50648 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 51543 50648 256 541 0 50993 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 206172

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3655
/proc/meminfo: memFree=957408/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=217596 CPUtime=762.01
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 57537 0 0 0 76049 152 0 0 25 0 1 0 1096331143 222818304 52871 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 54399 52871 256 541 0 53849 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 217596

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3655
/proc/meminfo: memFree=957216/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=218176 CPUtime=821.99
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 57636 0 0 0 82042 157 0 0 25 0 1 0 1096331143 223412224 52970 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 54544 52970 256 541 0 53994 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 218176

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3655
/proc/meminfo: memFree=945184/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=230356 CPUtime=881.96
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 60686 0 0 0 88032 164 0 0 25 0 1 0 1096331143 235884544 56020 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 57589 56020 256 541 0 57039 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 230356

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3655
/proc/meminfo: memFree=929376/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=246000 CPUtime=941.94
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 65298 0 0 0 94021 173 0 0 25 0 1 0 1096331143 251904000 59896 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 61500 59896 256 541 0 60950 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 246000

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3655
/proc/meminfo: memFree=929376/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=246000 CPUtime=1001.92
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 65309 0 0 0 100013 179 0 0 25 0 1 0 1096331143 251904000 59907 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 61500 59907 256 541 0 60950 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 246000

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3655
/proc/meminfo: memFree=929440/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=246000 CPUtime=1061.89
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 65326 0 0 0 106006 183 0 0 25 0 1 0 1096331143 251904000 59924 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 61500 59924 256 541 0 60950 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 246000

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3655
/proc/meminfo: memFree=925024/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=250524 CPUtime=1121.87
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 66460 0 0 0 111998 189 0 0 25 0 1 0 1096331143 256536576 61058 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 62631 61058 256 541 0 62081 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 250524

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3655
/proc/meminfo: memFree=903968/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=271816 CPUtime=1181.85
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 71747 0 0 0 117985 200 0 0 25 0 1 0 1096331143 278339584 66345 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 67954 66345 256 541 0 67404 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 271816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 3655
/proc/meminfo: memFree=901280/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=273932 CPUtime=1200.05
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 73138 0 0 0 119803 202 0 0 25 0 1 0 1096331143 280506368 66890 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 68483 66890 256 541 0 67933 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 273932

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: 0.99 0.97 0.91 2/65 3655
/proc/meminfo: memFree=901280/2055920 swapFree=4178400/4192956
[pid=3652] ppid=3650 vsize=273932 CPUtime=1200.05
/proc/3652/stat : 3652 (kw) R 3650 3652 3615 0 -1 0 73138 0 0 0 119803 202 0 0 25 0 1 0 1096331143 280506368 66890 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/3652/statm: 68483 66890 256 541 0 67933 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 273932

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.1
CPU user time (s): 1198.04
CPU system time (s): 2.06369
CPU usage (%): 99.9629
Max. virtual memory (cumulated for all children) (KiB): 277316

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

runsolver used 0.91786 second user time and 2.45463 second system time

The end

Launcher Data

Begin job on node9 at 2009-03-28 11:37:28
IDJOB=1519815
IDBENCH=70337
IDSOLVER=501
FILE ID=node9/1519815-1238236648
PBS_JOBID= 9060692
Free space on /tmp= 66348 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/4000/unif-k3-r4.2-v4000-c16800-S1835046931-014.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519815-1238236648/watcher-1519815-1238236648 -o /tmp/evaluation-result-1519815-1238236648/solver-1519815-1238236648 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519815-1238236648.cnf

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

MD5SUM BENCH= 526915dc72c013b3ed33744e623b5ae9
RANDOM SEED=497455124

node9.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.268
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.268
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:       1169400 kB
Buffers:         89740 kB
Cached:         709732 kB
SwapCached:       8300 kB
Active:         201032 kB
Inactive:       608276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1169400 kB
SwapTotal:     4192956 kB
SwapFree:      4178400 kB
Dirty:            2812 kB
Writeback:           0 kB
Mapped:          15444 kB
Slab:            63212 kB
Committed_AS:  2829408 kB
PageTables:       1392 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 node9 at 2009-03-28 11:57:31