Trace number 1520415

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.05 1201.02

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/360/
unif-k3-r4.25-v360-c1530-S1028159446-096.cnf
MD5SUMa68afc9bf021c353745f280b16667e74
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.76151
Satisfiable
(Un)Satisfiability was proved
Number of variables360
Number of clauses1530
Sum of the clauses size4590
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31530
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-1520415-1238292954/watcher-1520415-1238292954 -o /tmp/evaluation-result-1520415-1238292954/solver-1520415-1238292954 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1520415-1238292954.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: 1.08 1.03 1.00 3/70 29679
/proc/meminfo: memFree=883984/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=2872 CPUtime=0
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 335 0 0 0 0 0 0 0 18 0 1 0 1101957995 2940928 319 1992294400 4194304 6412682 548682068864 18446744073709551615 4348189 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 718 319 219 541 0 168 0

[startup+0.0778591 s]
/proc/loadavg: 1.08 1.03 1.00 3/70 29679
/proc/meminfo: memFree=883984/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=3260 CPUtime=0.07
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 475 0 0 0 7 0 0 0 18 0 1 0 1101957995 3338240 459 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 815 459 253 541 0 265 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3260

[startup+0.101863 s]
/proc/loadavg: 1.08 1.03 1.00 3/70 29679
/proc/meminfo: memFree=883984/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=3392 CPUtime=0.09
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 510 0 0 0 9 0 0 0 18 0 1 0 1101957995 3473408 494 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 848 494 253 541 0 298 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3392

[startup+0.301898 s]
/proc/loadavg: 1.08 1.03 1.00 3/70 29679
/proc/meminfo: memFree=883984/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=4328 CPUtime=0.29
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 734 0 0 0 29 0 0 0 19 0 1 0 1101957995 4431872 718 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 1082 718 253 541 0 532 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4328

[startup+0.701971 s]
/proc/loadavg: 1.08 1.03 1.00 3/70 29679
/proc/meminfo: memFree=883984/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=5568 CPUtime=0.69
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 1057 0 0 0 69 0 0 0 22 0 1 0 1101957995 5701632 1041 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 1392 1041 253 541 0 842 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5568

[startup+1.50112 s]
/proc/loadavg: 1.07 1.03 1.00 2/71 29680
/proc/meminfo: memFree=880008/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=7240 CPUtime=1.48
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 1457 0 0 0 147 1 0 0 25 0 1 0 1101957995 7413760 1401 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 1810 1401 253 541 0 1260 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7240

[startup+3.10141 s]
/proc/loadavg: 1.07 1.03 1.00 2/71 29680
/proc/meminfo: memFree=878728/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=8204 CPUtime=3.08
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 1734 0 0 0 306 2 0 0 25 0 1 0 1101957995 8400896 1633 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 2051 1633 256 541 0 1501 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8204

[startup+6.30199 s]
/proc/loadavg: 1.07 1.03 1.00 2/71 29680
/proc/meminfo: memFree=876616/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=10176 CPUtime=6.28
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 2310 0 0 0 624 4 0 0 25 0 1 0 1101957995 10420224 2097 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 2544 2097 256 541 0 1994 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10176

[startup+12.7012 s]
/proc/loadavg: 1.06 1.03 1.00 2/71 29680
/proc/meminfo: memFree=873928/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=13428 CPUtime=12.68
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 3087 0 0 0 1262 6 0 0 25 0 1 0 1101957995 13750272 2726 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 3357 2726 256 541 0 2807 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 13428

[startup+25.5015 s]
/proc/loadavg: 1.05 1.03 1.00 2/71 29680
/proc/meminfo: memFree=870664/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=16680 CPUtime=25.48
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 4089 0 0 0 2539 9 0 0 25 0 1 0 1101957995 17080320 3533 1992294400 4194304 6412682 548682068864 18446744073709551615 4780128 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 4170 3533 256 541 0 3620 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 16680

[startup+51.1012 s]
/proc/loadavg: 1.03 1.03 1.00 2/71 29680
/proc/meminfo: memFree=865288/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=22936 CPUtime=51.07
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 5774 0 0 0 5092 15 0 0 25 0 1 0 1101957995 23486464 4801 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 5734 4801 256 541 0 5184 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 22936

[startup+102.305 s]
/proc/loadavg: 1.01 1.02 1.00 2/71 29680
/proc/meminfo: memFree=857224/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=32056 CPUtime=102.25
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 8215 0 0 0 10200 25 0 0 25 0 1 0 1101957995 32825344 6851 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 8014 6851 256 541 0 7464 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 32056

[startup+162.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/71 29680
/proc/meminfo: memFree=849672/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=40820 CPUtime=162.24
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 10614 0 0 0 16188 36 0 0 25 0 1 0 1101957995 41799680 8732 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 10205 8732 256 541 0 9655 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 40820

[startup+222.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/71 29680
/proc/meminfo: memFree=843016/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=48796 CPUtime=222.21
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 12602 0 0 0 22178 43 0 0 25 0 1 0 1101957995 49967104 10402 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 12199 10402 256 541 0 11649 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 48796

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 29680
/proc/meminfo: memFree=834568/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=57708 CPUtime=282.2
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 15122 0 0 0 28167 53 0 0 25 0 1 0 1101957995 59092992 12556 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 14427 12556 256 541 0 13877 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 57708

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 29680
/proc/meminfo: memFree=830472/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=62912 CPUtime=342.17
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 16510 0 0 0 34156 61 0 0 25 0 1 0 1101957995 64421888 13523 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 15728 13523 256 541 0 15178 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 62912

[startup+402.301 s]
/proc/loadavg: 1.66 1.17 1.06 3/77 8189
/proc/meminfo: memFree=810768/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=66996 CPUtime=401.98
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 17953 0 0 0 40125 73 0 0 25 0 1 0 1101957995 68603904 14482 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/29679/statm: 16749 14482 256 541 0 16199 0
Current children cumulated CPU time (s) 401.98
Current children cumulated vsize (KiB) 66996

[startup+462.302 s]
/proc/loadavg: 2.12 1.39 1.14 2/78 28481
/proc/meminfo: memFree=779464/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=75076 CPUtime=461.62
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 20162 0 0 0 46069 93 0 0 25 0 1 0 1101957995 76877824 16135 1992294400 4194304 6412682 548682068864 18446744073709551615 4286788 0 0 4096 0 0 0 0 17 0 0 0
/proc/29679/statm: 18769 16135 256 541 0 18219 0
Current children cumulated CPU time (s) 461.62
Current children cumulated vsize (KiB) 75076

[startup+522.302 s]
/proc/loadavg: 1.54 1.37 1.15 2/71 32278
/proc/meminfo: memFree=775744/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=78428 CPUtime=521.54
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 20789 0 0 0 52053 101 0 0 25 0 1 0 1101957995 80310272 16762 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 19607 16762 256 541 0 19057 0
Current children cumulated CPU time (s) 521.54
Current children cumulated vsize (KiB) 78428

[startup+582.302 s]
/proc/loadavg: 1.20 1.30 1.14 2/71 32278
/proc/meminfo: memFree=768960/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=87760 CPUtime=581.52
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 23042 0 0 0 58044 108 0 0 25 0 1 0 1101957995 89866240 18375 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 21940 18375 256 541 0 21390 0
Current children cumulated CPU time (s) 581.52
Current children cumulated vsize (KiB) 87760

[startup+642.302 s]
/proc/loadavg: 1.07 1.25 1.12 2/71 32278
/proc/meminfo: memFree=766976/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=90408 CPUtime=641.51
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 23586 0 0 0 64036 115 0 0 25 0 1 0 1101957995 92577792 18919 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 22602 18919 256 541 0 22052 0
Current children cumulated CPU time (s) 641.51
Current children cumulated vsize (KiB) 90408

[startup+702.302 s]
/proc/loadavg: 1.02 1.20 1.11 2/71 32278
/proc/meminfo: memFree=754752/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=102304 CPUtime=701.48
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 26626 0 0 0 70026 122 0 0 25 0 1 0 1101957995 104759296 21959 1992294400 4194304 6412682 548682068864 18446744073709551615 4296571 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 25576 21959 256 541 0 25026 0
Current children cumulated CPU time (s) 701.48
Current children cumulated vsize (KiB) 102304

[startup+762.306 s]
/proc/loadavg: 1.01 1.16 1.10 2/71 32278
/proc/meminfo: memFree=757064/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=99920 CPUtime=761.47
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 26809 0 0 0 76018 129 0 0 25 0 1 0 1101957995 102318080 21406 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 24980 21406 256 541 0 24430 0
Current children cumulated CPU time (s) 761.47
Current children cumulated vsize (KiB) 99920

[startup+822.302 s]
/proc/loadavg: 1.05 1.14 1.09 2/71 32278
/proc/meminfo: memFree=752328/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=105280 CPUtime=821.44
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 27992 0 0 0 82010 134 0 0 25 0 1 0 1101957995 107806720 22589 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 26320 22589 256 541 0 25770 0
Current children cumulated CPU time (s) 821.44
Current children cumulated vsize (KiB) 105280

[startup+882.301 s]
/proc/loadavg: 1.06 1.13 1.09 2/71 32278
/proc/meminfo: memFree=745480/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=111812 CPUtime=881.42
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 29682 0 0 0 88000 142 0 0 25 0 1 0 1101957995 114495488 24279 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 27953 24279 256 541 0 27403 0
Current children cumulated CPU time (s) 881.42
Current children cumulated vsize (KiB) 111812

[startup+942.301 s]
/proc/loadavg: 1.06 1.12 1.09 2/71 32278
/proc/meminfo: memFree=742600/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=114432 CPUtime=941.4
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 31247 0 0 0 93993 147 0 0 25 0 1 0 1101957995 117178368 24998 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 28608 24998 256 541 0 28058 0
Current children cumulated CPU time (s) 941.4
Current children cumulated vsize (KiB) 114432

[startup+1002.3 s]
/proc/loadavg: 1.06 1.11 1.09 2/71 32278
/proc/meminfo: memFree=739656/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=118272 CPUtime=1001.38
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 31996 0 0 0 99985 153 0 0 25 0 1 0 1101957995 121110528 25747 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 29568 25747 256 541 0 29018 0
Current children cumulated CPU time (s) 1001.38
Current children cumulated vsize (KiB) 118272

[startup+1062.3 s]
/proc/loadavg: 1.05 1.10 1.09 2/71 32278
/proc/meminfo: memFree=735240/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=123392 CPUtime=1061.36
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 33099 0 0 0 105977 159 0 0 25 0 1 0 1101957995 126353408 26850 1992294400 4194304 6412682 548682068864 18446744073709551615 4286825 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 30848 26850 256 541 0 30298 0
Current children cumulated CPU time (s) 1061.36
Current children cumulated vsize (KiB) 123392

[startup+1122.3 s]
/proc/loadavg: 1.12 1.11 1.09 2/71 32278
/proc/meminfo: memFree=728264/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=132740 CPUtime=1121.34
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 35761 0 0 0 111968 166 0 0 25 0 1 0 1101957995 135925760 28539 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 33185 28539 256 541 0 32635 0
Current children cumulated CPU time (s) 1121.34
Current children cumulated vsize (KiB) 132740

[startup+1182.3 s]
/proc/loadavg: 1.04 1.09 1.08 2/71 32278
/proc/meminfo: memFree=727496/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=134020 CPUtime=1181.32
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 35988 0 0 0 117960 172 0 0 25 0 1 0 1101957995 137236480 28766 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 33505 28766 256 541 0 32955 0
Current children cumulated CPU time (s) 1181.32
Current children cumulated vsize (KiB) 134020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201 s]
/proc/loadavg: 1.03 1.08 1.08 2/71 32278
/proc/meminfo: memFree=727368/2055920 swapFree=4170584/4192956
[pid=29679] ppid=29677 vsize=134020 CPUtime=1200.02
/proc/29679/stat : 29679 (kw) R 29677 29679 28912 0 -1 0 36020 0 0 0 119828 174 0 0 25 0 1 0 1101957995 137236480 28798 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/29679/statm: 33505 28798 256 541 0 32955 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 134020

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): 1201.02
CPU time (s): 1200.05
CPU user time (s): 1198.28
CPU system time (s): 1.76673
CPU usage (%): 99.9186
Max. virtual memory (cumulated for all children) (KiB): 136632

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

runsolver used 1.07084 second user time and 3.40648 second system time

The end

Launcher Data

Begin job on node45 at 2009-03-29 04:15:54
IDJOB=1520415
IDBENCH=70637
IDSOLVER=501
FILE ID=node45/1520415-1238292954
PBS_JOBID= 9060955
Free space on /tmp= 66348 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/360/unif-k3-r4.25-v360-c1530-S1028159446-096.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1520415-1238292954/watcher-1520415-1238292954 -o /tmp/evaluation-result-1520415-1238292954/solver-1520415-1238292954 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1520415-1238292954.cnf

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

MD5SUM BENCH= a68afc9bf021c353745f280b16667e74
RANDOM SEED=781598574

node45.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.285
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.285
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        884464 kB
Buffers:         96104 kB
Cached:         973988 kB
SwapCached:      11516 kB
Active:         169240 kB
Inactive:       913788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        884464 kB
SwapTotal:     4192956 kB
SwapFree:      4170584 kB
Dirty:            2256 kB
Writeback:           0 kB
Mapped:          18632 kB
Slab:            73804 kB
Committed_AS:  2506056 kB
PageTables:       1900 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66344 MiB
End job on node45 at 2009-03-29 04:35:57