Trace number 1796900

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

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-25-s100.cnf
MD5SUMc4b5df05f50ec97b624a18161f6d43b5
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 variables31931
Number of clauses96111
Sum of the clauses size226723
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261482
Number of clauses of size 334565
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 2
2.20/2.22	#LEARNT CLAUSES 0
2.20/2.29	done !
2.20/2.29	c Calling MINISAT
2.20/2.29	This is MiniSat 2.0 beta
2.20/2.29	WARNING: for repeatability, setting FPU to use double precision
2.20/2.29	============================[ Problem Statistics ]=============================
2.20/2.29	|                                                                             |
2.20/2.29	|  Number of variables:  31931                                                |
2.20/2.29	|  Number of clauses:    91083                                                |
2.28/2.35	|  Parsing time:         0.05         s                                       |
2.28/2.35	============================[ Search Statistics ]==============================
2.28/2.35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.28/2.35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.28/2.35	===============================================================================
2.28/2.35	|         0 |   30087    89237   208814 |    29745        0    nan |  0.000 % |
2.28/2.38	|       100 |   30087    89237   208814 |    32720      100     56 |  5.775 % |
2.28/2.53	|       250 |   30087    89237   208814 |    35992      250     76 |  5.775 % |
2.28/2.93	|       475 |   30087    89237   208814 |    39591      475     71 |  5.775 % |
4.38/4.42	|       813 |   30087    89237   208814 |    43550      813     60 |  5.775 % |
7.58/7.64	|      1319 |   30087    89237   208814 |    47905     1319     46 |  5.775 % |
13.77/13.86	|      2079 |   30087    89237   208814 |    52696     2079     39 |  5.775 % |
22.07/22.12	|      3219 |   30087    89237   208814 |    57965     3219     36 |  5.775 % |
35.76/35.88	|      4928 |   30087    89237   208814 |    63762     4928     36 |  5.775 % |
56.25/56.36	|      7490 |   30087    89237   208814 |    70138     7490     35 |  5.775 % |
84.34/84.42	|     11334 |   30087    89237   208814 |    77152    11334     39 |  5.775 % |
131.73/131.86	|     17100 |   30087    89237   208814 |    84867    17100     39 |  5.775 % |
199.40/199.54	|     25749 |   30087    89237   208814 |    93354    25749     37 |  5.775 % |
315.34/315.51	|     38725 |   30087    89237   208814 |   102690    38725     32 |  5.775 % |
493.27/493.52	|     58186 |   30087    89237   208814 |   112959    58186     36 |  5.775 % |
762.06/762.46	|     87379 |   30087    89237   208814 |   124255    87379     39 |  5.775 % |
1200.10/1200.61	HOME/run.sh: line 21:  2647 Terminated              $MINISAT $TMP_1 ${TMPDIR}/$TMP.result "$@"
1200.10/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-1796900-1242082392/watcher-1796900-1242082392 -o /tmp/evaluation-result-1796900-1242082392/solver-1796900-1242082392 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796900-1242082392.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.11 1.09 1.02 3/64 2644
/proc/meminfo: memFree=1922624/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=0
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236267020 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 237 196 169 0 51 0
[pid=2645] ppid=2644 vsize=2124 CPUtime=0
/proc/2645/stat : 2645 (revival) R 2644 2644 2008 0 -1 4194304 287 0 0 0 0 0 0 0 19 0 1 0 236267021 2174976 255 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/2645/statm: 531 259 81 6 0 169 0

[startup+0.0294799 s]
/proc/loadavg: 1.11 1.09 1.02 3/64 2644
/proc/meminfo: memFree=1922624/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=0
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236267020 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 237 196 169 0 51 0
[pid=2645] ppid=2644 vsize=7732 CPUtime=0.02
/proc/2645/stat : 2645 (revival) R 2644 2644 2008 0 -1 4194304 1601 0 0 0 1 1 0 0 19 0 1 0 236267021 7917568 1561 1992294400 134512640 134537284 4294956368 18446744073709551615 10954363 0 0 4096 0 0 0 0 17 0 0 0
/proc/2645/statm: 1933 1562 82 6 0 1571 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13092

[startup+0.101487 s]
/proc/loadavg: 1.11 1.09 1.02 3/64 2644
/proc/meminfo: memFree=1922624/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=0
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236267020 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 237 196 169 0 51 0
[pid=2645] ppid=2644 vsize=7444 CPUtime=0.09
/proc/2645/stat : 2645 (revival) R 2644 2644 2008 0 -1 4194304 1887 0 0 0 8 1 0 0 19 0 1 50000 236267021 7622656 1465 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2645/statm: 1861 1465 85 6 0 1499 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12804

[startup+0.301508 s]
/proc/loadavg: 1.11 1.09 1.02 3/64 2644
/proc/meminfo: memFree=1922624/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=0
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236267020 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 237 196 169 0 51 0
[pid=2645] ppid=2644 vsize=7444 CPUtime=0.29
/proc/2645/stat : 2645 (revival) R 2644 2644 2008 0 -1 4194304 1890 0 0 0 28 1 0 0 21 0 1 50000 236267021 7622656 1468 1992294400 134512640 134537284 4294956368 18446744073709551615 134524199 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2645/statm: 1861 1468 85 6 0 1499 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12804

[startup+0.701551 s]
/proc/loadavg: 1.11 1.09 1.02 3/64 2644
/proc/meminfo: memFree=1922624/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=0
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236267020 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 237 196 169 0 51 0
[pid=2645] ppid=2644 vsize=7444 CPUtime=0.69
/proc/2645/stat : 2645 (revival) R 2644 2644 2008 0 -1 4194304 1892 0 0 0 68 1 0 0 25 0 1 50000 236267021 7622656 1470 1992294400 134512640 134537284 4294956368 18446744073709551615 134524107 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2645/statm: 1861 1470 85 6 0 1499 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12804

[startup+1.50164 s]
/proc/loadavg: 1.11 1.09 1.02 2/66 2646
/proc/meminfo: memFree=1916656/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=0
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236267020 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 237 196 169 0 51 0
[pid=2645] ppid=2644 vsize=7444 CPUtime=1.49
/proc/2645/stat : 2645 (revival) R 2644 2644 2008 0 -1 4194304 1892 0 0 0 148 1 0 0 25 0 1 50000 236267021 7622656 1470 1992294400 134512640 134537284 4294956368 18446744073709551615 134523789 0 0 4096 8192 0 0 0 17 0 0 0
/proc/2645/statm: 1861 1470 85 6 0 1499 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12804

[startup+3.10282 s]
/proc/loadavg: 1.10 1.08 1.02 2/66 2646
/proc/meminfo: memFree=1916528/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=2.28
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 312 1907 0 0 0 0 227 1 19 0 1 0 236267020 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 5360
heavy processes:

[startup+6.30115 s]
/proc/loadavg: 1.10 1.08 1.02 2/66 2647
/proc/meminfo: memFree=1913584/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=2.28
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 312 1907 0 0 0 0 227 1 19 0 1 0 236267020 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 238 197 169 0 51 0
[pid=2647] ppid=2644 vsize=8276 CPUtime=3.99
/proc/2647/stat : 2647 (minisat) R 2644 2644 2008 0 -1 4194304 1822 0 0 0 398 1 0 0 25 0 1 0 236267250 8474624 1808 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/2647/statm: 2069 1808 76 170 0 1897 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 13636

[startup+12.7018 s]
/proc/loadavg: 1.08 1.08 1.01 2/66 2647
/proc/meminfo: memFree=1913392/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=2.28
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 312 1907 0 0 0 0 227 1 19 0 1 0 236267020 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 238 197 169 0 51 0
[pid=2647] ppid=2644 vsize=8408 CPUtime=10.39
/proc/2647/stat : 2647 (minisat) R 2644 2644 2008 0 -1 4194304 1853 0 0 0 1038 1 0 0 25 0 1 0 236267250 8609792 1839 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/2647/statm: 2102 1839 76 170 0 1930 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 13768

[startup+25.5012 s]
/proc/loadavg: 1.07 1.08 1.01 2/66 2647
/proc/meminfo: memFree=1913264/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=2.28
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 312 1907 0 0 0 0 227 1 19 0 1 0 236267020 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 238 197 169 0 51 0
[pid=2647] ppid=2644 vsize=8672 CPUtime=23.19
/proc/2647/stat : 2647 (minisat) R 2644 2644 2008 0 -1 4194304 1925 0 0 0 2318 1 0 0 25 0 1 0 236267250 8880128 1911 1992294400 134512640 135212939 4294956240 18446744073709551615 134526644 0 0 4096 3 0 0 0 17 0 0 0
/proc/2647/statm: 2168 1911 76 170 0 1996 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 14032

[startup+51.1019 s]
/proc/loadavg: 1.05 1.07 1.01 2/66 2647
/proc/meminfo: memFree=1912816/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=2.28
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 312 1907 0 0 0 0 227 1 19 0 1 0 236267020 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 238 197 169 0 51 0
[pid=2647] ppid=2644 vsize=9212 CPUtime=48.78
/proc/2647/stat : 2647 (minisat) R 2644 2644 2008 0 -1 4194304 2062 0 0 0 4877 1 0 0 25 0 1 0 236267250 9433088 2048 1992294400 134512640 135212939 4294956240 18446744073709551615 134536058 0 0 4096 3 0 0 0 17 0 0 0
/proc/2647/statm: 2303 2048 76 170 0 2131 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 14572

[startup+102.305 s]
/proc/loadavg: 1.02 1.06 1.01 2/66 2647
/proc/meminfo: memFree=1911280/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=2.28
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 312 1907 0 0 0 0 227 1 19 0 1 0 236267020 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 238 197 169 0 51 0
[pid=2647] ppid=2644 vsize=10696 CPUtime=99.96
/proc/2647/stat : 2647 (minisat) R 2644 2644 2008 0 -1 4194304 2425 0 0 0 9994 2 0 0 25 0 1 0 236267250 10952704 2411 1992294400 134512640 135212939 4294956240 18446744073709551615 134536118 0 0 4096 3 0 0 0 17 0 0 0
/proc/2647/statm: 2674 2411 76 170 0 2502 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 16056

[startup+162.302 s]
/proc/loadavg: 1.00 1.04 1.00 2/66 2647
/proc/meminfo: memFree=1910000/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=2.28
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 312 1907 0 0 0 0 227 1 19 0 1 0 236267020 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 238 197 169 0 51 0
[pid=2647] ppid=2644 vsize=11976 CPUtime=159.94
/proc/2647/stat : 2647 (minisat) R 2644 2644 2008 0 -1 4194304 2728 0 0 0 15991 3 0 0 25 0 1 0 236267250 12263424 2714 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/2647/statm: 2994 2714 76 170 0 2822 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 17336

[startup+222.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 2647
/proc/meminfo: memFree=1908720/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=2.28
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 312 1907 0 0 0 0 227 1 19 0 1 0 236267020 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 238 197 169 0 51 0
[pid=2647] ppid=2644 vsize=13196 CPUtime=219.9
/proc/2647/stat : 2647 (minisat) R 2644 2644 2008 0 -1 4194304 3053 0 0 0 21987 3 0 0 25 0 1 0 236267250 13512704 3039 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/2647/statm: 3299 3039 76 170 0 3127 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 18556

[startup+282.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 2647
/proc/meminfo: memFree=1907888/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=2.28
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 312 1907 0 0 0 0 227 1 19 0 1 0 236267020 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 238 197 169 0 51 0
[pid=2647] ppid=2644 vsize=14132 CPUtime=279.88
/proc/2647/stat : 2647 (minisat) R 2644 2644 2008 0 -1 4194304 3264 0 0 0 27985 3 0 0 25 0 1 0 236267250 14471168 3250 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/2647/statm: 3533 3250 76 170 0 3361 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 19492

[startup+342.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 2647
/proc/meminfo: memFree=1906672/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=2.28
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 312 1907 0 0 0 0 227 1 19 0 1 0 236267020 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 238 197 169 0 51 0
[pid=2647] ppid=2644 vsize=15268 CPUtime=339.85
/proc/2647/stat : 2647 (minisat) R 2644 2644 2008 0 -1 4194304 3554 0 0 0 33982 3 0 0 25 0 1 0 236267250 15634432 3540 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/2647/statm: 3817 3540 76 170 0 3645 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 20628


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

/proc/2644/statm: 1340 238 197 169 0 51 0
[pid=2647] ppid=2644 vsize=17944 CPUtime=459.81
/proc/2647/stat : 2647 (minisat) R 2644 2644 2008 0 -1 4194304 4239 0 0 0 45977 4 0 0 25 0 1 0 236267250 18374656 4225 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/2647/statm: 4486 4225 76 170 0 4314 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 23304

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2653
/proc/meminfo: memFree=1902184/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=2.28
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 312 1907 0 0 0 0 227 1 19 0 1 0 236267020 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 238 197 169 0 51 0
[pid=2647] ppid=2644 vsize=19528 CPUtime=519.79
/proc/2647/stat : 2647 (minisat) R 2644 2644 2008 0 -1 4194304 4606 0 0 0 51974 5 0 0 25 0 1 0 236267250 19996672 4592 1992294400 134512640 135212939 4294956240 18446744073709551615 134526833 0 0 4096 3 0 0 0 17 0 0 0
/proc/2647/statm: 4882 4592 76 170 0 4710 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 24888

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2653
/proc/meminfo: memFree=1901160/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=2.28
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 312 1907 0 0 0 0 227 1 19 0 1 0 236267020 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 238 197 169 0 51 0
[pid=2647] ppid=2644 vsize=20732 CPUtime=579.76
/proc/2647/stat : 2647 (minisat) R 2644 2644 2008 0 -1 4194304 4869 0 0 0 57971 5 0 0 25 0 1 0 236267250 21229568 4855 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/2647/statm: 5183 4855 76 170 0 5011 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 26092

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2653
/proc/meminfo: memFree=1899880/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=2.28
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 312 1907 0 0 0 0 227 1 19 0 1 0 236267020 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 238 197 169 0 51 0
[pid=2647] ppid=2644 vsize=21920 CPUtime=639.74
/proc/2647/stat : 2647 (minisat) R 2644 2644 2008 0 -1 4194304 5186 0 0 0 63968 6 0 0 25 0 1 0 236267250 22446080 5172 1992294400 134512640 135212939 4294956240 18446744073709551615 134536097 0 0 4096 3 0 0 0 17 0 0 0
/proc/2647/statm: 5480 5172 76 170 0 5308 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 27280

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2653
/proc/meminfo: memFree=1897512/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=2.28
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 312 1907 0 0 0 0 227 1 19 0 1 0 236267020 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 238 197 169 0 51 0
[pid=2647] ppid=2644 vsize=24316 CPUtime=699.71
/proc/2647/stat : 2647 (minisat) R 2644 2644 2008 0 -1 4194304 5782 0 0 0 69965 6 0 0 25 0 1 0 236267250 24899584 5768 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/2647/statm: 6079 5768 76 170 0 5907 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 29676

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2653
/proc/meminfo: memFree=1896552/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=2.28
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 312 1907 0 0 0 0 227 1 19 0 1 0 236267020 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 238 197 169 0 51 0
[pid=2647] ppid=2644 vsize=25272 CPUtime=759.68
/proc/2647/stat : 2647 (minisat) R 2644 2644 2008 0 -1 4194304 6007 0 0 0 75962 6 0 0 25 0 1 0 236267250 25878528 5993 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/2647/statm: 6318 5993 76 170 0 6146 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 30632

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2653
/proc/meminfo: memFree=1895344/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=2.28
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 312 1907 0 0 0 0 227 1 19 0 1 0 236267020 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 238 197 169 0 51 0
[pid=2647] ppid=2644 vsize=26676 CPUtime=819.66
/proc/2647/stat : 2647 (minisat) R 2644 2644 2008 0 -1 4194304 6313 0 0 0 81959 7 0 0 25 0 1 0 236267250 27316224 6299 1992294400 134512640 135212939 4294956240 18446744073709551615 134526831 0 0 4096 3 0 0 0 17 0 0 0
/proc/2647/statm: 6669 6299 76 170 0 6497 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 32036

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2653
/proc/meminfo: memFree=1894448/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=2.28
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 312 1907 0 0 0 0 227 1 19 0 1 0 236267020 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 238 197 169 0 51 0
[pid=2647] ppid=2644 vsize=27468 CPUtime=879.63
/proc/2647/stat : 2647 (minisat) R 2644 2644 2008 0 -1 4194304 6518 0 0 0 87956 7 0 0 25 0 1 0 236267250 28127232 6504 1992294400 134512640 135212939 4294956240 18446744073709551615 134536541 0 0 4096 3 0 0 0 17 0 0 0
/proc/2647/statm: 6867 6504 76 170 0 6695 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 32828

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2653
/proc/meminfo: memFree=1893616/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=2.28
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 312 1907 0 0 0 0 227 1 19 0 1 0 236267020 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 238 197 169 0 51 0
[pid=2647] ppid=2644 vsize=28260 CPUtime=939.61
/proc/2647/stat : 2647 (minisat) R 2644 2644 2008 0 -1 4194304 6732 0 0 0 93953 8 0 0 25 0 1 0 236267250 28938240 6718 1992294400 134512640 135212939 4294956240 18446744073709551615 134536326 0 0 4096 3 0 0 0 17 0 0 0
/proc/2647/statm: 7065 6718 76 170 0 6893 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 33620

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2653
/proc/meminfo: memFree=1892784/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=2.28
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 312 1907 0 0 0 0 227 1 19 0 1 0 236267020 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 238 197 169 0 51 0
[pid=2647] ppid=2644 vsize=29052 CPUtime=999.59
/proc/2647/stat : 2647 (minisat) R 2644 2644 2008 0 -1 4194304 6917 0 0 0 99951 8 0 0 25 0 1 0 236267250 29749248 6903 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/2647/statm: 7263 6903 76 170 0 7091 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 34412

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2653
/proc/meminfo: memFree=1891824/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=2.28
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 312 1907 0 0 0 0 227 1 19 0 1 0 236267020 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 238 197 169 0 51 0
[pid=2647] ppid=2644 vsize=29976 CPUtime=1059.56
/proc/2647/stat : 2647 (minisat) R 2644 2644 2008 0 -1 4194304 7166 0 0 0 105948 8 0 0 25 0 1 0 236267250 30695424 7152 1992294400 134512640 135212939 4294956240 18446744073709551615 134536541 0 0 4096 3 0 0 0 17 0 0 0
/proc/2647/statm: 7494 7152 76 170 0 7322 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 35336

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2653
/proc/meminfo: memFree=1889840/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=2.28
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 312 1907 0 0 0 0 227 1 19 0 1 0 236267020 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 238 197 169 0 51 0
[pid=2647] ppid=2644 vsize=31864 CPUtime=1119.54
/proc/2647/stat : 2647 (minisat) R 2644 2644 2008 0 -1 4194304 7644 0 0 0 111945 9 0 0 25 0 1 0 236267250 32628736 7630 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/2647/statm: 7966 7630 76 170 0 7794 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 37224

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2653
/proc/meminfo: memFree=1888112/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=2.28
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 312 1907 0 0 0 0 227 1 19 0 1 0 236267020 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 238 197 169 0 51 0
[pid=2647] ppid=2644 vsize=33712 CPUtime=1179.52
/proc/2647/stat : 2647 (minisat) R 2644 2644 2008 0 -1 4194304 8082 0 0 0 117942 10 0 0 25 0 1 0 236267250 34521088 8068 1992294400 134512640 135212939 4294956240 18446744073709551615 134536094 0 0 4096 3 0 0 0 17 0 0 0
/proc/2647/statm: 8428 8068 76 170 0 8256 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 39072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2653
/proc/meminfo: memFree=1887856/2055920 swapFree=4176436/4192956
[pid=2644] ppid=2642 vsize=5360 CPUtime=2.28
/proc/2644/stat : 2644 (run.sh) S 2642 2644 2008 0 -1 4194304 312 1907 0 0 0 0 227 1 19 0 1 0 236267020 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2644/statm: 1340 238 197 169 0 51 0
[pid=2647] ppid=2644 vsize=33844 CPUtime=1197.82
/proc/2647/stat : 2647 (minisat) R 2644 2644 2008 0 -1 4194304 8128 0 0 0 119772 10 0 0 25 0 1 0 236267250 34656256 8114 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/2647/statm: 8461 8114 76 170 0 8289 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 39204

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1200.61
CPU time (s): 1200.12
CPU user time (s): 1200
CPU system time (s): 0.12598
CPU usage (%): 99.9592
Max. virtual memory (cumulated for all children) (KiB): 39204

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

runsolver used 1.02584 second user time and 3.35549 second system time

The end

Launcher Data

Begin job on node47 at 2009-05-12 00:53:12
IDJOB=1796900
IDBENCH=70878
IDSOLVER=649
FILE ID=node47/1796900-1242082392
PBS_JOBID= 9277602
Free space on /tmp= 66228 MiB

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

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

MD5SUM BENCH= c4b5df05f50ec97b624a18161f6d43b5
RANDOM SEED=2090262908

node47.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.212
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.212
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:       1923168 kB
Buffers:          5596 kB
Cached:          53888 kB
SwapCached:      10284 kB
Active:          35004 kB
Inactive:        36636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1923168 kB
SwapTotal:     4192956 kB
SwapFree:      4176436 kB
Dirty:            2932 kB
Writeback:           0 kB
Mapped:          14512 kB
Slab:            47176 kB
Committed_AS:   859972 kB
PageTables:       1448 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66224 MiB
End job on node47 at 2009-05-12 01:13:13