Trace number 1807392

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

General information on the benchmark

NameCRAFTED/parity-games/
instance_n7_i8_pp_ci_ce.cnf
MD5SUM545e53eb1c10ff91f4e2e16d7a8c9f9f
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 variables14896
Number of clauses153982
Sum of the clauses size505834
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 228700
Number of clauses of size 372038
Number of clauses of size 440118
Number of clauses of size 510080
Number of clauses of size over 53046

Solver Data

0.00/0.00	c revival is preprocessing the formula...Time out is reached... exporting CNF
499.93/500.13	#ITERATIONS 11
499.93/500.13	#LEARNT CLAUSES 762
500.02/500.26	done !
500.02/500.26	c Now, SatElite...
500.02/500.26	c Parsing...
500.21/500.41	c ==============================================================================
500.21/500.41	c |           |     ORIGINAL     |              LEARNT              |          |
500.21/500.41	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
500.21/500.41	c ==============================================================================
500.21/500.41	c |         0 |  133392   371539 |   40017       0        0     nan |  0.000 % |
500.41/500.64	c |         0 |  121675   350320 |      --       0       --      -- |     --   | -11717/-21219
500.41/500.64	c ==============================================================================
500.41/500.64	c Result  :   #vars: 8773   #clauses: 121675   #literals: 350320
500.41/500.64	c CPU time:   0.347947 s
500.41/500.64	c ==============================================================================
500.61/500.85	c SatElite is done !
500.61/500.85	c Calling MINISAT
500.61/500.85	This is MiniSat 2.0 beta
500.61/500.85	WARNING: for repeatability, setting FPU to use double precision
500.61/500.85	============================[ Problem Statistics ]=============================
500.61/500.85	|                                                                             |
500.61/500.85	|  Number of variables:  8773                                                 |
500.61/500.85	|  Number of clauses:    121675                                               |
500.67/500.91	|  Parsing time:         0.06         s                                       |
500.67/500.92	============================[ Search Statistics ]==============================
500.67/500.92	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
500.67/500.92	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
500.67/500.92	===============================================================================
500.67/500.92	|         0 |    8773   121675   350320 |    40558        0    nan |  0.000 % |
500.67/500.94	|       100 |    8773   121675   350320 |    44614      100     10 |  0.000 % |
500.67/500.98	|       250 |    8773   121675   350320 |    49075      250     37 |  0.000 % |
500.67/501.02	|       481 |    8773   121675   350320 |    53983      481     46 |  0.000 % |
500.67/501.06	|       818 |    8773   121675   350320 |    59381      818     35 |  0.000 % |
500.67/501.16	|      1325 |    8773   121675   350320 |    65319     1325     31 |  0.000 % |
500.67/501.28	|      2084 |    8773   121675   350320 |    71851     2084     32 |  0.000 % |
501.31/501.51	|      3224 |    8773   121675   350320 |    79036     3224     39 |  0.000 % |
501.71/501.98	|      4933 |    8773   121675   350320 |    86940     4933     46 |  0.000 % |
502.41/502.62	|      7496 |    8773   121675   350320 |    95634     7496     49 |  0.000 % |
503.51/503.79	|     11340 |    8773   121675   350320 |   105197    11340     58 |  0.000 % |
505.11/505.31	|     17107 |    8773   121675   350320 |   115717    17107     53 |  0.002 % |
508.70/508.95	|     25757 |    8773   121675   350320 |   127289    25757     59 |  0.000 % |
516.80/517.04	|     38732 |    8773   121675   350320 |   140018    38732     66 |  0.000 % |
533.69/533.99	|     58195 |    8773   121675   350320 |   154020    58195     89 |  0.000 % |
556.78/557.07	|     87387 |    8773   121675   350320 |   169422    87387     94 |  0.000 % |
601.97/602.24	|    131177 |    8773   121675   350320 |   186364   131177     88 |  0.000 % |
684.84/685.11	|    196862 |    8773   121675   350320 |   205000    30414     68 |  0.000 % |
794.61/794.99	|    295390 |    8773   121675   350320 |   225500   128942     99 |  0.000 % |
992.34/992.72	|    443180 |    8773   121675   350320 |   248051    78629     63 |  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-1807392-1242157655/watcher-1807392-1242157655 -o /tmp/evaluation-result-1807392-1242157655/solver-1807392-1242157655 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1807392-1242157655.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: 0.84 0.94 0.95 3/64 20384
/proc/meminfo: memFree=1256896/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=0
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243792846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 237 196 169 0 51 0
[pid=20385] ppid=20384 vsize=1868 CPUtime=0
/proc/20385/stat : 20385 (revival) R 20384 20384 20347 0 -1 4194304 186 0 0 0 0 0 0 0 19 0 1 0 243792847 1912832 152 1992294400 134512640 134537284 4294956368 18446744073709551615 7832525 0 0 4096 0 0 0 0 17 1 0 0
/proc/20385/statm: 467 162 80 6 0 105 0

[startup+0.0908149 s]
/proc/loadavg: 0.84 0.94 0.95 3/64 20384
/proc/meminfo: memFree=1256896/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=0
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243792846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 237 196 169 0 51 0
[pid=20385] ppid=20384 vsize=8808 CPUtime=0.08
/proc/20385/stat : 20385 (revival) R 20384 20384 20347 0 -1 4194304 2729 0 0 0 6 2 0 0 19 0 1 50000 243792847 9019392 1900 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20385/statm: 2202 1900 85 6 0 1840 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14168

[startup+0.101815 s]
/proc/loadavg: 0.84 0.94 0.95 3/64 20384
/proc/meminfo: memFree=1256896/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=0
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243792846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 237 196 169 0 51 0
[pid=20385] ppid=20384 vsize=8940 CPUtime=0.09
/proc/20385/stat : 20385 (revival) R 20384 20384 20347 0 -1 4194304 2742 0 0 0 7 2 0 0 19 0 1 50000 243792847 9154560 1913 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20385/statm: 2235 1913 85 6 0 1873 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14300

[startup+0.301848 s]
/proc/loadavg: 0.84 0.94 0.95 3/64 20384
/proc/meminfo: memFree=1256896/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=0
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243792846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 237 196 169 0 51 0
[pid=20385] ppid=20384 vsize=9072 CPUtime=0.29
/proc/20385/stat : 20385 (revival) R 20384 20384 20347 0 -1 4194304 2782 0 0 0 27 2 0 0 21 0 1 50000 243792847 9289728 1953 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20385/statm: 2268 1953 85 6 0 1906 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14432

[startup+0.701915 s]
/proc/loadavg: 0.84 0.94 0.95 3/64 20384
/proc/meminfo: memFree=1256896/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=0
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243792846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 237 196 169 0 51 0
[pid=20385] ppid=20384 vsize=9072 CPUtime=0.69
/proc/20385/stat : 20385 (revival) R 20384 20384 20347 0 -1 4194304 2799 0 0 0 67 2 0 0 24 0 1 50000 243792847 9289728 1970 1992294400 134512640 134537284 4294956368 18446744073709551615 134523781 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20385/statm: 2268 1970 85 6 0 1906 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14432

[startup+1.50105 s]
/proc/loadavg: 0.84 0.94 0.95 2/66 20386
/proc/meminfo: memFree=1249008/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=0
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243792846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 237 196 169 0 51 0
[pid=20385] ppid=20384 vsize=9204 CPUtime=1.49
/proc/20385/stat : 20385 (revival) R 20384 20384 20347 0 -1 4194304 2806 0 0 0 147 2 0 0 25 0 1 50000 243792847 9424896 1977 1992294400 134512640 134537284 4294956368 18446744073709551615 134524000 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20385/statm: 2301 1977 85 6 0 1939 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14564

[startup+3.10132 s]
/proc/loadavg: 0.84 0.94 0.95 2/66 20386
/proc/meminfo: memFree=1248880/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=0
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243792846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 237 196 169 0 51 0
[pid=20385] ppid=20384 vsize=9204 CPUtime=3.09
/proc/20385/stat : 20385 (revival) R 20384 20384 20347 0 -1 4194304 2808 0 0 0 307 2 0 0 25 0 1 50000 243792847 9424896 1979 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20385/statm: 2301 1979 85 6 0 1939 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14564

[startup+6.30186 s]
/proc/loadavg: 0.85 0.94 0.95 2/66 20386
/proc/meminfo: memFree=1248696/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=0
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243792846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 237 196 169 0 51 0
[pid=20385] ppid=20384 vsize=9204 CPUtime=6.29
/proc/20385/stat : 20385 (revival) R 20384 20384 20347 0 -1 4194304 2813 0 0 0 627 2 0 0 25 0 1 50000 243792847 9424896 1984 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20385/statm: 2301 1984 85 6 0 1939 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14564

[startup+12.7019 s]
/proc/loadavg: 0.87 0.94 0.95 2/66 20386
/proc/meminfo: memFree=1248696/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=0
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243792846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 237 196 169 0 51 0
[pid=20385] ppid=20384 vsize=9204 CPUtime=12.68
/proc/20385/stat : 20385 (revival) R 20384 20384 20347 0 -1 4194304 2814 0 0 0 1266 2 0 0 25 0 1 50000 243792847 9424896 1985 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20385/statm: 2301 1985 85 6 0 1939 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 14564

[startup+25.5011 s]
/proc/loadavg: 0.89 0.94 0.95 2/66 20386
/proc/meminfo: memFree=1248760/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=0
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243792846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 237 196 169 0 51 0
[pid=20385] ppid=20384 vsize=9204 CPUtime=25.48
/proc/20385/stat : 20385 (revival) R 20384 20384 20347 0 -1 4194304 2820 0 0 0 2546 2 0 0 25 0 1 50000 243792847 9424896 1991 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20385/statm: 2301 1991 85 6 0 1939 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14564

[startup+51.1014 s]
/proc/loadavg: 0.93 0.94 0.95 2/66 20386
/proc/meminfo: memFree=1248504/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=0
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243792846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 237 196 169 0 51 0
[pid=20385] ppid=20384 vsize=9468 CPUtime=51.07
/proc/20385/stat : 20385 (revival) R 20384 20384 20347 0 -1 4194304 2901 0 0 0 5105 2 0 0 25 0 1 50000 243792847 9695232 2072 1992294400 134512640 134537284 4294956368 18446744073709551615 134523887 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20385/statm: 2367 2072 85 6 0 2005 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 14828

[startup+102.306 s]
/proc/loadavg: 0.97 0.95 0.95 2/66 20386
/proc/meminfo: memFree=1248440/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=0
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243792846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 237 196 169 0 51 0
[pid=20385] ppid=20384 vsize=9600 CPUtime=102.25
/proc/20385/stat : 20385 (revival) R 20384 20384 20347 0 -1 4194304 2904 0 0 0 10223 2 0 0 25 0 1 50000 243792847 9830400 2075 1992294400 134512640 134537284 4294956368 18446744073709551615 134523829 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20385/statm: 2400 2075 85 6 0 2038 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 14960

[startup+162.302 s]
/proc/loadavg: 0.99 0.96 0.95 2/66 20386
/proc/meminfo: memFree=1248376/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=0
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243792846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 237 196 169 0 51 0
[pid=20385] ppid=20384 vsize=9600 CPUtime=162.23
/proc/20385/stat : 20385 (revival) R 20384 20384 20347 0 -1 4194304 2916 0 0 0 16221 2 0 0 25 0 1 50000 243792847 9830400 2087 1992294400 134512640 134537284 4294956368 18446744073709551615 134523906 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20385/statm: 2400 2087 85 6 0 2038 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 14960

[startup+222.301 s]
/proc/loadavg: 0.99 0.96 0.95 2/66 20386
/proc/meminfo: memFree=1248376/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=0
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243792846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 237 196 169 0 51 0
[pid=20385] ppid=20384 vsize=9600 CPUtime=222.21
/proc/20385/stat : 20385 (revival) R 20384 20384 20347 0 -1 4194304 2924 0 0 0 22219 2 0 0 25 0 1 50000 243792847 9830400 2095 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20385/statm: 2400 2095 85 6 0 2038 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 14960

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/66 20386
/proc/meminfo: memFree=1248312/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=0
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243792846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 237 196 169 0 51 0
[pid=20385] ppid=20384 vsize=9600 CPUtime=282.19
/proc/20385/stat : 20385 (revival) R 20384 20384 20347 0 -1 4194304 2930 0 0 0 28217 2 0 0 25 0 1 50000 243792847 9830400 2101 1992294400 134512640 134537284 4294956368 18446744073709551615 134531169 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20385/statm: 2400 2101 85 6 0 2038 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 14960

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/66 20386
/proc/meminfo: memFree=1248312/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=0
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243792846 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 237 196 169 0 51 0
[pid=20385] ppid=20384 vsize=9732 CPUtime=342.18
/proc/20385/stat : 20385 (revival) R 20384 20384 20347 0 -1 4194304 2938 0 0 0 34215 3 0 0 25 0 1 50000 243792847 9965568 2109 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/20385/statm: 2433 2109 85 6 0 2071 0
Current children cumulated CPU time (s) 342.18

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

/proc/20388/statm: 13176 12993 77 170 0 13004 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 58064

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/66 20388
/proc/meminfo: memFree=1178680/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=500.67
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 341 6477 0 0 0 0 50060 7 15 0 1 0 243792846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 241 197 169 0 51 0
[pid=20388] ppid=20384 vsize=73328 CPUtime=141.4
/proc/20388/stat : 20388 (minisat) R 20384 20384 20347 0 -1 4194304 18167 0 0 0 14123 17 0 0 25 0 1 0 243842931 75087872 18151 1992294400 134512640 135212939 4294956240 18446744073709551615 134526823 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 18332 18151 77 170 0 18160 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 78688

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/66 20388
/proc/meminfo: memFree=1168952/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=500.67
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 341 6477 0 0 0 0 50060 7 15 0 1 0 243792846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 241 197 169 0 51 0
[pid=20388] ppid=20384 vsize=82980 CPUtime=201.37
/proc/20388/stat : 20388 (minisat) R 20384 20384 20347 0 -1 4194304 20593 0 0 0 20118 19 0 0 25 0 1 0 243842931 84971520 20577 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 20745 20577 77 170 0 20573 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 88340

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.95 2/66 20388
/proc/meminfo: memFree=1168952/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=500.67
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 341 6477 0 0 0 0 50060 7 15 0 1 0 243792846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 241 197 169 0 51 0
[pid=20388] ppid=20384 vsize=82980 CPUtime=261.35
/proc/20388/stat : 20388 (minisat) R 20384 20384 20347 0 -1 4194304 20593 0 0 0 26116 19 0 0 25 0 1 0 243842931 84971520 20577 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 20745 20577 77 170 0 20573 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 88340

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/66 20394
/proc/meminfo: memFree=1168632/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=500.67
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 341 6477 0 0 0 0 50060 7 15 0 1 0 243792846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 241 197 169 0 51 0
[pid=20388] ppid=20384 vsize=82980 CPUtime=321.32
/proc/20388/stat : 20388 (minisat) R 20384 20384 20347 0 -1 4194304 20593 0 0 0 32113 19 0 0 25 0 1 0 243842931 84971520 20577 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 20745 20577 77 170 0 20573 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 88340

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/66 20394
/proc/meminfo: memFree=1163960/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=500.67
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 341 6477 0 0 0 0 50060 7 15 0 1 0 243792846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 241 197 169 0 51 0
[pid=20388] ppid=20384 vsize=87880 CPUtime=381.31
/proc/20388/stat : 20388 (minisat) R 20384 20384 20347 0 -1 4194304 21819 0 0 0 38110 21 0 0 25 0 1 0 243842931 89989120 21803 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 21970 21803 77 170 0 21798 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 93240

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/66 20394
/proc/meminfo: memFree=1154616/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=500.67
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 341 6477 0 0 0 0 50060 7 15 0 1 0 243792846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 241 197 169 0 51 0
[pid=20388] ppid=20384 vsize=97672 CPUtime=441.29
/proc/20388/stat : 20388 (minisat) R 20384 20384 20347 0 -1 4194304 24174 0 0 0 44106 23 0 0 25 0 1 0 243842931 100016128 24158 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 24418 24158 77 170 0 24246 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 103032

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/66 20394
/proc/meminfo: memFree=1153848/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=500.67
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 341 6477 0 0 0 0 50060 7 15 0 1 0 243792846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 241 197 169 0 51 0
[pid=20388] ppid=20384 vsize=98232 CPUtime=501.27
/proc/20388/stat : 20388 (minisat) R 20384 20384 20347 0 -1 4194304 24324 0 0 0 50104 23 0 0 25 0 1 0 243842931 100589568 24308 1992294400 134512640 135212939 4294956240 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 24558 24308 77 170 0 24386 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 103592

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/66 20394
/proc/meminfo: memFree=1153848/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=500.67
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 341 6477 0 0 0 0 50060 7 15 0 1 0 243792846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 241 197 169 0 51 0
[pid=20388] ppid=20384 vsize=98232 CPUtime=561.25
/proc/20388/stat : 20388 (minisat) R 20384 20384 20347 0 -1 4194304 24324 0 0 0 56102 23 0 0 25 0 1 0 243842931 100589568 24308 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 24558 24308 77 170 0 24386 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 103592

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/66 20394
/proc/meminfo: memFree=1153464/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=500.67
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 341 6477 0 0 0 0 50060 7 15 0 1 0 243792846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 241 197 169 0 51 0
[pid=20388] ppid=20384 vsize=98620 CPUtime=621.23
/proc/20388/stat : 20388 (minisat) R 20384 20384 20347 0 -1 4194304 24414 0 0 0 62100 23 0 0 25 0 1 0 243842931 100986880 24398 1992294400 134512640 135212939 4294956240 18446744073709551615 134526633 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 24655 24398 77 170 0 24483 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 103980

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/66 20394
/proc/meminfo: memFree=1153464/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=500.67
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 341 6477 0 0 0 0 50060 7 15 0 1 0 243792846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 241 197 169 0 51 0
[pid=20388] ppid=20384 vsize=98700 CPUtime=681.21
/proc/20388/stat : 20388 (minisat) R 20384 20384 20347 0 -1 4194304 24427 0 0 0 68098 23 0 0 25 0 1 0 243842931 101068800 24411 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 24675 24411 77 170 0 24503 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 104060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.95 2/66 20394
/proc/meminfo: memFree=1153400/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=500.67
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 341 6477 0 0 0 0 50060 7 15 0 1 0 243792846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 241 197 169 0 51 0
[pid=20388] ppid=20384 vsize=98700 CPUtime=699.41
/proc/20388/stat : 20388 (minisat) R 20384 20384 20347 0 -1 4194304 24428 0 0 0 69918 23 0 0 25 0 1 0 243842931 101068800 24412 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 24675 24412 77 170 0 24503 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 104060

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.95 2/66 20394
/proc/meminfo: memFree=1153400/2055920 swapFree=4191900/4192956
[pid=20384] ppid=20382 vsize=5360 CPUtime=500.67
/proc/20384/stat : 20384 (run.sh) S 20382 20384 20347 0 -1 4194304 341 6477 0 0 0 0 50060 7 15 0 1 0 243792846 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20384/statm: 1340 241 197 169 0 51 0
[pid=20388] ppid=20384 vsize=98700 CPUtime=699.41
/proc/20388/stat : 20388 (minisat) R 20384 20384 20347 0 -1 4194304 24428 0 0 0 69918 23 0 0 25 0 1 0 243842931 101068800 24412 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/20388/statm: 24675 24412 77 170 0 24503 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 104060

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20384 and gives
#  childrusage.ru_utime.tv_sec=500
#  childrusage.ru_utime.tv_usec=600897
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=82987
# CPU time returned by wait4() is 500.684
# while last known CPU time is 1200.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.51
CPU time (s): 1200.08
CPU user time (s): 1199.78
CPU system time (s): 0.3
CPU usage (%): 99.9639
Max. virtual memory (cumulated for all children) (KiB): 104060

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

runsolver used 1.42678 second user time and 2.86856 second system time

The end

Launcher Data

Begin job on node57 at 2009-05-12 21:47:36
IDJOB=1807392
IDBENCH=71621
IDSOLVER=647
FILE ID=node57/1807392-1242157655
PBS_JOBID= 9289761
Free space on /tmp= 65672 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n7_i8_pp_ci_ce.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1807392-1242157655/watcher-1807392-1242157655 -o /tmp/evaluation-result-1807392-1242157655/solver-1807392-1242157655 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1807392-1242157655.cnf HOME

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

MD5SUM BENCH= 545e53eb1c10ff91f4e2e16d7a8c9f9f
RANDOM SEED=204537271

node57.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.256
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.256
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:       1257312 kB
Buffers:         32020 kB
Cached:         691652 kB
SwapCached:        256 kB
Active:         253268 kB
Inactive:       483564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1257312 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            4732 kB
Writeback:           0 kB
Mapped:          21644 kB
Slab:            47844 kB
Committed_AS:   746524 kB
PageTables:       1388 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= 65668 MiB
End job on node57 at 2009-05-12 22:07:38