Trace number 1520107

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

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/65/
unif-k7-r89-v65-c5785-S1266438269-016.cnf
MD5SUM166fa796e9e4e8cad989cc4a86020c12
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of clauses5785
Sum of the clauses size40495
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 55785

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-1520107-1238264072/watcher-1520107-1238264072 -o /tmp/evaluation-result-1520107-1238264072/solver-1520107-1238264072 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1520107-1238264072.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.00 1.00 1.00 3/64 23544
/proc/meminfo: memFree=1406856/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=2640 CPUtime=0
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 291 0 0 0 0 0 0 0 18 0 1 0 1099073302 2703360 275 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 660 275 216 541 0 110 0

[startup+0.0842991 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23544
/proc/meminfo: memFree=1406856/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=3828 CPUtime=0.08
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 606 0 0 0 8 0 0 0 18 0 1 0 1099073302 3919872 590 1992294400 4194304 6412682 548682068864 18446744073709551615 4564571 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 957 590 235 541 0 407 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 3828

[startup+0.101302 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23544
/proc/meminfo: memFree=1406856/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=3828 CPUtime=0.1
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 606 0 0 0 10 0 0 0 18 0 1 0 1099073302 3919872 590 1992294400 4194304 6412682 548682068864 18446744073709551615 4564679 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 957 590 235 541 0 407 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3828

[startup+0.301334 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23544
/proc/meminfo: memFree=1406856/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=3396 CPUtime=0.3
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 613 0 0 0 30 0 0 0 19 0 1 0 1099073302 3477504 502 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 849 502 242 541 0 299 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 3396

[startup+0.701401 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23544
/proc/meminfo: memFree=1406856/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=5884 CPUtime=0.69
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 1182 0 0 0 69 0 0 0 22 0 1 0 1099073302 6025216 1071 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 1471 1071 242 541 0 921 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5884

[startup+1.50153 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23545
/proc/meminfo: memFree=1402368/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=8312 CPUtime=1.49
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 1767 0 0 0 148 1 0 0 25 0 1 0 1099073302 8511488 1616 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 2078 1616 242 541 0 1528 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8312

[startup+3.1028 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23545
/proc/meminfo: memFree=1400320/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=10092 CPUtime=3.09
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 2272 0 0 0 306 3 0 0 25 0 1 0 1099073302 10334208 2024 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 2523 2024 247 541 0 1973 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10092

[startup+6.30133 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23545
/proc/meminfo: memFree=1397696/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=12976 CPUtime=6.29
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 3023 0 0 0 625 4 0 0 25 0 1 0 1099073302 13287424 2646 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 3244 2646 247 541 0 2694 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12976

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23545
/proc/meminfo: memFree=1394048/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=16588 CPUtime=12.69
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 3987 0 0 0 1262 7 0 0 25 0 1 0 1099073302 16986112 3440 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 4147 3440 247 541 0 3597 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16588

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23545
/proc/meminfo: memFree=1388352/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=22996 CPUtime=25.48
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 5727 0 0 0 2536 12 0 0 25 0 1 0 1099073302 23547904 4818 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 5749 4818 247 541 0 5199 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 22996

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23545
/proc/meminfo: memFree=1382144/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=31320 CPUtime=51.08
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 7748 0 0 0 5087 21 0 0 25 0 1 0 1099073302 32071680 6498 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 7830 6498 247 541 0 7280 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 31320

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23545
/proc/meminfo: memFree=1370624/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=43712 CPUtime=102.26
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 11200 0 0 0 10195 31 0 0 25 0 1 0 1099073302 44761088 9223 1992294400 4194304 6412682 548682068864 18446744073709551615 4359708 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 10928 9223 247 541 0 10378 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 43712

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23545
/proc/meminfo: memFree=1361600/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=55628 CPUtime=162.24
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 13757 0 0 0 16182 42 0 0 25 0 1 0 1099073302 56963072 11462 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 13907 11462 247 541 0 13357 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 55628

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23545
/proc/meminfo: memFree=1354688/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=63432 CPUtime=222.23
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 15842 0 0 0 22172 51 0 0 25 0 1 0 1099073302 64954368 13181 1992294400 4194304 6412682 548682068864 18446744073709551615 4286786 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 15858 13181 247 541 0 15308 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 63432

[startup+282.301 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 23545
/proc/meminfo: memFree=1349824/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=69420 CPUtime=282.2
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 17465 0 0 0 28162 58 0 0 25 0 1 0 1099073302 71086080 14383 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 17355 14383 247 541 0 16805 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 69420

[startup+342.302 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 23545
/proc/meminfo: memFree=1343744/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=75228 CPUtime=342.19
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 19464 0 0 0 34153 66 0 0 25 0 1 0 1099073302 77033472 15898 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 18807 15898 247 541 0 18257 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 75228

[startup+402.302 s]
/proc/loadavg: 1.02 1.02 1.00 2/65 23545
/proc/meminfo: memFree=1337408/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=81576 CPUtime=402.16
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 21061 0 0 0 40143 73 0 0 25 0 1 0 1099073302 83533824 17495 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 20394 17495 247 541 0 19844 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 81576

[startup+462.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 23545
/proc/meminfo: memFree=1331968/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=87976 CPUtime=462.15
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 22943 0 0 0 46135 80 0 0 25 0 1 0 1099073302 90087424 18821 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 21994 18821 247 541 0 21444 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 87976

[startup+522.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 23545
/proc/meminfo: memFree=1327680/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=93736 CPUtime=522.13
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 24117 0 0 0 52127 86 0 0 25 0 1 0 1099073302 95985664 19995 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 23434 19995 247 541 0 22884 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 93736

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23545
/proc/meminfo: memFree=1323968/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=100044 CPUtime=582.11
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 25593 0 0 0 58120 91 0 0 25 0 1 0 1099073302 102445056 20831 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 25011 20831 247 541 0 24461 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 100044

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23545
/proc/meminfo: memFree=1322304/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=101964 CPUtime=642.09
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 26006 0 0 0 64113 96 0 0 25 0 1 0 1099073302 104411136 21244 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 25491 21244 247 541 0 24941 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 101964

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23545
/proc/meminfo: memFree=1320512/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=104524 CPUtime=702.07
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 26443 0 0 0 70105 102 0 0 25 0 1 0 1099073302 107032576 21681 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 26131 21681 247 541 0 25581 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 104524

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23545
/proc/meminfo: memFree=1313920/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=112204 CPUtime=762.06
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 28092 0 0 0 76099 107 0 0 25 0 1 0 1099073302 114896896 23330 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 28051 23330 247 541 0 27501 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 112204

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23545
/proc/meminfo: memFree=1310976/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=116148 CPUtime=822.03
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 29547 0 0 0 82092 111 0 0 25 0 1 0 1099073302 118935552 24049 1992294400 4194304 6412682 548682068864 18446744073709551615 4286825 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 29037 24049 247 541 0 28487 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 116148

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23545
/proc/meminfo: memFree=1308608/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=119348 CPUtime=882.01
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 30144 0 0 0 88084 117 0 0 25 0 1 0 1099073302 122212352 24646 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 29837 24646 247 541 0 29287 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 119348

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23545
/proc/meminfo: memFree=1305984/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=121908 CPUtime=941.99
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 30799 0 0 0 94077 122 0 0 25 0 1 0 1099073302 124833792 25301 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 30477 25301 247 541 0 29927 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 121908

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23545
/proc/meminfo: memFree=1301568/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=127028 CPUtime=1001.98
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 31890 0 0 0 100072 126 0 0 25 0 1 0 1099073302 130076672 26392 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 31757 26392 247 541 0 31207 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 127028

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23545
/proc/meminfo: memFree=1296704/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=135652 CPUtime=1061.95
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 33947 0 0 0 106065 130 0 0 25 0 1 0 1099073302 138907648 28449 1992294400 4194304 6412682 548682068864 18446744073709551615 4296571 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 33913 28449 247 541 0 33363 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 135652

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23545
/proc/meminfo: memFree=1296128/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=132908 CPUtime=1121.94
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 34096 0 0 0 112059 135 0 0 25 0 1 0 1099073302 136097792 27752 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 33227 27752 247 541 0 32677 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 132908

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23545
/proc/meminfo: memFree=1295680/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=132908 CPUtime=1181.92
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 34202 0 0 0 118052 140 0 0 25 0 1 0 1099073302 136097792 27858 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 33227 27858 247 541 0 32677 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 132908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23545
/proc/meminfo: memFree=1294720/2055920 swapFree=4178416/4192956
[pid=23544] ppid=23542 vsize=134188 CPUtime=1200.01
/proc/23544/stat : 23544 (kw) R 23542 23544 23117 0 -1 0 34433 0 0 0 119860 141 0 0 25 0 1 0 1099073302 137408512 28089 1992294400 4194304 6412682 548682068864 18446744073709551615 4286790 0 0 4096 0 0 0 0 17 1 0 0
/proc/23544/statm: 33547 28089 247 541 0 32997 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 134188

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.04
CPU user time (s): 1198.61
CPU system time (s): 1.43378
CPU usage (%): 99.9683
Max. virtual memory (cumulated for all children) (KiB): 135652

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

runsolver used 0.907861 second user time and 2.68759 second system time

The end

Launcher Data

Begin job on node15 at 2009-03-28 19:14:32
IDJOB=1520107
IDBENCH=70483
IDSOLVER=501
FILE ID=node15/1520107-1238264072
PBS_JOBID= 9060779
Free space on /tmp= 65356 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/65/unif-k7-r89-v65-c5785-S1266438269-016.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1520107-1238264072/watcher-1520107-1238264072 -o /tmp/evaluation-result-1520107-1238264072/solver-1520107-1238264072 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1520107-1238264072.cnf

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

MD5SUM BENCH= 166fa796e9e4e8cad989cc4a86020c12
RANDOM SEED=926550012

node15.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.286
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.286
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:       1407336 kB
Buffers:         77668 kB
Cached:         491656 kB
SwapCached:       8336 kB
Active:          98520 kB
Inactive:       480744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1407336 kB
SwapTotal:     4192956 kB
SwapFree:      4178416 kB
Dirty:            2388 kB
Writeback:           0 kB
Mapped:          15600 kB
Slab:            55252 kB
Committed_AS:  2865504 kB
PageTables:       1464 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= 65356 MiB
End job on node15 at 2009-03-28 19:34:35