Trace number 1796856

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.08 1200.61

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-26-s100.cnf
MD5SUMa2be03cdc152990d030fb3c2aea1f730
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 variables31942
Number of clauses96138
Sum of the clauses size226784
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261502
Number of clauses of size 334572
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.48/2.54	#LEARNT CLAUSES 0
2.58/2.62	done !
2.58/2.62	c Calling MINISAT
2.58/2.62	This is MiniSat 2.0 beta
2.58/2.62	WARNING: for repeatability, setting FPU to use double precision
2.58/2.62	============================[ Problem Statistics ]=============================
2.58/2.62	|                                                                             |
2.58/2.62	|  Number of variables:  31942                                                |
2.58/2.62	|  Number of clauses:    91364                                                |
2.58/2.68	|  Parsing time:         0.05         s                                       |
2.58/2.68	============================[ Search Statistics ]==============================
2.58/2.68	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.58/2.68	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.58/2.68	===============================================================================
2.58/2.68	|         0 |   30193    89615   209777 |    29871        0    nan |  0.000 % |
2.60/2.83	|       101 |   30192    89615   209777 |    32858      100     36 |  5.557 % |
2.60/2.98	|       252 |   30167    89503   209518 |    36144      251     52 |  5.557 % |
4.66/4.70	|       478 |   30167    89503   209518 |    39759      477     68 |  5.557 % |
6.66/6.76	|       815 |   30167    89503   209518 |    43735      814     51 |  5.557 % |
10.26/10.38	|      1323 |   30167    89503   209518 |    48108     1322     43 |  5.557 % |
15.37/15.43	|      2082 |   30167    89503   209518 |    52919     2081     42 |  5.557 % |
22.96/23.02	|      3225 |   30167    89503   209518 |    58211     3224     38 |  5.557 % |
36.55/36.67	|      4934 |   30167    89503   209518 |    64032     4933     35 |  5.557 % |
58.43/58.57	|      7496 |   30167    89503   209518 |    70435     7495     31 |  5.557 % |
81.33/81.49	|     11341 |   30167    89503   209518 |    77479    11340     34 |  5.557 % |
125.41/125.53	|     17109 |   30167    89503   209518 |    85227    17108     34 |  5.557 % |
187.07/187.27	|     25758 |   30167    89503   209518 |    93750    25757     33 |  5.557 % |
294.13/294.32	|     38732 |   30167    89503   209518 |   103125    38731     32 |  5.557 % |
463.66/463.94	|     58193 |   30167    89503   209518 |   113437    58192     32 |  5.557 % |
702.96/703.39	|     87385 |   30167    89503   209518 |   124781    87384     36 |  5.557 % |
1058.50/1059.07	|    131175 |   30167    89503   209518 |   137259    20303     38 |  5.557 % |
1200.04/1200.61	HOME/run.sh: line 21:  8381 Terminated              $MINISAT $TMP_1 ${TMPDIR}/$TMP.result "$@"
1200.04/1200.61	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-1796856-1242081676/watcher-1796856-1242081676 -o /tmp/evaluation-result-1796856-1242081676/solver-1796856-1242081676 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796856-1242081676.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.92 0.98 0.99 3/64 8378
/proc/meminfo: memFree=1378432/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=0
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236200563 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 237 196 169 0 51 0
[pid=8379] ppid=8378 vsize=140 CPUtime=0
/proc/8379/stat : 8379 (revival) R 8378 8378 8045 0 -1 4194304 46 0 0 0 0 0 0 0 19 0 1 0 236200563 143360 25 1992294400 134512640 134537284 4294956368 18446744073709551615 10687268 0 0 4096 0 0 0 0 17 0 0 0
/proc/8379/statm: 35 25 19 6 0 3 0

[startup+0.0968359 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8378
/proc/meminfo: memFree=1378432/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=0
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236200563 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 237 196 169 0 51 0
[pid=8379] ppid=8378 vsize=7444 CPUtime=0.08
/proc/8379/stat : 8379 (revival) R 8378 8378 8045 0 -1 4194304 1888 0 0 0 8 0 0 0 19 0 1 50000 236200563 7622656 1465 1992294400 134512640 134537284 4294956368 18446744073709551615 134523932 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8379/statm: 1861 1465 85 6 0 1499 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12804

[startup+0.101835 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8378
/proc/meminfo: memFree=1378432/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=0
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236200563 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 237 196 169 0 51 0
[pid=8379] ppid=8378 vsize=7444 CPUtime=0.08
/proc/8379/stat : 8379 (revival) R 8378 8378 8045 0 -1 4194304 1888 0 0 0 8 0 0 0 19 0 1 50000 236200563 7622656 1465 1992294400 134512640 134537284 4294956368 18446744073709551615 134524192 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8379/statm: 1861 1465 85 6 0 1499 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12804

[startup+0.301855 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8378
/proc/meminfo: memFree=1378432/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=0
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236200563 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 237 196 169 0 51 0
[pid=8379] ppid=8378 vsize=7444 CPUtime=0.28
/proc/8379/stat : 8379 (revival) R 8378 8378 8045 0 -1 4194304 1891 0 0 0 28 0 0 0 21 0 1 50000 236200563 7622656 1468 1992294400 134512640 134537284 4294956368 18446744073709551615 134523922 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8379/statm: 1861 1468 85 6 0 1499 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12804

[startup+0.701896 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 8378
/proc/meminfo: memFree=1378432/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=0
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236200563 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 237 196 169 0 51 0
[pid=8379] ppid=8378 vsize=7444 CPUtime=0.68
/proc/8379/stat : 8379 (revival) R 8378 8378 8045 0 -1 4194304 1894 0 0 0 68 0 0 0 24 0 1 50000 236200563 7622656 1471 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8379/statm: 1861 1471 85 6 0 1499 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 12804

[startup+1.50198 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 8380
/proc/meminfo: memFree=1372528/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=0
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236200563 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 237 196 169 0 51 0
[pid=8379] ppid=8378 vsize=7444 CPUtime=1.48
/proc/8379/stat : 8379 (revival) R 8378 8378 8045 0 -1 4194304 1894 0 0 0 148 0 0 0 25 0 1 50000 236200563 7622656 1471 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/8379/statm: 1861 1471 85 6 0 1499 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 12804

[startup+3.10215 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 8380
/proc/meminfo: memFree=1372400/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=2.6
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 312 1909 0 0 0 0 259 1 16 0 1 0 236200563 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 5360

[startup+6.30147 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 8381
/proc/meminfo: memFree=1369648/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=2.6
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 312 1909 0 0 0 0 259 1 16 0 1 0 236200563 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 238 197 169 0 51 0
[pid=8381] ppid=8378 vsize=8156 CPUtime=3.66
/proc/8381/stat : 8381 (minisat) R 8378 8378 8045 0 -1 4194304 1801 0 0 0 365 1 0 0 25 0 1 0 236200825 8351744 1787 1992294400 134512640 135212939 4294956240 18446744073709551615 134527008 0 0 4096 3 0 0 0 17 0 0 0
/proc/8381/statm: 2039 1787 76 170 0 1867 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 13516

[startup+12.7011 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 8381
/proc/meminfo: memFree=1369456/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=2.6
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 312 1909 0 0 0 0 259 1 16 0 1 0 236200563 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 238 197 169 0 51 0
[pid=8381] ppid=8378 vsize=8288 CPUtime=10.06
/proc/8381/stat : 8381 (minisat) R 8378 8378 8045 0 -1 4194304 1840 0 0 0 1005 1 0 0 25 0 1 0 236200825 8486912 1826 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/8381/statm: 2072 1826 76 170 0 1900 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 13648

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 8381
/proc/meminfo: memFree=1369208/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=2.6
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 312 1909 0 0 0 0 259 1 16 0 1 0 236200563 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 238 197 169 0 51 0
[pid=8381] ppid=8378 vsize=8684 CPUtime=22.86
/proc/8381/stat : 8381 (minisat) R 8378 8378 8045 0 -1 4194304 1928 0 0 0 2285 1 0 0 25 0 1 0 236200825 8892416 1914 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8381/statm: 2171 1914 76 170 0 1999 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 14044

[startup+51.102 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 8381
/proc/meminfo: memFree=1368824/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=2.6
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 312 1909 0 0 0 0 259 1 16 0 1 0 236200563 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 238 197 169 0 51 0
[pid=8381] ppid=8378 vsize=9080 CPUtime=48.44
/proc/8381/stat : 8381 (minisat) R 8378 8378 8045 0 -1 4194304 2040 0 0 0 4843 1 0 0 25 0 1 0 236200825 9297920 2026 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8381/statm: 2270 2026 76 170 0 2098 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 14440

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 8381
/proc/meminfo: memFree=1367096/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=2.6
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 312 1909 0 0 0 0 259 1 16 0 1 0 236200563 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 238 197 169 0 51 0
[pid=8381] ppid=8378 vsize=10744 CPUtime=99.62
/proc/8381/stat : 8381 (minisat) R 8378 8378 8045 0 -1 4194304 2439 0 0 0 9960 2 0 0 25 0 1 0 236200825 11001856 2425 1992294400 134512640 135212939 4294956240 18446744073709551615 134536058 0 0 4096 3 0 0 0 17 0 0 0
/proc/8381/statm: 2686 2425 76 170 0 2514 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 16104

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8381
/proc/meminfo: memFree=1365816/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=2.6
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 312 1909 0 0 0 0 259 1 16 0 1 0 236200563 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 238 197 169 0 51 0
[pid=8381] ppid=8378 vsize=12160 CPUtime=159.59
/proc/8381/stat : 8381 (minisat) R 8378 8378 8045 0 -1 4194304 2777 0 0 0 15957 2 0 0 25 0 1 0 236200825 12451840 2763 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/8381/statm: 3040 2763 76 170 0 2868 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 17520

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8381
/proc/meminfo: memFree=1364536/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=2.6
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 312 1909 0 0 0 0 259 1 16 0 1 0 236200563 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 238 197 169 0 51 0
[pid=8381] ppid=8378 vsize=13412 CPUtime=219.56
/proc/8381/stat : 8381 (minisat) R 8378 8378 8045 0 -1 4194304 3086 0 0 0 21954 2 0 0 25 0 1 0 236200825 13733888 3072 1992294400 134512640 135212939 4294956240 18446744073709551615 134527017 0 0 4096 3 0 0 0 17 0 0 0
/proc/8381/statm: 3353 3072 76 170 0 3181 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 18772

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8381
/proc/meminfo: memFree=1363448/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=2.6
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 312 1909 0 0 0 0 259 1 16 0 1 0 236200563 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 238 197 169 0 51 0
[pid=8381] ppid=8378 vsize=14468 CPUtime=279.54
/proc/8381/stat : 8381 (minisat) R 8378 8378 8045 0 -1 4194304 3360 0 0 0 27951 3 0 0 25 0 1 0 236200825 14815232 3346 1992294400 134512640 135212939 4294956240 18446744073709551615 134527014 0 0 4096 3 0 0 0 17 0 0 0
/proc/8381/statm: 3617 3346 76 170 0 3445 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 19828

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8381
/proc/meminfo: memFree=1361912/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=2.6
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 312 1909 0 0 0 0 259 1 16 0 1 0 236200563 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 238 197 169 0 51 0
[pid=8381] ppid=8378 vsize=16076 CPUtime=339.51
/proc/8381/stat : 8381 (minisat) R 8378 8378 8045 0 -1 4194304 3734 0 0 0 33948 3 0 0 25 0 1 0 236200825 16461824 3720 1992294400 134512640 135212939 4294956240 18446744073709551615 134538793 0 0 4096 3 0 0 0 17 0 0 0
/proc/8381/statm: 4019 3720 76 170 0 3847 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 21436

[startup+402.302 s]

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

/proc/8378/statm: 1340 238 197 169 0 51 0
[pid=8381] ppid=8378 vsize=18048 CPUtime=459.46
/proc/8381/stat : 8381 (minisat) R 8378 8378 8045 0 -1 4194304 4234 0 0 0 45942 4 0 0 25 0 1 0 236200825 18481152 4220 1992294400 134512640 135212939 4294956240 18446744073709551615 134526624 0 0 4096 3 0 0 0 17 0 0 0
/proc/8381/statm: 4512 4220 76 170 0 4340 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 23408

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8381
/proc/meminfo: memFree=1358328/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=2.6
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 312 1909 0 0 0 0 259 1 16 0 1 0 236200563 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 238 197 169 0 51 0
[pid=8381] ppid=8378 vsize=19868 CPUtime=519.43
/proc/8381/stat : 8381 (minisat) R 8378 8378 8045 0 -1 4194304 4644 0 0 0 51939 4 0 0 25 0 1 0 236200825 20344832 4630 1992294400 134512640 135212939 4294956240 18446744073709551615 134536364 0 0 4096 3 0 0 0 17 0 0 0
/proc/8381/statm: 4967 4630 76 170 0 4795 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 25228

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8381
/proc/meminfo: memFree=1356920/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=2.6
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 312 1909 0 0 0 0 259 1 16 0 1 0 236200563 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 238 197 169 0 51 0
[pid=8381] ppid=8378 vsize=21124 CPUtime=579.41
/proc/8381/stat : 8381 (minisat) R 8378 8378 8045 0 -1 4194304 4991 0 0 0 57936 5 0 0 25 0 1 0 236200825 21630976 4977 1992294400 134512640 135212939 4294956240 18446744073709551615 134537400 0 0 4096 3 0 0 0 17 0 0 0
/proc/8381/statm: 5281 4977 76 170 0 5109 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 26484

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8381
/proc/meminfo: memFree=1355000/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=2.6
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 312 1909 0 0 0 0 259 1 16 0 1 0 236200563 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 238 197 169 0 51 0
[pid=8381] ppid=8378 vsize=23120 CPUtime=639.39
/proc/8381/stat : 8381 (minisat) R 8378 8378 8045 0 -1 4194304 5461 0 0 0 63934 5 0 0 25 0 1 0 236200825 23674880 5447 1992294400 134512640 135212939 4294956240 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/8381/statm: 5780 5447 76 170 0 5608 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 28480

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8381
/proc/meminfo: memFree=1353208/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=2.6
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 312 1909 0 0 0 0 259 1 16 0 1 0 236200563 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 238 197 169 0 51 0
[pid=8381] ppid=8378 vsize=24836 CPUtime=699.36
/proc/8381/stat : 8381 (minisat) R 8378 8378 8045 0 -1 4194304 5905 0 0 0 69930 6 0 0 25 0 1 0 236200825 25432064 5891 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8381/statm: 6209 5891 76 170 0 6037 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 30196

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 8381
/proc/meminfo: memFree=1350840/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=2.6
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 312 1909 0 0 0 0 259 1 16 0 1 0 236200563 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 238 197 169 0 51 0
[pid=8381] ppid=8378 vsize=27416 CPUtime=759.34
/proc/8381/stat : 8381 (minisat) R 8378 8378 8045 0 -1 4194304 6494 0 0 0 75927 7 0 0 25 0 1 0 236200825 28073984 6480 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/8381/statm: 6854 6480 76 170 0 6682 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 32776

[startup+822.301 s]
/proc/loadavg: 1.06 1.00 1.00 2/66 8381
/proc/meminfo: memFree=1348792/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=2.6
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 312 1909 0 0 0 0 259 1 16 0 1 0 236200563 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 238 197 169 0 51 0
[pid=8381] ppid=8378 vsize=29448 CPUtime=819.3
/proc/8381/stat : 8381 (minisat) R 8378 8378 8045 0 -1 4194304 7013 0 0 0 81923 7 0 0 25 0 1 0 236200825 30154752 6999 1992294400 134512640 135212939 4294956240 18446744073709551615 134537422 0 0 4096 3 0 0 0 17 0 0 0
/proc/8381/statm: 7362 6999 76 170 0 7190 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 34808

[startup+882.301 s]
/proc/loadavg: 1.08 1.02 1.00 2/66 8381
/proc/meminfo: memFree=1347320/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=2.6
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 312 1909 0 0 0 0 259 1 16 0 1 0 236200563 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 238 197 169 0 51 0
[pid=8381] ppid=8378 vsize=30980 CPUtime=879.28
/proc/8381/stat : 8381 (minisat) R 8378 8378 8045 0 -1 4194304 7384 0 0 0 87920 8 0 0 25 0 1 0 236200825 31723520 7370 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/8381/statm: 7745 7370 76 170 0 7573 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 36340

[startup+942.302 s]
/proc/loadavg: 1.09 1.03 1.00 2/66 8381
/proc/meminfo: memFree=1345720/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=2.6
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 312 1909 0 0 0 0 259 1 16 0 1 0 236200563 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 238 197 169 0 51 0
[pid=8381] ppid=8378 vsize=32596 CPUtime=939.25
/proc/8381/stat : 8381 (minisat) R 8378 8378 8045 0 -1 4194304 7777 0 0 0 93917 8 0 0 25 0 1 0 236200825 33378304 7763 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/8381/statm: 8149 7763 76 170 0 7977 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 37956

[startup+1002.3 s]
/proc/loadavg: 1.08 1.03 1.00 2/66 8381
/proc/meminfo: memFree=1344184/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=2.6
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 312 1909 0 0 0 0 259 1 16 0 1 0 236200563 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 238 197 169 0 51 0
[pid=8381] ppid=8378 vsize=34080 CPUtime=999.23
/proc/8381/stat : 8381 (minisat) R 8378 8378 8045 0 -1 4194304 8164 0 0 0 99914 9 0 0 25 0 1 0 236200825 34897920 8150 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8381/statm: 8520 8150 76 170 0 8348 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 39440

[startup+1062.3 s]
/proc/loadavg: 1.08 1.04 1.00 2/66 8381
/proc/meminfo: memFree=1343160/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=2.6
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 312 1909 0 0 0 0 259 1 16 0 1 0 236200563 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 238 197 169 0 51 0
[pid=8381] ppid=8378 vsize=35084 CPUtime=1059.2
/proc/8381/stat : 8381 (minisat) R 8378 8378 8045 0 -1 4194304 8405 0 0 0 105911 9 0 0 25 0 1 0 236200825 35926016 8391 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8381/statm: 8771 8391 76 170 0 8599 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 40444

[startup+1122.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 8381
/proc/meminfo: memFree=1343160/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=2.6
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 312 1909 0 0 0 0 259 1 16 0 1 0 236200563 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 238 197 169 0 51 0
[pid=8381] ppid=8378 vsize=35084 CPUtime=1119.17
/proc/8381/stat : 8381 (minisat) R 8378 8378 8045 0 -1 4194304 8405 0 0 0 111908 9 0 0 25 0 1 0 236200825 35926016 8391 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/8381/statm: 8771 8391 76 170 0 8599 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 40444

[startup+1182.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 8381
/proc/meminfo: memFree=1343096/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=2.6
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 312 1909 0 0 0 0 259 1 16 0 1 0 236200563 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 238 197 169 0 51 0
[pid=8381] ppid=8378 vsize=35084 CPUtime=1179.14
/proc/8381/stat : 8381 (minisat) R 8378 8378 8045 0 -1 4194304 8405 0 0 0 117905 9 0 0 25 0 1 0 236200825 35926016 8391 1992294400 134512640 135212939 4294956240 18446744073709551615 134536367 0 0 4096 3 0 0 0 17 0 0 0
/proc/8381/statm: 8771 8391 76 170 0 8599 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 40444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 8387
/proc/meminfo: memFree=1342904/2055920 swapFree=4178952/4192956
[pid=8378] ppid=8376 vsize=5360 CPUtime=2.6
/proc/8378/stat : 8378 (run.sh) S 8376 8378 8045 0 -1 4194304 312 1909 0 0 0 0 259 1 16 0 1 0 236200563 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8378/statm: 1340 238 197 169 0 51 0
[pid=8381] ppid=8378 vsize=35084 CPUtime=1197.44
/proc/8381/stat : 8381 (minisat) R 8378 8378 8045 0 -1 4194304 8405 0 0 0 119735 9 0 0 25 0 1 0 236200825 35926016 8391 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/8381/statm: 8771 8391 76 170 0 8599 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 40444

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.61
CPU time (s): 1200.08
CPU user time (s): 1199.96
CPU system time (s): 0.12698
CPU usage (%): 99.9559
Max. virtual memory (cumulated for all children) (KiB): 40444

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

runsolver used 1.04084 second user time and 3.33649 second system time

The end

Launcher Data

Begin job on node27 at 2009-05-12 00:41:16
IDJOB=1796856
IDBENCH=70850
IDSOLVER=649
FILE ID=node27/1796856-1242081676
PBS_JOBID= 9277606
Free space on /tmp= 66272 MiB

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

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

MD5SUM BENCH= a2be03cdc152990d030fb3c2aea1f730
RANDOM SEED=887108347

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1378976 kB
Buffers:         75580 kB
Cached:         508312 kB
SwapCached:       8116 kB
Active:         191428 kB
Inactive:       402716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1378976 kB
SwapTotal:     4192956 kB
SwapFree:      4178952 kB
Dirty:            2940 kB
Writeback:           0 kB
Mapped:          14712 kB
Slab:            68760 kB
Committed_AS:   793320 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66268 MiB
End job on node27 at 2009-05-12 01:01:17