Trace number 1559492

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

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-25-s100.cnf
MD5SUMc4b5df05f50ec97b624a18161f6d43b5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark363.481
Satisfiable
(Un)Satisfiability was proved
Number of variables31931
Number of clauses96111
Sum of the clauses size226723
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261482
Number of clauses of size 334565
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

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1559492-1238884100/watcher-1559492-1238884100 -o /tmp/evaluation-result-1559492-1238884100/solver-1559492-1238884100 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1559492-1238884100.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/69 4357
/proc/meminfo: memFree=1667584/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=5904 CPUtime=0
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 860 0 0 0 0 0 0 0 18 0 1 0 1161074722 6045696 844 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 1476 848 208 541 0 926 0

[startup+0.068977 s]
/proc/loadavg: 0.91 0.97 0.99 3/69 4357
/proc/meminfo: memFree=1667584/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=21984 CPUtime=0.06
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 4873 0 0 0 4 2 0 0 18 0 1 0 1161074722 22511616 4857 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 5496 4857 221 541 0 4946 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 21984

[startup+0.101983 s]
/proc/loadavg: 0.91 0.97 0.99 3/69 4357
/proc/meminfo: memFree=1667584/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=22380 CPUtime=0.09
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 4990 0 0 0 7 2 0 0 18 0 1 0 1161074722 22917120 4974 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 5595 4974 221 541 0 5045 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22380

[startup+0.302021 s]
/proc/loadavg: 0.91 0.97 0.99 3/69 4357
/proc/meminfo: memFree=1667584/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=24948 CPUtime=0.29
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 5766 0 0 0 27 2 0 0 19 0 1 0 1161074722 25546752 5701 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 6237 5702 221 541 0 5687 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24948

[startup+0.7011 s]
/proc/loadavg: 0.91 0.97 0.99 3/69 4357
/proc/meminfo: memFree=1667584/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=33744 CPUtime=0.69
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 8322 0 0 0 66 3 0 0 22 0 1 0 1161074722 34553856 7972 1992294400 4194304 6412682 548682068832 18446744073709551615 4542337 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 8436 7972 239 541 0 7886 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33744

[startup+1.50126 s]
/proc/loadavg: 0.91 0.97 0.99 2/70 4358
/proc/meminfo: memFree=1632824/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=44584 CPUtime=1.49
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 11202 0 0 0 134 15 0 0 25 0 1 0 1161074722 45654016 10659 1992294400 4194304 6412682 548682068832 18446744073709551615 5554256 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 11146 10659 248 541 0 10596 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44584

[startup+3.10157 s]
/proc/loadavg: 0.91 0.97 0.99 2/70 4358
/proc/meminfo: memFree=1611896/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=60856 CPUtime=3.09
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 15242 0 0 0 291 18 0 0 25 0 1 0 1161074722 62316544 14449 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 15214 14449 255 541 0 14664 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 60856

[startup+6.30121 s]
/proc/loadavg: 1.00 0.98 1.00 2/70 4358
/proc/meminfo: memFree=1607608/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=60856 CPUtime=6.29
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 15243 0 0 0 611 18 0 0 25 0 1 0 1161074722 62316544 14450 1992294400 4194304 6412682 548682068832 18446744073709551615 5277709 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 15214 14450 255 541 0 14664 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60856

[startup+12.7015 s]
/proc/loadavg: 1.00 0.98 1.00 2/70 4358
/proc/meminfo: memFree=1607544/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=60856 CPUtime=12.69
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 15246 0 0 0 1251 18 0 0 25 0 1 0 1161074722 62316544 14453 1992294400 4194304 6412682 548682068832 18446744073709551615 4333494 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 15214 14453 255 541 0 14664 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60856

[startup+25.502 s]
/proc/loadavg: 1.00 0.98 1.00 2/70 4358
/proc/meminfo: memFree=1607608/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=60856 CPUtime=25.48
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 15252 0 0 0 2530 18 0 0 25 0 1 0 1161074722 62316544 14459 1992294400 4194304 6412682 548682068832 18446744073709551615 4286896 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 15214 14459 255 541 0 14664 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 60856

[startup+51.1011 s]
/proc/loadavg: 1.00 0.98 1.00 2/70 4358
/proc/meminfo: memFree=1607544/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=60856 CPUtime=51.07
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 15263 0 0 0 5088 19 0 0 25 0 1 0 1161074722 62316544 14470 1992294400 4194304 6412682 548682068832 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 15214 14470 255 541 0 14664 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 60856

[startup+102.306 s]
/proc/loadavg: 1.00 0.98 1.00 2/70 4358
/proc/meminfo: memFree=1607480/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=60856 CPUtime=102.26
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 15281 0 0 0 10205 21 0 0 25 0 1 0 1161074722 62316544 14488 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 15214 14488 255 541 0 14664 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 60856

[startup+162.302 s]
/proc/loadavg: 1.00 0.98 1.00 2/70 4358
/proc/meminfo: memFree=1607416/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=60856 CPUtime=162.23
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 15299 0 0 0 16201 22 0 0 25 0 1 0 1161074722 62316544 14506 1992294400 4194304 6412682 548682068832 18446744073709551615 5277678 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 15214 14506 258 541 0 14664 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 60856

[startup+222.302 s]
/proc/loadavg: 1.00 0.98 1.00 2/70 4358
/proc/meminfo: memFree=1607352/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=61044 CPUtime=222.21
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 15306 0 0 0 22197 24 0 0 25 0 1 0 1161074722 62509056 14513 1992294400 4194304 6412682 548682068832 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 15261 14513 258 541 0 14711 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 61044

[startup+282.302 s]
/proc/loadavg: 1.00 0.98 1.00 2/70 4358
/proc/meminfo: memFree=1607352/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=61048 CPUtime=282.19
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 15315 0 0 0 28193 26 0 0 25 0 1 0 1161074722 62513152 14522 1992294400 4194304 6412682 548682068832 18446744073709551615 4327399 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 15262 14522 258 541 0 14712 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 61048

[startup+342.303 s]
/proc/loadavg: 1.00 0.98 1.00 2/70 4358
/proc/meminfo: memFree=1607032/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=61244 CPUtime=342.17
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 15376 0 0 0 34189 28 0 0 25 0 1 0 1161074722 62713856 14583 1992294400 4194304 6412682 548682068832 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 15311 14583 258 541 0 14761 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 61244

[startup+402.301 s]
/proc/loadavg: 1.00 0.98 1.00 2/70 4358
/proc/meminfo: memFree=1606520/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=61928 CPUtime=402.15
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 15510 0 0 0 40185 30 0 0 25 0 1 0 1161074722 63414272 14717 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 15482 14717 258 541 0 14932 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 61928

[startup+462.301 s]
/proc/loadavg: 1.00 0.98 1.00 2/70 4358
/proc/meminfo: memFree=1606456/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=61928 CPUtime=462.12
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 15516 0 0 0 46181 31 0 0 25 0 1 0 1161074722 63414272 14723 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 15482 14723 258 541 0 14932 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 61928

[startup+522.301 s]
/proc/loadavg: 1.00 0.98 1.00 2/70 4358
/proc/meminfo: memFree=1604984/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=63592 CPUtime=522.11
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 15896 0 0 0 52178 33 0 0 25 0 1 0 1161074722 65118208 15103 1992294400 4194304 6412682 548682068832 18446744073709551615 4417651 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 15898 15103 258 541 0 15348 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 63592

[startup+582.302 s]
/proc/loadavg: 1.00 0.98 1.00 2/70 4358
/proc/meminfo: memFree=1602168/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=66892 CPUtime=582.08
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 16599 0 0 0 58173 35 0 0 25 0 1 0 1161074722 68497408 15806 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 16723 15806 258 541 0 16173 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 66892

[startup+642.303 s]
/proc/loadavg: 1.00 0.98 1.00 2/70 4358
/proc/meminfo: memFree=1602168/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=66892 CPUtime=642.07
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 16600 0 0 0 64170 37 0 0 25 0 1 0 1161074722 68497408 15807 1992294400 4194304 6412682 548682068832 18446744073709551615 4360688 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 16723 15807 258 541 0 16173 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 66892

[startup+702.302 s]
/proc/loadavg: 1.00 0.98 1.00 2/70 4358
/proc/meminfo: memFree=1597240/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=71880 CPUtime=702.04
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 17809 0 0 0 70164 40 0 0 25 0 1 0 1161074722 73605120 17016 1992294400 4194304 6412682 548682068832 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 17970 17016 258 541 0 17420 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 71880

[startup+762.307 s]
/proc/loadavg: 1.00 0.98 1.00 2/70 4358
/proc/meminfo: memFree=1597176/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=71880 CPUtime=762.03
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 17819 0 0 0 76160 43 0 0 25 0 1 0 1161074722 73605120 17026 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 17970 17026 258 541 0 17420 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 71880

[startup+822.301 s]
/proc/loadavg: 1.00 0.98 1.00 2/70 4358
/proc/meminfo: memFree=1595512/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=73616 CPUtime=822.01
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 18235 0 0 0 82156 45 0 0 25 0 1 0 1161074722 75382784 17442 1992294400 4194304 6412682 548682068832 18446744073709551615 4329769 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 18404 17442 258 541 0 17854 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 73616

[startup+882.301 s]
/proc/loadavg: 1.00 0.98 1.00 2/70 4358
/proc/meminfo: memFree=1593336/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=75688 CPUtime=881.98
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 18766 0 0 0 88152 46 0 0 25 0 1 0 1161074722 77504512 17973 1992294400 4194304 6412682 548682068832 18446744073709551615 4287031 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 18922 17973 258 541 0 18372 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 75688

[startup+942.301 s]
/proc/loadavg: 1.00 0.98 1.00 2/70 4358
/proc/meminfo: memFree=1593272/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=75688 CPUtime=941.96
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 18776 0 0 0 94149 47 0 0 25 0 1 0 1161074722 77504512 17983 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 18922 17983 258 541 0 18372 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 75688

[startup+1002.3 s]
/proc/loadavg: 1.00 0.98 1.00 2/70 4358
/proc/meminfo: memFree=1587320/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=81688 CPUtime=1001.94
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 20271 0 0 0 100144 50 0 0 25 0 1 0 1161074722 83648512 19478 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 20422 19478 258 541 0 19872 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 81688

[startup+1062.3 s]
/proc/loadavg: 1.00 0.98 1.00 2/70 4358
/proc/meminfo: memFree=1587256/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=81688 CPUtime=1061.92
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 20272 0 0 0 106140 52 0 0 25 0 1 0 1161074722 83648512 19479 1992294400 4194304 6412682 548682068832 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 20422 19479 258 541 0 19872 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 81688

[startup+1122.3 s]
/proc/loadavg: 1.00 0.98 1.00 2/70 4360
/proc/meminfo: memFree=1586936/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=81688 CPUtime=1121.9
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 20291 0 0 0 112136 54 0 0 25 0 1 0 1161074722 83648512 19498 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 20422 19498 258 541 0 19872 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 81688

[startup+1182.3 s]
/proc/loadavg: 1.00 0.98 1.00 2/70 4360
/proc/meminfo: memFree=1583736/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=85192 CPUtime=1181.88
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 21151 0 0 0 118132 56 0 0 25 0 1 0 1161074722 87236608 20358 1992294400 4194304 6412682 548682068832 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 21298 20358 258 541 0 20748 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 85192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 0.98 1.00 2/70 4360
/proc/meminfo: memFree=1582264/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=86720 CPUtime=1200.08
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 21504 0 0 0 119951 57 0 0 25 0 1 0 1161074722 88801280 20711 1992294400 4194304 6412682 548682068832 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 21680 20711 258 541 0 21130 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 86720

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: 1.00 0.98 1.00 2/70 4360
/proc/meminfo: memFree=1582264/2055920 swapFree=4177724/4192956
[pid=4357] ppid=4355 vsize=86720 CPUtime=1200.08
/proc/4357/stat : 4357 (kw) R 4355 4357 3978 0 -1 0 21504 0 0 0 119951 57 0 0 25 0 1 0 1161074722 88801280 20711 1992294400 4194304 6412682 548682068832 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/4357/statm: 21680 20711 258 541 0 21130 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 86720

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.1
CPU user time (s): 1199.51
CPU system time (s): 0.584911
CPU usage (%): 99.9647
Max. virtual memory (cumulated for all children) (KiB): 86720

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

runsolver used 1.00985 second user time and 3.36849 second system time

The end

Launcher Data

Begin job on node73 at 2009-04-05 00:28:20
IDJOB=1559492
IDBENCH=70878
IDSOLVER=501
FILE ID=node73/1559492-1238884100
PBS_JOBID= 9085993
Free space on /tmp= 66500 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-25-s100.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1559492-1238884100/watcher-1559492-1238884100 -o /tmp/evaluation-result-1559492-1238884100/solver-1559492-1238884100 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1559492-1238884100.cnf

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

MD5SUM BENCH= c4b5df05f50ec97b624a18161f6d43b5
RANDOM SEED=524255660

node73.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.277
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.277
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:       1668064 kB
Buffers:         48524 kB
Cached:         265688 kB
SwapCached:       8312 kB
Active:         102896 kB
Inactive:       221108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1668064 kB
SwapTotal:     4192956 kB
SwapFree:      4177724 kB
Dirty:            3764 kB
Writeback:           0 kB
Mapped:          15168 kB
Slab:            49500 kB
Committed_AS:  2968656 kB
PageTables:       1656 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= 66496 MiB
End job on node73 at 2009-04-05 00:48:23