Trace number 1519783

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.13 1200.46

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/6000/
unif-k3-r4.2-v6000-c25200-S1490060417-003.cnf
MD5SUM5d2224f3d8577481fb818d6a750d12f6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.73743
Satisfiable
(Un)Satisfiability was proved
Number of variables6000
Number of clauses25200
Sum of the clauses size75600
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 325200
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-1519783-1238235411/watcher-1519783-1238235411 -o /tmp/evaluation-result-1519783-1238235411/solver-1519783-1238235411 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519783-1238235411.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.92 0.98 0.99 3/64 1236
/proc/meminfo: memFree=759800/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=4812 CPUtime=0
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 801 0 0 0 0 0 0 0 18 0 1 0 1096208123 4927488 786 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 1203 793 208 541 0 653 0

[startup+0.022854 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 1236
/proc/meminfo: memFree=759800/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=6368 CPUtime=0.01
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 1167 0 0 0 1 0 0 0 18 0 1 0 1096208123 6520832 1151 1992294400 4194304 6412682 548682068864 18446744073709551615 5310019 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 1592 1151 219 541 0 1042 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 6368

[startup+0.101863 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 1236
/proc/meminfo: memFree=759800/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=7028 CPUtime=0.09
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 1376 0 0 0 9 0 0 0 18 0 1 0 1096208123 7196672 1360 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 1757 1360 219 541 0 1207 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7028

[startup+0.301885 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 1236
/proc/meminfo: memFree=759800/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=9108 CPUtime=0.29
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 1963 0 0 0 29 0 0 0 19 0 1 0 1096208123 9326592 1864 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 2277 1864 253 541 0 1727 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9108

[startup+0.701933 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 1236
/proc/meminfo: memFree=759800/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=9240 CPUtime=0.69
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 2002 0 0 0 69 0 0 0 22 0 1 0 1096208123 9461760 1903 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 2310 1903 253 541 0 1760 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9240

[startup+1.50103 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 1237
/proc/meminfo: memFree=752368/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=11352 CPUtime=1.49
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 2542 0 0 0 148 1 0 0 25 0 1 0 1096208123 11624448 2443 1992294400 4194304 6412682 548682068864 18446744073709551615 4417127 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 2838 2443 253 541 0 2288 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11352

[startup+3.10122 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 1237
/proc/meminfo: memFree=749232/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=15556 CPUtime=3.09
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 3584 0 0 0 306 3 0 0 25 0 1 0 1096208123 15929344 3485 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 3889 3485 253 541 0 3339 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15556

[startup+6.30159 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 1237
/proc/meminfo: memFree=740976/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=21772 CPUtime=6.29
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 5107 0 0 0 623 6 0 0 25 0 1 0 1096208123 22294528 5008 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 5443 5008 253 541 0 4893 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21772

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 1237
/proc/meminfo: memFree=735536/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=27096 CPUtime=12.69
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 6516 0 0 0 1261 8 0 0 25 0 1 0 1096208123 27746304 6365 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 6774 6365 256 541 0 6224 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27096

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 1237
/proc/meminfo: memFree=727152/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=34568 CPUtime=25.48
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 8550 0 0 0 2535 13 0 0 25 0 1 0 1096208123 35397632 8270 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 8642 8270 256 541 0 8092 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 34568

[startup+51.1019 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 1237
/proc/meminfo: memFree=714608/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=47352 CPUtime=51.08
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 11955 0 0 0 5085 23 0 0 25 0 1 0 1096208123 48488448 11401 1992294400 4194304 6412682 548682068864 18446744073709551615 4417236 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 11838 11401 256 541 0 11288 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 47352

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 1237
/proc/meminfo: memFree=694768/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=67752 CPUtime=102.27
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 17382 0 0 0 10189 38 0 0 25 0 1 0 1096208123 69378048 16412 1992294400 4194304 6412682 548682068864 18446744073709551615 5277709 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 16938 16412 256 541 0 16388 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 67752

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1237
/proc/meminfo: memFree=665328/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=97608 CPUtime=162.25
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 25298 0 0 0 16169 56 0 0 25 0 1 0 1096208123 99950592 23937 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 24402 23937 256 541 0 23852 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 97608

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1237
/proc/meminfo: memFree=646512/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=115476 CPUtime=222.23
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 30304 0 0 0 22152 71 0 0 25 0 1 0 1096208123 118247424 28425 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 28869 28425 256 541 0 28319 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 115476

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1237
/proc/meminfo: memFree=631984/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=130860 CPUtime=282.21
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 34198 0 0 0 28139 82 0 0 25 0 1 0 1096208123 134000640 32001 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 32715 32001 256 541 0 32165 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 130860

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1237
/proc/meminfo: memFree=610416/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=152288 CPUtime=342.2
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 39961 0 0 0 34124 96 0 0 25 0 1 0 1096208123 155942912 37398 1992294400 4194304 6412682 548682068864 18446744073709551615 4350979 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 38072 37398 256 541 0 37522 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 152288

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1237
/proc/meminfo: memFree=587952/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=174636 CPUtime=402.18
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 45990 0 0 0 40109 109 0 0 25 0 1 0 1096208123 178827264 43006 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 43659 43006 256 541 0 43109 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 174636

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1237
/proc/meminfo: memFree=587952/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=174636 CPUtime=462.16
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 45992 0 0 0 46101 115 0 0 25 0 1 0 1096208123 178827264 43008 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 43659 43008 256 541 0 43109 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 174636

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1237
/proc/meminfo: memFree=567024/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=195276 CPUtime=522.14
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 51696 0 0 0 52086 128 0 0 25 0 1 0 1096208123 199962624 48228 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 48819 48228 256 541 0 48269 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 195276

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1237
/proc/meminfo: memFree=556848/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=206176 CPUtime=582.13
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 54320 0 0 0 58075 138 0 0 25 0 1 0 1096208123 211124224 50852 1992294400 4194304 6412682 548682068864 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 51544 50852 256 541 0 50994 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 206176

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1237
/proc/meminfo: memFree=530544/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=231968 CPUtime=642.11
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 61324 0 0 0 64061 150 0 0 25 0 1 0 1096208123 237535232 57300 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 57992 57300 256 541 0 57442 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 231968

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1237
/proc/meminfo: memFree=530608/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=231968 CPUtime=702.1
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 61329 0 0 0 70052 158 0 0 25 0 1 0 1096208123 237535232 57305 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 57992 57305 256 541 0 57442 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 231968

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1237
/proc/meminfo: memFree=512496/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=249944 CPUtime=762.09
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 65873 0 0 0 76039 170 0 0 25 0 1 0 1096208123 255942656 61849 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 62486 61849 256 541 0 61936 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 249944

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1237
/proc/meminfo: memFree=500208/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=264476 CPUtime=822.06
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 69540 0 0 0 82026 180 0 0 25 0 1 0 1096208123 270823424 64876 1992294400 4194304 6412682 548682068864 18446744073709551615 4286794 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 66119 64876 256 541 0 65569 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 264476

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1237
/proc/meminfo: memFree=500272/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=264476 CPUtime=882.05
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 69546 0 0 0 88020 185 0 0 25 0 1 0 1096208123 270823424 64882 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 66119 64882 256 541 0 65569 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 264476

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1237
/proc/meminfo: memFree=483056/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=282080 CPUtime=942.04
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 73924 0 0 0 94009 195 0 0 25 0 1 0 1096208123 288849920 69260 1992294400 4194304 6412682 548682068864 18446744073709551615 5276903 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 70520 69260 256 541 0 69970 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 282080

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1237
/proc/meminfo: memFree=458736/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=305764 CPUtime=1002.02
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 80607 0 0 0 99995 207 0 0 25 0 1 0 1096208123 313102336 75207 1992294400 4194304 6412682 548682068864 18446744073709551615 4417449 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 76441 75207 256 541 0 75891 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 305764

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1237
/proc/meminfo: memFree=458736/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=305764 CPUtime=1062
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 80611 0 0 0 105987 213 0 0 25 0 1 0 1096208123 313102336 75211 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 76441 75211 256 541 0 75891 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 305764

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1237
/proc/meminfo: memFree=458800/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=305764 CPUtime=1121.98
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 80616 0 0 0 111979 219 0 0 25 0 1 0 1096208123 313102336 75216 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 76441 75216 256 541 0 75891 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 305764

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1237
/proc/meminfo: memFree=452656/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=312368 CPUtime=1181.97
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 82269 0 0 0 117972 225 0 0 25 0 1 0 1096208123 319864832 76869 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 78092 76869 256 541 0 77542 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 312368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 1237
/proc/meminfo: memFree=443312/2055920 swapFree=4178472/4192956
[pid=1236] ppid=1234 vsize=321352 CPUtime=1200.07
/proc/1236/stat : 1236 (kw) R 1234 1236 828 0 -1 0 84499 0 0 0 119776 231 0 0 25 0 1 0 1096208123 329064448 79099 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1236/statm: 80338 79099 256 541 0 79788 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 321352

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.46
CPU time (s): 1200.13
CPU user time (s): 1197.77
CPU system time (s): 2.36464
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 321352

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

runsolver used 0.913861 second user time and 2.54761 second system time

The end

Launcher Data

Begin job on node1 at 2009-03-28 11:16:51
IDJOB=1519783
IDBENCH=70321
IDSOLVER=501
FILE ID=node1/1519783-1238235411
PBS_JOBID= 9060624
Free space on /tmp= 66084 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/6000/unif-k3-r4.2-v6000-c25200-S1490060417-003.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519783-1238235411/watcher-1519783-1238235411 -o /tmp/evaluation-result-1519783-1238235411/solver-1519783-1238235411 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519783-1238235411.cnf

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

MD5SUM BENCH= 5d2224f3d8577481fb818d6a750d12f6
RANDOM SEED=1157202058

node1.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.229
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.229
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:        760280 kB
Buffers:         88416 kB
Cached:        1106940 kB
SwapCached:       8380 kB
Active:         124908 kB
Inactive:      1080448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        760280 kB
SwapTotal:     4192956 kB
SwapFree:      4178472 kB
Dirty:            2688 kB
Writeback:           0 kB
Mapped:          15752 kB
Slab:            76220 kB
Committed_AS:  2882000 kB
PageTables:       1440 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= 66080 MiB
End job on node1 at 2009-03-28 11:36:54