Trace number 1796896

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
ReVivAl 0.23 2009-03-18? (TO) 1200.09 1200.41

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-28-s100.cnf
MD5SUM06e51f5d7b210924fc518c0569affee4
Bench CategoryAPPLICATION (applications 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 variables32151
Number of clauses96786
Sum of the clauses size228372
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261858
Number of clauses of size 334864
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 revival is preprocessing the formula...#ITERATIONS 2
2.20/2.26	#LEARNT CLAUSES 0
2.29/2.33	done !
2.29/2.33	c Calling MINISAT
2.29/2.34	This is MiniSat 2.0 beta
2.29/2.34	WARNING: for repeatability, setting FPU to use double precision
2.29/2.34	============================[ Problem Statistics ]=============================
2.29/2.34	|                                                                             |
2.29/2.34	|  Number of variables:  32151                                                |
2.29/2.34	|  Number of clauses:    92008                                                |
2.29/2.39	|  Parsing time:         0.05         s                                       |
2.29/2.39	============================[ Search Statistics ]==============================
2.29/2.39	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.29/2.39	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.29/2.39	===============================================================================
2.29/2.39	|         0 |   30401    90257   211334 |    30085        0    nan |  0.000 % |
2.33/2.42	|       100 |   30401    90257   211334 |    33094      100     47 |  5.443 % |
2.33/3.02	|       251 |   30401    90257   211334 |    36403      251     61 |  5.443 % |
4.38/4.44	|       476 |   30401    90257   211334 |    40044      476     51 |  5.443 % |
6.38/6.45	|       813 |   30401    90257   211334 |    44048      813     49 |  5.443 % |
8.48/8.53	|      1320 |   30401    90257   211334 |    48453     1320     53 |  5.443 % |
13.68/13.78	|      2081 |   30401    90257   211334 |    53298     2081     50 |  5.443 % |
21.47/21.58	|      3221 |   30401    90257   211334 |    58628     3221     46 |  5.443 % |
31.47/31.60	|      4931 |   30401    90257   211334 |    64491     4931     43 |  5.443 % |
52.56/52.66	|      7494 |   30401    90257   211334 |    70940     7494     39 |  5.443 % |
84.36/84.48	|     11339 |   30401    90257   211334 |    78034    11339     38 |  5.443 % |
127.14/127.20	|     17106 |   30401    90257   211334 |    85837    17106     41 |  5.443 % |
200.82/200.99	|     25756 |   30401    90257   211334 |    94421    25756     37 |  5.443 % |
324.69/324.81	|     38730 |   30401    90257   211334 |   103863    38730     33 |  5.443 % |
527.54/527.71	|     58191 |   30401    90257   211334 |   114250    58191     31 |  5.443 % |
845.35/845.70	|     87384 |   30401    90257   211334 |   125675    87384     29 |  5.443 % |
1200.07/1200.41	HOME/run.sh: line 21:  9528 Terminated              $MINISAT $TMP_1 ${TMPDIR}/$TMP.result "$@"
1200.07/1200.41	c ERROR !

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-1796896-1242082227/watcher-1796896-1242082227 -o /tmp/evaluation-result-1796896-1242082227/solver-1796896-1242082227 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796896-1242082227.cnf HOME 

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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 9525
/proc/meminfo: memFree=1933008/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=0
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236250614 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 237 196 169 0 51 0
[pid=9526] ppid=9525 vsize=1868 CPUtime=0
/proc/9526/stat : 9526 (revival) R 9525 9525 9059 0 -1 4194304 205 0 0 0 0 0 0 0 19 0 1 0 236250614 1912832 172 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/9526/statm: 467 178 80 6 0 105 0

[startup+0.0757709 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 9525
/proc/meminfo: memFree=1933008/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=0
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236250614 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 237 196 169 0 51 0
[pid=9526] ppid=9525 vsize=7456 CPUtime=0.07
/proc/9526/stat : 9526 (revival) R 9525 9525 9059 0 -1 4194304 1898 0 0 0 6 1 0 0 19 0 1 50000 236250614 7634944 1473 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9526/statm: 1864 1473 85 6 0 1502 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12816

[startup+0.101772 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 9525
/proc/meminfo: memFree=1933008/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=0
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236250614 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 237 196 169 0 51 0
[pid=9526] ppid=9525 vsize=7456 CPUtime=0.09
/proc/9526/stat : 9526 (revival) R 9525 9525 9059 0 -1 4194304 1898 0 0 0 8 1 0 0 19 0 1 50000 236250614 7634944 1473 1992294400 134512640 134537284 4294956368 18446744073709551615 134523915 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9526/statm: 1864 1473 85 6 0 1502 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12816

[startup+0.301792 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 9525
/proc/meminfo: memFree=1933008/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=0
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236250614 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 237 196 169 0 51 0
[pid=9526] ppid=9525 vsize=7456 CPUtime=0.29
/proc/9526/stat : 9526 (revival) R 9525 9525 9059 0 -1 4194304 1901 0 0 0 28 1 0 0 20 0 1 50000 236250614 7634944 1476 1992294400 134512640 134537284 4294956368 18446744073709551615 134523781 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9526/statm: 1864 1476 85 6 0 1502 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12816

[startup+0.701832 s]
/proc/loadavg: 0.91 0.98 0.99 3/64 9525
/proc/meminfo: memFree=1933008/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=0
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236250614 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 237 196 169 0 51 0
[pid=9526] ppid=9525 vsize=7456 CPUtime=0.69
/proc/9526/stat : 9526 (revival) R 9525 9525 9059 0 -1 4194304 1904 0 0 0 68 1 0 0 25 0 1 50000 236250614 7634944 1479 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9526/statm: 1864 1479 85 6 0 1502 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12816

[startup+1.50191 s]
/proc/loadavg: 0.91 0.98 0.99 2/66 9527
/proc/meminfo: memFree=1927040/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=0
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236250614 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 237 196 169 0 51 0
[pid=9526] ppid=9525 vsize=7456 CPUtime=1.49
/proc/9526/stat : 9526 (revival) R 9525 9525 9059 0 -1 4194304 1904 0 0 0 148 1 0 0 25 0 1 50000 236250614 7634944 1479 1992294400 134512640 134537284 4294956368 18446744073709551615 134523975 0 0 4096 8192 0 0 0 17 1 0 0
/proc/9526/statm: 1864 1479 85 6 0 1502 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12816

[startup+3.10209 s]
/proc/loadavg: 0.91 0.98 0.99 2/66 9527
/proc/meminfo: memFree=1926912/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=2.33
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 312 1919 0 0 0 0 231 2 19 0 1 0 236250614 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 5360
heavy processes:

[startup+6.3014 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 9528
/proc/meminfo: memFree=1923968/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=2.33
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 312 1919 0 0 0 0 231 2 19 0 1 0 236250614 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 238 197 169 0 51 0
[pid=9528] ppid=9525 vsize=8212 CPUtime=3.95
/proc/9528/stat : 9528 (minisat) R 9525 9525 9059 0 -1 4194304 1829 0 0 0 394 1 0 0 25 0 1 0 236250848 8409088 1804 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/9528/statm: 2053 1804 76 170 0 1881 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 13572

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 9528
/proc/meminfo: memFree=1923584/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=2.33
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 312 1919 0 0 0 0 231 2 19 0 1 0 236250614 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 238 197 169 0 51 0
[pid=9528] ppid=9525 vsize=8476 CPUtime=10.35
/proc/9528/stat : 9528 (minisat) R 9525 9525 9059 0 -1 4194304 1901 0 0 0 1034 1 0 0 25 0 1 0 236250848 8679424 1876 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/9528/statm: 2119 1876 76 170 0 1947 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 13836

[startup+25.5014 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 9528
/proc/meminfo: memFree=1923328/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=2.33
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 312 1919 0 0 0 0 231 2 19 0 1 0 236250614 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 238 197 169 0 51 0
[pid=9528] ppid=9525 vsize=8876 CPUtime=23.14
/proc/9528/stat : 9528 (minisat) R 9525 9525 9059 0 -1 4194304 2007 0 0 0 2313 1 0 0 25 0 1 0 236250848 9089024 1982 1992294400 134512640 135212939 4294956240 18446744073709551615 134527029 0 0 4096 3 0 0 0 17 1 0 0
/proc/9528/statm: 2219 1982 76 170 0 2047 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 14236

[startup+51.102 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 9528
/proc/meminfo: memFree=1922752/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=2.33
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 312 1919 0 0 0 0 231 2 19 0 1 0 236250614 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 238 197 169 0 51 0
[pid=9528] ppid=9525 vsize=9548 CPUtime=48.73
/proc/9528/stat : 9528 (minisat) R 9525 9525 9059 0 -1 4194304 2159 0 0 0 4872 1 0 0 25 0 1 0 236250848 9777152 2134 1992294400 134512640 135212939 4294956240 18446744073709551615 134536398 0 0 4096 3 0 0 0 17 1 0 0
/proc/9528/statm: 2387 2134 76 170 0 2215 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 14908

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 9528
/proc/meminfo: memFree=1921408/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=2.33
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 312 1919 0 0 0 0 231 2 19 0 1 0 236250614 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 238 197 169 0 51 0
[pid=9528] ppid=9525 vsize=10872 CPUtime=99.93
/proc/9528/stat : 9528 (minisat) R 9525 9525 9059 0 -1 4194304 2483 0 0 0 9991 2 0 0 25 0 1 0 236250848 11132928 2458 1992294400 134512640 135212939 4294956240 18446744073709551615 134536541 0 0 4096 3 0 0 0 17 1 0 0
/proc/9528/statm: 2718 2458 76 170 0 2546 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 16232

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9528
/proc/meminfo: memFree=1920064/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=2.33
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 312 1919 0 0 0 0 231 2 19 0 1 0 236250614 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 238 197 169 0 51 0
[pid=9528] ppid=9525 vsize=12272 CPUtime=159.91
/proc/9528/stat : 9528 (minisat) R 9525 9525 9059 0 -1 4194304 2828 0 0 0 15988 3 0 0 25 0 1 0 236250848 12566528 2803 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/9528/statm: 3068 2803 76 170 0 2896 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 17632

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9528
/proc/meminfo: memFree=1918720/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=2.33
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 312 1919 0 0 0 0 231 2 19 0 1 0 236250614 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 238 197 169 0 51 0
[pid=9528] ppid=9525 vsize=13560 CPUtime=219.89
/proc/9528/stat : 9528 (minisat) R 9525 9525 9059 0 -1 4194304 3144 0 0 0 21986 3 0 0 25 0 1 0 236250848 13885440 3119 1992294400 134512640 135212939 4294956240 18446744073709551615 134536367 0 0 4096 3 0 0 0 17 1 0 0
/proc/9528/statm: 3390 3119 76 170 0 3218 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 18920

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9528
/proc/meminfo: memFree=1917888/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=2.33
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 312 1919 0 0 0 0 231 2 19 0 1 0 236250614 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 238 197 169 0 51 0
[pid=9528] ppid=9525 vsize=14360 CPUtime=279.88
/proc/9528/stat : 9528 (minisat) R 9525 9525 9059 0 -1 4194304 3346 0 0 0 27984 4 0 0 25 0 1 0 236250848 14704640 3321 1992294400 134512640 135212939 4294956240 18446744073709551615 134527098 0 0 4096 3 0 0 0 17 1 0 0
/proc/9528/statm: 3590 3321 76 170 0 3418 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 19720

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9528
/proc/meminfo: memFree=1916800/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=2.33
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 312 1919 0 0 0 0 231 2 19 0 1 0 236250614 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 238 197 169 0 51 0
[pid=9528] ppid=9525 vsize=15520 CPUtime=339.86
/proc/9528/stat : 9528 (minisat) R 9525 9525 9059 0 -1 4194304 3618 0 0 0 33982 4 0 0 25 0 1 0 236250848 15892480 3593 1992294400 134512640 135212939 4294956240 18446744073709551615 134537394 0 0 4096 3 0 0 0 17 1 0 0
/proc/9528/statm: 3880 3593 76 170 0 3708 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 20880


################
# More data... #
################

/proc/9525/statm: 1340 238 197 169 0 51 0
[pid=9528] ppid=9525 vsize=17040 CPUtime=459.84
/proc/9528/stat : 9528 (minisat) R 9525 9525 9059 0 -1 4194304 4006 0 0 0 45979 5 0 0 25 0 1 0 236250848 17448960 3981 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 1 0 0
/proc/9528/statm: 4260 3981 76 170 0 4088 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 22400

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9528
/proc/meminfo: memFree=1914496/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=2.33
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 312 1919 0 0 0 0 231 2 19 0 1 0 236250614 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 238 197 169 0 51 0
[pid=9528] ppid=9525 vsize=17700 CPUtime=519.81
/proc/9528/stat : 9528 (minisat) R 9525 9525 9059 0 -1 4194304 4177 0 0 0 51976 5 0 0 25 0 1 0 236250848 18124800 4152 1992294400 134512640 135212939 4294956240 18446744073709551615 134536630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9528/statm: 4425 4152 76 170 0 4253 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 23060

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9528
/proc/meminfo: memFree=1912704/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=2.33
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 312 1919 0 0 0 0 231 2 19 0 1 0 236250614 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 238 197 169 0 51 0
[pid=9528] ppid=9525 vsize=19728 CPUtime=579.8
/proc/9528/stat : 9528 (minisat) R 9525 9525 9059 0 -1 4194304 4612 0 0 0 57974 6 0 0 25 0 1 0 236250848 20201472 4587 1992294400 134512640 135212939 4294956240 18446744073709551615 134537422 0 0 4096 3 0 0 0 17 1 0 0
/proc/9528/statm: 4932 4587 76 170 0 4760 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 25088

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9534
/proc/meminfo: memFree=1911872/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=2.33
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 312 1919 0 0 0 0 231 2 19 0 1 0 236250614 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 238 197 169 0 51 0
[pid=9528] ppid=9525 vsize=20444 CPUtime=639.78
/proc/9528/stat : 9528 (minisat) R 9525 9525 9059 0 -1 4194304 4776 0 0 0 63972 6 0 0 25 0 1 0 236250848 20934656 4751 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 1 0 0
/proc/9528/statm: 5111 4751 76 170 0 4939 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 25804

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9534
/proc/meminfo: memFree=1911232/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=2.33
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 312 1919 0 0 0 0 231 2 19 0 1 0 236250614 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 238 197 169 0 51 0
[pid=9528] ppid=9525 vsize=21144 CPUtime=699.76
/proc/9528/stat : 9528 (minisat) R 9525 9525 9059 0 -1 4194304 4952 0 0 0 69970 6 0 0 25 0 1 0 236250848 21651456 4927 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 1 0 0
/proc/9528/statm: 5286 4927 76 170 0 5114 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 26504

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9534
/proc/meminfo: memFree=1910464/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=2.33
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 312 1919 0 0 0 0 231 2 19 0 1 0 236250614 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 238 197 169 0 51 0
[pid=9528] ppid=9525 vsize=21844 CPUtime=759.75
/proc/9528/stat : 9528 (minisat) R 9525 9525 9059 0 -1 4194304 5132 0 0 0 75968 7 0 0 25 0 1 0 236250848 22368256 5107 1992294400 134512640 135212939 4294956240 18446744073709551615 134537429 0 0 4096 3 0 0 0 17 1 0 0
/proc/9528/statm: 5461 5107 76 170 0 5289 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 27204

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9534
/proc/meminfo: memFree=1909760/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=2.33
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 312 1919 0 0 0 0 231 2 19 0 1 0 236250614 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 238 197 169 0 51 0
[pid=9528] ppid=9525 vsize=22504 CPUtime=819.73
/proc/9528/stat : 9528 (minisat) R 9525 9525 9059 0 -1 4194304 5315 0 0 0 81966 7 0 0 25 0 1 0 236250848 23044096 5290 1992294400 134512640 135212939 4294956240 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 1 0 0
/proc/9528/statm: 5626 5290 76 170 0 5454 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 27864

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9534
/proc/meminfo: memFree=1908160/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=2.33
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 312 1919 0 0 0 0 231 2 19 0 1 0 236250614 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 238 197 169 0 51 0
[pid=9528] ppid=9525 vsize=24096 CPUtime=879.71
/proc/9528/stat : 9528 (minisat) R 9525 9525 9059 0 -1 4194304 5715 0 0 0 87964 7 0 0 25 0 1 0 236250848 24674304 5682 1992294400 134512640 135212939 4294956240 18446744073709551615 134536040 0 0 4096 3 0 0 0 17 1 0 0
/proc/9528/statm: 6024 5682 76 170 0 5852 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 29456

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9534
/proc/meminfo: memFree=1906688/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=2.33
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 312 1919 0 0 0 0 231 2 19 0 1 0 236250614 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 238 197 169 0 51 0
[pid=9528] ppid=9525 vsize=25684 CPUtime=939.7
/proc/9528/stat : 9528 (minisat) R 9525 9525 9059 0 -1 4194304 6078 0 0 0 93962 8 0 0 25 0 1 0 236250848 26300416 6037 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/9528/statm: 6421 6037 76 170 0 6249 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 31044

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 9534
/proc/meminfo: memFree=1905600/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=2.33
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 312 1919 0 0 0 0 231 2 19 0 1 0 236250614 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 238 197 169 0 51 0
[pid=9528] ppid=9525 vsize=26720 CPUtime=999.68
/proc/9528/stat : 9528 (minisat) R 9525 9525 9059 0 -1 4194304 6341 0 0 0 99960 8 0 0 25 0 1 0 236250848 27361280 6300 1992294400 134512640 135212939 4294956240 18446744073709551615 134527098 0 0 4096 3 0 0 0 17 1 0 0
/proc/9528/statm: 6680 6300 76 170 0 6508 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 32080

[startup+1062.3 s]
/proc/loadavg: 1.05 1.00 1.00 2/66 9534
/proc/meminfo: memFree=1904384/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=2.33
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 312 1919 0 0 0 0 231 2 19 0 1 0 236250614 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 238 197 169 0 51 0
[pid=9528] ppid=9525 vsize=27908 CPUtime=1059.67
/proc/9528/stat : 9528 (minisat) R 9525 9525 9059 0 -1 4194304 6636 0 0 0 105958 9 0 0 25 0 1 0 236250848 28577792 6595 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 1 0 0
/proc/9528/statm: 6977 6595 76 170 0 6805 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 33268

[startup+1122.3 s]
/proc/loadavg: 1.02 1.00 1.00 2/66 9534
/proc/meminfo: memFree=1903424/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=2.33
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 312 1919 0 0 0 0 231 2 19 0 1 0 236250614 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 238 197 169 0 51 0
[pid=9528] ppid=9525 vsize=28864 CPUtime=1119.65
/proc/9528/stat : 9528 (minisat) R 9525 9525 9059 0 -1 4194304 6864 0 0 0 111956 9 0 0 25 0 1 0 236250848 29556736 6823 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 1 0 0
/proc/9528/statm: 7216 6823 76 170 0 7044 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 34224

[startup+1182.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 9534
/proc/meminfo: memFree=1902464/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=2.33
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 312 1919 0 0 0 0 231 2 19 0 1 0 236250614 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 238 197 169 0 51 0
[pid=9528] ppid=9525 vsize=29736 CPUtime=1179.64
/proc/9528/stat : 9528 (minisat) R 9525 9525 9059 0 -1 4194304 7098 0 0 0 117954 10 0 0 25 0 1 0 236250848 30449664 7057 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 1 0 0
/proc/9528/statm: 7434 7057 76 170 0 7262 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 35096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.11 1.03 1.00 2/66 9534
/proc/meminfo: memFree=1902208/2055920 swapFree=4179768/4192956
[pid=9525] ppid=9523 vsize=5360 CPUtime=2.33
/proc/9525/stat : 9525 (run.sh) S 9523 9525 9059 0 -1 4194304 312 1919 0 0 0 0 231 2 19 0 1 0 236250614 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9525/statm: 1340 238 197 169 0 51 0
[pid=9528] ppid=9525 vsize=30000 CPUtime=1197.74
/proc/9528/stat : 9528 (minisat) R 9525 9525 9059 0 -1 4194304 7161 0 0 0 119764 10 0 0 25 0 1 0 236250848 30720000 7120 1992294400 134512640 135212939 4294956240 18446744073709551615 134538793 0 0 4096 3 0 0 0 17 1 0 0
/proc/9528/statm: 7500 7120 76 170 0 7328 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 35360

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1200.41
CPU time (s): 1200.09
CPU user time (s): 1199.96
CPU system time (s): 0.132979
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 35360

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

runsolver used 1.42478 second user time and 2.95755 second system time

The end

Launcher Data

Begin job on node45 at 2009-05-12 00:50:27
IDJOB=1796896
IDBENCH=70875
IDSOLVER=649
FILE ID=node45/1796896-1242082227
PBS_JOBID= 9277620
Free space on /tmp= 66228 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-28-s100.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796896-1242082227/watcher-1796896-1242082227 -o /tmp/evaluation-result-1796896-1242082227/solver-1796896-1242082227 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1796896-1242082227.cnf HOME

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

MD5SUM BENCH= 06e51f5d7b210924fc518c0569affee4
RANDOM SEED=836600926

node45.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
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.231
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:       1933424 kB
Buffers:         10148 kB
Cached:          32340 kB
SwapCached:       6948 kB
Active:          20476 kB
Inactive:        30376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1933424 kB
SwapTotal:     4192956 kB
SwapFree:      4179768 kB
Dirty:            2948 kB
Writeback:           0 kB
Mapped:          13988 kB
Slab:            57640 kB
Committed_AS:   810064 kB
PageTables:       1376 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= 66224 MiB
End job on node45 at 2009-05-12 01:10:28