Trace number 1806449

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.08 1200.41

General information on the benchmark

Namecrafted/Difficult/contest05/others/
pmg-14-UNSAT.sat05-3942.reshuffled-07.cnf
MD5SUM5d5a2534629561aec3a6f7f6c6034d03
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 variables577
Number of clauses1922
Sum of the clauses size5764
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 31920
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 8
0.00/0.02	#LEARNT CLAUSES 0
0.00/0.02	done !
0.00/0.02	c Calling MINISAT
0.00/0.02	This is MiniSat 2.0 beta
0.00/0.02	WARNING: for repeatability, setting FPU to use double precision
0.00/0.02	============================[ Problem Statistics ]=============================
0.00/0.02	|                                                                             |
0.00/0.02	|  Number of variables:  577                                                  |
0.00/0.02	|  Number of clauses:    1922                                                 |
0.00/0.02	|  Parsing time:         0.00         s                                       |
0.00/0.02	============================[ Search Statistics ]==============================
0.00/0.02	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.02	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.02	===============================================================================
0.00/0.02	|         0 |     577     1922     4228 |      640        0    nan |  0.000 % |
0.00/0.02	|       100 |     577     1922     4228 |      704      100     31 |  0.000 % |
0.00/0.03	|       250 |     577     1922     4228 |      775      250     34 |  0.000 % |
0.01/0.04	|       477 |     577     1922     4228 |      852      477     31 |  0.002 % |
0.01/0.05	|       815 |     577     1922     4228 |      938      815     34 |  0.002 % |
0.01/0.08	|      1321 |     577     1922     4228 |     1031     1321     34 |  0.000 % |
0.01/0.11	|      2081 |     577     1922     4228 |     1134     1421     36 |  0.002 % |
0.01/0.17	|      3221 |     577     1922     4228 |     1248     1064     34 |  0.000 % |
0.01/0.28	|      4930 |     577     1922     4228 |     1373     1082     33 |  0.002 % |
0.01/0.43	|      7493 |     577     1922     4228 |     1510      960     31 |  0.002 % |
0.01/0.66	|     11337 |     577     1922     4228 |     1661     1879     37 |  0.002 % |
0.99/1.06	|     17104 |     577     1922     4228 |     1827     1475     37 |  0.000 % |
1.68/1.74	|     25753 |     577     1922     4228 |     2010     1294     40 |  0.002 % |
2.68/2.71	|     38729 |     577     1922     4228 |     2211     1329     37 |  0.000 % |
4.29/4.40	|     58190 |     577     1922     4228 |     2432     2574     51 |  0.000 % |
6.68/6.71	|     87382 |     577     1922     4228 |     2676     1925     43 |  0.002 % |
10.98/11.02	|    131171 |     577     1922     4228 |     2943     1818     49 |  0.000 % |
17.17/17.27	|    196856 |     577     1922     4228 |     3238     2966     51 |  0.002 % |
26.37/26.47	|    295382 |     577     1922     4228 |     3562     2159     49 |  0.002 % |
42.16/42.23	|    443173 |     577     1922     4228 |     3918     3518     57 |  0.002 % |
66.75/66.84	|    664856 |     577     1922     4228 |     4310     2621     60 |  0.000 % |
102.65/102.76	|    997382 |     577     1922     4228 |     4741     4198     52 |  0.000 % |
160.13/160.23	|   1496171 |     577     1922     4228 |     5215     3491     55 |  0.002 % |
258.01/258.11	|   2244353 |     577     1922     4228 |     5736     2947     54 |  0.000 % |
402.27/402.41	|   3366627 |     577     1922     4228 |     6310     6061     58 |  0.002 % |
619.11/619.33	|   5050038 |     577     1922     4228 |     6941     5906     54 |  0.000 % |
989.61/989.96	|   7575154 |     577     1922     4228 |     7635     3710     57 |  0.002 % |
1200.05/1200.40	HOME/run.sh: line 21: 18361 Terminated              $MINISAT $TMP_1 ${TMPDIR}/$TMP.result "$@"
1200.05/1200.40	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-1806449-1242149628/watcher-1806449-1242149628 -o /tmp/evaluation-result-1806449-1242149628/solver-1806449-1242149628 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806449-1242149628.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.99 3/64 18358
/proc/meminfo: memFree=1001872/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0
/proc/18358/stat : 18358 (run.sh) R 18356 18358 18039 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 242990321 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 236437695135 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/18358/statm: 1340 236 195 169 0 51 0
[pid=18359] ppid=18358 vsize=1740 CPUtime=0
/proc/18359/stat : 18359 (revival) R 18358 18358 18039 0 -1 4194304 171 0 0 0 0 0 0 0 18 0 1 0 242990321 1781760 138 1992294400 134512640 134537284 4294956368 18446744073709551615 8541819 0 0 4096 0 0 0 0 17 0 0 0
/proc/18359/statm: 434 140 82 6 0 72 0

[startup+0.0402921 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 18358
/proc/meminfo: memFree=1001872/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.101294 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 18358
/proc/meminfo: memFree=1001872/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.301316 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 18358
/proc/meminfo: memFree=1001872/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+0.701362 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 18358
/proc/meminfo: memFree=1001872/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5360

[startup+1.50145 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18361
/proc/meminfo: memFree=1000704/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
[pid=18361] ppid=18358 vsize=2688 CPUtime=1.47
/proc/18361/stat : 18361 (minisat) R 18358 18358 18039 0 -1 4194304 331 0 0 0 147 0 0 0 25 0 1 0 242990323 2752512 317 1992294400 134512640 135212939 4294956240 18446744073709551615 134536534 0 0 4096 3 0 0 0 17 1 0 0
/proc/18361/statm: 672 317 76 170 0 500 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8048

[startup+3.10164 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18361
/proc/meminfo: memFree=1000320/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
[pid=18361] ppid=18358 vsize=2952 CPUtime=3.07
/proc/18361/stat : 18361 (minisat) R 18358 18358 18039 0 -1 4194304 401 0 0 0 307 0 0 0 25 0 1 0 242990323 3022848 387 1992294400 134512640 135212939 4294956240 18446744073709551615 134527051 0 0 4096 3 0 0 0 17 1 0 0
/proc/18361/statm: 738 387 76 170 0 566 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8312

[startup+6.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18361
/proc/meminfo: memFree=1000000/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
[pid=18361] ppid=18358 vsize=3216 CPUtime=6.27
/proc/18361/stat : 18361 (minisat) R 18358 18358 18039 0 -1 4194304 449 0 0 0 627 0 0 0 25 0 1 0 242990323 3293184 435 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 1 0 0
/proc/18361/statm: 804 435 76 170 0 632 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 8576

[startup+12.7027 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18361
/proc/meminfo: memFree=999432/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
[pid=18361] ppid=18358 vsize=3744 CPUtime=12.67
/proc/18361/stat : 18361 (minisat) R 18358 18358 18039 0 -1 4194304 586 0 0 0 1267 0 0 0 25 0 1 0 242990323 3833856 572 1992294400 134512640 135212939 4294956240 18446744073709551615 134526743 0 0 4096 3 0 0 0 17 1 0 0
/proc/18361/statm: 936 572 76 170 0 764 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9104

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18361
/proc/meminfo: memFree=998792/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
[pid=18361] ppid=18358 vsize=4272 CPUtime=25.46
/proc/18361/stat : 18361 (minisat) R 18358 18358 18039 0 -1 4194304 716 0 0 0 2546 0 0 0 25 0 1 0 242990323 4374528 702 1992294400 134512640 135212939 4294956240 18446744073709551615 134536630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18361/statm: 1068 702 76 170 0 896 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 9632

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18361
/proc/meminfo: memFree=997832/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
[pid=18361] ppid=18358 vsize=5196 CPUtime=51.05
/proc/18361/stat : 18361 (minisat) R 18358 18358 18039 0 -1 4194304 948 0 0 0 5105 0 0 0 25 0 1 0 242990323 5320704 934 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/18361/statm: 1299 934 76 170 0 1127 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 10556

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18361
/proc/meminfo: memFree=997192/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
[pid=18361] ppid=18358 vsize=5856 CPUtime=102.24
/proc/18361/stat : 18361 (minisat) R 18358 18358 18039 0 -1 4194304 1111 0 0 0 10224 0 0 0 25 0 1 0 242990323 5996544 1097 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 1 0 0
/proc/18361/statm: 1464 1097 76 170 0 1292 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 11216

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18361
/proc/meminfo: memFree=996296/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
[pid=18361] ppid=18358 vsize=6784 CPUtime=162.22
/proc/18361/stat : 18361 (minisat) R 18358 18358 18039 0 -1 4194304 1345 0 0 0 16222 0 0 0 25 0 1 0 242990323 6946816 1331 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 1 0 0
/proc/18361/statm: 1696 1331 76 170 0 1524 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 12144

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18361
/proc/meminfo: memFree=995720/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
[pid=18361] ppid=18358 vsize=7280 CPUtime=222.21
/proc/18361/stat : 18361 (minisat) R 18358 18358 18039 0 -1 4194304 1473 0 0 0 22220 1 0 0 25 0 1 0 242990323 7454720 1459 1992294400 134512640 135212939 4294956240 18446744073709551615 134526833 0 0 4096 3 0 0 0 17 1 0 0
/proc/18361/statm: 1820 1459 76 170 0 1648 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 12640

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18361
/proc/meminfo: memFree=995016/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
[pid=18361] ppid=18358 vsize=7944 CPUtime=282.19
/proc/18361/stat : 18361 (minisat) R 18358 18358 18039 0 -1 4194304 1644 0 0 0 28218 1 0 0 25 0 1 0 242990323 8134656 1630 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 1 0 0
/proc/18361/statm: 1986 1630 76 170 0 1814 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 13304

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18361
/proc/meminfo: memFree=994888/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
[pid=18361] ppid=18358 vsize=8060 CPUtime=342.17
/proc/18361/stat : 18361 (minisat) R 18358 18358 18039 0 -1 4194304 1679 0 0 0 34216 1 0 0 25 0 1 0 242990323 8253440 1665 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 1 0 0
/proc/18361/statm: 2015 1665 76 170 0 1843 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 13420

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18361
/proc/meminfo: memFree=994632/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
[pid=18361] ppid=18358 vsize=8312 CPUtime=402.16
/proc/18361/stat : 18361 (minisat) R 18358 18358 18039 0 -1 4194304 1740 0 0 0 40215 1 0 0 25 0 1 0 242990323 8511488 1726 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 1 0 0
/proc/18361/statm: 2078 1726 76 170 0 1906 0
Current children cumulated CPU time (s) 402.17

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

/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
[pid=18361] ppid=18358 vsize=8852 CPUtime=462.14
/proc/18361/stat : 18361 (minisat) R 18358 18358 18039 0 -1 4194304 1876 0 0 0 46213 1 0 0 25 0 1 0 242990323 9064448 1862 1992294400 134512640 135212939 4294956240 18446744073709551615 134537406 0 0 4096 3 0 0 0 17 1 0 0
/proc/18361/statm: 2213 1862 76 170 0 2041 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 14212

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18361
/proc/meminfo: memFree=993864/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
[pid=18361] ppid=18358 vsize=9116 CPUtime=522.13
/proc/18361/stat : 18361 (minisat) R 18358 18358 18039 0 -1 4194304 1921 0 0 0 52211 2 0 0 25 0 1 0 242990323 9334784 1907 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 1 0 0
/proc/18361/statm: 2279 1907 76 170 0 2107 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 14476

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18363
/proc/meminfo: memFree=993544/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
[pid=18361] ppid=18358 vsize=9384 CPUtime=582.11
/proc/18361/stat : 18361 (minisat) R 18358 18358 18039 0 -1 4194304 1993 0 0 0 58209 2 0 0 25 0 1 0 242990323 9609216 1979 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 1 0 0
/proc/18361/statm: 2346 1979 76 170 0 2174 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 14744

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18363
/proc/meminfo: memFree=992968/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
[pid=18361] ppid=18358 vsize=9924 CPUtime=642.1
/proc/18361/stat : 18361 (minisat) R 18358 18358 18039 0 -1 4194304 2135 0 0 0 64208 2 0 0 25 0 1 0 242990323 10162176 2121 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 1 0 0
/proc/18361/statm: 2481 2121 76 170 0 2309 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 15284

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18363
/proc/meminfo: memFree=992456/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
[pid=18361] ppid=18358 vsize=10416 CPUtime=702.07
/proc/18361/stat : 18361 (minisat) R 18358 18358 18039 0 -1 4194304 2257 0 0 0 70205 2 0 0 25 0 1 0 242990323 10665984 2243 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 1 0 0
/proc/18361/statm: 2604 2243 76 170 0 2432 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 15776

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18363
/proc/meminfo: memFree=992264/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
[pid=18361] ppid=18358 vsize=10672 CPUtime=762.07
/proc/18361/stat : 18361 (minisat) R 18358 18358 18039 0 -1 4194304 2312 0 0 0 76204 3 0 0 25 0 1 0 242990323 10928128 2298 1992294400 134512640 135212939 4294956240 18446744073709551615 134529547 0 0 4096 3 0 0 0 17 1 0 0
/proc/18361/statm: 2668 2298 76 170 0 2496 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 16032

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18363
/proc/meminfo: memFree=992392/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
[pid=18361] ppid=18358 vsize=10672 CPUtime=822.05
/proc/18361/stat : 18361 (minisat) R 18358 18358 18039 0 -1 4194304 2314 0 0 0 82202 3 0 0 25 0 1 0 242990323 10928128 2300 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 1 0 0
/proc/18361/statm: 2668 2300 76 170 0 2496 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 16032

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18363
/proc/meminfo: memFree=992200/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
[pid=18361] ppid=18358 vsize=10812 CPUtime=882.03
/proc/18361/stat : 18361 (minisat) R 18358 18358 18039 0 -1 4194304 2368 0 0 0 88200 3 0 0 25 0 1 0 242990323 11071488 2348 1992294400 134512640 135212939 4294956240 18446744073709551615 134526833 0 0 4096 3 0 0 0 17 1 0 0
/proc/18361/statm: 2703 2348 76 170 0 2531 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 16172

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18363
/proc/meminfo: memFree=992200/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
[pid=18361] ppid=18358 vsize=10904 CPUtime=942.01
/proc/18361/stat : 18361 (minisat) R 18358 18358 18039 0 -1 4194304 2372 0 0 0 94198 3 0 0 25 0 1 0 242990323 11165696 2342 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/18361/statm: 2726 2342 76 170 0 2554 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 16264

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18363
/proc/meminfo: memFree=992136/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
[pid=18361] ppid=18358 vsize=10952 CPUtime=1001.99
/proc/18361/stat : 18361 (minisat) R 18358 18358 18039 0 -1 4194304 2399 0 0 0 100196 3 0 0 25 0 1 0 242990323 11214848 2369 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 1 0 0
/proc/18361/statm: 2738 2369 76 170 0 2566 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 16312

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18363
/proc/meminfo: memFree=991752/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
[pid=18361] ppid=18358 vsize=11292 CPUtime=1061.98
/proc/18361/stat : 18361 (minisat) R 18358 18358 18039 0 -1 4194304 2483 0 0 0 106195 3 0 0 25 0 1 0 242990323 11563008 2453 1992294400 134512640 135212939 4294956240 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 1 0 0
/proc/18361/statm: 2823 2453 76 170 0 2651 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 16652

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18363
/proc/meminfo: memFree=991304/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
[pid=18361] ppid=18358 vsize=11736 CPUtime=1121.96
/proc/18361/stat : 18361 (minisat) R 18358 18358 18039 0 -1 4194304 2597 0 0 0 112193 3 0 0 25 0 1 0 242990323 12017664 2567 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 1 0 0
/proc/18361/statm: 2934 2567 76 170 0 2762 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 17096

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18363
/proc/meminfo: memFree=991304/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
[pid=18361] ppid=18358 vsize=11736 CPUtime=1181.95
/proc/18361/stat : 18361 (minisat) R 18358 18358 18039 0 -1 4194304 2597 0 0 0 118192 3 0 0 25 0 1 0 242990323 12017664 2567 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 1 0 0
/proc/18361/statm: 2934 2567 76 170 0 2762 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 17096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.99 2/66 18363
/proc/meminfo: memFree=991304/2055920 swapFree=4191900/4192956
[pid=18358] ppid=18356 vsize=5360 CPUtime=0.01
/proc/18358/stat : 18358 (run.sh) S 18356 18358 18039 0 -1 4194304 312 189 0 0 0 0 1 0 16 0 1 0 242990321 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18358/statm: 1340 238 197 169 0 51 0
[pid=18361] ppid=18358 vsize=11736 CPUtime=1200.04
/proc/18361/stat : 18361 (minisat) R 18358 18358 18039 0 -1 4194304 2597 0 0 0 120001 3 0 0 25 0 1 0 242990323 12017664 2567 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 1 0 0
/proc/18361/statm: 2934 2567 76 170 0 2762 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 17096

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1200.41
CPU time (s): 1200.08
CPU user time (s): 1200.04
CPU system time (s): 0.043993
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 17156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.04
system time used= 0.043993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3116
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 2319

runsolver used 1.40679 second user time and 2.96355 second system time

The end

Launcher Data

Begin job on node62 at 2009-05-12 19:33:48
IDJOB=1806449
IDBENCH=24737
IDSOLVER=649
FILE ID=node62/1806449-1242149628
PBS_JOBID= 9289662
Free space on /tmp= 66384 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/crafted/Difficult/contest05/others/pmg-14-UNSAT.sat05-3942.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806449-1242149628/watcher-1806449-1242149628 -o /tmp/evaluation-result-1806449-1242149628/solver-1806449-1242149628 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806449-1242149628.cnf HOME

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

MD5SUM BENCH= 5d5a2534629561aec3a6f7f6c6034d03
RANDOM SEED=1420091308

node62.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.220
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.220
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:       1002416 kB
Buffers:         72832 kB
Cached:         895084 kB
SwapCached:        268 kB
Active:         108252 kB
Inactive:       874420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1002416 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1448 kB
Writeback:           0 kB
Mapped:          23308 kB
Slab:            56720 kB
Committed_AS:   687432 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66380 MiB
End job on node62 at 2009-05-12 19:53:48