Trace number 1519915

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.09 1200.52

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/90/
unif-k5-r21.3-v90-c1917-S1410489780-030.cnf
MD5SUM8a9e5a10d7167b9edb4334092b7b4912
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark154.86
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51917
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-1519915-1238246453/watcher-1519915-1238246453 -o /tmp/evaluation-result-1519915-1238246453/solver-1519915-1238246453 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519915-1238246453.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.99 0.97 0.95 3/70 27819
/proc/meminfo: memFree=894736/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=2648 CPUtime=0
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 293 0 0 0 0 0 0 0 18 0 1 0 1097307974 2711552 277 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 662 277 216 541 0 112 0

[startup+0.0607031 s]
/proc/loadavg: 0.99 0.97 0.95 3/70 27819
/proc/meminfo: memFree=894736/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=3152 CPUtime=0.05
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 436 0 0 0 5 0 0 0 18 0 1 0 1097307974 3227648 417 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 788 417 242 541 0 238 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3152

[startup+0.101709 s]
/proc/loadavg: 0.99 0.97 0.95 3/70 27819
/proc/meminfo: memFree=894736/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=3416 CPUtime=0.09
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 511 0 0 0 9 0 0 0 18 0 1 0 1097307974 3497984 492 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 854 492 242 541 0 304 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3416

[startup+0.301745 s]
/proc/loadavg: 0.99 0.97 0.95 3/70 27819
/proc/meminfo: memFree=894736/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=4484 CPUtime=0.29
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 789 0 0 0 29 0 0 0 19 0 1 0 1097307974 4591616 770 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 1121 770 242 541 0 571 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4484

[startup+0.701818 s]
/proc/loadavg: 0.99 0.97 0.95 3/70 27819
/proc/meminfo: memFree=894736/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=6280 CPUtime=0.69
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 1180 0 0 0 68 1 0 0 22 0 1 0 1097307974 6430720 1161 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 1570 1161 242 541 0 1020 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6280

[startup+1.50196 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 27820
/proc/meminfo: memFree=889992/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=7712 CPUtime=1.49
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 1544 0 0 0 148 1 0 0 25 0 1 0 1097307974 7897088 1485 1992294400 4194304 6412682 548682068864 18446744073709551615 4287593 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 1928 1485 242 541 0 1378 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7712

[startup+3.10125 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 27820
/proc/meminfo: memFree=888968/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=9196 CPUtime=3.09
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 1968 0 0 0 307 2 0 0 25 0 1 0 1097307974 9416704 1812 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 2299 1812 248 541 0 1749 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9196

[startup+6.30184 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 27820
/proc/meminfo: memFree=886728/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=11440 CPUtime=6.29
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 2517 0 0 0 626 3 0 0 25 0 1 0 1097307974 11714560 2301 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 2860 2301 248 541 0 2310 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11440

[startup+12.702 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 27820
/proc/meminfo: memFree=883400/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=14820 CPUtime=12.68
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 3464 0 0 0 1263 5 0 0 25 0 1 0 1097307974 15175680 3009 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 3705 3009 248 541 0 3155 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 14820

[startup+25.5013 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 27820
/proc/meminfo: memFree=879624/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=19236 CPUtime=25.48
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 4615 0 0 0 2540 8 0 0 25 0 1 0 1097307974 19697664 3936 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 4809 3936 248 541 0 4259 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19236

[startup+51.102 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 27820
/proc/meminfo: memFree=874312/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=26008 CPUtime=51.07
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 6327 0 0 0 5093 14 0 0 25 0 1 0 1097307974 26632192 5352 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 6502 5352 248 541 0 5952 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 26008

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 27820
/proc/meminfo: memFree=865480/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=35452 CPUtime=102.26
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 9049 0 0 0 10202 24 0 0 25 0 1 0 1097307974 36302848 7442 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 8863 7442 248 541 0 8313 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 35452

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 27820
/proc/meminfo: memFree=859016/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=42552 CPUtime=162.23
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 10973 0 0 0 16191 32 0 0 25 0 1 0 1097307974 43573248 9089 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 10638 9089 248 541 0 10088 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 42552

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 27820
/proc/meminfo: memFree=850824/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=52648 CPUtime=222.21
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 13321 0 0 0 22180 41 0 0 25 0 1 0 1097307974 53911552 11119 1992294400 4194304 6412682 548682068864 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 13162 11119 248 541 0 12612 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 52648

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 27820
/proc/meminfo: memFree=847816/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=56328 CPUtime=282.19
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 14428 0 0 0 28173 46 0 0 25 0 1 0 1097307974 57679872 11860 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 14082 11860 248 541 0 13532 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 56328

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 27820
/proc/meminfo: memFree=842632/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=62608 CPUtime=342.17
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 16126 0 0 0 34164 53 0 0 25 0 1 0 1097307974 64110592 13137 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 15652 13137 248 541 0 15102 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 62608

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 27820
/proc/meminfo: memFree=838216/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=66772 CPUtime=402.15
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 17246 0 0 0 40155 60 0 0 25 0 1 0 1097307974 68374528 14257 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 16693 14257 248 541 0 16143 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 66772

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 27820
/proc/meminfo: memFree=835592/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=69548 CPUtime=462.13
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 18374 0 0 0 46146 67 0 0 25 0 1 0 1097307974 71217152 14901 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 17387 14901 248 541 0 16837 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 69548

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 27820
/proc/meminfo: memFree=830856/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=74732 CPUtime=522.1
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 19574 0 0 0 52136 74 0 0 25 0 1 0 1097307974 76525568 16101 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 18683 16101 248 541 0 18133 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 74732

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 27820
/proc/meminfo: memFree=826184/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=80812 CPUtime=582.08
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 21301 0 0 0 58128 80 0 0 25 0 1 0 1097307974 82751488 17272 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 20203 17272 248 541 0 19653 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 80812

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 27820
/proc/meminfo: memFree=823304/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=84332 CPUtime=642.07
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 22011 0 0 0 64123 84 0 0 25 0 1 0 1097307974 86355968 17982 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 21083 17982 248 541 0 20533 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 84332

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 27820
/proc/meminfo: memFree=818760/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=91876 CPUtime=702.04
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 23157 0 0 0 70115 89 0 0 25 0 1 0 1097307974 94081024 19128 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 22969 19128 248 541 0 22419 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 91876

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 27820
/proc/meminfo: memFree=816840/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=93488 CPUtime=762.02
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 24254 0 0 0 76108 94 0 0 25 0 1 0 1097307974 95731712 19585 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 23372 19585 248 541 0 22822 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 93488

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 27820
/proc/meminfo: memFree=814920/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=96048 CPUtime=822
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 24759 0 0 0 82100 100 0 0 25 0 1 0 1097307974 98353152 20090 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 24012 20090 248 541 0 23462 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 96048

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 27820
/proc/meminfo: memFree=813256/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=97328 CPUtime=881.98
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 25162 0 0 0 88094 104 0 0 25 0 1 0 1097307974 99663872 20493 1992294400 4194304 6412682 548682068864 18446744073709551615 4286815 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 24332 20493 248 541 0 23782 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 97328

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 27820
/proc/meminfo: memFree=806024/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=108680 CPUtime=941.95
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 27698 0 0 0 94086 109 0 0 25 0 1 0 1097307974 111288320 23029 1992294400 4194304 6412682 548682068864 18446744073709551615 4296571 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 27170 23029 248 541 0 26620 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 108680

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 27820
/proc/meminfo: memFree=805192/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=106740 CPUtime=1001.93
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 27892 0 0 0 100080 113 0 0 25 0 1 0 1097307974 109301760 22487 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 26685 22487 248 541 0 26135 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 106740

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 27820
/proc/meminfo: memFree=804424/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=107700 CPUtime=1061.91
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 28091 0 0 0 106074 117 0 0 25 0 1 0 1097307974 110284800 22686 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 26925 22686 248 541 0 26375 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 107700

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 27820
/proc/meminfo: memFree=802760/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=109940 CPUtime=1121.89
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 28509 0 0 0 112068 121 0 0 25 0 1 0 1097307974 112578560 23104 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 27485 23104 248 541 0 26935 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 109940

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 27820
/proc/meminfo: memFree=800200/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=112820 CPUtime=1181.87
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 29158 0 0 0 118063 124 0 0 25 0 1 0 1097307974 115527680 23753 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 28205 23753 248 541 0 27655 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 112820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.95 2/71 27820
/proc/meminfo: memFree=799944/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=112820 CPUtime=1200.07
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 29209 0 0 0 119882 125 0 0 25 0 1 0 1097307974 115527680 23804 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 28205 23804 248 541 0 27655 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 112820

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.95 2/71 27820
/proc/meminfo: memFree=799944/2055920 swapFree=4170584/4192956
[pid=27819] ppid=27817 vsize=112820 CPUtime=1200.07
/proc/27819/stat : 27819 (kw) R 27817 27819 27518 0 -1 0 29209 0 0 0 119882 125 0 0 25 0 1 0 1097307974 115527680 23804 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/27819/statm: 28205 23804 248 541 0 27655 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 112820

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.09
CPU user time (s): 1198.82
CPU system time (s): 1.26681
CPU usage (%): 99.964
Max. virtual memory (cumulated for all children) (KiB): 112820

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

runsolver used 1.11783 second user time and 3.2585 second system time

The end

Launcher Data

Begin job on node45 at 2009-03-28 14:20:53
IDJOB=1519915
IDBENCH=70387
IDSOLVER=501
FILE ID=node45/1519915-1238246453
PBS_JOBID= 9060728
Free space on /tmp= 66336 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/90/unif-k5-r21.3-v90-c1917-S1410489780-030.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519915-1238246453/watcher-1519915-1238246453 -o /tmp/evaluation-result-1519915-1238246453/solver-1519915-1238246453 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519915-1238246453.cnf

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

MD5SUM BENCH= 8a9e5a10d7167b9edb4334092b7b4912
RANDOM SEED=370654796

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:        895216 kB
Buffers:         90052 kB
Cached:         969568 kB
SwapCached:      11516 kB
Active:         154848 kB
Inactive:       917772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        895216 kB
SwapTotal:     4192956 kB
SwapFree:      4170584 kB
Dirty:            2280 kB
Writeback:           0 kB
Mapped:          18688 kB
Slab:            73384 kB
Committed_AS:  2502200 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= 66336 MiB
End job on node45 at 2009-03-28 14:40:56