Trace number 1554396

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-20UNSAT 1027.1 1027.4

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl032.cnf
MD5SUM5bb6e70c95bda454f634cd586084908b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark992.714
Satisfiable
(Un)Satisfiability was proved
Number of variables18607
Number of clauses55724
Sum of the clauses size130020
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 237148
Number of clauses of size 318574
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
1026.99/1027.36	c 1026.79 seconds
1026.99/1027.36	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1554396-1238726418/watcher-1554396-1238726418 -o /tmp/evaluation-result-1554396-1238726418/solver-1554396-1238726418 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1554396-1238726418.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.91 0.97 0.99 3/70 19926
/proc/meminfo: memFree=1218928/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=5048 CPUtime=0
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 807 0 0 0 0 0 0 0 18 0 1 0 1145306889 5169152 791 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 1262 796 209 541 0 712 0

[startup+0.0111659 s]
/proc/loadavg: 0.91 0.97 0.99 3/70 19926
/proc/meminfo: memFree=1218928/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=8668 CPUtime=0
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 1665 0 0 0 0 0 0 0 18 0 1 0 1145306889 8876032 1649 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 2167 1656 208 541 0 1617 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8668

[startup+0.101176 s]
/proc/loadavg: 0.91 0.97 0.99 3/70 19926
/proc/meminfo: memFree=1218928/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=14828 CPUtime=0.09
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 3222 0 0 0 8 1 0 0 18 0 1 0 1145306889 15183872 3206 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 3707 3206 219 541 0 3157 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14828

[startup+0.301198 s]
/proc/loadavg: 0.91 0.97 0.99 3/70 19926
/proc/meminfo: memFree=1218928/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=17132 CPUtime=0.29
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 4039 0 0 0 28 1 0 0 19 0 1 0 1145306889 17543168 3864 1992294400 4194304 6412682 548682068864 18446744073709551615 4296488 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 4283 3864 230 541 0 3733 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17132

[startup+0.701245 s]
/proc/loadavg: 0.91 0.97 0.99 3/70 19926
/proc/meminfo: memFree=1218928/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=26456 CPUtime=0.69
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 6365 0 0 0 62 7 0 0 22 0 1 0 1145306889 27090944 6190 1992294400 4194304 6412682 548682068864 18446744073709551615 4285052 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 6614 6190 248 541 0 6064 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26456

[startup+1.50134 s]
/proc/loadavg: 0.91 0.97 0.99 2/71 19927
/proc/meminfo: memFree=1191272/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=29216 CPUtime=1.49
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 7127 0 0 0 139 10 0 0 25 0 1 0 1145306889 29917184 6709 1992294400 4194304 6412682 548682068864 18446744073709551615 4289319 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 7304 6709 255 541 0 6754 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29216

[startup+3.10152 s]
/proc/loadavg: 0.91 0.97 0.99 2/71 19927
/proc/meminfo: memFree=1191400/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=29216 CPUtime=3.09
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 7132 0 0 0 298 11 0 0 25 0 1 0 1145306889 29917184 6714 1992294400 4194304 6412682 548682068864 18446744073709551615 4417127 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 7304 6714 255 541 0 6754 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29216

[startup+6.30189 s]
/proc/loadavg: 0.92 0.97 0.99 2/71 19927
/proc/meminfo: memFree=1191208/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=29936 CPUtime=6.29
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 7311 0 0 0 618 11 0 0 25 0 1 0 1145306889 30654464 6893 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 7484 6893 255 541 0 6934 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29936

[startup+12.7016 s]
/proc/loadavg: 0.93 0.97 0.99 2/71 19927
/proc/meminfo: memFree=1187624/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=32972 CPUtime=12.69
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 8098 0 0 0 1256 13 0 0 25 0 1 0 1145306889 33763328 7680 1992294400 4194304 6412682 548682068864 18446744073709551615 4417291 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 8243 7680 255 541 0 7693 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32972

[startup+25.5011 s]
/proc/loadavg: 0.94 0.97 0.99 2/71 19927
/proc/meminfo: memFree=1185640/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=34792 CPUtime=25.48
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 8541 0 0 0 2534 14 0 0 25 0 1 0 1145306889 35627008 8123 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 8698 8123 258 541 0 8148 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 34792

[startup+51.1011 s]
/proc/loadavg: 0.96 0.97 0.99 2/71 19927
/proc/meminfo: memFree=1182952/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=37504 CPUtime=51.07
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 9211 0 0 0 5089 18 0 0 25 0 1 0 1145306889 38404096 8793 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 9376 8793 258 541 0 8826 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 37504

[startup+102.307 s]
/proc/loadavg: 0.98 0.97 0.99 2/71 19927
/proc/meminfo: memFree=1175976/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=44688 CPUtime=102.27
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 10976 0 0 0 10201 26 0 0 25 0 1 0 1145306889 45760512 10558 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 11172 10558 258 541 0 10622 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 44688

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 19927
/proc/meminfo: memFree=1163880/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=57160 CPUtime=162.24
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 14145 0 0 0 16186 38 0 0 25 0 1 0 1145306889 58531840 13570 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 14290 13570 258 541 0 13740 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 57160

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 19927
/proc/meminfo: memFree=1153448/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=67860 CPUtime=222.22
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 16902 0 0 0 22176 46 0 0 25 0 1 0 1145306889 69488640 16146 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 16965 16146 258 541 0 16415 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 67860

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 19927
/proc/meminfo: memFree=1144104/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=77304 CPUtime=282.21
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 19451 0 0 0 28166 55 0 0 25 0 1 0 1145306889 79159296 18487 1992294400 4194304 6412682 548682068864 18446744073709551615 4289388 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 19326 18487 258 541 0 18776 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 77304

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 19928
/proc/meminfo: memFree=1134952/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=87684 CPUtime=342.19
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 21948 0 0 0 34156 63 0 0 25 0 1 0 1145306889 89788416 20744 1992294400 4194304 6412682 548682068864 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 21921 20744 258 541 0 21371 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 87684

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 19929
/proc/meminfo: memFree=1122344/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=100272 CPUtime=402.18
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 25363 0 0 0 40145 73 0 0 25 0 1 0 1145306889 102678528 23883 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 25068 23883 258 541 0 24518 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 100272

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 19929
/proc/meminfo: memFree=1110888/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=111800 CPUtime=462.16
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 28491 0 0 0 46134 82 0 0 25 0 1 0 1145306889 114483200 26694 1992294400 4194304 6412682 548682068864 18446744073709551615 5276903 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 27950 26694 258 541 0 27400 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 111800

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 19929
/proc/meminfo: memFree=1108712/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=114588 CPUtime=522.13
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 29170 0 0 0 52125 88 0 0 25 0 1 0 1145306889 117338112 27373 1992294400 4194304 6412682 548682068864 18446744073709551615 4419297 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 28647 27373 258 541 0 28097 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 114588

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 19929
/proc/meminfo: memFree=1090984/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=132548 CPUtime=582.12
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 33888 0 0 0 58113 99 0 0 25 0 1 0 1145306889 135729152 31726 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 33137 31726 258 541 0 32587 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 132548

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 19929
/proc/meminfo: memFree=1090472/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=132868 CPUtime=642.11
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 33991 0 0 0 64106 105 0 0 25 0 1 0 1145306889 136056832 31829 1992294400 4194304 6412682 548682068864 18446744073709551615 4360074 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 33217 31829 258 541 0 32667 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 132868

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 19929
/proc/meminfo: memFree=1071912/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=152280 CPUtime=702.09
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 38654 0 0 0 70096 113 0 0 25 0 1 0 1145306889 155934720 36492 1992294400 4194304 6412682 548682068864 18446744073709551615 4286874 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 38070 36492 258 541 0 37520 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 152280

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 19929
/proc/meminfo: memFree=1066984/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=157288 CPUtime=762.07
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 40262 0 0 0 76088 119 0 0 25 0 1 0 1145306889 161062912 37680 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 39322 37680 258 541 0 38772 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 157288

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 19929
/proc/meminfo: memFree=1066600/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=157888 CPUtime=822.05
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 40371 0 0 0 82082 123 0 0 25 0 1 0 1145306889 161677312 37789 1992294400 4194304 6412682 548682068864 18446744073709551615 4359621 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 39472 37789 258 541 0 38922 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 157888

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 19929
/proc/meminfo: memFree=1048552/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=177640 CPUtime=882.03
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 44869 0 0 0 88071 132 0 0 25 0 1 0 1145306889 181903360 42287 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 44410 42287 258 541 0 43860 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 177640

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 19929
/proc/meminfo: memFree=1041640/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=184780 CPUtime=942.02
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 47039 0 0 0 94064 138 0 0 25 0 1 0 1145306889 189214720 43975 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 46195 43975 258 541 0 45645 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 184780

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 19929
/proc/meminfo: memFree=1041320/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=185308 CPUtime=1002
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 47160 0 0 0 100058 142 0 0 25 0 1 0 1145306889 189755392 44096 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 46327 44096 258 541 0 45777 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 185308

Solver just ended. Dumping a history of the last processes samples

[startup+1011.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 19929
/proc/meminfo: memFree=1041256/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=185308 CPUtime=1010.79
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 47166 0 0 0 100937 142 0 0 25 0 1 0 1145306889 189755392 44102 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 46327 44102 258 541 0 45777 0
Current children cumulated CPU time (s) 1010.79
Current children cumulated vsize (KiB) 185308

[startup+1017.51 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 19929
/proc/meminfo: memFree=1041256/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=185308 CPUtime=1017.2
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 47170 0 0 0 101577 143 0 0 25 0 1 0 1145306889 189755392 44106 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 46327 44106 258 541 0 45777 0
Current children cumulated CPU time (s) 1017.2
Current children cumulated vsize (KiB) 185308

[startup+1023.9 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 19929
/proc/meminfo: memFree=1041000/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=185628 CPUtime=1023.59
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 47230 0 0 0 102216 143 0 0 25 0 1 0 1145306889 190083072 44166 1992294400 4194304 6412682 548682068864 18446744073709551615 4333394 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 46407 44166 258 541 0 45857 0
Current children cumulated CPU time (s) 1023.59
Current children cumulated vsize (KiB) 185628

[startup+1025.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 19929
/proc/meminfo: memFree=1041000/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=185628 CPUtime=1025.19
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 47230 0 0 0 102376 143 0 0 25 0 1 0 1145306889 190083072 44166 1992294400 4194304 6412682 548682068864 18446744073709551615 4362528 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 46407 44166 258 541 0 45857 0
Current children cumulated CPU time (s) 1025.19
Current children cumulated vsize (KiB) 185628

[startup+1026.31 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 19929
/proc/meminfo: memFree=1041000/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=185628 CPUtime=1025.99
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 47230 0 0 0 102456 143 0 0 25 0 1 0 1145306889 190083072 44166 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 46407 44166 258 541 0 45857 0
Current children cumulated CPU time (s) 1025.99
Current children cumulated vsize (KiB) 185628

[startup+1027.1 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 19929
/proc/meminfo: memFree=1041000/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=185628 CPUtime=1026.79
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 47230 0 0 0 102536 143 0 0 25 0 1 0 1145306889 190083072 44166 1992294400 4194304 6412682 548682068864 18446744073709551615 4304747 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 46407 44166 258 541 0 45857 0
Current children cumulated CPU time (s) 1026.79
Current children cumulated vsize (KiB) 185628

[startup+1027.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/71 19929
/proc/meminfo: memFree=1041000/2055920 swapFree=4174016/4192956
[pid=19926] ppid=19924 vsize=185628 CPUtime=1026.99
/proc/19926/stat : 19926 (kw) R 19924 19926 19861 0 -1 0 47230 0 0 0 102556 143 0 0 25 0 1 0 1145306889 190083072 44166 1992294400 4194304 6412682 548682068864 18446744073709551615 4296484 0 0 4096 0 0 0 0 17 1 0 0
/proc/19926/statm: 46407 44166 258 541 0 45857 0
Current children cumulated CPU time (s) 1026.99
Current children cumulated vsize (KiB) 185628

Child status: 20
Real time (s): 1027.4
CPU time (s): 1027.1
CPU user time (s): 1025.63
CPU system time (s): 1.46678
CPU usage (%): 99.9707
Max. virtual memory (cumulated for all children) (KiB): 186716

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

runsolver used 0.804877 second user time and 2.94055 second system time

The end

Launcher Data

Begin job on node74 at 2009-04-03 04:40:18
IDJOB=1554396
IDBENCH=70780
IDSOLVER=501
FILE ID=node74/1554396-1238726418
PBS_JOBID= 9085340
Free space on /tmp= 103236 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl032.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1554396-1238726418/watcher-1554396-1238726418 -o /tmp/evaluation-result-1554396-1238726418/solver-1554396-1238726418 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1554396-1238726418.cnf

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

MD5SUM BENCH= 5bb6e70c95bda454f634cd586084908b
RANDOM SEED=1787363919

node74.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.236
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.236
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:       1219344 kB
Buffers:         94972 kB
Cached:         649172 kB
SwapCached:       8140 kB
Active:         245112 kB
Inactive:       508672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1219344 kB
SwapTotal:     4192956 kB
SwapFree:      4174016 kB
Dirty:            3104 kB
Writeback:           0 kB
Mapped:          15008 kB
Slab:            67972 kB
Committed_AS:  2559588 kB
PageTables:       1852 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103232 MiB
End job on node74 at 2009-04-03 04:57:26