Trace number 1807393

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 + SatElite 2009-03-18? (TO) 1200.04 1200.71

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 SatElite...
0.00/0.00	c Parsing...
0.09/0.14	c ==============================================================================
0.09/0.14	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.14	c ==============================================================================
0.09/0.14	c |         0 |  153982   505834 |   46194       0        0     nan |  0.000 % |
0.39/0.50	c |         0 |  142296   477026 |      --       0       --      -- |     --   | -11686/-28808
0.49/0.50	c ==============================================================================
0.49/0.50	c Result  :   #vars: 10375   #clauses: 142296   #literals: 477026
0.49/0.50	c CPU time:   0.474927 s
0.49/0.50	c ==============================================================================
0.69/0.76	c SatElite is done !
0.69/0.76	c revival is preprocessing the formula...Time out is reached... exporting CNF
500.60/500.90	#ITERATIONS 14
500.60/500.90	#LEARNT CLAUSES 715
500.70/501.01	done !
500.70/501.01	c Calling MINISAT
500.70/501.01	This is MiniSat 2.0 beta
500.70/501.01	WARNING: for repeatability, setting FPU to use double precision
500.70/501.01	============================[ Problem Statistics ]=============================
500.70/501.01	|                                                                             |
500.70/501.01	|  Number of variables:  10375                                                |
500.70/501.01	|  Number of clauses:    125702                                               |
500.70/501.08	|  Parsing time:         0.06         s                                       |
500.70/501.09	============================[ Search Statistics ]==============================
500.70/501.09	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
500.70/501.09	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
500.70/501.09	===============================================================================
500.70/501.09	|         0 |    9575   124839   355545 |    41613        0    nan |  0.000 % |
500.72/501.11	|       104 |    9575   124839   355545 |    45774      104     12 |  7.711 % |
500.72/501.14	|       254 |    9575   124839   355545 |    50351      254     17 |  7.711 % |
500.72/501.21	|       479 |    9575   124839   355545 |    55386      479     32 |  7.711 % |
500.72/501.26	|       817 |    9575   124839   355545 |    60925      817     27 |  7.711 % |
500.72/501.38	|      1323 |    9575   124839   355545 |    67018     1323     26 |  7.711 % |
501.20/501.53	|      2084 |    9575   124839   355545 |    73719     2084     33 |  7.711 % |
501.60/501.92	|      3224 |    9575   124839   355545 |    81091     3224     59 |  7.711 % |
501.99/502.30	|      4935 |    9575   124839   355545 |    89201     4935     58 |  7.711 % |
502.59/502.96	|      7498 |    9575   124839   355545 |    98121     7498     59 |  7.711 % |
503.80/504.13	|     11342 |    9575   124839   355545 |   107933    11342     65 |  7.711 % |
506.09/506.41	|     17108 |    9575   124839   355545 |   118726    17108     66 |  7.711 % |
509.60/509.93	|     25757 |    9575   124839   355545 |   130599    25757     68 |  7.711 % |
515.49/515.88	|     38733 |    9575   124839   355545 |   143659    38733     71 |  7.711 % |
527.98/528.38	|     58196 |    9575   124839   355545 |   158025    58196     72 |  7.711 % |
546.38/546.73	|     87388 |    9575   124839   355545 |   173827    87388     73 |  7.711 % |
588.55/588.96	|    131177 |    9575   124839   355545 |   191210   131177     73 |  7.711 % |
684.60/685.06	|    196862 |    9575   124839   355545 |   210331    28587     64 |  7.711 % |
768.06/768.59	|    295390 |    9575   124839   355545 |   231364   127115     73 |  7.711 % |
1003.35/1003.98	|    443179 |    9575   124839   355545 |   254501    70956     69 |  7.711 % |

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-1807393-1242157656/watcher-1807393-1242157656 -o /tmp/evaluation-result-1807393-1242157656/solver-1807393-1242157656 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1807393-1242157656.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.85 0.97 0.98 2/64 1912
/proc/meminfo: memFree=1151992/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=0
/proc/1912/stat : 1912 (run.sh) R 1910 1912 1874 0 -1 4194304 269 0 0 0 0 0 0 0 18 0 1 0 243791892 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 271638391455 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/1912/statm: 1340 237 196 169 0 51 0
[pid=1913] ppid=1912 vsize=1672 CPUtime=0
/proc/1913/stat : 1913 (SatElite) R 1912 1912 1874 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 243791892 1712128 266 1992294400 134512640 135031949 4294956224 18446744073709551615 134530066 0 0 4096 3 0 0 0 17 0 0 0
/proc/1913/statm: 418 268 51 126 0 289 0

[startup+0.093469 s]
/proc/loadavg: 0.85 0.97 0.98 2/64 1912
/proc/meminfo: memFree=1151992/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=0
/proc/1912/stat : 1912 (run.sh) S 1910 1912 1874 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 243791892 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1912/statm: 1340 238 197 169 0 51 0
[pid=1913] ppid=1912 vsize=8128 CPUtime=0.08
/proc/1913/stat : 1913 (SatElite) R 1912 1912 1874 0 -1 4194304 1919 0 0 0 7 1 0 0 19 0 1 0 243791892 8323072 1902 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/1913/statm: 2032 1903 51 126 0 1903 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13488

[startup+0.10147 s]
/proc/loadavg: 0.85 0.97 0.98 2/64 1912
/proc/meminfo: memFree=1151992/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=0
/proc/1912/stat : 1912 (run.sh) S 1910 1912 1874 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 243791892 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1912/statm: 1340 238 197 169 0 51 0
[pid=1913] ppid=1912 vsize=8788 CPUtime=0.09
/proc/1913/stat : 1913 (SatElite) R 1912 1912 1874 0 -1 4194304 2078 0 0 0 8 1 0 0 19 0 1 0 243791892 8998912 2061 1992294400 134512640 135031949 4294956224 18446744073709551615 134672959 0 0 4096 3 0 0 0 17 0 0 0
/proc/1913/statm: 2197 2061 51 126 0 2068 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14148

[startup+0.301506 s]
/proc/loadavg: 0.85 0.97 0.98 2/64 1912
/proc/meminfo: memFree=1151992/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=0
/proc/1912/stat : 1912 (run.sh) S 1910 1912 1874 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 243791892 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1912/statm: 1340 238 197 169 0 51 0
[pid=1913] ppid=1912 vsize=15812 CPUtime=0.29
/proc/1913/stat : 1913 (SatElite) R 1912 1912 1874 0 -1 4194304 3721 0 0 0 28 1 0 0 21 0 1 0 243791892 16191488 3704 1992294400 134512640 135031949 4294956224 18446744073709551615 134566074 0 0 4096 3 0 0 0 17 0 0 0
/proc/1913/statm: 3953 3704 67 126 0 3824 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21172

[startup+0.701579 s]
/proc/loadavg: 0.85 0.97 0.98 2/64 1912
/proc/meminfo: memFree=1151992/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=0
/proc/1912/stat : 1912 (run.sh) S 1910 1912 1874 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 243791892 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1912/statm: 1340 238 197 169 0 51 0
[pid=1913] ppid=1912 vsize=16028 CPUtime=0.69
/proc/1913/stat : 1913 (SatElite) R 1912 1912 1874 0 -1 4194304 4430 0 0 0 66 3 0 0 25 0 1 0 243791892 16412672 3810 1992294400 134512640 135031949 4294956224 18446744073709551615 134690701 0 0 4096 3 0 0 0 17 0 0 0
/proc/1913/statm: 4007 3810 69 126 0 3878 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21388

[startup+1.50174 s]
/proc/loadavg: 0.85 0.97 0.98 2/66 1915
/proc/meminfo: memFree=1141544/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=0.75
/proc/1912/stat : 1912 (run.sh) S 1910 1912 1874 0 -1 4194304 317 4433 0 0 0 0 72 3 16 0 1 0 243791892 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1912/statm: 1340 241 197 169 0 51 0
[pid=1915] ppid=1912 vsize=8708 CPUtime=0.72
/proc/1915/stat : 1915 (revival) R 1912 1912 1874 0 -1 4194304 2528 0 0 0 71 1 0 0 23 0 1 50000 243791969 8916992 1788 1992294400 134512640 134537284 4294956384 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1915/statm: 2177 1788 85 6 0 1815 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 14068

[startup+3.10303 s]
/proc/loadavg: 0.85 0.97 0.98 2/66 1915
/proc/meminfo: memFree=1141288/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=0.75
/proc/1912/stat : 1912 (run.sh) S 1910 1912 1874 0 -1 4194304 317 4433 0 0 0 0 72 3 16 0 1 0 243791892 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1912/statm: 1340 241 197 169 0 51 0
[pid=1915] ppid=1912 vsize=8708 CPUtime=2.31
/proc/1915/stat : 1915 (revival) R 1912 1912 1874 0 -1 4194304 2533 0 0 0 230 1 0 0 25 0 1 50000 243791969 8916992 1793 1992294400 134512640 134537284 4294956384 18446744073709551615 134523742 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1915/statm: 2177 1793 85 6 0 1815 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 14068

[startup+6.30159 s]
/proc/loadavg: 0.86 0.97 0.98 2/66 1915
/proc/meminfo: memFree=1141096/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=0.75
/proc/1912/stat : 1912 (run.sh) S 1910 1912 1874 0 -1 4194304 317 4433 0 0 0 0 72 3 16 0 1 0 243791892 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1912/statm: 1340 241 197 169 0 51 0
[pid=1915] ppid=1912 vsize=8708 CPUtime=5.5
/proc/1915/stat : 1915 (revival) R 1912 1912 1874 0 -1 4194304 2540 0 0 0 549 1 0 0 25 0 1 50000 243791969 8916992 1800 1992294400 134512640 134537284 4294956384 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/1915/statm: 2177 1800 85 6 0 1815 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 14068

[startup+12.7018 s]
/proc/loadavg: 0.87 0.97 0.98 2/66 1915
/proc/meminfo: memFree=1141040/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=0.75
/proc/1912/stat : 1912 (run.sh) S 1910 1912 1874 0 -1 4194304 317 4433 0 0 0 0 72 3 16 0 1 0 243791892 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1912/statm: 1340 241 197 169 0 51 0
[pid=1915] ppid=1912 vsize=8708 CPUtime=11.9
/proc/1915/stat : 1915 (revival) R 1912 1912 1874 0 -1 4194304 2543 0 0 0 1189 1 0 0 25 0 1 50000 243791969 8916992 1803 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/1915/statm: 2177 1803 85 6 0 1815 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 14068

[startup+25.5011 s]
/proc/loadavg: 0.90 0.97 0.98 2/66 1915
/proc/meminfo: memFree=1141104/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=0.75
/proc/1912/stat : 1912 (run.sh) S 1910 1912 1874 0 -1 4194304 317 4433 0 0 0 0 72 3 16 0 1 0 243791892 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1912/statm: 1340 241 197 169 0 51 0
[pid=1915] ppid=1912 vsize=8708 CPUtime=24.69
/proc/1915/stat : 1915 (revival) R 1912 1912 1874 0 -1 4194304 2546 0 0 0 2468 1 0 0 25 0 1 50000 243791969 8916992 1806 1992294400 134512640 134537284 4294956384 18446744073709551615 134523720 0 0 4096 8192 0 0 0 17 0 0 0
/proc/1915/statm: 2177 1806 85 6 0 1815 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 14068

[startup+51.1017 s]
/proc/loadavg: 0.93 0.97 0.98 2/66 1915
/proc/meminfo: memFree=1140976/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=0.75
/proc/1912/stat : 1912 (run.sh) S 1910 1912 1874 0 -1 4194304 317 4433 0 0 0 0 72 3 16 0 1 0 243791892 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1912/statm: 1340 241 197 169 0 51 0
[pid=1915] ppid=1912 vsize=8972 CPUtime=50.27
/proc/1915/stat : 1915 (revival) R 1912 1912 1874 0 -1 4194304 2609 0 0 0 5026 1 0 0 25 0 1 50000 243791969 9187328 1869 1992294400 134512640 134537284 4294956384 18446744073709551615 134523887 0 0 4096 8192 0 0 0 17 0 0 0
/proc/1915/statm: 2243 1869 85 6 0 1881 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 14332

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.98 2/66 1915
/proc/meminfo: memFree=1140976/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=0.75
/proc/1912/stat : 1912 (run.sh) S 1910 1912 1874 0 -1 4194304 317 4433 0 0 0 0 72 3 16 0 1 0 243791892 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1912/statm: 1340 241 197 169 0 51 0
[pid=1915] ppid=1912 vsize=9104 CPUtime=101.44
/proc/1915/stat : 1915 (revival) R 1912 1912 1874 0 -1 4194304 2615 0 0 0 10143 1 0 0 25 0 1 50000 243791969 9322496 1875 1992294400 134512640 134537284 4294956384 18446744073709551615 134523906 0 0 4096 8192 0 0 0 17 0 0 0
/proc/1915/statm: 2276 1875 85 6 0 1914 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 14464

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1915
/proc/meminfo: memFree=1140912/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=0.75
/proc/1912/stat : 1912 (run.sh) S 1910 1912 1874 0 -1 4194304 317 4433 0 0 0 0 72 3 16 0 1 0 243791892 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1912/statm: 1340 241 197 169 0 51 0
[pid=1915] ppid=1912 vsize=9104 CPUtime=161.41
/proc/1915/stat : 1915 (revival) R 1912 1912 1874 0 -1 4194304 2626 0 0 0 16140 1 0 0 25 0 1 50000 243791969 9322496 1886 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/1915/statm: 2276 1886 85 6 0 1914 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 14464

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1915
/proc/meminfo: memFree=1140848/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=0.75
/proc/1912/stat : 1912 (run.sh) S 1910 1912 1874 0 -1 4194304 317 4433 0 0 0 0 72 3 16 0 1 0 243791892 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1912/statm: 1340 241 197 169 0 51 0
[pid=1915] ppid=1912 vsize=9104 CPUtime=221.38
/proc/1915/stat : 1915 (revival) R 1912 1912 1874 0 -1 4194304 2637 0 0 0 22137 1 0 0 25 0 1 50000 243791969 9322496 1897 1992294400 134512640 134537284 4294956384 18446744073709551615 134523572 0 0 4096 8192 0 0 0 17 0 0 0
/proc/1915/statm: 2276 1897 85 6 0 1914 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 14464

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1915
/proc/meminfo: memFree=1140848/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=0.75
/proc/1912/stat : 1912 (run.sh) S 1910 1912 1874 0 -1 4194304 317 4433 0 0 0 0 72 3 16 0 1 0 243791892 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1912/statm: 1340 241 197 169 0 51 0
[pid=1915] ppid=1912 vsize=9236 CPUtime=281.35
/proc/1915/stat : 1915 (revival) R 1912 1912 1874 0 -1 4194304 2650 0 0 0 28134 1 0 0 25 0 1 50000 243791969 9457664 1910 1992294400 134512640 134537284 4294956384 18446744073709551615 134523882 0 0 4096 8192 0 0 0 17 0 0 0
/proc/1915/statm: 2309 1910 85 6 0 1947 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 14596

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1915
/proc/meminfo: memFree=1140784/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=0.75
/proc/1912/stat : 1912 (run.sh) S 1910 1912 1874 0 -1 4194304 317 4433 0 0 0 0 72 3 16 0 1 0 243791892 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1912/statm: 1340 241 197 169 0 51 0
[pid=1915] ppid=1912 vsize=9236 CPUtime=341.34
/proc/1915/stat : 1915 (revival) R 1912 1912 1874 0 -1 4194304 2663 0 0 0 34132 2 0 0 25 0 1 50000 243791969 9457664 1923 1992294400 134512640 134537284 4294956384 18446744073709551615 134523887 0 0 4096 8192 0 0 0 17 0 0 0
/proc/1915/statm: 2309 1923 85 6 0 1947 0
Current children cumulated CPU time (s) 342.09

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

/proc/1916/statm: 12215 12059 77 170 0 12043 0
Current children cumulated CPU time (s) 581.95
Current children cumulated vsize (KiB) 54220

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1916
/proc/meminfo: memFree=1080688/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=500.72
/proc/1912/stat : 1912 (run.sh) S 1910 1912 1874 0 -1 4194304 343 7149 0 0 0 0 50066 6 16 0 1 0 243791892 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1912/statm: 1340 241 197 169 0 51 0
[pid=1916] ppid=1912 vsize=66368 CPUtime=141.21
/proc/1916/stat : 1916 (minisat) R 1912 1912 1874 0 -1 4194304 16392 0 0 0 14103 18 0 0 25 0 1 0 243841993 67960832 16376 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/1916/statm: 16592 16376 77 170 0 16420 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 71728

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1916
/proc/meminfo: memFree=1070512/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=500.72
/proc/1912/stat : 1912 (run.sh) S 1910 1912 1874 0 -1 4194304 343 7149 0 0 0 0 50066 6 16 0 1 0 243791892 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1912/statm: 1340 241 197 169 0 51 0
[pid=1916] ppid=1912 vsize=76196 CPUtime=201.17
/proc/1916/stat : 1916 (minisat) R 1912 1912 1874 0 -1 4194304 18890 0 0 0 20098 19 0 0 25 0 1 0 243841993 78024704 18874 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/1916/statm: 19049 18874 77 170 0 18877 0
Current children cumulated CPU time (s) 701.89
Current children cumulated vsize (KiB) 81556

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1916
/proc/meminfo: memFree=1070512/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=500.72
/proc/1912/stat : 1912 (run.sh) S 1910 1912 1874 0 -1 4194304 343 7149 0 0 0 0 50066 6 16 0 1 0 243791892 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1912/statm: 1340 241 197 169 0 51 0
[pid=1916] ppid=1912 vsize=76196 CPUtime=261.14
/proc/1916/stat : 1916 (minisat) R 1912 1912 1874 0 -1 4194304 18890 0 0 0 26095 19 0 0 25 0 1 0 243841993 78024704 18874 1992294400 134512640 135212939 4294956240 18446744073709551615 134530041 0 0 4096 3 0 0 0 17 0 0 0
/proc/1916/statm: 19049 18874 77 170 0 18877 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 81556

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1922
/proc/meminfo: memFree=1070312/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=500.72
/proc/1912/stat : 1912 (run.sh) S 1910 1912 1874 0 -1 4194304 343 7149 0 0 0 0 50066 6 16 0 1 0 243791892 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1912/statm: 1340 241 197 169 0 51 0
[pid=1916] ppid=1912 vsize=76368 CPUtime=321.11
/proc/1916/stat : 1916 (minisat) R 1912 1912 1874 0 -1 4194304 18904 0 0 0 32091 20 0 0 25 0 1 0 243841993 78200832 18888 1992294400 134512640 135212939 4294956240 18446744073709551615 134537394 0 0 4096 3 0 0 0 17 0 0 0
/proc/1916/statm: 19092 18888 77 170 0 18920 0
Current children cumulated CPU time (s) 821.83
Current children cumulated vsize (KiB) 81728

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1922
/proc/meminfo: memFree=1070184/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=500.72
/proc/1912/stat : 1912 (run.sh) S 1910 1912 1874 0 -1 4194304 343 7149 0 0 0 0 50066 6 16 0 1 0 243791892 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1912/statm: 1340 241 197 169 0 51 0
[pid=1916] ppid=1912 vsize=76508 CPUtime=381.08
/proc/1916/stat : 1916 (minisat) R 1912 1912 1874 0 -1 4194304 18963 0 0 0 38088 20 0 0 25 0 1 0 243841993 78344192 18947 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/1916/statm: 19127 18947 77 170 0 18955 0
Current children cumulated CPU time (s) 881.8
Current children cumulated vsize (KiB) 81868

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1922
/proc/meminfo: memFree=1062440/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=500.72
/proc/1912/stat : 1912 (run.sh) S 1910 1912 1874 0 -1 4194304 343 7149 0 0 0 0 50066 6 16 0 1 0 243791892 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1912/statm: 1340 241 197 169 0 51 0
[pid=1916] ppid=1912 vsize=84812 CPUtime=441.06
/proc/1916/stat : 1916 (minisat) R 1912 1912 1874 0 -1 4194304 20952 0 0 0 44083 23 0 0 25 0 1 0 243841993 86847488 20928 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/1916/statm: 21203 20928 77 170 0 21031 0
Current children cumulated CPU time (s) 941.78
Current children cumulated vsize (KiB) 90172

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1922
/proc/meminfo: memFree=1059240/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=500.72
/proc/1912/stat : 1912 (run.sh) S 1910 1912 1874 0 -1 4194304 343 7149 0 0 0 0 50066 6 16 0 1 0 243791892 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1912/statm: 1340 241 197 169 0 51 0
[pid=1916] ppid=1912 vsize=87852 CPUtime=501.03
/proc/1916/stat : 1916 (minisat) R 1912 1912 1874 0 -1 4194304 21708 0 0 0 50079 24 0 0 25 0 1 0 243841993 89960448 21684 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/1916/statm: 21963 21684 77 170 0 21791 0
Current children cumulated CPU time (s) 1001.75
Current children cumulated vsize (KiB) 93212

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 3/66 1922
/proc/meminfo: memFree=1059240/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=500.72
/proc/1912/stat : 1912 (run.sh) S 1910 1912 1874 0 -1 4194304 343 7149 0 0 0 0 50066 6 16 0 1 0 243791892 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1912/statm: 1340 241 197 169 0 51 0
[pid=1916] ppid=1912 vsize=87852 CPUtime=561
/proc/1916/stat : 1916 (minisat) R 1912 1912 1874 0 -1 4194304 21708 0 0 0 56076 24 0 0 25 0 1 0 243841993 89960448 21684 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/1916/statm: 21963 21684 77 170 0 21791 0
Current children cumulated CPU time (s) 1061.72
Current children cumulated vsize (KiB) 93212

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1922
/proc/meminfo: memFree=1059248/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=500.72
/proc/1912/stat : 1912 (run.sh) S 1910 1912 1874 0 -1 4194304 343 7149 0 0 0 0 50066 6 16 0 1 0 243791892 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1912/statm: 1340 241 197 169 0 51 0
[pid=1916] ppid=1912 vsize=87852 CPUtime=620.96
/proc/1916/stat : 1916 (minisat) R 1912 1912 1874 0 -1 4194304 21708 0 0 0 62072 24 0 0 25 0 1 0 243841993 89960448 21684 1992294400 134512640 135212939 4294956240 18446744073709551615 134527048 0 0 4096 3 0 0 0 17 0 0 0
/proc/1916/statm: 21963 21684 77 170 0 21791 0
Current children cumulated CPU time (s) 1121.68
Current children cumulated vsize (KiB) 93212

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1922
/proc/meminfo: memFree=1059184/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=500.72
/proc/1912/stat : 1912 (run.sh) S 1910 1912 1874 0 -1 4194304 343 7149 0 0 0 0 50066 6 16 0 1 0 243791892 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1912/statm: 1340 241 197 169 0 51 0
[pid=1916] ppid=1912 vsize=87852 CPUtime=680.93
/proc/1916/stat : 1916 (minisat) R 1912 1912 1874 0 -1 4194304 21708 0 0 0 68069 24 0 0 25 0 1 0 243841993 89960448 21684 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/1916/statm: 21963 21684 77 170 0 21791 0
Current children cumulated CPU time (s) 1181.65
Current children cumulated vsize (KiB) 93212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1922
/proc/meminfo: memFree=1056496/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=500.72
/proc/1912/stat : 1912 (run.sh) S 1910 1912 1874 0 -1 4194304 343 7149 0 0 0 0 50066 6 16 0 1 0 243791892 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1912/statm: 1340 241 197 169 0 51 0
[pid=1916] ppid=1912 vsize=90624 CPUtime=699.32
/proc/1916/stat : 1916 (minisat) R 1912 1912 1874 0 -1 4194304 22397 0 0 0 69908 24 0 0 25 0 1 0 243841993 92798976 22373 1992294400 134512640 135212939 4294956240 18446744073709551615 134529647 0 0 4096 3 0 0 0 17 0 0 0
/proc/1916/statm: 22656 22373 77 170 0 22484 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 95984

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

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

[startup+1200.7 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 1922
/proc/meminfo: memFree=1056496/2055920 swapFree=4179604/4192956
[pid=1912] ppid=1910 vsize=5360 CPUtime=500.72
/proc/1912/stat : 1912 (run.sh) S 1910 1912 1874 0 -1 4194304 343 7149 0 0 0 0 50066 6 16 0 1 0 243791892 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1912/statm: 1340 241 197 169 0 51 0
[pid=1916] ppid=1912 vsize=90624 CPUtime=699.32
/proc/1916/stat : 1916 (minisat) R 1912 1912 1874 0 -1 4194304 22397 0 0 0 69908 24 0 0 25 0 1 0 243841993 92798976 22373 1992294400 134512640 135212939 4294956240 18446744073709551615 134529647 0 0 4096 3 0 0 0 17 0 0 0
/proc/1916/statm: 22656 22373 77 170 0 22484 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 95984

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1200.71
CPU time (s): 1200.04
CPU user time (s): 1199.74
CPU system time (s): 0.3
CPU usage (%): 99.9439
Max. virtual memory (cumulated for all children) (KiB): 95984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 500.667
system time used= 0.067989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7492
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= 16
involuntary context switches= 1274

runsolver used 1.06384 second user time and 3.3145 second system time

The end

Launcher Data

Begin job on node67 at 2009-05-12 21:47:37
IDJOB=1807393
IDBENCH=71621
IDSOLVER=648
FILE ID=node67/1807393-1242157656
PBS_JOBID= 9289762
Free space on /tmp= 66284 MiB

SOLVER NAME= ReVivAl 0.23 + SatElite 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-1807393-1242157656/watcher-1807393-1242157656 -o /tmp/evaluation-result-1807393-1242157656/solver-1807393-1242157656 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1807393-1242157656.cnf HOME

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

MD5SUM BENCH= 545e53eb1c10ff91f4e2e16d7a8c9f9f
RANDOM SEED=968012486

node67.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.277
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.277
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:       1152472 kB
Buffers:         69116 kB
Cached:         742104 kB
SwapCached:       8248 kB
Active:          27024 kB
Inactive:       793796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1152472 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            4816 kB
Writeback:           0 kB
Mapped:          14028 kB
Slab:            68580 kB
Committed_AS:   871420 kB
PageTables:       1436 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= 66280 MiB
End job on node67 at 2009-05-12 22:07:39