Trace number 1796880

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

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-23-s100.cnf
MD5SUMaa3fff3e05d3f50a3d088c22afa455ea
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 variables31711
Number of clauses95400
Sum of the clauses size224926
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261146
Number of clauses of size 334190
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 4
5.69/5.71	#LEARNT CLAUSES 1
5.69/5.78	done !
5.69/5.78	c Calling MINISAT
5.69/5.78	This is MiniSat 2.0 beta
5.69/5.78	WARNING: for repeatability, setting FPU to use double precision
5.69/5.78	============================[ Problem Statistics ]=============================
5.69/5.78	|                                                                             |
5.69/5.78	|  Number of variables:  31711                                                |
5.69/5.78	|  Number of clauses:    90164                                                |
5.77/5.83	|  Parsing time:         0.04         s                                       |
5.77/5.84	============================[ Search Statistics ]==============================
5.77/5.84	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.77/5.84	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.77/5.84	===============================================================================
5.77/5.84	|         0 |   29773    88226   206351 |    29408        0    nan |  0.000 % |
5.77/5.86	|       100 |   29773    88226   206351 |    32349      100     45 |  6.111 % |
5.77/6.22	|       250 |   29773    88226   206351 |    35584      250     44 |  6.111 % |
7.57/7.63	|       476 |   29773    88226   206351 |    39142      476     35 |  6.111 % |
10.17/10.26	|       814 |   29773    88226   206351 |    43057      814     32 |  6.111 % |
13.66/13.77	|      1323 |   29773    88226   206351 |    47362     1323     32 |  6.111 % |
19.36/19.45	|      2082 |   29773    88226   206351 |    52099     2082     28 |  6.111 % |
26.56/26.67	|      3222 |   29773    88226   206351 |    57309     3222     31 |  6.111 % |
39.56/39.67	|      4930 |   29773    88226   206351 |    63040     4930     29 |  6.111 % |
56.65/56.77	|      7492 |   29773    88226   206351 |    69344     7492     27 |  6.111 % |
80.34/80.47	|     11338 |   29773    88226   206351 |    76278    11338     34 |  6.111 % |
116.43/116.57	|     17105 |   29773    88226   206351 |    83906    17105     34 |  6.111 % |
180.69/180.87	|     25755 |   29773    88226   206351 |    92296    25755     32 |  6.111 % |
281.46/281.69	|     38730 |   29773    88226   206351 |   101526    38730     32 |  6.111 % |
447.49/447.76	|     58191 |   29773    88226   206351 |   111679    58191     32 |  6.111 % |
640.50/640.89	|     87383 |   29773    88226   206351 |   122847    87383     36 |  6.111 % |
1088.73/1089.27	|    131173 |   29773    88226   206351 |   135132    22509     39 |  6.111 % |
1200.08/1200.61	HOME/run.sh: line 21: 27819 Terminated              $MINISAT $TMP_1 ${TMPDIR}/$TMP.result "$@"
1200.08/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-1796880-1242081961/watcher-1796880-1242081961 -o /tmp/evaluation-result-1796880-1242081961/solver-1796880-1242081961 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796880-1242081961.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 27816
/proc/meminfo: memFree=543336/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=0
/proc/27816/stat : 27816 (run.sh) R 27814 27816 27494 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 236225726 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 240153848479 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/27816/statm: 1340 236 195 169 0 51 0
[pid=27817] ppid=27816 vsize=2124 CPUtime=0
/proc/27817/stat : 27817 (revival) R 27816 27816 27494 0 -1 4194304 237 0 0 0 0 0 0 0 18 0 1 0 236225726 2174976 204 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/27817/statm: 531 211 81 6 0 169 0

[startup+0.0989661 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 27816
/proc/meminfo: memFree=543336/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=0
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236225726 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27816/statm: 1340 237 196 169 0 51 0
[pid=27817] ppid=27816 vsize=7436 CPUtime=0.09
/proc/27817/stat : 27817 (revival) R 27816 27816 27494 0 -1 4194304 1868 0 0 0 8 1 0 0 19 0 1 50000 236225726 7614464 1449 1992294400 134512640 134537284 4294956368 18446744073709551615 134524107 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27817/statm: 1859 1449 85 6 0 1497 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12796

[startup+0.102965 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 27816
/proc/meminfo: memFree=543336/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=0
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236225726 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27816/statm: 1340 237 196 169 0 51 0
[pid=27817] ppid=27816 vsize=7436 CPUtime=0.09
/proc/27817/stat : 27817 (revival) R 27816 27816 27494 0 -1 4194304 1868 0 0 0 8 1 0 0 19 0 1 50000 236225726 7614464 1449 1992294400 134512640 134537284 4294956368 18446744073709551615 134531158 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27817/statm: 1859 1449 85 6 0 1497 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12796

[startup+0.301987 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 27816
/proc/meminfo: memFree=543336/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=0
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236225726 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27816/statm: 1340 237 196 169 0 51 0
[pid=27817] ppid=27816 vsize=7436 CPUtime=0.29
/proc/27817/stat : 27817 (revival) R 27816 27816 27494 0 -1 4194304 1871 0 0 0 28 1 0 0 21 0 1 50000 236225726 7614464 1452 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27817/statm: 1859 1452 85 6 0 1497 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12796

[startup+0.701031 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 27816
/proc/meminfo: memFree=543336/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=0
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236225726 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27816/statm: 1340 237 196 169 0 51 0
[pid=27817] ppid=27816 vsize=7436 CPUtime=0.69
/proc/27817/stat : 27817 (revival) R 27816 27816 27494 0 -1 4194304 1873 0 0 0 68 1 0 0 25 0 1 50000 236225726 7614464 1454 1992294400 134512640 134537284 4294956368 18446744073709551615 134523973 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27817/statm: 1859 1454 85 6 0 1497 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12796

[startup+1.50212 s]
/proc/loadavg: 0.91 0.97 0.99 2/67 27818
/proc/meminfo: memFree=537432/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=0
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236225726 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27816/statm: 1340 237 196 169 0 51 0
[pid=27817] ppid=27816 vsize=7436 CPUtime=1.49
/proc/27817/stat : 27817 (revival) R 27816 27816 27494 0 -1 4194304 1874 0 0 0 148 1 0 0 25 0 1 50000 236225726 7614464 1455 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27817/statm: 1859 1455 85 6 0 1497 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12796

[startup+3.1013 s]
/proc/loadavg: 0.91 0.97 0.99 2/67 27818
/proc/meminfo: memFree=537304/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=0
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236225726 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27816/statm: 1340 237 196 169 0 51 0
[pid=27817] ppid=27816 vsize=7436 CPUtime=3.09
/proc/27817/stat : 27817 (revival) R 27816 27816 27494 0 -1 4194304 1874 0 0 0 308 1 0 0 25 0 1 50000 236225726 7614464 1455 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27817/statm: 1859 1455 85 6 0 1497 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12796

[startup+6.30167 s]
/proc/loadavg: 0.92 0.97 0.99 2/67 27818
/proc/meminfo: memFree=537312/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=5.77
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 312 1889 0 0 0 0 575 2 16 0 1 0 236225726 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27816/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 5360

[startup+12.7014 s]
/proc/loadavg: 0.93 0.97 0.99 2/67 27819
/proc/meminfo: memFree=534560/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=5.77
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 312 1889 0 0 0 0 575 2 16 0 1 0 236225726 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27816/statm: 1340 238 197 169 0 51 0
[pid=27819] ppid=27816 vsize=8104 CPUtime=6.89
/proc/27819/stat : 27819 (minisat) R 27816 27816 27494 0 -1 4194304 1789 0 0 0 689 0 0 0 25 0 1 0 236226305 8298496 1775 1992294400 134512640 135212939 4294956240 18446744073709551615 134538850 0 0 4096 3 0 0 0 17 0 0 0
/proc/27819/statm: 2026 1775 76 170 0 1854 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 13464

[startup+25.5018 s]
/proc/loadavg: 0.94 0.97 0.99 2/67 27819
/proc/meminfo: memFree=534368/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=5.77
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 312 1889 0 0 0 0 575 2 16 0 1 0 236225726 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27816/statm: 1340 238 197 169 0 51 0
[pid=27819] ppid=27816 vsize=8516 CPUtime=19.69
/proc/27819/stat : 27819 (minisat) R 27816 27816 27494 0 -1 4194304 1867 0 0 0 1969 0 0 0 25 0 1 0 236226305 8720384 1853 1992294400 134512640 135212939 4294956240 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/27819/statm: 2129 1853 76 170 0 1957 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 13876

[startup+51.1016 s]
/proc/loadavg: 0.96 0.97 0.99 2/67 27819
/proc/meminfo: memFree=533984/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=5.77
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 312 1889 0 0 0 0 575 2 16 0 1 0 236225726 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27816/statm: 1340 238 197 169 0 51 0
[pid=27819] ppid=27816 vsize=8912 CPUtime=45.28
/proc/27819/stat : 27819 (minisat) R 27816 27816 27494 0 -1 4194304 1989 0 0 0 4527 1 0 0 25 0 1 0 236226305 9125888 1975 1992294400 134512640 135212939 4294956240 18446744073709551615 134527098 0 0 4096 3 0 0 0 17 0 0 0
/proc/27819/statm: 2228 1975 76 170 0 2056 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 14272

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/67 27819
/proc/meminfo: memFree=532064/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=5.77
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 312 1889 0 0 0 0 575 2 16 0 1 0 236225726 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27816/statm: 1340 238 197 169 0 51 0
[pid=27819] ppid=27816 vsize=10712 CPUtime=96.46
/proc/27819/stat : 27819 (minisat) R 27816 27816 27494 0 -1 4194304 2441 0 0 0 9645 1 0 0 25 0 1 0 236226305 10969088 2427 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27819/statm: 2678 2427 76 170 0 2506 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 16072

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 27819
/proc/meminfo: memFree=530720/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=5.77
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 312 1889 0 0 0 0 575 2 16 0 1 0 236225726 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27816/statm: 1340 238 197 169 0 51 0
[pid=27819] ppid=27816 vsize=12084 CPUtime=156.43
/proc/27819/stat : 27819 (minisat) R 27816 27816 27494 0 -1 4194304 2775 0 0 0 15642 1 0 0 25 0 1 0 236226305 12374016 2761 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27819/statm: 3021 2761 76 170 0 2849 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 17444

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 27819
/proc/meminfo: memFree=529504/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=5.77
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 312 1889 0 0 0 0 575 2 16 0 1 0 236225726 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27816/statm: 1340 238 197 169 0 51 0
[pid=27819] ppid=27816 vsize=13312 CPUtime=216.42
/proc/27819/stat : 27819 (minisat) R 27816 27816 27494 0 -1 4194304 3066 0 0 0 21640 2 0 0 25 0 1 0 236226305 13631488 3052 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/27819/statm: 3328 3052 76 170 0 3156 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 18672

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 27819
/proc/meminfo: memFree=528288/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=5.77
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 312 1889 0 0 0 0 575 2 16 0 1 0 236225726 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27816/statm: 1340 238 197 169 0 51 0
[pid=27819] ppid=27816 vsize=14796 CPUtime=276.38
/proc/27819/stat : 27819 (minisat) R 27816 27816 27494 0 -1 4194304 3430 0 0 0 27636 2 0 0 25 0 1 0 236226305 15151104 3416 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/27819/statm: 3699 3416 76 170 0 3527 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 20156

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 27819
/proc/meminfo: memFree=526880/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=5.77
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 312 1889 0 0 0 0 575 2 16 0 1 0 236225726 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27816/statm: 1340 238 197 169 0 51 0
[pid=27819] ppid=27816 vsize=16028 CPUtime=336.36
/proc/27819/stat : 27819 (minisat) R 27816 27816 27494 0 -1 4194304 3710 0 0 0 33633 3 0 0 25 0 1 0 236226305 16412672 3696 1992294400 134512640 135212939 4294956240 18446744073709551615 134538826 0 0 4096 3 0 0 0 17 0 0 0
/proc/27819/statm: 4007 3696 76 170 0 3835 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 21388

[startup+402.302 s]

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

/proc/27816/statm: 1340 238 197 169 0 51 0
[pid=27819] ppid=27816 vsize=18732 CPUtime=456.3
/proc/27819/stat : 27819 (minisat) R 27816 27816 27494 0 -1 4194304 4404 0 0 0 45627 3 0 0 25 0 1 0 236226305 19181568 4390 1992294400 134512640 135212939 4294956240 18446744073709551615 134536621 0 0 4096 3 0 0 0 17 0 0 0
/proc/27819/statm: 4683 4390 76 170 0 4511 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 24092

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 27819
/proc/meminfo: memFree=522144/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=5.77
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 312 1889 0 0 0 0 575 2 16 0 1 0 236225726 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27816/statm: 1340 238 197 169 0 51 0
[pid=27819] ppid=27816 vsize=20796 CPUtime=516.29
/proc/27819/stat : 27819 (minisat) R 27816 27816 27494 0 -1 4194304 4900 0 0 0 51625 4 0 0 25 0 1 0 236226305 21295104 4886 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/27819/statm: 5199 4886 76 170 0 5027 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 26156

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 27819
/proc/meminfo: memFree=520032/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=5.77
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 312 1889 0 0 0 0 575 2 16 0 1 0 236225726 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27816/statm: 1340 238 197 169 0 51 0
[pid=27819] ppid=27816 vsize=22924 CPUtime=576.27
/proc/27819/stat : 27819 (minisat) R 27816 27816 27494 0 -1 4194304 5416 0 0 0 57622 5 0 0 25 0 1 0 236226305 23474176 5402 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27819/statm: 5731 5402 76 170 0 5559 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 28284

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 27819
/proc/meminfo: memFree=518240/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=5.77
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 312 1889 0 0 0 0 575 2 16 0 1 0 236225726 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27816/statm: 1340 238 197 169 0 51 0
[pid=27819] ppid=27816 vsize=24692 CPUtime=636.24
/proc/27819/stat : 27819 (minisat) R 27816 27816 27494 0 -1 4194304 5859 0 0 0 63619 5 0 0 25 0 1 0 236226305 25284608 5845 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27819/statm: 6173 5845 76 170 0 6001 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 30052

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 27819
/proc/meminfo: memFree=516704/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=5.77
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 312 1889 0 0 0 0 575 2 16 0 1 0 236225726 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27816/statm: 1340 238 197 169 0 51 0
[pid=27819] ppid=27816 vsize=26296 CPUtime=696.21
/proc/27819/stat : 27819 (minisat) R 27816 27816 27494 0 -1 4194304 6233 0 0 0 69616 5 0 0 25 0 1 0 236226305 26927104 6219 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/27819/statm: 6574 6219 76 170 0 6402 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 31656

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 27819
/proc/meminfo: memFree=515616/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=5.77
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 312 1889 0 0 0 0 575 2 16 0 1 0 236225726 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27816/statm: 1340 238 197 169 0 51 0
[pid=27819] ppid=27816 vsize=27432 CPUtime=756.2
/proc/27819/stat : 27819 (minisat) R 27816 27816 27494 0 -1 4194304 6501 0 0 0 75614 6 0 0 25 0 1 0 236226305 28090368 6487 1992294400 134512640 135212939 4294956240 18446744073709551615 134536367 0 0 4096 3 0 0 0 17 0 0 0
/proc/27819/statm: 6858 6487 76 170 0 6686 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 32792

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 27819
/proc/meminfo: memFree=514528/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=5.77
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 312 1889 0 0 0 0 575 2 16 0 1 0 236225726 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27816/statm: 1340 238 197 169 0 51 0
[pid=27819] ppid=27816 vsize=28620 CPUtime=816.16
/proc/27819/stat : 27819 (minisat) R 27816 27816 27494 0 -1 4194304 6792 0 0 0 81610 6 0 0 25 0 1 0 236226305 29306880 6778 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/27819/statm: 7155 6778 76 170 0 6983 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 33980

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 27819
/proc/meminfo: memFree=513568/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=5.77
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 312 1889 0 0 0 0 575 2 16 0 1 0 236225726 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27816/statm: 1340 238 197 169 0 51 0
[pid=27819] ppid=27816 vsize=29412 CPUtime=876.14
/proc/27819/stat : 27819 (minisat) R 27816 27816 27494 0 -1 4194304 7004 0 0 0 87608 6 0 0 25 0 1 0 236226305 30117888 6990 1992294400 134512640 135212939 4294956240 18446744073709551615 134529516 0 0 4096 3 0 0 0 17 0 0 0
/proc/27819/statm: 7353 6990 76 170 0 7181 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 34772

[startup+942.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 27825
/proc/meminfo: memFree=512608/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=5.77
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 312 1889 0 0 0 0 575 2 16 0 1 0 236225726 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27816/statm: 1340 238 197 169 0 51 0
[pid=27819] ppid=27816 vsize=30436 CPUtime=936.11
/proc/27819/stat : 27819 (minisat) R 27816 27816 27494 0 -1 4194304 7250 0 0 0 93604 7 0 0 25 0 1 0 236226305 31166464 7236 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/27819/statm: 7609 7236 76 170 0 7437 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 35796

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 27825
/proc/meminfo: memFree=511264/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=5.77
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 312 1889 0 0 0 0 575 2 16 0 1 0 236225726 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27816/statm: 1340 238 197 169 0 51 0
[pid=27819] ppid=27816 vsize=31656 CPUtime=996.08
/proc/27819/stat : 27819 (minisat) R 27816 27816 27494 0 -1 4194304 7563 0 0 0 99601 7 0 0 25 0 1 0 236226305 32415744 7549 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/27819/statm: 7914 7549 76 170 0 7742 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 37016

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 27825
/proc/meminfo: memFree=510240/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=5.77
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 312 1889 0 0 0 0 575 2 16 0 1 0 236225726 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27816/statm: 1340 238 197 169 0 51 0
[pid=27819] ppid=27816 vsize=32716 CPUtime=1056.07
/proc/27819/stat : 27819 (minisat) R 27816 27816 27494 0 -1 4194304 7822 0 0 0 105599 8 0 0 25 0 1 0 236226305 33501184 7808 1992294400 134512640 135212939 4294956240 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/27819/statm: 8179 7808 76 170 0 8007 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 38076

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 27825
/proc/meminfo: memFree=510176/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=5.77
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 312 1889 0 0 0 0 575 2 16 0 1 0 236225726 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27816/statm: 1340 238 197 169 0 51 0
[pid=27819] ppid=27816 vsize=32716 CPUtime=1116.05
/proc/27819/stat : 27819 (minisat) R 27816 27816 27494 0 -1 4194304 7829 0 0 0 111597 8 0 0 25 0 1 0 236226305 33501184 7815 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/27819/statm: 8179 7815 76 170 0 8007 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 38076

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 27825
/proc/meminfo: memFree=510176/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=5.77
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 312 1889 0 0 0 0 575 2 16 0 1 0 236225726 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27816/statm: 1340 238 197 169 0 51 0
[pid=27819] ppid=27816 vsize=32716 CPUtime=1176.02
/proc/27819/stat : 27819 (minisat) R 27816 27816 27494 0 -1 4194304 7841 0 0 0 117594 8 0 0 25 0 1 0 236226305 33501184 7827 1992294400 134512640 135212939 4294956240 18446744073709551615 134538887 0 0 4096 3 0 0 0 17 0 0 0
/proc/27819/statm: 8179 7827 76 170 0 8007 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 38076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 27825
/proc/meminfo: memFree=510112/2055920 swapFree=4181584/4192956
[pid=27816] ppid=27814 vsize=5360 CPUtime=5.77
/proc/27816/stat : 27816 (run.sh) S 27814 27816 27494 0 -1 4194304 312 1889 0 0 0 0 575 2 16 0 1 0 236225726 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27816/statm: 1340 238 197 169 0 51 0
[pid=27819] ppid=27816 vsize=32716 CPUtime=1194.31
/proc/27819/stat : 27819 (minisat) R 27816 27816 27494 0 -1 4194304 7841 0 0 0 119423 8 0 0 25 0 1 0 236226305 33501184 7827 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/27819/statm: 8179 7827 76 170 0 8007 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 38076

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1200.61
CPU time (s): 1200.11
CPU user time (s): 1199.99
CPU system time (s): 0.115982
CPU usage (%): 99.9583
Max. virtual memory (cumulated for all children) (KiB): 38076

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

runsolver used 1.06284 second user time and 3.31549 second system time

The end

Launcher Data

Begin job on node86 at 2009-05-12 00:46:01
IDJOB=1796880
IDBENCH=70868
IDSOLVER=649
FILE ID=node86/1796880-1242081961
PBS_JOBID= 9277615
Free space on /tmp= 66208 MiB

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

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

MD5SUM BENCH= aa3fff3e05d3f50a3d088c22afa455ea
RANDOM SEED=302125663

node86.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        543880 kB
Buffers:         66824 kB
Cached:        1332508 kB
SwapCached:       5480 kB
Active:         310500 kB
Inactive:      1097412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        543880 kB
SwapTotal:     4192956 kB
SwapFree:      4181584 kB
Dirty:            2924 kB
Writeback:           0 kB
Mapped:          14228 kB
Slab:            90072 kB
Committed_AS:   789004 kB
PageTables:       1464 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= 66208 MiB
End job on node86 at 2009-05-12 01:06:02