Trace number 1796848

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ReVivAl 0.23 2009-03-18? (TO) 1200.1 1200.61

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-22-s100.cnf
MD5SUM96596d59af0c6949ab68ac8c5abcf28b
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 variables31616
Number of clauses95110
Sum of the clauses size224220
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260982
Number of clauses of size 334064
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 3
3.98/4.03	#LEARNT CLAUSES 2
4.08/4.10	done !
4.08/4.10	c Calling MINISAT
4.08/4.10	This is MiniSat 2.0 beta
4.08/4.10	WARNING: for repeatability, setting FPU to use double precision
4.08/4.10	============================[ Problem Statistics ]=============================
4.08/4.10	|                                                                             |
4.08/4.11	|  Number of variables:  31616                                                |
4.08/4.11	|  Number of clauses:    89926                                                |
4.08/4.16	|  Parsing time:         0.04         s                                       |
4.08/4.16	============================[ Search Statistics ]==============================
4.08/4.16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.08/4.16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.08/4.16	===============================================================================
4.08/4.16	|         0 |   29687    87997   205811 |    29332        0    nan |  0.000 % |
4.08/4.19	|       100 |   29687    87997   205811 |    32265      100     84 |  6.101 % |
4.27/4.34	|       250 |   29687    87997   205811 |    35492      250     79 |  6.101 % |
4.67/4.76	|       475 |   29687    87997   205811 |    39041      475     64 |  6.101 % |
6.57/6.68	|       814 |   29687    87997   205811 |    42945      814     61 |  6.101 % |
9.87/9.96	|      1320 |   29687    87997   205811 |    47240     1320     46 |  6.101 % |
15.27/15.38	|      2080 |   29687    87997   205811 |    51964     2080     38 |  6.101 % |
22.86/23.00	|      3219 |   29687    87997   205811 |    57160     3219     32 |  6.101 % |
34.46/34.54	|      4928 |   29687    87997   205811 |    62876     4928     29 |  6.101 % |
53.55/53.60	|      7490 |   29687    87997   205811 |    69164     7490     28 |  6.101 % |
78.74/78.84	|     11334 |   29687    87997   205811 |    76080    11334     31 |  6.101 % |
118.83/118.94	|     17101 |   29687    87997   205811 |    83688    17101     29 |  6.101 % |
188.10/188.20	|     25751 |   29687    87997   205811 |    92057    25751     30 |  6.101 % |
286.97/287.14	|     38726 |   29687    87997   205811 |   101263    38726     31 |  6.101 % |
447.80/448.07	|     58188 |   29687    87997   205811 |   111389    58188     35 |  6.101 % |
766.27/766.64	|     87382 |   29687    87997   205811 |   122528    87382     34 |  6.101 % |
1200.07/1200.61	HOME/run.sh: line 21: 14175 Terminated              $MINISAT $TMP_1 ${TMPDIR}/$TMP.result "$@"
1200.07/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-1796848-1242081551/watcher-1796848-1242081551 -o /tmp/evaluation-result-1796848-1242081551/solver-1796848-1242081551 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796848-1242081551.cnf HOME 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 14172
/proc/meminfo: memFree=1123760/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=0
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236184279 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 237 196 169 0 51 0
[pid=14173] ppid=14172 vsize=2124 CPUtime=0
/proc/14173/stat : 14173 (revival) R 14172 14172 13849 0 -1 4194304 256 0 0 0 0 0 0 0 19 0 1 0 236184280 2174976 223 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/14173/statm: 531 231 81 6 0 169 0

[startup+0.0296339 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 14172
/proc/meminfo: memFree=1123760/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=0
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236184279 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 237 196 169 0 51 0
[pid=14173] ppid=14172 vsize=7704 CPUtime=0.01
/proc/14173/stat : 14173 (revival) R 14172 14172 13849 0 -1 4194304 1600 0 0 0 1 0 0 0 19 0 1 0 236184280 7888896 1560 1992294400 134512640 134537284 4294956368 18446744073709551615 10356347 0 0 4096 0 0 0 0 17 0 0 0
/proc/14173/statm: 1926 1561 82 6 0 1564 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13064

[startup+0.101642 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 14172
/proc/meminfo: memFree=1123760/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=0
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236184279 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 237 196 169 0 51 0
[pid=14173] ppid=14172 vsize=7432 CPUtime=0.08
/proc/14173/stat : 14173 (revival) R 14172 14172 13849 0 -1 4194304 1865 0 0 0 8 0 0 0 19 0 1 50000 236184280 7610368 1447 1992294400 134512640 134537284 4294956368 18446744073709551615 134523966 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14173/statm: 1858 1447 85 6 0 1496 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12792

[startup+0.301663 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 14172
/proc/meminfo: memFree=1123760/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=0
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236184279 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 237 196 169 0 51 0
[pid=14173] ppid=14172 vsize=7432 CPUtime=0.28
/proc/14173/stat : 14173 (revival) R 14172 14172 13849 0 -1 4194304 1867 0 0 0 28 0 0 0 21 0 1 50000 236184280 7610368 1449 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14173/statm: 1858 1449 85 6 0 1496 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12792

[startup+0.701709 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 14172
/proc/meminfo: memFree=1123760/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=0
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236184279 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 237 196 169 0 51 0
[pid=14173] ppid=14172 vsize=7432 CPUtime=0.68
/proc/14173/stat : 14173 (revival) R 14172 14172 13849 0 -1 4194304 1870 0 0 0 68 0 0 0 25 0 1 50000 236184280 7610368 1452 1992294400 134512640 134537284 4294956368 18446744073709551615 134524107 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14173/statm: 1858 1452 85 6 0 1496 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 12792

[startup+1.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14174
/proc/meminfo: memFree=1117920/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=0
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236184279 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 237 196 169 0 51 0
[pid=14173] ppid=14172 vsize=7432 CPUtime=1.48
/proc/14173/stat : 14173 (revival) R 14172 14172 13849 0 -1 4194304 1870 0 0 0 148 0 0 0 25 0 1 50000 236184280 7610368 1452 1992294400 134512640 134537284 4294956368 18446744073709551615 134523697 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14173/statm: 1858 1452 85 6 0 1496 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 12792

[startup+3.10198 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14174
/proc/meminfo: memFree=1117728/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=0
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236184279 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 237 196 169 0 51 0
[pid=14173] ppid=14172 vsize=7432 CPUtime=3.08
/proc/14173/stat : 14173 (revival) R 14172 14172 13849 0 -1 4194304 1870 0 0 0 308 0 0 0 25 0 1 50000 236184280 7610368 1452 1992294400 134512640 134537284 4294956368 18446744073709551615 134524253 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14173/statm: 1858 1452 85 6 0 1496 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 12792

[startup+6.30135 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14175
/proc/meminfo: memFree=1115040/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=4.09
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 312 1885 0 0 0 0 408 1 19 0 1 0 236184279 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 238 197 169 0 51 0
[pid=14175] ppid=14172 vsize=8208 CPUtime=2.18
/proc/14175/stat : 14175 (minisat) R 14172 14172 13849 0 -1 4194304 1787 0 0 0 218 0 0 0 25 0 1 0 236184690 8404992 1773 1992294400 134512640 135212939 4294956240 18446744073709551615 134536058 0 0 4096 3 0 0 0 17 0 0 0
/proc/14175/statm: 2052 1773 76 170 0 1880 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 13568

[startup+12.7021 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14175
/proc/meminfo: memFree=1114784/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=4.09
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 312 1885 0 0 0 0 408 1 19 0 1 0 236184279 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 238 197 169 0 51 0
[pid=14175] ppid=14172 vsize=8340 CPUtime=8.57
/proc/14175/stat : 14175 (minisat) R 14172 14172 13849 0 -1 4194304 1821 0 0 0 857 0 0 0 25 0 1 0 236184690 8540160 1807 1992294400 134512640 135212939 4294956240 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 0 0 0
/proc/14175/statm: 2085 1807 76 170 0 1913 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 13700

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14175
/proc/meminfo: memFree=1114656/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=4.09
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 312 1885 0 0 0 0 408 1 19 0 1 0 236184279 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 238 197 169 0 51 0
[pid=14175] ppid=14172 vsize=8604 CPUtime=21.38
/proc/14175/stat : 14175 (minisat) R 14172 14172 13849 0 -1 4194304 1891 0 0 0 2137 1 0 0 25 0 1 0 236184690 8810496 1877 1992294400 134512640 135212939 4294956240 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/14175/statm: 2151 1877 76 170 0 1979 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 13964

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14175
/proc/meminfo: memFree=1114144/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=4.09
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 312 1885 0 0 0 0 408 1 19 0 1 0 236184279 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 238 197 169 0 51 0
[pid=14175] ppid=14172 vsize=9132 CPUtime=46.96
/proc/14175/stat : 14175 (minisat) R 14172 14172 13849 0 -1 4194304 2031 0 0 0 4695 1 0 0 25 0 1 0 236184690 9351168 2017 1992294400 134512640 135212939 4294956240 18446744073709551615 134536040 0 0 4096 3 0 0 0 17 0 0 0
/proc/14175/statm: 2283 2017 76 170 0 2111 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 14492

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14175
/proc/meminfo: memFree=1112608/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=4.09
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 312 1885 0 0 0 0 408 1 19 0 1 0 236184279 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 238 197 169 0 51 0
[pid=14175] ppid=14172 vsize=10484 CPUtime=98.14
/proc/14175/stat : 14175 (minisat) R 14172 14172 13849 0 -1 4194304 2376 0 0 0 9813 1 0 0 25 0 1 0 236184690 10735616 2362 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/14175/statm: 2621 2362 76 170 0 2449 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 15844

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14175
/proc/meminfo: memFree=1111392/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=4.09
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 312 1885 0 0 0 0 408 1 19 0 1 0 236184279 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 238 197 169 0 51 0
[pid=14175] ppid=14172 vsize=11720 CPUtime=158.12
/proc/14175/stat : 14175 (minisat) R 14172 14172 13849 0 -1 4194304 2666 0 0 0 15810 2 0 0 25 0 1 0 236184690 12001280 2652 1992294400 134512640 135212939 4294956240 18446744073709551615 134526833 0 0 4096 3 0 0 0 17 0 0 0
/proc/14175/statm: 2930 2652 76 170 0 2758 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 17080

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14177
/proc/meminfo: memFree=1110240/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=4.09
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 312 1885 0 0 0 0 408 1 19 0 1 0 236184279 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 238 197 169 0 51 0
[pid=14175] ppid=14172 vsize=12820 CPUtime=218.1
/proc/14175/stat : 14175 (minisat) R 14172 14172 13849 0 -1 4194304 2932 0 0 0 21808 2 0 0 25 0 1 0 236184690 13127680 2918 1992294400 134512640 135212939 4294956240 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/14175/statm: 3205 2918 76 170 0 3033 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 18180

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14177
/proc/meminfo: memFree=1108832/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=4.09
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 312 1885 0 0 0 0 408 1 19 0 1 0 236184279 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 238 197 169 0 51 0
[pid=14175] ppid=14172 vsize=14140 CPUtime=278.07
/proc/14175/stat : 14175 (minisat) R 14172 14172 13849 0 -1 4194304 3286 0 0 0 27804 3 0 0 25 0 1 0 236184690 14479360 3272 1992294400 134512640 135212939 4294956240 18446744073709551615 134526896 0 0 4096 3 0 0 0 17 0 0 0
/proc/14175/statm: 3535 3272 76 170 0 3363 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 19500

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14177
/proc/meminfo: memFree=1107232/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=4.09
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 312 1885 0 0 0 0 408 1 19 0 1 0 236184279 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 238 197 169 0 51 0
[pid=14175] ppid=14172 vsize=15840 CPUtime=338.06
/proc/14175/stat : 14175 (minisat) R 14172 14172 13849 0 -1 4194304 3698 0 0 0 33802 4 0 0 25 0 1 0 236184690 16220160 3684 1992294400 134512640 135212939 4294956240 18446744073709551615 134527104 0 0 4096 3 0 0 0 17 0 0 0
/proc/14175/statm: 3960 3684 76 170 0 3788 0
Current children cumulated CPU time (s) 342.15

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

[pid=14175] ppid=14172 vsize=18696 CPUtime=458
/proc/14175/stat : 14175 (minisat) R 14172 14172 13849 0 -1 4194304 4423 0 0 0 45796 4 0 0 25 0 1 0 236184690 19144704 4409 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/14175/statm: 4674 4409 76 170 0 4502 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 24056

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14177
/proc/meminfo: memFree=1103392/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=4.09
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 312 1885 0 0 0 0 408 1 19 0 1 0 236184279 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 238 197 169 0 51 0
[pid=14175] ppid=14172 vsize=19824 CPUtime=517.99
/proc/14175/stat : 14175 (minisat) R 14172 14172 13849 0 -1 4194304 4653 0 0 0 51794 5 0 0 25 0 1 0 236184690 20299776 4639 1992294400 134512640 135212939 4294956240 18446744073709551615 134536389 0 0 4096 3 0 0 0 17 0 0 0
/proc/14175/statm: 4956 4639 76 170 0 4784 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 25184

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14177
/proc/meminfo: memFree=1102496/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=4.09
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 312 1885 0 0 0 0 408 1 19 0 1 0 236184279 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 238 197 169 0 51 0
[pid=14175] ppid=14172 vsize=20660 CPUtime=577.96
/proc/14175/stat : 14175 (minisat) R 14172 14172 13849 0 -1 4194304 4884 0 0 0 57791 5 0 0 25 0 1 0 236184690 21155840 4870 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/14175/statm: 5165 4870 76 170 0 4993 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 26020

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14177
/proc/meminfo: memFree=1101664/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=4.09
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 312 1885 0 0 0 0 408 1 19 0 1 0 236184279 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 238 197 169 0 51 0
[pid=14175] ppid=14172 vsize=21480 CPUtime=637.93
/proc/14175/stat : 14175 (minisat) R 14172 14172 13849 0 -1 4194304 5094 0 0 0 63788 5 0 0 25 0 1 0 236184690 21995520 5080 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/14175/statm: 5370 5080 76 170 0 5198 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 26840

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14177
/proc/meminfo: memFree=1100704/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=4.09
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 312 1885 0 0 0 0 408 1 19 0 1 0 236184279 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 238 197 169 0 51 0
[pid=14175] ppid=14172 vsize=22404 CPUtime=697.9
/proc/14175/stat : 14175 (minisat) R 14172 14172 13849 0 -1 4194304 5328 0 0 0 69784 6 0 0 25 0 1 0 236184690 22941696 5314 1992294400 134512640 135212939 4294956240 18446744073709551615 134536630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14175/statm: 5601 5314 76 170 0 5429 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 27764

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14177
/proc/meminfo: memFree=1099616/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=4.09
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 312 1885 0 0 0 0 408 1 19 0 1 0 236184279 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 238 197 169 0 51 0
[pid=14175] ppid=14172 vsize=23460 CPUtime=757.88
/proc/14175/stat : 14175 (minisat) R 14172 14172 13849 0 -1 4194304 5576 0 0 0 75782 6 0 0 25 0 1 0 236184690 24023040 5562 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/14175/statm: 5865 5562 76 170 0 5693 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 28820

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14177
/proc/meminfo: memFree=1098592/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=4.09
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 312 1885 0 0 0 0 408 1 19 0 1 0 236184279 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 238 197 169 0 51 0
[pid=14175] ppid=14172 vsize=24728 CPUtime=817.85
/proc/14175/stat : 14175 (minisat) R 14172 14172 13849 0 -1 4194304 5837 0 0 0 81779 6 0 0 25 0 1 0 236184690 25321472 5823 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/14175/statm: 6182 5823 76 170 0 6010 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 30088

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14177
/proc/meminfo: memFree=1098080/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=4.09
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 312 1885 0 0 0 0 408 1 19 0 1 0 236184279 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 238 197 169 0 51 0
[pid=14175] ppid=14172 vsize=25160 CPUtime=877.81
/proc/14175/stat : 14175 (minisat) R 14172 14172 13849 0 -1 4194304 5981 0 0 0 87775 6 0 0 25 0 1 0 236184690 25763840 5967 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/14175/statm: 6290 5967 76 170 0 6118 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 30520

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14177
/proc/meminfo: memFree=1097376/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=4.09
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 312 1885 0 0 0 0 408 1 19 0 1 0 236184279 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 238 197 169 0 51 0
[pid=14175] ppid=14172 vsize=25820 CPUtime=937.79
/proc/14175/stat : 14175 (minisat) R 14172 14172 13849 0 -1 4194304 6154 0 0 0 93773 6 0 0 25 0 1 0 236184690 26439680 6140 1992294400 134512640 135212939 4294956240 18446744073709551615 134527326 0 0 4096 3 0 0 0 17 0 0 0
/proc/14175/statm: 6455 6140 76 170 0 6283 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 31180

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14177
/proc/meminfo: memFree=1096608/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=4.09
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 312 1885 0 0 0 0 408 1 19 0 1 0 236184279 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 238 197 169 0 51 0
[pid=14175] ppid=14172 vsize=26660 CPUtime=997.76
/proc/14175/stat : 14175 (minisat) R 14172 14172 13849 0 -1 4194304 6339 0 0 0 99770 6 0 0 25 0 1 0 236184690 27299840 6325 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14175/statm: 6665 6325 76 170 0 6493 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 32020

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14177
/proc/meminfo: memFree=1096160/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=4.09
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 312 1885 0 0 0 0 408 1 19 0 1 0 236184279 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 238 197 169 0 51 0
[pid=14175] ppid=14172 vsize=27104 CPUtime=1057.74
/proc/14175/stat : 14175 (minisat) R 14172 14172 13849 0 -1 4194304 6449 0 0 0 105768 6 0 0 25 0 1 0 236184690 27754496 6435 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/14175/statm: 6776 6435 76 170 0 6604 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 32464

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14177
/proc/meminfo: memFree=1095392/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=4.09
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 312 1885 0 0 0 0 408 1 19 0 1 0 236184279 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 238 197 169 0 51 0
[pid=14175] ppid=14172 vsize=27928 CPUtime=1117.71
/proc/14175/stat : 14175 (minisat) R 14172 14172 13849 0 -1 4194304 6645 0 0 0 111765 6 0 0 25 0 1 0 236184690 28598272 6631 1992294400 134512640 135212939 4294956240 18446744073709551615 134526880 0 0 4096 3 0 0 0 17 0 0 0
/proc/14175/statm: 6982 6631 76 170 0 6810 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 33288

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14177
/proc/meminfo: memFree=1094304/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=4.09
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 312 1885 0 0 0 0 408 1 19 0 1 0 236184279 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 238 197 169 0 51 0
[pid=14175] ppid=14172 vsize=28992 CPUtime=1177.69
/proc/14175/stat : 14175 (minisat) R 14172 14172 13849 0 -1 4194304 6919 0 0 0 117762 7 0 0 25 0 1 0 236184690 29687808 6905 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/14175/statm: 7248 6905 76 170 0 7076 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 34352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14177
/proc/meminfo: memFree=1094048/2055920 swapFree=4181592/4192956
[pid=14172] ppid=14170 vsize=5360 CPUtime=4.09
/proc/14172/stat : 14172 (run.sh) S 14170 14172 13849 0 -1 4194304 312 1885 0 0 0 0 408 1 19 0 1 0 236184279 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14172/statm: 1340 238 197 169 0 51 0
[pid=14175] ppid=14172 vsize=29124 CPUtime=1195.98
/proc/14175/stat : 14175 (minisat) R 14172 14172 13849 0 -1 4194304 6955 0 0 0 119591 7 0 0 25 0 1 0 236184690 29822976 6941 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/14175/statm: 7281 6941 76 170 0 7109 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 34484

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

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

Child status: 143
Real time (s): 1200.61
CPU time (s): 1200.1
CPU user time (s): 1200.01
CPU system time (s): 0.096985
CPU usage (%): 99.9577
Max. virtual memory (cumulated for all children) (KiB): 34484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.01
system time used= 0.096985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9170
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= 6
involuntary context switches= 4842

runsolver used 1.51377 second user time and 2.86256 second system time

The end

Launcher Data

Begin job on node88 at 2009-05-12 00:39:11
IDJOB=1796848
IDBENCH=70848
IDSOLVER=649
FILE ID=node88/1796848-1242081551
PBS_JOBID= 9277636
Free space on /tmp= 66208 MiB

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

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

MD5SUM BENCH= 96596d59af0c6949ab68ac8c5abcf28b
RANDOM SEED=18760623

node88.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.229
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.229
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:       1124240 kB
Buffers:         54028 kB
Cached:         797148 kB
SwapCached:       5488 kB
Active:         238316 kB
Inactive:       621480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1124240 kB
SwapTotal:     4192956 kB
SwapFree:      4181592 kB
Dirty:            2920 kB
Writeback:           0 kB
Mapped:          15028 kB
Slab:            57800 kB
Committed_AS:   610672 kB
PageTables:       1444 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= 66204 MiB
End job on node88 at 2009-05-12 00:59:12