Trace number 1796840

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

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-32-s100.cnf
MD5SUM7785f51f4f3cb780b4d123215711f948
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 variables32312
Number of clauses97285
Sum of the clauses size229627
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 262100
Number of clauses of size 335121
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.09/2.14	#LEARNT CLAUSES 0
2.19/2.22	done !
2.19/2.22	c Calling MINISAT
2.19/2.22	This is MiniSat 2.0 beta
2.19/2.22	WARNING: for repeatability, setting FPU to use double precision
2.19/2.22	============================[ Problem Statistics ]=============================
2.19/2.22	|                                                                             |
2.19/2.22	|  Number of variables:  32312                                                |
2.19/2.22	|  Number of clauses:    92963                                                |
2.19/2.27	|  Parsing time:         0.05         s                                       |
2.19/2.28	============================[ Search Statistics ]==============================
2.19/2.28	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.19/2.28	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.19/2.28	===============================================================================
2.19/2.28	|         0 |   30782    91433   214230 |    30477        0    nan |  0.000 % |
2.21/2.30	|       100 |   30782    91433   214230 |    33525      100     69 |  4.735 % |
2.21/2.35	|       251 |   30782    91433   214230 |    36877      251     50 |  4.735 % |
3.57/3.61	|       477 |   30782    91433   214230 |    40565      477     75 |  4.735 % |
5.57/5.64	|       815 |   30782    91433   214230 |    44622      815     64 |  4.735 % |
8.57/8.63	|      1322 |   30782    91433   214230 |    49084     1322     52 |  4.735 % |
12.37/12.45	|      2081 |   30782    91433   214230 |    53993     2081     47 |  4.735 % |
19.36/19.42	|      3222 |   30782    91433   214230 |    59392     3222     45 |  4.735 % |
31.66/31.70	|      4930 |   30782    91433   214230 |    65331     4930     43 |  4.735 % |
50.65/50.79	|      7492 |   30782    91433   214230 |    71864     7492     39 |  4.735 % |
81.54/81.63	|     11336 |   30782    91433   214230 |    79051    11336     46 |  4.735 % |
127.83/127.93	|     17103 |   30782    91433   214230 |    86956    17103     41 |  4.735 % |
185.41/185.51	|     25752 |   30782    91433   214230 |    95651    25752     45 |  4.735 % |
299.26/299.43	|     38727 |   30782    91433   214230 |   105217    38727     44 |  4.735 % |
484.80/485.02	|     58188 |   30782    91433   214230 |   115738    58188     43 |  4.735 % |
754.21/754.57	|     87381 |   30782    91433   214230 |   127312    87381     41 |  4.735 % |
1200.07/1200.51	HOME/run.sh: line 21: 11131 Terminated              $MINISAT $TMP_1 ${TMPDIR}/$TMP.result "$@"
1200.07/1200.51	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-1796840-1242081484/watcher-1796840-1242081484 -o /tmp/evaluation-result-1796840-1242081484/solver-1796840-1242081484 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796840-1242081484.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: 1.00 1.00 1.00 3/64 11128
/proc/meminfo: memFree=1210248/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=0
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236176431 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 237 196 169 0 51 0
[pid=11129] ppid=11128 vsize=1868 CPUtime=0
/proc/11129/stat : 11129 (revival) R 11128 11128 10807 0 -1 4194304 180 0 0 0 0 0 0 0 20 0 1 0 236176431 1912832 147 1992294400 134512640 134537284 4294956368 18446744073709551615 11719629 0 0 4096 0 0 0 0 17 1 0 0
/proc/11129/statm: 467 155 80 6 0 105 0

[startup+0.0126691 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11128
/proc/meminfo: memFree=1210248/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=0
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236176431 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 237 196 169 0 51 0
[pid=11129] ppid=11128 vsize=5684 CPUtime=0
/proc/11129/stat : 11129 (revival) R 11128 11128 10807 0 -1 4194304 984 0 0 0 0 0 0 0 20 0 1 0 236176431 5820416 944 1992294400 134512640 134537284 4294956368 18446744073709551615 11716219 0 0 4096 0 0 0 0 17 1 0 0
/proc/11129/statm: 1421 950 82 6 0 1059 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11044

[startup+0.101685 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11128
/proc/meminfo: memFree=1210248/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=0
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236176431 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 237 196 169 0 51 0
[pid=11129] ppid=11128 vsize=7464 CPUtime=0.08
/proc/11129/stat : 11129 (revival) R 11128 11128 10807 0 -1 4194304 1908 0 0 0 8 0 0 0 20 0 1 50000 236176431 7643136 1480 1992294400 134512640 134537284 4294956368 18446744073709551615 134523745 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11129/statm: 1866 1480 85 6 0 1504 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12824

[startup+0.30172 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11128
/proc/meminfo: memFree=1210248/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=0
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236176431 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 237 196 169 0 51 0
[pid=11129] ppid=11128 vsize=7464 CPUtime=0.28
/proc/11129/stat : 11129 (revival) R 11128 11128 10807 0 -1 4194304 1911 0 0 0 28 0 0 0 20 0 1 50000 236176431 7643136 1483 1992294400 134512640 134537284 4294956368 18446744073709551615 134523948 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11129/statm: 1866 1483 85 6 0 1504 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12824

[startup+0.701794 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11128
/proc/meminfo: memFree=1210248/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=0
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236176431 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 237 196 169 0 51 0
[pid=11129] ppid=11128 vsize=7464 CPUtime=0.68
/proc/11129/stat : 11129 (revival) R 11128 11128 10807 0 -1 4194304 1914 0 0 0 68 0 0 0 24 0 1 50000 236176431 7643136 1486 1992294400 134512640 134537284 4294956368 18446744073709551615 134523958 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11129/statm: 1866 1486 85 6 0 1504 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 12824

[startup+1.50194 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11130
/proc/meminfo: memFree=1204216/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=0
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236176431 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 237 196 169 0 51 0
[pid=11129] ppid=11128 vsize=7464 CPUtime=1.48
/proc/11129/stat : 11129 (revival) R 11128 11128 10807 0 -1 4194304 1914 0 0 0 148 0 0 0 25 0 1 50000 236176431 7643136 1486 1992294400 134512640 134537284 4294956368 18446744073709551615 134524059 0 0 4096 8192 0 0 0 17 1 0 0
/proc/11129/statm: 1866 1486 85 6 0 1504 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 12824

[startup+3.10124 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11130
/proc/meminfo: memFree=1204088/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=2.21
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 312 1929 0 0 0 0 220 1 16 0 1 0 236176431 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 5360
heavy processes:

[startup+6.30181 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11131
/proc/meminfo: memFree=1201016/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=2.21
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 312 1929 0 0 0 0 220 1 16 0 1 0 236176431 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 238 197 169 0 51 0
[pid=11131] ppid=11128 vsize=8340 CPUtime=4.06
/proc/11131/stat : 11131 (minisat) R 11128 11128 10807 0 -1 4194304 1850 0 0 0 406 0 0 0 25 0 1 0 236176653 8540160 1836 1992294400 134512640 135212939 4294956240 18446744073709551615 134526666 0 0 4096 3 0 0 0 17 1 0 0
/proc/11131/statm: 2085 1836 77 170 0 1913 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 13700

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11131
/proc/meminfo: memFree=1200760/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=2.21
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 312 1929 0 0 0 0 220 1 16 0 1 0 236176431 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 238 197 169 0 51 0
[pid=11131] ppid=11128 vsize=8604 CPUtime=10.46
/proc/11131/stat : 11131 (minisat) R 11128 11128 10807 0 -1 4194304 1905 0 0 0 1046 0 0 0 25 0 1 0 236176653 8810496 1891 1992294400 134512640 135212939 4294956240 18446744073709551615 134529407 0 0 4096 3 0 0 0 17 1 0 0
/proc/11131/statm: 2151 1891 77 170 0 1979 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13964

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11131
/proc/meminfo: memFree=1200440/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=2.21
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 312 1929 0 0 0 0 220 1 16 0 1 0 236176431 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 238 197 169 0 51 0
[pid=11131] ppid=11128 vsize=9000 CPUtime=23.26
/proc/11131/stat : 11131 (minisat) R 11128 11128 10807 0 -1 4194304 2011 0 0 0 2325 1 0 0 25 0 1 0 236176653 9216000 1997 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/11131/statm: 2250 1997 77 170 0 2078 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 14360

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11131
/proc/meminfo: memFree=1199864/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=2.21
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 312 1929 0 0 0 0 220 1 16 0 1 0 236176431 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 238 197 169 0 51 0
[pid=11131] ppid=11128 vsize=9660 CPUtime=48.84
/proc/11131/stat : 11131 (minisat) R 11128 11128 10807 0 -1 4194304 2173 0 0 0 4883 1 0 0 25 0 1 0 236176653 9891840 2159 1992294400 134512640 135212939 4294956240 18446744073709551615 134529673 0 0 4096 3 0 0 0 17 1 0 0
/proc/11131/statm: 2415 2159 77 170 0 2243 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 15020

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11131
/proc/meminfo: memFree=1198456/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=2.21
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 312 1929 0 0 0 0 220 1 16 0 1 0 236176431 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 238 197 169 0 51 0
[pid=11131] ppid=11128 vsize=11124 CPUtime=100.03
/proc/11131/stat : 11131 (minisat) R 11128 11128 10807 0 -1 4194304 2537 0 0 0 10002 1 0 0 25 0 1 0 236176653 11390976 2523 1992294400 134512640 135212939 4294956240 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 1 0 0
/proc/11131/statm: 2781 2523 77 170 0 2609 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 16484

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11131
/proc/meminfo: memFree=1196280/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=2.21
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 312 1929 0 0 0 0 220 1 16 0 1 0 236176431 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 238 197 169 0 51 0
[pid=11131] ppid=11128 vsize=13252 CPUtime=160.01
/proc/11131/stat : 11131 (minisat) R 11128 11128 10807 0 -1 4194304 3072 0 0 0 15999 2 0 0 25 0 1 0 236176653 13570048 3058 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/11131/statm: 3313 3058 77 170 0 3141 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 18612

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11133
/proc/meminfo: memFree=1194288/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=2.21
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 312 1929 0 0 0 0 220 1 16 0 1 0 236176431 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 238 197 169 0 51 0
[pid=11131] ppid=11128 vsize=15140 CPUtime=219.98
/proc/11131/stat : 11131 (minisat) R 11128 11128 10807 0 -1 4194304 3531 0 0 0 21995 3 0 0 25 0 1 0 236176653 15503360 3517 1992294400 134512640 135212939 4294956240 18446744073709551615 134529673 0 0 4096 3 0 0 0 17 1 0 0
/proc/11131/statm: 3785 3517 77 170 0 3613 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 20500

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11133
/proc/meminfo: memFree=1193016/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=2.21
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 312 1929 0 0 0 0 220 1 16 0 1 0 236176431 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 238 197 169 0 51 0
[pid=11131] ppid=11128 vsize=16532 CPUtime=279.96
/proc/11131/stat : 11131 (minisat) R 11128 11128 10807 0 -1 4194304 3878 0 0 0 27993 3 0 0 25 0 1 0 236176653 16928768 3864 1992294400 134512640 135212939 4294956240 18446744073709551615 134536367 0 0 4096 3 0 0 0 17 1 0 0
/proc/11131/statm: 4133 3864 77 170 0 3961 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 21892

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11133
/proc/meminfo: memFree=1191800/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=2.21
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 312 1929 0 0 0 0 220 1 16 0 1 0 236176431 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 238 197 169 0 51 0
[pid=11131] ppid=11128 vsize=17900 CPUtime=339.94
/proc/11131/stat : 11131 (minisat) R 11128 11128 10807 0 -1 4194304 4182 0 0 0 33991 3 0 0 25 0 1 0 236176653 18329600 4168 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 1 0 0
/proc/11131/statm: 4475 4168 77 170 0 4303 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 23260


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

/proc/11128/statm: 1340 238 197 169 0 51 0
[pid=11131] ppid=11128 vsize=22032 CPUtime=519.87
/proc/11131/stat : 11131 (minisat) R 11128 11128 10807 0 -1 4194304 5181 0 0 0 51983 4 0 0 25 0 1 0 236176653 22560768 5167 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 1 0 0
/proc/11131/statm: 5508 5167 77 170 0 5336 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 27392

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11133
/proc/meminfo: memFree=1186808/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=2.21
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 312 1929 0 0 0 0 220 1 16 0 1 0 236176431 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 238 197 169 0 51 0
[pid=11131] ppid=11128 vsize=22972 CPUtime=579.86
/proc/11131/stat : 11131 (minisat) R 11128 11128 10807 0 -1 4194304 5434 0 0 0 57981 5 0 0 25 0 1 0 236176653 23523328 5420 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/11131/statm: 5743 5420 77 170 0 5571 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 28332

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11133
/proc/meminfo: memFree=1185784/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=2.21
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 312 1929 0 0 0 0 220 1 16 0 1 0 236176431 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 238 197 169 0 51 0
[pid=11131] ppid=11128 vsize=23964 CPUtime=639.84
/proc/11131/stat : 11131 (minisat) R 11128 11128 10807 0 -1 4194304 5686 0 0 0 63979 5 0 0 25 0 1 0 236176653 24539136 5672 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/11131/statm: 5991 5672 77 170 0 5819 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 29324

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11133
/proc/meminfo: memFree=1183928/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=2.21
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 312 1929 0 0 0 0 220 1 16 0 1 0 236176431 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 238 197 169 0 51 0
[pid=11131] ppid=11128 vsize=25812 CPUtime=699.82
/proc/11131/stat : 11131 (minisat) R 11128 11128 10807 0 -1 4194304 6148 0 0 0 69976 6 0 0 25 0 1 0 236176653 26431488 6134 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 1 0 0
/proc/11131/statm: 6453 6134 77 170 0 6281 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 31172

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11133
/proc/meminfo: memFree=1182392/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=2.21
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 312 1929 0 0 0 0 220 1 16 0 1 0 236176431 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 238 197 169 0 51 0
[pid=11131] ppid=11128 vsize=27556 CPUtime=759.8
/proc/11131/stat : 11131 (minisat) R 11128 11128 10807 0 -1 4194304 6525 0 0 0 75974 6 0 0 25 0 1 0 236176653 28217344 6511 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/11131/statm: 6889 6511 77 170 0 6717 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 32916

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11133
/proc/meminfo: memFree=1181368/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=2.21
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 312 1929 0 0 0 0 220 1 16 0 1 0 236176431 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 238 197 169 0 51 0
[pid=11131] ppid=11128 vsize=28680 CPUtime=819.78
/proc/11131/stat : 11131 (minisat) R 11128 11128 10807 0 -1 4194304 6774 0 0 0 81971 7 0 0 25 0 1 0 236176653 29368320 6760 1992294400 134512640 135212939 4294956240 18446744073709551615 134536250 0 0 4096 3 0 0 0 17 1 0 0
/proc/11131/statm: 7170 6760 77 170 0 6998 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 34040

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11133
/proc/meminfo: memFree=1180472/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=2.21
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 312 1929 0 0 0 0 220 1 16 0 1 0 236176431 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 238 197 169 0 51 0
[pid=11131] ppid=11128 vsize=29672 CPUtime=879.76
/proc/11131/stat : 11131 (minisat) R 11128 11128 10807 0 -1 4194304 7013 0 0 0 87969 7 0 0 25 0 1 0 236176653 30384128 6999 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 1 0 0
/proc/11131/statm: 7418 6999 77 170 0 7246 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 35032

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11133
/proc/meminfo: memFree=1179640/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=2.21
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 312 1929 0 0 0 0 220 1 16 0 1 0 236176431 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 238 197 169 0 51 0
[pid=11131] ppid=11128 vsize=30444 CPUtime=939.73
/proc/11131/stat : 11131 (minisat) R 11128 11128 10807 0 -1 4194304 7212 0 0 0 93966 7 0 0 25 0 1 0 236176653 31174656 7198 1992294400 134512640 135212939 4294956240 18446744073709551615 134526624 0 0 4096 3 0 0 0 17 1 0 0
/proc/11131/statm: 7611 7198 77 170 0 7439 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 35804

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11133
/proc/meminfo: memFree=1178808/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=2.21
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 312 1929 0 0 0 0 220 1 16 0 1 0 236176431 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 238 197 169 0 51 0
[pid=11131] ppid=11128 vsize=31236 CPUtime=999.72
/proc/11131/stat : 11131 (minisat) R 11128 11128 10807 0 -1 4194304 7412 0 0 0 99964 8 0 0 25 0 1 0 236176653 31985664 7398 1992294400 134512640 135212939 4294956240 18446744073709551615 134529366 0 0 4096 3 0 0 0 17 1 0 0
/proc/11131/statm: 7809 7398 77 170 0 7637 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 36596

[startup+1062.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 11133
/proc/meminfo: memFree=1177976/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=2.21
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 312 1929 0 0 0 0 220 1 16 0 1 0 236176431 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 238 197 169 0 51 0
[pid=11131] ppid=11128 vsize=32188 CPUtime=1059.69
/proc/11131/stat : 11131 (minisat) R 11128 11128 10807 0 -1 4194304 7632 0 0 0 105961 8 0 0 25 0 1 0 236176653 32960512 7618 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/11131/statm: 8047 7618 77 170 0 7875 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 37548

[startup+1122.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 11133
/proc/meminfo: memFree=1177144/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=2.21
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 312 1929 0 0 0 0 220 1 16 0 1 0 236176431 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 238 197 169 0 51 0
[pid=11131] ppid=11128 vsize=32980 CPUtime=1119.68
/proc/11131/stat : 11131 (minisat) R 11128 11128 10807 0 -1 4194304 7834 0 0 0 111959 9 0 0 25 0 1 0 236176653 33771520 7820 1992294400 134512640 135212939 4294956240 18446744073709551615 134526655 0 0 4096 3 0 0 0 17 1 0 0
/proc/11131/statm: 8245 7820 77 170 0 8073 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 38340

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11133
/proc/meminfo: memFree=1176312/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=2.21
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 312 1929 0 0 0 0 220 1 16 0 1 0 236176431 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 238 197 169 0 51 0
[pid=11131] ppid=11128 vsize=33884 CPUtime=1179.65
/proc/11131/stat : 11131 (minisat) R 11128 11128 10807 0 -1 4194304 8044 0 0 0 117956 9 0 0 25 0 1 0 236176653 34697216 8030 1992294400 134512640 135212939 4294956240 18446744073709551615 134536103 0 0 4096 3 0 0 0 17 1 0 0
/proc/11131/statm: 8471 8030 77 170 0 8299 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 39244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11133
/proc/meminfo: memFree=1176120/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=2.21
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 312 1929 0 0 0 0 220 1 16 0 1 0 236176431 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 238 197 169 0 51 0
[pid=11131] ppid=11128 vsize=34016 CPUtime=1197.86
/proc/11131/stat : 11131 (minisat) R 11128 11128 10807 0 -1 4194304 8096 0 0 0 119776 10 0 0 25 0 1 0 236176653 34832384 8082 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 1 0 0
/proc/11131/statm: 8504 8082 77 170 0 8332 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 39376

Sending SIGTERM to process tree (bottom up)

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11133
/proc/meminfo: memFree=1176120/2055920 swapFree=4181384/4192956
[pid=11128] ppid=11126 vsize=5360 CPUtime=2.21
/proc/11128/stat : 11128 (run.sh) S 11126 11128 10807 0 -1 4194304 312 1929 0 0 0 0 220 1 16 0 1 0 236176431 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11128/statm: 1340 238 197 169 0 51 0
[pid=11131] ppid=11128 vsize=34016 CPUtime=1197.86
/proc/11131/stat : 11131 (minisat) R 11128 11128 10807 0 -1 4194304 8096 0 0 0 119776 10 0 0 25 0 1 0 236176653 34832384 8082 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 1 0 0
/proc/11131/statm: 8504 8082 77 170 0 8332 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 39376

Child status: 143
Real time (s): 1200.51
CPU time (s): 1200.1
CPU user time (s): 1199.97
CPU system time (s): 0.12898
CPU usage (%): 99.9654
Max. virtual memory (cumulated for all children) (KiB): 39376

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

runsolver used 1.35979 second user time and 3.01654 second system time

The end

Launcher Data

Begin job on node44 at 2009-05-12 00:38:04
IDJOB=1796840
IDBENCH=70843
IDSOLVER=649
FILE ID=node44/1796840-1242081484
PBS_JOBID= 9277626
Free space on /tmp= 66372 MiB

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

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

MD5SUM BENCH= 7785f51f4f3cb780b4d123215711f948
RANDOM SEED=1160828579

node44.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.267
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	: 5931.00
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.267
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:       1210664 kB
Buffers:         71076 kB
Cached:         693068 kB
SwapCached:       5480 kB
Active:         143380 kB
Inactive:       629276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1210664 kB
SwapTotal:     4192956 kB
SwapFree:      4181384 kB
Dirty:            2960 kB
Writeback:           0 kB
Mapped:          14524 kB
Slab:            58488 kB
Committed_AS:   810016 kB
PageTables:       1404 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66368 MiB
End job on node44 at 2009-05-12 00:58:05