Trace number 1724026

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 1189.45 1190.51

General information on the benchmark

Namemanol-pipe-f10ni.cnf
MD5SUMb99a5b8844b4e1d2656eb1422e6e888f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark578.845
Satisfiable
(Un)Satisfiability was proved
Number of variables368888
Number of clauses1100500
Sum of the clauses size2567832
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2733666
Number of clauses of size 3366833
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
1189.32/1190.41	c 1183.84 seconds
1189.32/1190.41	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-1724026-1240691502/watcher-1724026-1240691502 -o /tmp/evaluation-result-1724026-1240691502/solver-1724026-1240691502 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1724026-1240691502.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.98 0.99 3/64 27188
/proc/meminfo: memFree=1855076/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=6240 CPUtime=0
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 1022 0 0 0 0 0 0 0 18 0 1 0 97182903 6389760 1006 1992294400 4194304 6412682 548682068832 18446744073709551615 4263521 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 1560 1008 195 541 0 1010 0

[startup+0.025638 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 27188
/proc/meminfo: memFree=1855076/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=22104 CPUtime=0.01
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 4169 0 0 0 0 1 0 0 18 0 1 0 97182903 22634496 4153 1992294400 4194304 6412682 548682068832 18446744073709551615 4272375 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 5526 4161 202 541 0 4976 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 22104

[startup+0.101646 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 27188
/proc/meminfo: memFree=1855076/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=59892 CPUtime=0.09
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 13064 0 0 0 4 5 0 0 18 0 1 0 97182903 61329408 13048 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 14973 13053 208 541 0 14423 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 59892

[startup+0.301668 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 27188
/proc/meminfo: memFree=1855076/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=188636 CPUtime=0.29
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 45638 0 0 0 11 18 0 0 19 0 1 0 97182903 193163264 45622 1992294400 4194304 6412682 548682068832 18446744073709551615 4280887 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 47159 45628 208 541 0 46609 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 188636

[startup+0.701712 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 27188
/proc/meminfo: memFree=1855076/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=228448 CPUtime=0.69
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 53530 0 0 0 47 22 0 0 23 0 1 0 97182903 233930752 53514 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 57112 53514 219 541 0 56562 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 228448

[startup+1.5018 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27189
/proc/meminfo: memFree=1636636/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=239800 CPUtime=1.49
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 56710 0 0 0 126 23 0 0 25 0 1 0 97182903 245555200 56694 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 59950 56694 219 541 0 59400 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 239800

[startup+3.10198 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27189
/proc/meminfo: memFree=1619036/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=266540 CPUtime=3.09
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 64037 0 0 0 282 27 0 0 25 0 1 0 97182903 272936960 64021 1992294400 4194304 6412682 548682068832 18446744073709551615 4285128 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 66635 64021 220 541 0 66085 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 266540

[startup+6.30133 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27189
/proc/meminfo: memFree=1566364/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=297124 CPUtime=6.28
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 75619 0 0 0 596 32 0 0 25 0 1 0 97182903 304254976 72672 1992294400 4194304 6412682 548682068832 18446744073709551615 5484944 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 74281 72672 229 541 0 73731 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 297124

[startup+12.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27189
/proc/meminfo: memFree=1405084/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=455868 CPUtime=12.67
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 115367 0 0 0 1156 111 0 0 25 0 1 0 97182903 466808832 110883 1992294400 4194304 6412682 548682068832 18446744073709551615 5554256 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 113967 110883 248 541 0 113417 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 455868

[startup+25.5025 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27189
/proc/meminfo: memFree=1185820/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=626884 CPUtime=24.99
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 155519 0 0 0 2234 265 0 0 25 0 1 0 97182903 641929216 151035 1992294400 4194304 6412682 548682068832 18446744073709551615 4521983 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 156721 151035 248 541 0 156171 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 626884

[startup+51.1023 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27189
/proc/meminfo: memFree=1191004/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=621168 CPUtime=50.56
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 157124 0 0 0 4783 273 0 0 25 0 1 0 97182903 636076032 149758 1992294400 4194304 6412682 548682068832 18446744073709551615 4285946 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 155292 149758 258 541 0 154742 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 621168

[startup+102.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27189
/proc/meminfo: memFree=1181468/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=629896 CPUtime=101.74
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 159534 0 0 0 9886 288 0 0 25 0 1 0 97182903 645013504 152168 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 157474 152168 258 541 0 156924 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 629896

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27189
/proc/meminfo: memFree=1180572/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=629896 CPUtime=161.72
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 159765 0 0 0 15871 301 0 0 25 0 1 0 97182903 645013504 152399 1992294400 4194304 6412682 548682068832 18446744073709551615 5277709 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 157474 152399 258 541 0 156924 0
Current children cumulated CPU time (s) 161.72
Current children cumulated vsize (KiB) 629896

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27189
/proc/meminfo: memFree=1179676/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=629896 CPUtime=221.7
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 159968 0 0 0 21858 312 0 0 25 0 1 0 97182903 645013504 152602 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 157474 152602 258 541 0 156924 0
Current children cumulated CPU time (s) 221.7
Current children cumulated vsize (KiB) 629896

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27189
/proc/meminfo: memFree=1178972/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=629896 CPUtime=281.66
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 160137 0 0 0 27840 326 0 0 25 0 1 0 97182903 645013504 152771 1992294400 4194304 6412682 548682068832 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 157474 152771 258 541 0 156924 0
Current children cumulated CPU time (s) 281.66
Current children cumulated vsize (KiB) 629896

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27189
/proc/meminfo: memFree=1178460/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=630036 CPUtime=341.64
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 160254 0 0 0 33826 338 0 0 25 0 1 0 97182903 645156864 152888 1992294400 4194304 6412682 548682068832 18446744073709551615 4417127 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 157509 152888 258 541 0 156959 0
Current children cumulated CPU time (s) 341.64
Current children cumulated vsize (KiB) 630036

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27191
/proc/meminfo: memFree=1168540/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=639404 CPUtime=401.61
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 162681 0 0 0 39812 349 0 0 25 0 1 0 97182903 654749696 155315 1992294400 4194304 6412682 548682068832 18446744073709551615 4304536 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 159851 155315 258 541 0 159301 0
Current children cumulated CPU time (s) 401.61
Current children cumulated vsize (KiB) 639404

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27191
/proc/meminfo: memFree=1168412/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=641552 CPUtime=461.58
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 162745 0 0 0 45799 359 0 0 25 0 1 0 97182903 656949248 155379 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 160388 155379 258 541 0 159838 0
Current children cumulated CPU time (s) 461.58
Current children cumulated vsize (KiB) 641552

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27191
/proc/meminfo: memFree=1168284/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=641552 CPUtime=521.56
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 162782 0 0 0 51789 367 0 0 25 0 1 0 97182903 656949248 155416 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 160388 155416 258 541 0 159838 0
Current children cumulated CPU time (s) 521.56
Current children cumulated vsize (KiB) 641552

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27191
/proc/meminfo: memFree=1167004/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=642492 CPUtime=581.54
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 163109 0 0 0 57777 377 0 0 25 0 1 0 97182903 657911808 155743 1992294400 4194304 6412682 548682068832 18446744073709551615 4286747 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 160623 155743 258 541 0 160073 0
Current children cumulated CPU time (s) 581.54
Current children cumulated vsize (KiB) 642492

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27191
/proc/meminfo: memFree=1153436/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=656032 CPUtime=641.51
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 166498 0 0 0 63764 387 0 0 25 0 1 0 97182903 671776768 159132 1992294400 4194304 6412682 548682068832 18446744073709551615 4331773 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 164008 159132 258 541 0 163458 0
Current children cumulated CPU time (s) 641.51
Current children cumulated vsize (KiB) 656032

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27191
/proc/meminfo: memFree=1152988/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=656032 CPUtime=701.48
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 166570 0 0 0 69752 396 0 0 25 0 1 0 97182903 671776768 159204 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 164008 159204 258 541 0 163458 0
Current children cumulated CPU time (s) 701.48
Current children cumulated vsize (KiB) 656032

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27191
/proc/meminfo: memFree=1151196/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=657572 CPUtime=761.46
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 167001 0 0 0 75742 404 0 0 25 0 1 0 97182903 673353728 159635 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 164393 159635 258 541 0 163843 0
Current children cumulated CPU time (s) 761.46
Current children cumulated vsize (KiB) 657572

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27191
/proc/meminfo: memFree=1150876/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=658268 CPUtime=821.43
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 167098 0 0 0 81730 413 0 0 25 0 1 0 97182903 674066432 159732 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 164567 159732 258 541 0 164017 0
Current children cumulated CPU time (s) 821.43
Current children cumulated vsize (KiB) 658268

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27191
/proc/meminfo: memFree=1147292/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=663648 CPUtime=881.37
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 167984 0 0 0 87717 420 0 0 25 0 1 0 97182903 679575552 160618 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 165912 160618 258 541 0 165362 0
Current children cumulated CPU time (s) 881.37
Current children cumulated vsize (KiB) 663648

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27191
/proc/meminfo: memFree=1141020/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=671204 CPUtime=941.35
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 169553 0 0 0 93710 425 0 0 25 0 1 0 97182903 687312896 162187 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 167801 162187 258 541 0 167251 0
Current children cumulated CPU time (s) 941.35
Current children cumulated vsize (KiB) 671204

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27191
/proc/meminfo: memFree=1135644/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=676412 CPUtime=1001.32
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 170889 0 0 0 99701 431 0 0 25 0 1 0 97182903 692645888 163523 1992294400 4194304 6412682 548682068832 18446744073709551615 5111360 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 169103 163523 258 541 0 168553 0
Current children cumulated CPU time (s) 1001.32
Current children cumulated vsize (KiB) 676412

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27191
/proc/meminfo: memFree=1115932/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=696324 CPUtime=1061.27
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 175802 0 0 0 105691 436 0 0 25 0 1 0 97182903 713035776 168436 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 174081 168436 258 541 0 173531 0
Current children cumulated CPU time (s) 1061.27
Current children cumulated vsize (KiB) 696324

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27191
/proc/meminfo: memFree=1115676/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=696324 CPUtime=1121.25
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 175847 0 0 0 111683 442 0 0 25 0 1 0 97182903 713035776 168481 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 174081 168481 258 541 0 173531 0
Current children cumulated CPU time (s) 1121.25
Current children cumulated vsize (KiB) 696324

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27191
/proc/meminfo: memFree=1112220/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=701920 CPUtime=1181.23
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 176744 0 0 0 117673 450 0 0 25 0 1 0 97182903 718766080 169378 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 175480 169378 258 541 0 174930 0
Current children cumulated CPU time (s) 1181.23
Current children cumulated vsize (KiB) 701920

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

[startup+1183.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27191
/proc/meminfo: memFree=1112028/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=701920 CPUtime=1182.83
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 176748 0 0 0 117833 450 0 0 25 0 1 0 97182903 718766080 169382 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 175480 169382 258 541 0 174930 0
Current children cumulated CPU time (s) 1182.83
Current children cumulated vsize (KiB) 701920

[startup+1187.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27191
/proc/meminfo: memFree=1112028/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=701920 CPUtime=1186.03
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 176754 0 0 0 118152 451 0 0 25 0 1 0 97182903 718766080 169388 1992294400 4194304 6412682 548682068832 18446744073709551615 4286888 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 175480 169388 258 541 0 174930 0
Current children cumulated CPU time (s) 1186.03
Current children cumulated vsize (KiB) 701920

[startup+1188.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27191
/proc/meminfo: memFree=1112028/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=701920 CPUtime=1187.63
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 176759 0 0 0 118312 451 0 0 25 0 1 0 97182903 718766080 169393 1992294400 4194304 6412682 548682068832 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 175480 169393 258 541 0 174930 0
Current children cumulated CPU time (s) 1187.63
Current children cumulated vsize (KiB) 701920

[startup+1189.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27191
/proc/meminfo: memFree=1112028/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=701920 CPUtime=1188.43
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 176765 0 0 0 118392 451 0 0 25 0 1 0 97182903 718766080 169399 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 175480 169399 258 541 0 174930 0
Current children cumulated CPU time (s) 1188.43
Current children cumulated vsize (KiB) 701920

[startup+1190.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27191
/proc/meminfo: memFree=1111964/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=701920 CPUtime=1189.22
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 0 176767 0 0 0 118471 451 0 0 25 0 1 0 97182903 718766080 169401 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 175480 169401 258 541 0 174930 0
Current children cumulated CPU time (s) 1189.22
Current children cumulated vsize (KiB) 701920

[startup+1190.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27191
/proc/meminfo: memFree=1111964/2055920 swapFree=4181268/4192956
[pid=27188] ppid=27186 vsize=0 CPUtime=1189.42
/proc/27188/stat : 27188 (kw) R 27186 27188 26692 0 -1 4 176774 0 0 0 118482 460 0 0 25 0 1 0 97182903 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/27188/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1189.42
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 1190.51
CPU time (s): 1189.45
CPU user time (s): 1184.83
CPU system time (s): 4.6193
CPU usage (%): 99.9104
Max. virtual memory (cumulated for all children) (KiB): 701920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1184.83
system time used= 4.6193
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176774
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= 6
involuntary context switches= 2969

runsolver used 1.13783 second user time and 3.19751 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-25 22:31:43
IDJOB=1724026
IDBENCH=71749
IDSOLVER=501
FILE ID=node35/1724026-1240691502
PBS_JOBID= 9186668
Free space on /tmp= 66380 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT_RACE06/manol-pipe-f10ni.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724026-1240691502/watcher-1724026-1240691502 -o /tmp/evaluation-result-1724026-1240691502/solver-1724026-1240691502 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1724026-1240691502.cnf

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

MD5SUM BENCH= b99a5b8844b4e1d2656eb1422e6e888f
RANDOM SEED=1150765094

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.214
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.214
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:       1855492 kB
Buffers:          9964 kB
Cached:         139704 kB
SwapCached:       5984 kB
Active:          41692 kB
Inactive:       116400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855492 kB
SwapTotal:     4192956 kB
SwapFree:      4181268 kB
Dirty:           22276 kB
Writeback:           0 kB
Mapped:          13492 kB
Slab:            28372 kB
Committed_AS:   401864 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= 66312 MiB
End job on node35 at 2009-04-25 22:51:34