Trace number 1806111

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
SatElite + ReVivAl 0.23 2009-03-18? (TO) 1200.02 1200.61

General information on the benchmark

Namecrafted/Hard/contest05/others/
sgp_5-6-8.sat05-2669.reshuffled-07.cnf
MD5SUM4064da8380443613a08af89e2e77b8a2
Bench CategoryCRAFTED (crafted 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 variables58560
Number of clauses778800
Sum of the clauses size1766280
Maximum clause length48
Minimum clause length1
Number of clauses of size 196
Number of clauses of size 2599208
Number of clauses of size 3177096
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52400

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 1
66.83/66.90	#LEARNT CLAUSES 0
67.14/67.25	done !
67.14/67.25	c Now, SatElite...
67.14/67.25	c Parsing...
67.19/67.94	c ==============================================================================
67.19/67.94	c |           |     ORIGINAL     |              LEARNT              |          |
67.19/67.94	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
67.19/67.94	c ==============================================================================
67.19/67.94	c |         0 |  443760   989112 |  133127       0        0     nan |  0.000 % |
70.61/70.80	c |         0 |  433992  1014604 |      --       0       --      -- |     --   | -9768/25492
70.71/70.80	c ==============================================================================
70.71/70.80	c Result  :   #vars: 17791   #clauses: 433992   #literals: 1014604
70.71/70.80	c CPU time:   3.45847 s
70.71/70.80	c ==============================================================================
71.30/71.42	c SatElite is done !
71.30/71.42	c Calling MINISAT
71.30/71.42	This is MiniSat 2.0 beta
71.30/71.42	WARNING: for repeatability, setting FPU to use double precision
71.30/71.42	============================[ Problem Statistics ]=============================
71.30/71.42	|                                                                             |
71.30/71.43	|  Number of variables:  17791                                                |
71.30/71.43	|  Number of clauses:    433992                                               |
71.34/71.73	|  Parsing time:         0.28         s                                       |
71.34/71.76	============================[ Search Statistics ]==============================
71.34/71.76	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
71.34/71.76	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
71.34/71.76	===============================================================================
71.34/71.76	|         0 |   17791   433992  1014604 |   144664        0    nan |  0.000 % |
71.34/71.83	|       100 |   17791   433992  1014604 |   159130      100     28 |  0.000 % |
71.34/72.00	|       250 |   17791   433992  1014604 |   175043      250     30 |  0.000 % |
71.34/72.12	|       475 |   17791   433992  1014604 |   192547      475     54 |  0.000 % |
71.34/72.26	|       815 |   17791   433992  1014604 |   211802      815     80 |  0.000 % |
71.34/72.42	|      1321 |   17791   433992  1014604 |   232982     1321     65 |  0.000 % |
72.50/72.64	|      2080 |   17791   433992  1014604 |   256281     2080     80 |  0.000 % |
73.70/73.88	|      3219 |   17791   433992  1014604 |   281909     3219     92 |  0.000 % |
74.49/74.68	|      4931 |   17791   433992  1014604 |   310100     4931     92 |  0.000 % |
76.69/76.90	|      7493 |   17791   433992  1014604 |   341110     7493    101 |  0.000 % |
79.10/79.23	|     11337 |   17791   433992  1014604 |   375221    11337    118 |  0.000 % |
81.09/81.25	|     17103 |   17791   433992  1014604 |   412743    17103    129 |  0.000 % |
86.59/86.79	|     25752 |   17791   433992  1014604 |   454017    25752    122 |  0.000 % |
93.19/93.33	|     38726 |   17791   433992  1014604 |   499419    38726    165 |  0.000 % |
107.47/107.70	|     58187 |   17791   433992  1014604 |   549361    58187    141 |  0.000 % |
143.05/143.25	|     87379 |   17791   433992  1014604 |   604297    87379    212 |  0.000 % |
204.63/204.84	|    131168 |   17791   433992  1014604 |   664727   131168    201 |  0.000 % |
339.16/339.44	|    196854 |   17791   433992  1014604 |   731199   196854    248 |  0.000 % |
630.64/631.10	|    295380 |   17791   433992  1014604 |   804319   295380    233 |  0.000 % |
1196.71/1197.33	|    443169 |   17791   433992  1014604 |   884751   443169    295 |  0.000 % |

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-1806111-1242145391/watcher-1806111-1242145391 -o /tmp/evaluation-result-1806111-1242145391/solver-1806111-1242145391 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806111-1242145391.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 0.91 3/64 22012
/proc/meminfo: memFree=1140656/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=0
/proc/22012/stat : 22012 (run.sh) R 22010 22012 21852 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 242566429 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 217051622047 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/22012/statm: 1340 236 195 169 0 51 0
[pid=22013] ppid=22012 vsize=2124 CPUtime=0
/proc/22013/stat : 22013 (revival) R 22012 22012 21852 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 242566429 2174976 244 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/22013/statm: 531 251 81 6 0 169 0

[startup+0.0844651 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 22012
/proc/meminfo: memFree=1140656/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=0
/proc/22012/stat : 22012 (run.sh) S 22010 22012 21852 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242566429 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22012/statm: 1340 237 196 169 0 51 0
[pid=22013] ppid=22012 vsize=22380 CPUtime=0.08
/proc/22013/stat : 22013 (revival) R 22012 22012 21852 0 -1 4194304 5259 0 0 0 5 3 0 0 19 0 1 0 242566429 22917120 5187 1992294400 134512640 134537284 4294956368 18446744073709551615 9721467 0 0 4096 0 0 0 0 17 0 0 0
/proc/22013/statm: 5595 5188 82 6 0 5233 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27740

[startup+0.101464 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 22012
/proc/meminfo: memFree=1140656/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=0
/proc/22012/stat : 22012 (run.sh) S 22010 22012 21852 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242566429 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22012/statm: 1340 237 196 169 0 51 0
[pid=22013] ppid=22012 vsize=23492 CPUtime=0.09
/proc/22013/stat : 22013 (revival) R 22012 22012 21852 0 -1 4194304 5478 0 0 0 6 3 0 0 19 0 1 0 242566429 24055808 5406 1992294400 134512640 134537284 4294956368 18446744073709551615 9721467 0 0 4096 0 0 0 0 17 0 0 0
/proc/22013/statm: 5873 5407 82 6 0 5511 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28852

[startup+0.301486 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 22012
/proc/meminfo: memFree=1140656/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=0
/proc/22012/stat : 22012 (run.sh) S 22010 22012 21852 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242566429 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22012/statm: 1340 237 196 169 0 51 0
[pid=22013] ppid=22012 vsize=34784 CPUtime=0.29
/proc/22013/stat : 22013 (revival) R 22012 22012 21852 0 -1 4194304 8158 0 0 0 25 4 0 0 21 0 1 0 242566429 35618816 8086 1992294400 134512640 134537284 4294956368 18446744073709551615 9721467 0 0 4096 0 0 0 0 17 0 0 0
/proc/22013/statm: 8696 8087 82 6 0 8334 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40144

[startup+0.701529 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 22012
/proc/meminfo: memFree=1140656/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=0
/proc/22012/stat : 22012 (run.sh) S 22010 22012 21852 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242566429 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22012/statm: 1340 237 196 169 0 51 0
[pid=22013] ppid=22012 vsize=31928 CPUtime=0.69
/proc/22013/stat : 22013 (revival) R 22012 22012 21852 0 -1 4194304 10142 0 0 0 64 5 0 0 25 0 1 50000 242566429 32694272 6968 1992294400 134512640 134537284 4294956368 18446744073709551615 9715801 0 0 4096 8192 0 0 0 17 0 0 0
/proc/22013/statm: 7982 6968 85 6 0 7620 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37288

[startup+1.50162 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22014
/proc/meminfo: memFree=1112032/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=0
/proc/22012/stat : 22012 (run.sh) S 22010 22012 21852 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242566429 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22012/statm: 1340 237 196 169 0 51 0
[pid=22013] ppid=22012 vsize=32324 CPUtime=1.48
/proc/22013/stat : 22013 (revival) R 22012 22012 21852 0 -1 4194304 10220 0 0 0 143 5 0 0 25 0 1 50000 242566429 33099776 7046 1992294400 134512640 134537284 4294956368 18446744073709551615 134515837 0 0 4096 8192 0 0 0 17 0 0 0
/proc/22013/statm: 8081 7046 85 6 0 7719 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 37684

[startup+3.1018 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22014
/proc/meminfo: memFree=1111968/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=0
/proc/22012/stat : 22012 (run.sh) S 22010 22012 21852 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242566429 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22012/statm: 1340 237 196 169 0 51 0
[pid=22013] ppid=22012 vsize=32324 CPUtime=3.08
/proc/22013/stat : 22013 (revival) R 22012 22012 21852 0 -1 4194304 10243 0 0 0 303 5 0 0 25 0 1 50000 242566429 33099776 7069 1992294400 134512640 134537284 4294956368 18446744073709551615 134523781 0 0 4096 8192 0 0 0 17 0 0 0
/proc/22013/statm: 8081 7069 85 6 0 7719 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 37684

[startup+6.30115 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22014
/proc/meminfo: memFree=1111968/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=0
/proc/22012/stat : 22012 (run.sh) S 22010 22012 21852 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242566429 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22012/statm: 1340 237 196 169 0 51 0
[pid=22013] ppid=22012 vsize=32324 CPUtime=6.28
/proc/22013/stat : 22013 (revival) R 22012 22012 21852 0 -1 4194304 10245 0 0 0 623 5 0 0 25 0 1 50000 242566429 33099776 7071 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/22013/statm: 8081 7071 85 6 0 7719 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 37684

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22014
/proc/meminfo: memFree=1112096/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=0
/proc/22012/stat : 22012 (run.sh) S 22010 22012 21852 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242566429 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22012/statm: 1340 237 196 169 0 51 0
[pid=22013] ppid=22012 vsize=32324 CPUtime=12.68
/proc/22013/stat : 22013 (revival) R 22012 22012 21852 0 -1 4194304 10245 0 0 0 1263 5 0 0 25 0 1 50000 242566429 33099776 7071 1992294400 134512640 134537284 4294956368 18446744073709551615 134523751 0 0 4096 8192 0 0 0 17 0 0 0
/proc/22013/statm: 8081 7071 85 6 0 7719 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 37684

[startup+25.5023 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22014
/proc/meminfo: memFree=1112224/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=0
/proc/22012/stat : 22012 (run.sh) S 22010 22012 21852 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242566429 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22012/statm: 1340 237 196 169 0 51 0
[pid=22013] ppid=22012 vsize=32324 CPUtime=25.47
/proc/22013/stat : 22013 (revival) R 22012 22012 21852 0 -1 4194304 10245 0 0 0 2542 5 0 0 25 0 1 50000 242566429 33099776 7071 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/22013/statm: 8081 7071 85 6 0 7719 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 37684

[startup+51.1021 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22014
/proc/meminfo: memFree=1112288/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=0
/proc/22012/stat : 22012 (run.sh) S 22010 22012 21852 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242566429 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22012/statm: 1340 237 196 169 0 51 0
[pid=22013] ppid=22012 vsize=32324 CPUtime=51.04
/proc/22013/stat : 22013 (revival) R 22012 22012 21852 0 -1 4194304 10245 0 0 0 5099 5 0 0 25 0 1 50000 242566429 33099776 7071 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/22013/statm: 8081 7071 85 6 0 7719 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 37684

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22016
/proc/meminfo: memFree=1071840/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=71.34
/proc/22012/stat : 22012 (run.sh) S 22010 22012 21852 0 -1 4194304 341 20457 0 0 0 0 7115 19 16 0 1 0 242566429 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22012/statm: 1340 241 197 169 0 51 0
[pid=22016] ppid=22012 vsize=54076 CPUtime=30.83
/proc/22016/stat : 22016 (minisat) R 22012 22012 21852 0 -1 4194304 13357 0 0 0 3075 8 0 0 25 0 1 0 242573572 55373824 13341 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/22016/statm: 13519 13341 77 170 0 13347 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 59436

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22016
/proc/meminfo: memFree=1011680/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=71.34
/proc/22012/stat : 22012 (run.sh) S 22010 22012 21852 0 -1 4194304 341 20457 0 0 0 0 7115 19 16 0 1 0 242566429 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22012/statm: 1340 241 197 169 0 51 0
[pid=22016] ppid=22012 vsize=114436 CPUtime=90.81
/proc/22016/stat : 22016 (minisat) R 22012 22012 21852 0 -1 4194304 28438 0 0 0 9059 22 0 0 25 0 1 0 242573572 117182464 28422 1992294400 134512640 135212939 4294956240 18446744073709551615 134526636 0 0 4096 3 0 0 0 17 0 0 0
/proc/22016/statm: 28609 28422 77 170 0 28437 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 119796

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22016
/proc/meminfo: memFree=978272/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=71.34
/proc/22012/stat : 22012 (run.sh) S 22010 22012 21852 0 -1 4194304 341 20457 0 0 0 0 7115 19 16 0 1 0 242566429 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22012/statm: 1340 241 197 169 0 51 0
[pid=22016] ppid=22012 vsize=147836 CPUtime=150.79
/proc/22016/stat : 22016 (minisat) R 22012 22012 21852 0 -1 4194304 36746 0 0 0 15048 31 0 0 25 0 1 0 242573572 151384064 36730 1992294400 134512640 135212939 4294956240 18446744073709551615 134536987 0 0 4096 3 0 0 0 17 0 0 0
/proc/22016/statm: 36959 36730 77 170 0 36787 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 153196

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22016
/proc/meminfo: memFree=930848/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=71.34
/proc/22012/stat : 22012 (run.sh) S 22010 22012 21852 0 -1 4194304 341 20457 0 0 0 0 7115 19 16 0 1 0 242566429 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22012/statm: 1340 241 197 169 0 51 0
[pid=22016] ppid=22012 vsize=195236 CPUtime=210.73
/proc/22016/stat : 22016 (minisat) R 22012 22012 21852 0 -1 4194304 48633 0 0 0 21031 42 0 0 25 0 1 0 242573572 199921664 48617 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/22016/statm: 48809 48617 77 170 0 48637 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 200596

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22016
/proc/meminfo: memFree=900384/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=71.34
/proc/22012/stat : 22012 (run.sh) S 22010 22012 21852 0 -1 4194304 341 20457 0 0 0 0 7115 19 16 0 1 0 242566429 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22012/statm: 1340 241 197 169 0 51 0
[pid=22016] ppid=22012 vsize=225228 CPUtime=270.71
/proc/22016/stat : 22016 (minisat) R 22012 22012 21852 0 -1 4194304 56164 0 0 0 27023 48 0 0 25 0 1 0 242573572 230633472 56148 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22016/statm: 56307 56148 77 170 0 56135 0
Current children cumulated CPU time (s) 342.05

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

/proc/22016/statm: 69018 68809 77 170 0 68846 0
Current children cumulated CPU time (s) 521.98
Current children cumulated vsize (KiB) 281432

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22016
/proc/meminfo: memFree=832864/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=71.34
/proc/22012/stat : 22012 (run.sh) S 22010 22012 21852 0 -1 4194304 341 20457 0 0 0 0 7115 19 16 0 1 0 242566429 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22012/statm: 1340 241 197 169 0 51 0
[pid=22016] ppid=22012 vsize=292860 CPUtime=510.62
/proc/22016/stat : 22016 (minisat) R 22012 22012 21852 0 -1 4194304 73025 0 0 0 50994 68 0 0 25 0 1 0 242573572 299888640 73009 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/22016/statm: 73215 73009 77 170 0 73043 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 298220

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22016
/proc/meminfo: memFree=813984/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=71.34
/proc/22012/stat : 22012 (run.sh) S 22010 22012 21852 0 -1 4194304 341 20457 0 0 0 0 7115 19 16 0 1 0 242566429 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22012/statm: 1340 241 197 169 0 51 0
[pid=22016] ppid=22012 vsize=311444 CPUtime=570.6
/proc/22016/stat : 22016 (minisat) R 22012 22012 21852 0 -1 4194304 77686 0 0 0 56987 73 0 0 25 0 1 0 242573572 318918656 77670 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22016/statm: 77861 77670 77 170 0 77689 0
Current children cumulated CPU time (s) 641.94
Current children cumulated vsize (KiB) 316804

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22016
/proc/meminfo: memFree=777696/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=71.34
/proc/22012/stat : 22012 (run.sh) S 22010 22012 21852 0 -1 4194304 341 20457 0 0 0 0 7115 19 16 0 1 0 242566429 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22012/statm: 1340 241 197 169 0 51 0
[pid=22016] ppid=22012 vsize=348488 CPUtime=630.57
/proc/22016/stat : 22016 (minisat) R 22012 22012 21852 0 -1 4194304 86810 0 0 0 62975 82 0 0 25 0 1 0 242573572 356851712 86794 1992294400 134512640 135212939 4294956240 18446744073709551615 134526712 0 0 4096 3 0 0 0 17 0 0 0
/proc/22016/statm: 87122 86794 77 170 0 86950 0
Current children cumulated CPU time (s) 701.91
Current children cumulated vsize (KiB) 353848

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22016
/proc/meminfo: memFree=735840/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=71.34
/proc/22012/stat : 22012 (run.sh) S 22010 22012 21852 0 -1 4194304 341 20457 0 0 0 0 7115 19 16 0 1 0 242566429 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22012/statm: 1340 241 197 169 0 51 0
[pid=22016] ppid=22012 vsize=389940 CPUtime=690.56
/proc/22016/stat : 22016 (minisat) R 22012 22012 21852 0 -1 4194304 97196 0 0 0 68964 92 0 0 25 0 1 0 242573572 399298560 97180 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/22016/statm: 97485 97180 77 170 0 97313 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 395300

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22016
/proc/meminfo: memFree=701152/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=71.34
/proc/22012/stat : 22012 (run.sh) S 22010 22012 21852 0 -1 4194304 341 20457 0 0 0 0 7115 19 16 0 1 0 242566429 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22012/statm: 1340 241 197 169 0 51 0
[pid=22016] ppid=22012 vsize=424704 CPUtime=750.52
/proc/22016/stat : 22016 (minisat) R 22012 22012 21852 0 -1 4194304 105906 0 0 0 74951 101 0 0 25 0 1 0 242573572 434896896 105890 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/22016/statm: 106176 105890 77 170 0 106004 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 430064

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22016
/proc/meminfo: memFree=672736/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=71.34
/proc/22012/stat : 22012 (run.sh) S 22010 22012 21852 0 -1 4194304 341 20457 0 0 0 0 7115 19 16 0 1 0 242566429 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22012/statm: 1340 241 197 169 0 51 0
[pid=22016] ppid=22012 vsize=452760 CPUtime=810.5
/proc/22016/stat : 22016 (minisat) R 22012 22012 21852 0 -1 4194304 112933 0 0 0 80943 107 0 0 25 0 1 0 242573572 463626240 112917 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22016/statm: 113190 112917 77 170 0 113018 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 458120

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22016
/proc/meminfo: memFree=649760/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=71.34
/proc/22012/stat : 22012 (run.sh) S 22010 22012 21852 0 -1 4194304 341 20457 0 0 0 0 7115 19 16 0 1 0 242566429 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22012/statm: 1340 241 197 169 0 51 0
[pid=22016] ppid=22012 vsize=475868 CPUtime=870.48
/proc/22016/stat : 22016 (minisat) R 22012 22012 21852 0 -1 4194304 118727 0 0 0 86935 113 0 0 25 0 1 0 242573572 487288832 118711 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22016/statm: 118967 118711 77 170 0 118795 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 481228

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22016
/proc/meminfo: memFree=625504/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=71.34
/proc/22012/stat : 22012 (run.sh) S 22010 22012 21852 0 -1 4194304 341 20457 0 0 0 0 7115 19 16 0 1 0 242566429 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22012/statm: 1340 241 197 169 0 51 0
[pid=22016] ppid=22012 vsize=499808 CPUtime=930.45
/proc/22016/stat : 22016 (minisat) R 22012 22012 21852 0 -1 4194304 124725 0 0 0 92925 120 0 0 25 0 1 0 242573572 511803392 124709 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/22016/statm: 124952 124709 77 170 0 124780 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 505168

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22016
/proc/meminfo: memFree=602720/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=71.34
/proc/22012/stat : 22012 (run.sh) S 22010 22012 21852 0 -1 4194304 341 20457 0 0 0 0 7115 19 16 0 1 0 242566429 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22012/statm: 1340 241 197 169 0 51 0
[pid=22016] ppid=22012 vsize=522660 CPUtime=990.43
/proc/22016/stat : 22016 (minisat) R 22012 22012 21852 0 -1 4194304 130440 0 0 0 98916 127 0 0 25 0 1 0 242573572 535203840 130424 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22016/statm: 130665 130424 77 170 0 130493 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 528020

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22016
/proc/meminfo: memFree=587168/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=71.34
/proc/22012/stat : 22012 (run.sh) S 22010 22012 21852 0 -1 4194304 341 20457 0 0 0 0 7115 19 16 0 1 0 242566429 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22012/statm: 1340 241 197 169 0 51 0
[pid=22016] ppid=22012 vsize=537988 CPUtime=1050.41
/proc/22016/stat : 22016 (minisat) R 22012 22012 21852 0 -1 4194304 134275 0 0 0 104911 130 0 0 25 0 1 0 242573572 550899712 134259 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22016/statm: 134497 134259 77 170 0 134325 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 543348

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22018
/proc/meminfo: memFree=572256/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=71.34
/proc/22012/stat : 22012 (run.sh) S 22010 22012 21852 0 -1 4194304 341 20457 0 0 0 0 7115 19 16 0 1 0 242566429 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22012/statm: 1340 241 197 169 0 51 0
[pid=22016] ppid=22012 vsize=553052 CPUtime=1110.38
/proc/22016/stat : 22016 (minisat) R 22012 22012 21852 0 -1 4194304 138044 0 0 0 110904 134 0 0 25 0 1 0 242573572 566325248 138028 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22016/statm: 138263 138028 77 170 0 138091 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 558412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 0.91 2/66 22018
/proc/meminfo: memFree=566176/2055920 swapFree=4180664/4192956
[pid=22012] ppid=22010 vsize=5360 CPUtime=71.34
/proc/22012/stat : 22012 (run.sh) S 22010 22012 21852 0 -1 4194304 341 20457 0 0 0 0 7115 19 16 0 1 0 242566429 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22012/statm: 1340 241 197 169 0 51 0
[pid=22016] ppid=22012 vsize=558728 CPUtime=1128.68
/proc/22016/stat : 22016 (minisat) R 22012 22012 21852 0 -1 4194304 139497 0 0 0 112732 136 0 0 25 0 1 0 242573572 572137472 139481 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/22016/statm: 139682 139481 77 170 0 139510 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 564088

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22012 and gives
#  childrusage.ru_utime.tv_sec=71
#  childrusage.ru_utime.tv_usec=153183
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=200969
# CPU time returned by wait4() is 71.3541
# while last known CPU time is 1200.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.61
CPU time (s): 1200.02
CPU user time (s): 1198.47
CPU system time (s): 1.55
CPU usage (%): 99.9507
Max. virtual memory (cumulated for all children) (KiB): 564088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.1532
system time used= 0.200969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20798
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= 9
involuntary context switches= 216

runsolver used 1.02684 second user time and 3.35449 second system time

The end

Launcher Data

Begin job on node59 at 2009-05-12 18:23:13
IDJOB=1806111
IDBENCH=24667
IDSOLVER=647
FILE ID=node59/1806111-1242145391
PBS_JOBID= 9289665
Free space on /tmp= 66272 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/crafted/Hard/contest05/others/sgp_5-6-8.sat05-2669.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806111-1242145391/watcher-1806111-1242145391 -o /tmp/evaluation-result-1806111-1242145391/solver-1806111-1242145391 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806111-1242145391.cnf HOME

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

MD5SUM BENCH= 4064da8380443613a08af89e2e77b8a2
RANDOM SEED=1412720563

node59.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.240
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.240
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:       1141200 kB
Buffers:         68116 kB
Cached:         751156 kB
SwapCached:       6724 kB
Active:          59196 kB
Inactive:       770164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1141200 kB
SwapTotal:     4192956 kB
SwapFree:      4180664 kB
Dirty:           13816 kB
Writeback:           0 kB
Mapped:          15028 kB
Slab:            71408 kB
Committed_AS:   910868 kB
PageTables:       1460 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= 66256 MiB
End job on node59 at 2009-05-12 18:43:15