Trace number 1796860

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-20-s100.cnf
MD5SUM5d7745a7593199a47cd1accba5810ed0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark378.318
Satisfiable
(Un)Satisfiability was proved
Number of variables31503
Number of clauses94748
Sum of the clauses size223300
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260816
Number of clauses of size 333868
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.89/2.98	#LEARNT CLAUSES 3
2.99/3.05	done !
2.99/3.05	c Calling MINISAT
2.99/3.05	This is MiniSat 2.0 beta
2.99/3.05	WARNING: for repeatability, setting FPU to use double precision
2.99/3.05	============================[ Problem Statistics ]=============================
2.99/3.05	|                                                                             |
2.99/3.05	|  Number of variables:  31503                                                |
2.99/3.05	|  Number of clauses:    89327                                                |
3.09/3.20	|  Parsing time:         0.04         s                                       |
3.09/3.21	============================[ Search Statistics ]==============================
3.09/3.21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.09/3.21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.09/3.21	===============================================================================
3.09/3.21	|         0 |   29468    87292   204066 |    29097        0    nan |  0.000 % |
3.09/3.23	|       100 |   29468    87292   204066 |    32007      100     57 |  6.460 % |
3.68/3.87	|       252 |   29468    87292   204066 |    35207      252     55 |  6.460 % |
4.98/5.17	|       477 |   29468    87292   204066 |    38728      477     42 |  6.460 % |
7.38/7.55	|       815 |   29468    87292   204066 |    42601      815     34 |  6.460 % |
10.37/10.55	|      1323 |   29468    87292   204066 |    46861     1323     29 |  6.460 % |
15.28/15.45	|      2082 |   29468    87292   204066 |    51547     2082     25 |  6.460 % |
21.97/22.17	|      3221 |   29468    87292   204066 |    56702     3221     25 |  6.460 % |
32.17/32.37	|      4930 |   29468    87292   204066 |    62372     4930     24 |  6.460 % |
49.36/49.55	|      7494 |   29468    87292   204066 |    68609     7494     23 |  6.460 % |
65.95/66.19	|     11338 |   29468    87292   204066 |    75470    11338     30 |  6.460 % |
106.45/106.65	|     17105 |   29468    87292   204066 |    83018    17105     30 |  6.460 % |
166.52/166.75	|     25755 |   29468    87292   204066 |    91319    25755     28 |  6.460 % |
243.99/244.29	|     38730 |   29468    87292   204066 |   100451    38730     29 |  6.460 % |
413.04/413.32	|     58191 |   29468    87292   204066 |   110497    58191     27 |  6.460 % |
634.66/635.02	|     87384 |   29468    87292   204066 |   121546    87384     30 |  6.460 % |
1012.84/1013.30	|    131173 |   29468    87292   204066 |   133701    25064     25 |  6.460 % |
1200.08/1200.61	HOME/run.sh: line 21: 15162 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-1796860-1242081724/watcher-1796860-1242081724 -o /tmp/evaluation-result-1796860-1242081724/solver-1796860-1242081724 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796860-1242081724.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 15159
/proc/meminfo: memFree=1185392/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=0
/proc/15159/stat : 15159 (run.sh) R 15157 15159 14742 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 236201959 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 249069890207 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/15159/statm: 1340 236 195 169 0 51 0
[pid=15160] ppid=15159 vsize=2124 CPUtime=0
/proc/15160/stat : 15160 (revival) R 15159 15159 14742 0 -1 4194304 247 0 0 0 0 0 0 0 18 0 1 0 236201959 2174976 214 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/15160/statm: 531 221 81 6 0 169 0

[startup+0.049064 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15159
/proc/meminfo: memFree=1185392/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=0
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236201959 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15159/statm: 1340 237 196 169 0 51 0
[pid=15160] ppid=15159 vsize=7292 CPUtime=0.04
/proc/15160/stat : 15160 (revival) R 15159 15159 14742 0 -1 4194304 1852 0 0 0 3 1 0 0 19 0 1 50000 236201959 7467008 1436 1992294400 134512640 134537284 4294956368 18446744073709551615 12355195 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15160/statm: 1823 1436 85 6 0 1461 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12652

[startup+0.101072 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15159
/proc/meminfo: memFree=1185392/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=0
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236201959 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15159/statm: 1340 237 196 169 0 51 0
[pid=15160] ppid=15159 vsize=7424 CPUtime=0.09
/proc/15160/stat : 15160 (revival) R 15159 15159 14742 0 -1 4194304 1859 0 0 0 8 1 0 0 19 0 1 50000 236201959 7602176 1443 1992294400 134512640 134537284 4294956368 18446744073709551615 134523977 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15160/statm: 1856 1443 85 6 0 1494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12784

[startup+0.301107 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15159
/proc/meminfo: memFree=1185392/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=0
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236201959 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15159/statm: 1340 237 196 169 0 51 0
[pid=15160] ppid=15159 vsize=7424 CPUtime=0.29
/proc/15160/stat : 15160 (revival) R 15159 15159 14742 0 -1 4194304 1861 0 0 0 28 1 0 0 21 0 1 50000 236201959 7602176 1445 1992294400 134512640 134537284 4294956368 18446744073709551615 134524000 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15160/statm: 1856 1445 85 6 0 1494 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12784

[startup+0.701177 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 15159
/proc/meminfo: memFree=1185392/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=0
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236201959 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15159/statm: 1340 237 196 169 0 51 0
[pid=15160] ppid=15159 vsize=7424 CPUtime=0.69
/proc/15160/stat : 15160 (revival) R 15159 15159 14742 0 -1 4194304 1863 0 0 0 68 1 0 0 25 0 1 50000 236201959 7602176 1447 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15160/statm: 1856 1447 85 6 0 1494 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12784

[startup+1.50132 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15161
/proc/meminfo: memFree=1179488/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=0
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 236201959 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15159/statm: 1340 237 196 169 0 51 0
[pid=15160] ppid=15159 vsize=7424 CPUtime=1.49
/proc/15160/stat : 15160 (revival) R 15159 15159 14742 0 -1 4194304 1863 0 0 0 148 1 0 0 25 0 1 50000 236201959 7602176 1447 1992294400 134512640 134537284 4294956368 18446744073709551615 134531257 0 0 4096 8192 0 0 0 17 0 0 0
/proc/15160/statm: 1856 1447 85 6 0 1494 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12784

[startup+3.10261 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15161
/proc/meminfo: memFree=1179360/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=3.04
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 312 1878 0 0 0 0 303 1 16 0 1 0 236201959 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15159/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 5360

[startup+6.30117 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15162
/proc/meminfo: memFree=1176672/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=3.04
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 312 1878 0 0 0 0 303 1 16 0 1 0 236201959 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15159/statm: 1340 238 197 169 0 51 0
[pid=15162] ppid=15159 vsize=8080 CPUtime=3.14
/proc/15162/stat : 15162 (minisat) R 15159 15159 14742 0 -1 4194304 1776 0 0 0 313 1 0 0 25 0 1 0 236202265 8273920 1740 1992294400 134512640 135212939 4294956240 18446744073709551615 134536014 0 0 4096 3 0 0 0 17 0 0 0
/proc/15162/statm: 2020 1740 76 170 0 1848 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 13440

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15162
/proc/meminfo: memFree=1176480/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=3.04
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 312 1878 0 0 0 0 303 1 16 0 1 0 236201959 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15159/statm: 1340 238 197 169 0 51 0
[pid=15162] ppid=15159 vsize=8212 CPUtime=9.53
/proc/15162/stat : 15162 (minisat) R 15159 15159 14742 0 -1 4194304 1814 0 0 0 952 1 0 0 25 0 1 0 236202265 8409088 1778 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/15162/statm: 2053 1778 76 170 0 1881 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 13572

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15162
/proc/meminfo: memFree=1176288/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=3.04
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 312 1878 0 0 0 0 303 1 16 0 1 0 236201959 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15159/statm: 1340 238 197 169 0 51 0
[pid=15162] ppid=15159 vsize=8476 CPUtime=22.33
/proc/15162/stat : 15162 (minisat) R 15159 15159 14742 0 -1 4194304 1892 0 0 0 2232 1 0 0 25 0 1 0 236202265 8679424 1856 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/15162/statm: 2119 1856 76 170 0 1947 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 13836

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15162
/proc/meminfo: memFree=1175712/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=3.04
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 312 1878 0 0 0 0 303 1 16 0 1 0 236201959 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15159/statm: 1340 238 197 169 0 51 0
[pid=15162] ppid=15159 vsize=9136 CPUtime=47.92
/proc/15162/stat : 15162 (minisat) R 15159 15159 14742 0 -1 4194304 2050 0 0 0 4791 1 0 0 25 0 1 0 236202265 9355264 2014 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/15162/statm: 2284 2014 76 170 0 2112 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 14496

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15162
/proc/meminfo: memFree=1174112/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=3.04
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 312 1878 0 0 0 0 303 1 16 0 1 0 236201959 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15159/statm: 1340 238 197 169 0 51 0
[pid=15162] ppid=15159 vsize=10660 CPUtime=99.11
/proc/15162/stat : 15162 (minisat) R 15159 15159 14742 0 -1 4194304 2424 0 0 0 9909 2 0 0 25 0 1 0 236202265 10915840 2388 1992294400 134512640 135212939 4294956240 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 0 0 0
/proc/15162/statm: 2665 2388 76 170 0 2493 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 16020

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15162
/proc/meminfo: memFree=1172704/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=3.04
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 312 1878 0 0 0 0 303 1 16 0 1 0 236201959 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15159/statm: 1340 238 197 169 0 51 0
[pid=15162] ppid=15159 vsize=12096 CPUtime=159.08
/proc/15162/stat : 15162 (minisat) R 15159 15159 14742 0 -1 4194304 2766 0 0 0 15906 2 0 0 25 0 1 0 236202265 12386304 2730 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/15162/statm: 3024 2730 76 170 0 2852 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 17456

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15162
/proc/meminfo: memFree=1171552/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=3.04
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 312 1878 0 0 0 0 303 1 16 0 1 0 236201959 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15159/statm: 1340 238 197 169 0 51 0
[pid=15162] ppid=15159 vsize=13244 CPUtime=219.06
/proc/15162/stat : 15162 (minisat) R 15159 15159 14742 0 -1 4194304 3060 0 0 0 21904 2 0 0 25 0 1 0 236202265 13561856 3024 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15162/statm: 3311 3024 76 170 0 3139 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 18604

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15162
/proc/meminfo: memFree=1170016/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=3.04
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 312 1878 0 0 0 0 303 1 16 0 1 0 236201959 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15159/statm: 1340 238 197 169 0 51 0
[pid=15162] ppid=15159 vsize=14864 CPUtime=279.05
/proc/15162/stat : 15162 (minisat) R 15159 15159 14742 0 -1 4194304 3444 0 0 0 27902 3 0 0 25 0 1 0 236202265 15220736 3408 1992294400 134512640 135212939 4294956240 18446744073709551615 134536082 0 0 4096 3 0 0 0 17 0 0 0
/proc/15162/statm: 3716 3408 76 170 0 3544 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 20224

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15162
/proc/meminfo: memFree=1169120/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=3.04
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 312 1878 0 0 0 0 303 1 16 0 1 0 236201959 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15159/statm: 1340 238 197 169 0 51 0
[pid=15162] ppid=15159 vsize=15744 CPUtime=339.02
/proc/15162/stat : 15162 (minisat) R 15159 15159 14742 0 -1 4194304 3681 0 0 0 33899 3 0 0 25 0 1 0 236202265 16121856 3645 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/15162/statm: 3936 3645 76 170 0 3764 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 21104

[startup+402.302 s]

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

/proc/15159/statm: 1340 238 197 169 0 51 0
[pid=15162] ppid=15159 vsize=18592 CPUtime=458.98
/proc/15162/stat : 15162 (minisat) R 15159 15159 14742 0 -1 4194304 4336 0 0 0 45895 3 0 0 25 0 1 0 236202265 19038208 4300 1992294400 134512640 135212939 4294956240 18446744073709551615 134536367 0 0 4096 3 0 0 0 17 0 0 0
/proc/15162/statm: 4648 4300 76 170 0 4476 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 23952

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15162
/proc/meminfo: memFree=1164896/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=3.04
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 312 1878 0 0 0 0 303 1 16 0 1 0 236201959 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15159/statm: 1340 238 197 169 0 51 0
[pid=15162] ppid=15159 vsize=19952 CPUtime=518.97
/proc/15162/stat : 15162 (minisat) R 15159 15159 14742 0 -1 4194304 4717 0 0 0 51893 4 0 0 25 0 1 0 236202265 20430848 4681 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/15162/statm: 4988 4681 76 170 0 4816 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 25312

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15162
/proc/meminfo: memFree=1163680/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=3.04
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 312 1878 0 0 0 0 303 1 16 0 1 0 236201959 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15159/statm: 1340 238 197 169 0 51 0
[pid=15162] ppid=15159 vsize=21140 CPUtime=578.95
/proc/15162/stat : 15162 (minisat) R 15159 15159 14742 0 -1 4194304 5024 0 0 0 57891 4 0 0 25 0 1 0 236202265 21647360 4988 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15162/statm: 5285 4988 76 170 0 5113 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 26500

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15162
/proc/meminfo: memFree=1162336/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=3.04
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 312 1878 0 0 0 0 303 1 16 0 1 0 236201959 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15159/statm: 1340 238 197 169 0 51 0
[pid=15162] ppid=15159 vsize=22516 CPUtime=638.92
/proc/15162/stat : 15162 (minisat) R 15159 15159 14742 0 -1 4194304 5352 0 0 0 63888 4 0 0 25 0 1 0 236202265 23056384 5316 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/15162/statm: 5629 5316 76 170 0 5457 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 27876

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15162
/proc/meminfo: memFree=1161184/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=3.04
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 312 1878 0 0 0 0 303 1 16 0 1 0 236201959 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15159/statm: 1340 238 197 169 0 51 0
[pid=15162] ppid=15159 vsize=23784 CPUtime=698.9
/proc/15162/stat : 15162 (minisat) R 15159 15159 14742 0 -1 4194304 5614 0 0 0 69886 4 0 0 25 0 1 0 236202265 24354816 5578 1992294400 134512640 135212939 4294956240 18446744073709551615 134527098 0 0 4096 3 0 0 0 17 0 0 0
/proc/15162/statm: 5946 5578 76 170 0 5774 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 29144

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15162
/proc/meminfo: memFree=1160096/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=3.04
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 312 1878 0 0 0 0 303 1 16 0 1 0 236201959 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15159/statm: 1340 238 197 169 0 51 0
[pid=15162] ppid=15159 vsize=24836 CPUtime=758.89
/proc/15162/stat : 15162 (minisat) R 15159 15159 14742 0 -1 4194304 5867 0 0 0 75884 5 0 0 25 0 1 0 236202265 25432064 5831 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15162/statm: 6209 5831 76 170 0 6037 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 30196

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15162
/proc/meminfo: memFree=1159392/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=3.04
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 312 1878 0 0 0 0 303 1 16 0 1 0 236201959 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15159/statm: 1340 238 197 169 0 51 0
[pid=15162] ppid=15159 vsize=25496 CPUtime=818.86
/proc/15162/stat : 15162 (minisat) R 15159 15159 14742 0 -1 4194304 6058 0 0 0 81881 5 0 0 25 0 1 0 236202265 26107904 6022 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/15162/statm: 6374 6022 76 170 0 6202 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 30856

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 15162
/proc/meminfo: memFree=1158496/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=3.04
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 312 1878 0 0 0 0 303 1 16 0 1 0 236201959 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15159/statm: 1340 238 197 169 0 51 0
[pid=15162] ppid=15159 vsize=26328 CPUtime=878.84
/proc/15162/stat : 15162 (minisat) R 15159 15159 14742 0 -1 4194304 6282 0 0 0 87879 5 0 0 25 0 1 0 236202265 26959872 6246 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/15162/statm: 6582 6246 76 170 0 6410 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 31688

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15162
/proc/meminfo: memFree=1157792/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=3.04
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 312 1878 0 0 0 0 303 1 16 0 1 0 236201959 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15159/statm: 1340 238 197 169 0 51 0
[pid=15162] ppid=15159 vsize=26988 CPUtime=938.83
/proc/15162/stat : 15162 (minisat) R 15159 15159 14742 0 -1 4194304 6460 0 0 0 93877 6 0 0 25 0 1 0 236202265 27635712 6424 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/15162/statm: 6747 6424 76 170 0 6575 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 32348

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15162
/proc/meminfo: memFree=1157344/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=3.04
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 312 1878 0 0 0 0 303 1 16 0 1 0 236201959 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15159/statm: 1340 238 197 169 0 51 0
[pid=15162] ppid=15159 vsize=27384 CPUtime=998.81
/proc/15162/stat : 15162 (minisat) R 15159 15159 14742 0 -1 4194304 6565 0 0 0 99875 6 0 0 25 0 1 0 236202265 28041216 6529 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/15162/statm: 6846 6529 76 170 0 6674 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 32744

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15162
/proc/meminfo: memFree=1157344/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=3.04
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 312 1878 0 0 0 0 303 1 16 0 1 0 236201959 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15159/statm: 1340 238 197 169 0 51 0
[pid=15162] ppid=15159 vsize=27384 CPUtime=1058.79
/proc/15162/stat : 15162 (minisat) R 15159 15159 14742 0 -1 4194304 6565 0 0 0 105873 6 0 0 25 0 1 0 236202265 28041216 6529 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/15162/statm: 6846 6529 76 170 0 6674 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 32744

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15162
/proc/meminfo: memFree=1157280/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=3.04
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 312 1878 0 0 0 0 303 1 16 0 1 0 236201959 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15159/statm: 1340 238 197 169 0 51 0
[pid=15162] ppid=15159 vsize=27516 CPUtime=1118.76
/proc/15162/stat : 15162 (minisat) R 15159 15159 14742 0 -1 4194304 6572 0 0 0 111870 6 0 0 25 0 1 0 236202265 28176384 6536 1992294400 134512640 135212939 4294956240 18446744073709551615 134537450 0 0 4096 3 0 0 0 17 0 0 0
/proc/15162/statm: 6879 6536 76 170 0 6707 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 32876

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15168
/proc/meminfo: memFree=1157024/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=3.04
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 312 1878 0 0 0 0 303 1 16 0 1 0 236201959 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15159/statm: 1340 238 197 169 0 51 0
[pid=15162] ppid=15159 vsize=27516 CPUtime=1178.74
/proc/15162/stat : 15162 (minisat) R 15159 15159 14742 0 -1 4194304 6585 0 0 0 117867 7 0 0 25 0 1 0 236202265 28176384 6549 1992294400 134512640 135212939 4294956240 18446744073709551615 134526563 0 0 4096 3 0 0 0 17 0 0 0
/proc/15162/statm: 6879 6549 76 170 0 6707 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 32876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 15168
/proc/meminfo: memFree=1157024/2055920 swapFree=4191900/4192956
[pid=15159] ppid=15157 vsize=5360 CPUtime=3.04
/proc/15159/stat : 15159 (run.sh) S 15157 15159 14742 0 -1 4194304 312 1878 0 0 0 0 303 1 16 0 1 0 236201959 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15159/statm: 1340 238 197 169 0 51 0
[pid=15162] ppid=15159 vsize=27516 CPUtime=1197.04
/proc/15162/stat : 15162 (minisat) R 15159 15159 14742 0 -1 4194304 6589 0 0 0 119697 7 0 0 25 0 1 0 236202265 28176384 6553 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15162/statm: 6879 6553 76 170 0 6707 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 32876

Sending SIGTERM to process tree (bottom up)

Solver 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): 1200.01
CPU system time (s): 0.095985
CPU usage (%): 99.9582
Max. virtual memory (cumulated for all children) (KiB): 32876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.01
system time used= 0.095985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8797
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 2930

runsolver used 1.03084 second user time and 3.34749 second system time

The end

Launcher Data

Begin job on node89 at 2009-05-12 00:42:04
IDJOB=1796860
IDBENCH=70853
IDSOLVER=649
FILE ID=node89/1796860-1242081724
PBS_JOBID= 9277644
Free space on /tmp= 66448 MiB

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

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

MD5SUM BENCH= 5d7745a7593199a47cd1accba5810ed0
RANDOM SEED=713633723

node89.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.268
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.268
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:       1185872 kB
Buffers:         66500 kB
Cached:         675712 kB
SwapCached:        416 kB
Active:         185368 kB
Inactive:       570740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1185872 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2920 kB
Writeback:           0 kB
Mapped:          22272 kB
Slab:            99964 kB
Committed_AS:   681760 kB
PageTables:       1376 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= 66444 MiB
End job on node89 at 2009-05-12 01:02:05