Trace number 1519889

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

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/110/
unif-k5-r21.3-v110-c2343-S2119656249-086.cnf
MD5SUM834ef435737da3a9d77dd6f3e79becea
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 variables110
Number of clauses2343
Sum of the clauses size11715
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 52343
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-1519889-1238243961/watcher-1519889-1238243961 -o /tmp/evaluation-result-1519889-1238243961/solver-1519889-1238243961 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519889-1238243961.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.97 3/64 9849
/proc/meminfo: memFree=1225344/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=2736 CPUtime=0
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 295 0 0 0 0 0 0 0 18 0 1 0 1097060999 2801664 279 1992294400 4194304 6412682 548682068864 18446744073709551615 4919602 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 684 279 216 541 0 134 0

[startup+0.061628 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 9849
/proc/meminfo: memFree=1225344/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=3196 CPUtime=0.06
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 449 0 0 0 6 0 0 0 18 0 1 0 1097060999 3272704 421 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 799 421 242 541 0 249 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3196

[startup+0.102632 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 9849
/proc/meminfo: memFree=1225344/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=3460 CPUtime=0.1
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 523 0 0 0 10 0 0 0 18 0 1 0 1097060999 3543040 495 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 865 495 242 541 0 315 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 3460

[startup+0.302653 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 9849
/proc/meminfo: memFree=1225344/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=4536 CPUtime=0.29
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 803 0 0 0 29 0 0 0 19 0 1 0 1097060999 4644864 775 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 1134 775 242 541 0 584 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4536

[startup+0.701697 s]
/proc/loadavg: 0.99 0.97 0.97 3/64 9849
/proc/meminfo: memFree=1225344/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=6340 CPUtime=0.69
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 1215 0 0 0 69 0 0 0 22 0 1 0 1097060999 6492160 1187 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 1585 1187 242 541 0 1035 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6340

[startup+1.50179 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9850
/proc/meminfo: memFree=1220536/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=8180 CPUtime=1.49
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 1642 0 0 0 148 1 0 0 25 0 1 0 1097060999 8376320 1574 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 2045 1574 242 541 0 1495 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8180

[startup+3.10196 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9850
/proc/meminfo: memFree=1219000/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=9780 CPUtime=3.09
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 2108 0 0 0 307 2 0 0 25 0 1 0 1097060999 10014720 1943 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 2445 1943 248 541 0 1895 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9780

[startup+6.30131 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9850
/proc/meminfo: memFree=1216952/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=12052 CPUtime=6.29
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 2672 0 0 0 625 4 0 0 25 0 1 0 1097060999 12341248 2447 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 3013 2447 248 541 0 2463 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12052

[startup+12.702 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9850
/proc/meminfo: memFree=1213240/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=15536 CPUtime=12.68
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 3669 0 0 0 1261 7 0 0 25 0 1 0 1097060999 15908864 3205 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 3884 3205 248 541 0 3334 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15536

[startup+25.5014 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9850
/proc/meminfo: memFree=1209272/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=20388 CPUtime=25.49
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 4890 0 0 0 2537 12 0 0 25 0 1 0 1097060999 20877312 4202 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 5097 4202 248 541 0 4547 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20388

[startup+51.1012 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9850
/proc/meminfo: memFree=1203832/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=26740 CPUtime=51.07
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 6547 0 0 0 5090 17 0 0 25 0 1 0 1097060999 27381760 5562 1992294400 4194304 6412682 548682068864 18446744073709551615 4350598 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 6685 5562 248 541 0 6135 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 26740

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9850
/proc/meminfo: memFree=1194552/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=37300 CPUtime=102.27
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 9474 0 0 0 10199 28 0 0 25 0 1 0 1097060999 38195200 7857 1992294400 4194304 6412682 548682068864 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 9325 7857 248 541 0 8775 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 37300

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9850
/proc/meminfo: memFree=1187000/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=46400 CPUtime=162.24
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 11690 0 0 0 16187 37 0 0 25 0 1 0 1097060999 47513600 9796 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 11600 9796 248 541 0 11050 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 46400

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9850
/proc/meminfo: memFree=1179704/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=55448 CPUtime=222.22
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 13769 0 0 0 22178 44 0 0 25 0 1 0 1097060999 56778752 11557 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 13862 11557 248 541 0 13312 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 55448

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9852
/proc/meminfo: memFree=1175736/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=59540 CPUtime=282.21
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 15094 0 0 0 28169 52 0 0 25 0 1 0 1097060999 60968960 12516 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 14885 12516 248 541 0 14335 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 59540

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9852
/proc/meminfo: memFree=1170104/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=65512 CPUtime=342.19
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 16911 0 0 0 34160 59 0 0 25 0 1 0 1097060999 67084288 13912 1992294400 4194304 6412682 548682068864 18446744073709551615 4286794 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 16378 13912 248 541 0 15828 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 65512

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9852
/proc/meminfo: memFree=1165304/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=70952 CPUtime=402.18
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 18163 0 0 0 40153 65 0 0 25 0 1 0 1097060999 72654848 15164 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 17738 15164 248 541 0 17188 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 70952

[startup+462.303 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9852
/proc/meminfo: memFree=1162744/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=74224 CPUtime=462.16
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 19262 0 0 0 46145 71 0 0 25 0 1 0 1097060999 76005376 15779 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 18556 15779 248 541 0 18006 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 74224

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9852
/proc/meminfo: memFree=1158072/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=79200 CPUtime=522.14
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 20464 0 0 0 52136 78 0 0 25 0 1 0 1097060999 81100800 16981 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 19800 16981 248 541 0 19250 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 79200

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9852
/proc/meminfo: memFree=1153400/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=84688 CPUtime=582.13
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 22138 0 0 0 58129 84 0 0 25 0 1 0 1097060999 86720512 18099 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 21172 18099 248 541 0 20622 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 84688

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9852
/proc/meminfo: memFree=1151032/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=87888 CPUtime=642.11
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 22733 0 0 0 64122 89 0 0 25 0 1 0 1097060999 89997312 18694 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 21972 18694 248 541 0 21422 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 87888

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9852
/proc/meminfo: memFree=1147000/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=92896 CPUtime=702.09
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 23761 0 0 0 70114 95 0 0 25 0 1 0 1097060999 95125504 19722 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 23224 19722 248 541 0 22674 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 92896

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9852
/proc/meminfo: memFree=1142200/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=100496 CPUtime=762.07
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 25591 0 0 0 76106 101 0 0 25 0 1 0 1097060999 102907904 20912 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 25124 20912 248 541 0 24574 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 100496

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9852
/proc/meminfo: memFree=1140280/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=102736 CPUtime=822.05
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 26047 0 0 0 82098 107 0 0 25 0 1 0 1097060999 105201664 21368 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 25684 21368 248 541 0 25134 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 102736

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9852
/proc/meminfo: memFree=1139576/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=103376 CPUtime=882.04
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 26232 0 0 0 88093 111 0 0 25 0 1 0 1097060999 105857024 21553 1992294400 4194304 6412682 548682068864 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 25844 21553 248 541 0 25294 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 103376

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9852
/proc/meminfo: memFree=1132152/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=111408 CPUtime=942.02
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 28092 0 0 0 94085 117 0 0 25 0 1 0 1097060999 114081792 23413 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 27852 23413 248 541 0 27302 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 111408

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9852
/proc/meminfo: memFree=1130104/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=114128 CPUtime=1002
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 29343 0 0 0 100079 121 0 0 25 0 1 0 1097060999 116867072 23928 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 28532 23928 248 541 0 27982 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 114128

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9852
/proc/meminfo: memFree=1128760/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=116048 CPUtime=1061.99
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 29682 0 0 0 106073 126 0 0 25 0 1 0 1097060999 118833152 24267 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 29012 24267 248 541 0 28462 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 116048

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9852
/proc/meminfo: memFree=1128184/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=116048 CPUtime=1121.97
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 29807 0 0 0 112067 130 0 0 25 0 1 0 1097060999 118833152 24392 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 29012 24392 248 541 0 28462 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 116048

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9852
/proc/meminfo: memFree=1124984/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=120528 CPUtime=1181.95
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 30596 0 0 0 118060 135 0 0 25 0 1 0 1097060999 123420672 25181 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 30132 25181 248 541 0 29582 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 120528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 9852
/proc/meminfo: memFree=1124920/2055920 swapFree=4176920/4192956
[pid=9849] ppid=9847 vsize=120528 CPUtime=1200.05
/proc/9849/stat : 9849 (kw) R 9847 9849 9624 0 -1 0 30630 0 0 0 119869 136 0 0 25 0 1 0 1097060999 123420672 25215 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9849/statm: 30132 25215 248 541 0 29582 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 120528

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.07
CPU user time (s): 1198.7
CPU system time (s): 1.37879
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 120528

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

runsolver used 0.907861 second user time and 2.58261 second system time

The end

Launcher Data

Begin job on node35 at 2009-03-28 13:39:21
IDJOB=1519889
IDBENCH=70374
IDSOLVER=501
FILE ID=node35/1519889-1238243961
PBS_JOBID= 9060713
Free space on /tmp= 66504 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/110/unif-k5-r21.3-v110-c2343-S2119656249-086.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519889-1238243961/watcher-1519889-1238243961 -o /tmp/evaluation-result-1519889-1238243961/solver-1519889-1238243961 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519889-1238243961.cnf

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

MD5SUM BENCH= 834ef435737da3a9d77dd6f3e79becea
RANDOM SEED=379432914

node35.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:       1225760 kB
Buffers:         96692 kB
Cached:         639780 kB
SwapCached:      10236 kB
Active:         190704 kB
Inactive:       557628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1225760 kB
SwapTotal:     4192956 kB
SwapFree:      4176920 kB
Dirty:            2288 kB
Writeback:           0 kB
Mapped:          17520 kB
Slab:            67844 kB
Committed_AS:  2633724 kB
PageTables:       1404 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= 66500 MiB
End job on node35 at 2009-03-28 13:59:23