Trace number 1796892

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.61

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-24-s100.cnf
MD5SUM107f2922072d64498e09af3270c7b9c3
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 variables31821
Number of clauses95735
Sum of the clauses size225739
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261338
Number of clauses of size 334333
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.19/2.22	#LEARNT CLAUSES 0
2.19/2.29	done !
2.19/2.29	c Calling MINISAT
2.19/2.29	This is MiniSat 2.0 beta
2.19/2.29	WARNING: for repeatability, setting FPU to use double precision
2.19/2.29	============================[ Problem Statistics ]=============================
2.19/2.29	|                                                                             |
2.19/2.29	|  Number of variables:  31821                                                |
2.19/2.29	|  Number of clauses:    90814                                                |
2.28/2.35	|  Parsing time:         0.05         s                                       |
2.28/2.35	============================[ Search Statistics ]==============================
2.28/2.35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.28/2.35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.28/2.35	===============================================================================
2.28/2.35	|         0 |   29995    88987   208225 |    29662        0    nan |  0.000 % |
2.28/2.38	|       101 |   29995    88987   208225 |    32628      101     50 |  5.738 % |
2.28/3.08	|       252 |   29995    88987   208225 |    35891      252     53 |  5.738 % |
4.68/4.70	|       477 |   29995    88987   208225 |    39480      477     43 |  5.738 % |
7.48/7.51	|       815 |   29995    88987   208225 |    43428      815     37 |  5.738 % |
10.77/10.84	|      1322 |   29995    88987   208225 |    47771     1322     35 |  5.738 % |
15.17/15.27	|      2081 |   29995    88987   208225 |    52548     2081     32 |  5.738 % |
22.97/23.05	|      3220 |   29995    88987   208225 |    57803     3220     31 |  5.738 % |
36.05/36.19	|      4928 |   29995    88987   208225 |    63583     4928     30 |  5.738 % |
53.95/54.01	|      7490 |   29995    88987   208225 |    69942     7490     28 |  5.738 % |
84.64/84.74	|     11335 |   29995    88987   208225 |    76936    11335     31 |  5.738 % |
123.72/123.85	|     17101 |   29995    88987   208225 |    84630    17101     34 |  5.738 % |
198.09/198.24	|     25751 |   29995    88987   208225 |    93093    25751     34 |  5.738 % |
310.15/310.33	|     38726 |   29995    88987   208225 |   102402    38726     32 |  5.738 % |
478.27/478.55	|     58188 |   29995    88987   208225 |   112642    58188     30 |  5.738 % |
759.23/759.68	|     87381 |   29995    88987   208225 |   123906    87381     39 |  5.738 % |
1200.06/1200.61	HOME/run.sh: line 21:  9095 Terminated              $MINISAT $TMP_1 ${TMPDIR}/$TMP.result "$@"

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-1796892-1242082103/watcher-1796892-1242082103 -o /tmp/evaluation-result-1796892-1242082103/solver-1796892-1242082103 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796892-1242082103.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.99 0.99 0.99 2/64 9092
/proc/meminfo: memFree=1546936/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=0
/proc/9092/stat : 9092 (run.sh) R 9090 9092 8712 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 236243460 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 221236488863 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/9092/statm: 1340 236 195 169 0 51 0
[pid=9093] ppid=9092 vsize=2124 CPUtime=0
/proc/9093/stat : 9093 (revival) R 9092 9092 8712 0 -1 4194304 292 0 0 0 0 0 0 0 18 0 1 0 236243460 2174976 259 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/9093/statm: 659 263 81 6 0 297 0

[startup+0.065433 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 9092
/proc/meminfo: memFree=1546936/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=0
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236243460 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9092/statm: 1340 237 196 169 0 51 0
[pid=9093] ppid=9092 vsize=7440 CPUtime=0.05
/proc/9093/stat : 9093 (revival) R 9092 9092 8712 0 -1 4194304 1880 0 0 0 5 0 0 0 19 0 1 50000 236243460 7618560 1459 1992294400 134512640 134537284 4294956368 18446744073709551615 134523926 0 0 4096 8192 0 0 0 17 0 0 0
/proc/9093/statm: 1860 1459 85 6 0 1498 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12800

[startup+0.102437 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 9092
/proc/meminfo: memFree=1546936/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=0
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236243460 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9092/statm: 1340 237 196 169 0 51 0
[pid=9093] ppid=9092 vsize=7440 CPUtime=0.09
/proc/9093/stat : 9093 (revival) R 9092 9092 8712 0 -1 4194304 1880 0 0 0 9 0 0 0 19 0 1 50000 236243460 7618560 1459 1992294400 134512640 134537284 4294956368 18446744073709551615 134523637 0 0 4096 8192 0 0 0 17 0 0 0
/proc/9093/statm: 1860 1459 85 6 0 1498 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12800

[startup+0.301457 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 9092
/proc/meminfo: memFree=1546936/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=0
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236243460 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9092/statm: 1340 237 196 169 0 51 0
[pid=9093] ppid=9092 vsize=7440 CPUtime=0.28
/proc/9093/stat : 9093 (revival) R 9092 9092 8712 0 -1 4194304 1883 0 0 0 28 0 0 0 21 0 1 50000 236243460 7618560 1462 1992294400 134512640 134537284 4294956368 18446744073709551615 134524219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/9093/statm: 1860 1462 85 6 0 1498 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12800

[startup+0.701502 s]
/proc/loadavg: 0.99 0.99 0.99 2/64 9092
/proc/meminfo: memFree=1546936/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=0
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236243460 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9092/statm: 1340 237 196 169 0 51 0
[pid=9093] ppid=9092 vsize=7440 CPUtime=0.68
/proc/9093/stat : 9093 (revival) R 9092 9092 8712 0 -1 4194304 1885 0 0 0 68 0 0 0 25 0 1 50000 236243460 7618560 1464 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/9093/statm: 1860 1464 85 6 0 1498 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 12800

[startup+1.50259 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 9094
/proc/meminfo: memFree=1540968/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=0
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236243460 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9092/statm: 1340 237 196 169 0 51 0
[pid=9093] ppid=9092 vsize=7440 CPUtime=1.49
/proc/9093/stat : 9093 (revival) R 9092 9092 8712 0 -1 4194304 1885 0 0 0 149 0 0 0 25 0 1 50000 236243460 7618560 1464 1992294400 134512640 134537284 4294956368 18446744073709551615 134523942 0 0 4096 8192 0 0 0 17 0 0 0
/proc/9093/statm: 1860 1464 85 6 0 1498 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12800

[startup+3.10178 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 9094
/proc/meminfo: memFree=1540840/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=2.28
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 312 1900 0 0 0 0 227 1 16 0 1 0 236243460 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9092/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 5360
heavy processes:

[startup+6.30111 s]
/proc/loadavg: 1.07 1.01 1.00 2/66 9095
/proc/meminfo: memFree=1537960/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=2.28
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 312 1900 0 0 0 0 227 1 16 0 1 0 236243460 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9092/statm: 1340 238 197 169 0 51 0
[pid=9095] ppid=9092 vsize=8136 CPUtime=4
/proc/9095/stat : 9095 (minisat) R 9092 9092 8712 0 -1 4194304 1781 0 0 0 399 1 0 0 25 0 1 0 236243689 8331264 1767 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/9095/statm: 2034 1767 76 170 0 1862 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 13496

[startup+12.7018 s]
/proc/loadavg: 1.07 1.01 1.00 2/66 9095
/proc/meminfo: memFree=1537832/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=2.28
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 312 1900 0 0 0 0 227 1 16 0 1 0 236243460 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9092/statm: 1340 238 197 169 0 51 0
[pid=9095] ppid=9092 vsize=8268 CPUtime=10.39
/proc/9095/stat : 9095 (minisat) R 9092 9092 8712 0 -1 4194304 1822 0 0 0 1038 1 0 0 25 0 1 0 236243689 8466432 1808 1992294400 134512640 135212939 4294956240 18446744073709551615 134538793 0 0 4096 3 0 0 0 17 0 0 0
/proc/9095/statm: 2067 1808 76 170 0 1895 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13628

[startup+25.5012 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 9095
/proc/meminfo: memFree=1537640/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=2.28
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 312 1900 0 0 0 0 227 1 16 0 1 0 236243460 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9092/statm: 1340 238 197 169 0 51 0
[pid=9095] ppid=9092 vsize=8664 CPUtime=23.19
/proc/9095/stat : 9095 (minisat) R 9092 9092 8712 0 -1 4194304 1906 0 0 0 2318 1 0 0 25 0 1 0 236243689 8871936 1892 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/9095/statm: 2166 1892 76 170 0 1994 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 14024

[startup+51.1019 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 9095
/proc/meminfo: memFree=1537192/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=2.28
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 312 1900 0 0 0 0 227 1 16 0 1 0 236243460 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9092/statm: 1340 238 197 169 0 51 0
[pid=9095] ppid=9092 vsize=9060 CPUtime=48.77
/proc/9095/stat : 9095 (minisat) R 9092 9092 8712 0 -1 4194304 2029 0 0 0 4876 1 0 0 25 0 1 0 236243689 9277440 2015 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/9095/statm: 2265 2015 76 170 0 2093 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 14420

[startup+102.306 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 9095
/proc/meminfo: memFree=1535912/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=2.28
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 312 1900 0 0 0 0 227 1 16 0 1 0 236243460 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9092/statm: 1340 238 197 169 0 51 0
[pid=9095] ppid=9092 vsize=10388 CPUtime=99.95
/proc/9095/stat : 9095 (minisat) R 9092 9092 8712 0 -1 4194304 2352 0 0 0 9994 1 0 0 25 0 1 0 236243689 10637312 2338 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/9095/statm: 2597 2338 76 170 0 2425 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 15748

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9095
/proc/meminfo: memFree=1534376/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=2.28
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 312 1900 0 0 0 0 227 1 16 0 1 0 236243460 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9092/statm: 1340 238 197 169 0 51 0
[pid=9095] ppid=9092 vsize=12032 CPUtime=159.92
/proc/9095/stat : 9095 (minisat) R 9092 9092 8712 0 -1 4194304 2758 0 0 0 15990 2 0 0 25 0 1 0 236243689 12320768 2744 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/9095/statm: 3008 2744 76 170 0 2836 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 17392

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9095
/proc/meminfo: memFree=1533096/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=2.28
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 312 1900 0 0 0 0 227 1 16 0 1 0 236243460 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9092/statm: 1340 238 197 169 0 51 0
[pid=9095] ppid=9092 vsize=13284 CPUtime=219.9
/proc/9095/stat : 9095 (minisat) R 9092 9092 8712 0 -1 4194304 3056 0 0 0 21987 3 0 0 25 0 1 0 236243689 13602816 3042 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/9095/statm: 3321 3042 76 170 0 3149 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 18644

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9095
/proc/meminfo: memFree=1532136/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=2.28
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 312 1900 0 0 0 0 227 1 16 0 1 0 236243460 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9092/statm: 1340 238 197 169 0 51 0
[pid=9095] ppid=9092 vsize=14360 CPUtime=279.88
/proc/9095/stat : 9095 (minisat) R 9092 9092 8712 0 -1 4194304 3313 0 0 0 27985 3 0 0 25 0 1 0 236243689 14704640 3299 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/9095/statm: 3590 3299 76 170 0 3418 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 19720

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9095
/proc/meminfo: memFree=1530920/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=2.28
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 312 1900 0 0 0 0 227 1 16 0 1 0 236243460 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9092/statm: 1340 238 197 169 0 51 0
[pid=9095] ppid=9092 vsize=15456 CPUtime=339.85
/proc/9095/stat : 9095 (minisat) R 9092 9092 8712 0 -1 4194304 3593 0 0 0 33982 3 0 0 25 0 1 0 236243689 15826944 3579 1992294400 134512640 135212939 4294956240 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 0 0 0
/proc/9095/statm: 3864 3579 76 170 0 3692 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 20816


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

[pid=9095] ppid=9092 vsize=17316 CPUtime=459.79
/proc/9095/stat : 9095 (minisat) R 9092 9092 8712 0 -1 4194304 4045 0 0 0 45976 3 0 0 25 0 1 0 236243689 17731584 4031 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/9095/statm: 4329 4031 76 170 0 4157 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 22676

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9095
/proc/meminfo: memFree=1527592/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=2.28
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 312 1900 0 0 0 0 227 1 16 0 1 0 236243460 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9092/statm: 1340 238 197 169 0 51 0
[pid=9095] ppid=9092 vsize=18920 CPUtime=519.77
/proc/9095/stat : 9095 (minisat) R 9092 9092 8712 0 -1 4194304 4448 0 0 0 51973 4 0 0 25 0 1 0 236243689 19374080 4434 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/9095/statm: 4730 4434 76 170 0 4558 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 24280

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9095
/proc/meminfo: memFree=1525992/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=2.28
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 312 1900 0 0 0 0 227 1 16 0 1 0 236243460 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9092/statm: 1340 238 197 169 0 51 0
[pid=9095] ppid=9092 vsize=20508 CPUtime=579.74
/proc/9095/stat : 9095 (minisat) R 9092 9092 8712 0 -1 4194304 4844 0 0 0 57969 5 0 0 25 0 1 0 236243689 21000192 4830 1992294400 134512640 135212939 4294956240 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/9095/statm: 5127 4830 76 170 0 4955 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 25868

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9095
/proc/meminfo: memFree=1524520/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=2.28
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 312 1900 0 0 0 0 227 1 16 0 1 0 236243460 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9092/statm: 1340 238 197 169 0 51 0
[pid=9095] ppid=9092 vsize=21972 CPUtime=639.72
/proc/9095/stat : 9095 (minisat) R 9092 9092 8712 0 -1 4194304 5226 0 0 0 63967 5 0 0 25 0 1 0 236243689 22499328 5212 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/9095/statm: 5493 5212 76 170 0 5321 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 27332

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9095
/proc/meminfo: memFree=1522792/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=2.28
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 312 1900 0 0 0 0 227 1 16 0 1 0 236243460 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9092/statm: 1340 238 197 169 0 51 0
[pid=9095] ppid=9092 vsize=23692 CPUtime=699.69
/proc/9095/stat : 9095 (minisat) R 9092 9092 8712 0 -1 4194304 5632 0 0 0 69963 6 0 0 25 0 1 0 236243689 24260608 5618 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/9095/statm: 5923 5618 76 170 0 5751 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 29052

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9101
/proc/meminfo: memFree=1521056/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=2.28
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 312 1900 0 0 0 0 227 1 16 0 1 0 236243460 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9092/statm: 1340 238 197 169 0 51 0
[pid=9095] ppid=9092 vsize=25488 CPUtime=759.66
/proc/9095/stat : 9095 (minisat) R 9092 9092 8712 0 -1 4194304 6079 0 0 0 75960 6 0 0 25 0 1 0 236243689 26099712 6065 1992294400 134512640 135212939 4294956240 18446744073709551615 134526839 0 0 4096 3 0 0 0 17 0 0 0
/proc/9095/statm: 6372 6065 76 170 0 6200 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 30848

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9101
/proc/meminfo: memFree=1520040/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=2.28
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 312 1900 0 0 0 0 227 1 16 0 1 0 236243460 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9092/statm: 1340 238 197 169 0 51 0
[pid=9095] ppid=9092 vsize=26724 CPUtime=819.64
/proc/9095/stat : 9095 (minisat) R 9092 9092 8712 0 -1 4194304 6348 0 0 0 81957 7 0 0 25 0 1 0 236243689 27365376 6334 1992294400 134512640 135212939 4294956240 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 0 0 0
/proc/9095/statm: 6681 6334 76 170 0 6509 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 32084

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9101
/proc/meminfo: memFree=1518696/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=2.28
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 312 1900 0 0 0 0 227 1 16 0 1 0 236243460 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9092/statm: 1340 238 197 169 0 51 0
[pid=9095] ppid=9092 vsize=28076 CPUtime=879.6
/proc/9095/stat : 9095 (minisat) R 9092 9092 8712 0 -1 4194304 6675 0 0 0 87953 7 0 0 25 0 1 0 236243689 28749824 6661 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/9095/statm: 7019 6661 76 170 0 6847 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 33436

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9101
/proc/meminfo: memFree=1517736/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=2.28
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 312 1900 0 0 0 0 227 1 16 0 1 0 236243460 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9092/statm: 1340 238 197 169 0 51 0
[pid=9095] ppid=9092 vsize=29108 CPUtime=939.58
/proc/9095/stat : 9095 (minisat) R 9092 9092 8712 0 -1 4194304 6910 0 0 0 93951 7 0 0 25 0 1 0 236243689 29806592 6896 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/9095/statm: 7277 6896 76 170 0 7105 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 34468

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9101
/proc/meminfo: memFree=1517160/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=2.28
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 312 1900 0 0 0 0 227 1 16 0 1 0 236243460 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9092/statm: 1340 238 197 169 0 51 0
[pid=9095] ppid=9092 vsize=29636 CPUtime=999.56
/proc/9095/stat : 9095 (minisat) R 9092 9092 8712 0 -1 4194304 7053 0 0 0 99948 8 0 0 25 0 1 0 236243689 30347264 7039 1992294400 134512640 135212939 4294956240 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/9095/statm: 7409 7039 76 170 0 7237 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 34996

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9101
/proc/meminfo: memFree=1516136/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=2.28
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 312 1900 0 0 0 0 227 1 16 0 1 0 236243460 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9092/statm: 1340 238 197 169 0 51 0
[pid=9095] ppid=9092 vsize=30708 CPUtime=1059.53
/proc/9095/stat : 9095 (minisat) R 9092 9092 8712 0 -1 4194304 7320 0 0 0 105945 8 0 0 25 0 1 0 236243689 31444992 7306 1992294400 134512640 135212939 4294956240 18446744073709551615 134526582 0 0 4096 3 0 0 0 17 0 0 0
/proc/9095/statm: 7677 7306 76 170 0 7505 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 36068

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9101
/proc/meminfo: memFree=1515240/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=2.28
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 312 1900 0 0 0 0 227 1 16 0 1 0 236243460 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9092/statm: 1340 238 197 169 0 51 0
[pid=9095] ppid=9092 vsize=31500 CPUtime=1119.51
/proc/9095/stat : 9095 (minisat) R 9092 9092 8712 0 -1 4194304 7547 0 0 0 111942 9 0 0 25 0 1 0 236243689 32256000 7533 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/9095/statm: 7875 7533 76 170 0 7703 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 36860

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9101
/proc/meminfo: memFree=1514216/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=2.28
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 312 1900 0 0 0 0 227 1 16 0 1 0 236243460 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9092/statm: 1340 238 197 169 0 51 0
[pid=9095] ppid=9092 vsize=32556 CPUtime=1179.49
/proc/9095/stat : 9095 (minisat) R 9092 9092 8712 0 -1 4194304 7792 0 0 0 117940 9 0 0 25 0 1 0 236243689 33337344 7778 1992294400 134512640 135212939 4294956240 18446744073709551615 134536433 0 0 4096 3 0 0 0 17 0 0 0
/proc/9095/statm: 8139 7778 76 170 0 7967 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 37916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 9101
/proc/meminfo: memFree=1513960/2055920 swapFree=4180212/4192956
[pid=9092] ppid=9090 vsize=5360 CPUtime=2.28
/proc/9092/stat : 9092 (run.sh) S 9090 9092 8712 0 -1 4194304 312 1900 0 0 0 0 227 1 16 0 1 0 236243460 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9092/statm: 1340 238 197 169 0 51 0
[pid=9095] ppid=9092 vsize=32820 CPUtime=1197.78
/proc/9095/stat : 9095 (minisat) R 9092 9092 8712 0 -1 4194304 7860 0 0 0 119769 9 0 0 25 0 1 0 236243689 33607680 7846 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/9095/statm: 8205 7846 76 170 0 8033 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 38180

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.61
CPU time (s): 1200.09
CPU user time (s): 1199.97
CPU system time (s): 0.116982
CPU usage (%): 99.9563
Max. virtual memory (cumulated for all children) (KiB): 38180

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

runsolver used 1.16982 second user time and 3.21451 second system time

The end

Launcher Data

Begin job on node21 at 2009-05-12 00:48:23
IDJOB=1796892
IDBENCH=70874
IDSOLVER=649
FILE ID=node21/1796892-1242082103
PBS_JOBID= 9277608
Free space on /tmp= 66040 MiB

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

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

MD5SUM BENCH= 107f2922072d64498e09af3270c7b9c3
RANDOM SEED=358444629

node21.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.233
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.233
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:       1547480 kB
Buffers:         74580 kB
Cached:         342140 kB
SwapCached:       6988 kB
Active:         155788 kB
Inactive:       272696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1547480 kB
SwapTotal:     4192956 kB
SwapFree:      4180212 kB
Dirty:            2932 kB
Writeback:           0 kB
Mapped:          15084 kB
Slab:            66048 kB
Committed_AS:   891056 kB
PageTables:       1380 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= 66036 MiB
End job on node21 at 2009-05-12 01:08:26