Trace number 1806041

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.04 1200.61

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7a-gensys-ukn002.sat05-3842.reshuffled-07.cnf
MD5SUMcd51741c2df34af4fdb8becaf8b3fc51
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 variables2935
Number of clauses18753
Sum of the clauses size133299
Maximum clause length13
Minimum clause length1
Number of clauses of size 156
Number of clauses of size 2526
Number of clauses of size 32382
Number of clauses of size 4501
Number of clauses of size 5678
Number of clauses of size over 514610

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 82
32.37/32.44	#LEARNT CLAUSES 2753
32.37/32.48	done !
32.37/32.48	c Now, SatElite...
32.37/32.48	c Parsing...
32.46/32.53	c ==============================================================================
32.46/32.53	c |           |     ORIGINAL     |              LEARNT              |          |
32.46/32.53	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
32.46/32.53	c ==============================================================================
32.46/32.53	c |         0 |   20899   123900 |    6269       0        0     nan |  0.000 % |
32.46/32.57	c |         0 |   18327   109361 |      --       0       --      -- |     --   | -2572/-14539
32.46/32.57	c ==============================================================================
32.46/32.57	c Result  :   #vars: 2494   #clauses: 18327   #literals: 109361
32.46/32.57	c CPU time:   0.083987 s
32.46/32.57	c ==============================================================================
32.46/32.65	c SatElite is done !
32.46/32.65	c Calling MINISAT
32.46/32.65	This is MiniSat 2.0 beta
32.46/32.65	WARNING: for repeatability, setting FPU to use double precision
32.46/32.65	============================[ Problem Statistics ]=============================
32.46/32.65	|                                                                             |
32.46/32.65	|  Number of variables:  2494                                                 |
32.46/32.65	|  Number of clauses:    18327                                                |
32.46/32.66	|  Parsing time:         0.02         s                                       |
32.46/32.67	============================[ Search Statistics ]==============================
32.46/32.67	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
32.46/32.67	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
32.46/32.67	===============================================================================
32.46/32.67	|         0 |    2494    18327   109361 |     6109        0    nan |  0.000 % |
32.46/32.67	|       101 |    2494    18327   109361 |     6719      101     12 |  0.000 % |
32.46/32.68	|       253 |    2494    18327   109361 |     7391      253     16 |  0.000 % |
32.46/32.68	|       478 |    2494    18327   109361 |     8131      478     19 |  0.000 % |
32.46/32.70	|       815 |    2494    18327   109361 |     8944      815     18 |  0.000 % |
32.62/32.71	|      1322 |    2494    18327   109361 |     9838     1322     18 |  0.000 % |
32.62/32.75	|      2085 |    2494    18327   109361 |    10822     2085     19 |  0.000 % |
32.62/32.81	|      3224 |    2494    18327   109361 |    11904     3224     19 |  0.000 % |
32.87/32.95	|      4932 |    2494    18327   109361 |    13095     4932     21 |  0.000 % |
33.16/33.22	|      7496 |    2494    18327   109361 |    14404     7496     22 |  0.000 % |
33.66/33.75	|     11340 |    2494    18327   109361 |    15845    11340     24 |  0.000 % |
34.76/34.81	|     17107 |    2494    18327   109361 |    17429     9096     24 |  0.000 % |
36.56/36.62	|     25756 |    2494    18327   109361 |    19172     8949     27 |  0.000 % |
39.16/39.25	|     38730 |    2494    18327   109361 |    21089    12262     27 |  0.000 % |
43.35/43.42	|     58193 |    2494    18327   109361 |    23198    21121     33 |  0.000 % |
50.85/50.97	|     87385 |    2494    18327   109361 |    25518    15334     27 |  0.000 % |
64.65/64.73	|    131174 |    2494    18327   109361 |    28070    20722     32 |  0.000 % |
84.94/85.06	|    196858 |    2494    18327   109361 |    30877    15962     27 |  0.000 % |
119.82/119.93	|    295385 |    2494    18327   109361 |    33965    17740     27 |  0.000 % |
178.69/178.86	|    443174 |    2494    18327   109361 |    37362    22128     34 |  0.000 % |
274.04/274.27	|    664858 |    2494    18327   109361 |    41098    35627     28 |  0.000 % |
431.17/431.47	|    997383 |    2494    18327   109361 |    45208    37969     33 |  0.000 % |
694.85/695.27	|   1496171 |    2494    18327   109361 |    49728    42686     29 |  0.000 % |
1111.46/1112.05	|   2244355 |    2494    18327   109361 |    54701    32667     32 |  0.000 % |
1200.02/1200.60	HOME/run.sh: line 55: 30403 Terminated              $MINISAT $TMP_2 ${TMPDIR}/$TMP.result "$@"

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-1806041-1242144704/watcher-1806041-1242144704 -o /tmp/evaluation-result-1806041-1242144704/solver-1806041-1242144704 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806041-1242144704.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.99 0.97 0.91 3/64 30399
/proc/meminfo: memFree=1264496/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=0
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242504505 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30399/statm: 1340 237 196 169 0 51 0
[pid=30400] ppid=30399 vsize=2124 CPUtime=0
/proc/30400/stat : 30400 (revival) R 30399 30399 30269 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 242504505 2174976 243 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/30400/statm: 531 250 81 6 0 169 0

[startup+0.059508 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 30399
/proc/meminfo: memFree=1264496/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=0
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242504505 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30399/statm: 1340 237 196 169 0 51 0
[pid=30400] ppid=30399 vsize=3072 CPUtime=0.05
/proc/30400/stat : 30400 (revival) R 30399 30399 30269 0 -1 4194304 682 0 0 0 5 0 0 0 19 0 1 50000 242504505 3145728 471 1992294400 134512640 134537284 4294956368 18446744073709551615 134523745 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30400/statm: 768 471 85 6 0 406 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8432

[startup+0.101515 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 30399
/proc/meminfo: memFree=1264496/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=0
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242504505 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30399/statm: 1340 237 196 169 0 51 0
[pid=30400] ppid=30399 vsize=3072 CPUtime=0.09
/proc/30400/stat : 30400 (revival) R 30399 30399 30269 0 -1 4194304 697 0 0 0 9 0 0 0 19 0 1 50000 242504505 3145728 486 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30400/statm: 768 486 85 6 0 406 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8432

[startup+0.301552 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 30399
/proc/meminfo: memFree=1264496/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=0
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242504505 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30399/statm: 1340 237 196 169 0 51 0
[pid=30400] ppid=30399 vsize=3204 CPUtime=0.29
/proc/30400/stat : 30400 (revival) R 30399 30399 30269 0 -1 4194304 734 0 0 0 29 0 0 0 21 0 1 50000 242504505 3280896 523 1992294400 134512640 134537284 4294956368 18446744073709551615 134524011 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30400/statm: 801 524 85 6 0 439 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8564

[startup+0.701625 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 30399
/proc/meminfo: memFree=1264496/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=0
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242504505 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30399/statm: 1340 237 196 169 0 51 0
[pid=30400] ppid=30399 vsize=3336 CPUtime=0.69
/proc/30400/stat : 30400 (revival) R 30399 30399 30269 0 -1 4194304 765 0 0 0 69 0 0 0 25 0 1 50000 242504505 3416064 554 1992294400 134512640 134537284 4294956368 18446744073709551615 134523906 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30400/statm: 834 554 85 6 0 472 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8696

[startup+1.50177 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30401
/proc/meminfo: memFree=1262240/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=0
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242504505 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30399/statm: 1340 237 196 169 0 51 0
[pid=30400] ppid=30399 vsize=3468 CPUtime=1.49
/proc/30400/stat : 30400 (revival) R 30399 30399 30269 0 -1 4194304 802 0 0 0 149 0 0 0 25 0 1 50000 242504505 3551232 591 1992294400 134512640 134537284 4294956368 18446744073709551615 134523821 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30400/statm: 867 591 85 6 0 505 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8828

[startup+3.10106 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30401
/proc/meminfo: memFree=1261920/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=0
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242504505 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30399/statm: 1340 237 196 169 0 51 0
[pid=30400] ppid=30399 vsize=3732 CPUtime=3.09
/proc/30400/stat : 30400 (revival) R 30399 30399 30269 0 -1 4194304 860 0 0 0 309 0 0 0 25 0 1 50000 242504505 3821568 649 1992294400 134512640 134537284 4294956368 18446744073709551615 134523975 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30400/statm: 933 649 85 6 0 571 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9092

[startup+6.30165 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30401
/proc/meminfo: memFree=1261408/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=0
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242504505 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30399/statm: 1340 237 196 169 0 51 0
[pid=30400] ppid=30399 vsize=4128 CPUtime=6.29
/proc/30400/stat : 30400 (revival) R 30399 30399 30269 0 -1 4194304 962 0 0 0 629 0 0 0 25 0 1 50000 242504505 4227072 751 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30400/statm: 1032 751 85 6 0 670 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9488

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30401
/proc/meminfo: memFree=1260584/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=0
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242504505 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30399/statm: 1340 237 196 169 0 51 0
[pid=30400] ppid=30399 vsize=4920 CPUtime=12.68
/proc/30400/stat : 30400 (revival) R 30399 30399 30269 0 -1 4194304 1141 0 0 0 1268 0 0 0 25 0 1 50000 242504505 5038080 930 1992294400 134512640 134537284 4294956368 18446744073709551615 134531257 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30400/statm: 1230 930 85 6 0 868 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 10280

[startup+25.5012 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30401
/proc/meminfo: memFree=1259368/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=0
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 242504505 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30399/statm: 1340 237 196 169 0 51 0
[pid=30400] ppid=30399 vsize=6108 CPUtime=25.47
/proc/30400/stat : 30400 (revival) R 30399 30399 30269 0 -1 4194304 1463 0 0 0 2547 0 0 0 25 0 1 50000 242504505 6254592 1252 1992294400 134512640 134537284 4294956368 18446744073709551615 134523899 0 0 4096 8192 0 0 0 17 0 0 0
/proc/30400/statm: 1527 1252 85 6 0 1165 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 11468

[startup+51.1018 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30403
/proc/meminfo: memFree=1256552/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=32.62
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 341 2413 0 0 0 0 3260 2 16 0 1 0 242504505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30399/statm: 1340 241 197 169 0 51 0
[pid=30403] ppid=30399 vsize=7428 CPUtime=18.43
/proc/30403/stat : 30403 (minisat) R 30399 30399 30269 0 -1 4194304 1627 0 0 0 1843 0 0 0 25 0 1 0 242507770 7606272 1611 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30403/statm: 1857 1611 76 170 0 1685 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 12788

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30403
/proc/meminfo: memFree=1254056/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=32.62
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 341 2413 0 0 0 0 3260 2 16 0 1 0 242504505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30399/statm: 1340 241 197 169 0 51 0
[pid=30403] ppid=30399 vsize=9912 CPUtime=69.61
/proc/30403/stat : 30403 (minisat) R 30399 30399 30269 0 -1 4194304 2234 0 0 0 6960 1 0 0 25 0 1 0 242507770 10149888 2218 1992294400 134512640 135212939 4294956240 18446744073709551615 134534888 0 0 4096 3 0 0 0 17 0 0 0
/proc/30403/statm: 2478 2218 76 170 0 2306 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 15272

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30403
/proc/meminfo: memFree=1253480/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=32.62
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 341 2413 0 0 0 0 3260 2 16 0 1 0 242504505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30399/statm: 1340 241 197 169 0 51 0
[pid=30403] ppid=30399 vsize=10492 CPUtime=129.57
/proc/30403/stat : 30403 (minisat) R 30399 30399 30269 0 -1 4194304 2369 0 0 0 12956 1 0 0 25 0 1 0 242507770 10743808 2353 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/30403/statm: 2623 2353 76 170 0 2451 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 15852

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30403
/proc/meminfo: memFree=1252648/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=32.62
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 341 2413 0 0 0 0 3260 2 16 0 1 0 242504505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30399/statm: 1340 241 197 169 0 51 0
[pid=30403] ppid=30399 vsize=11300 CPUtime=189.54
/proc/30403/stat : 30403 (minisat) R 30399 30399 30269 0 -1 4194304 2583 0 0 0 18953 1 0 0 25 0 1 0 242507770 11571200 2567 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30403/statm: 2825 2567 76 170 0 2653 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 16660

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30403
/proc/meminfo: memFree=1252392/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=32.62
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 341 2413 0 0 0 0 3260 2 16 0 1 0 242504505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30399/statm: 1340 241 197 169 0 51 0
[pid=30403] ppid=30399 vsize=11676 CPUtime=249.51
/proc/30403/stat : 30403 (minisat) R 30399 30399 30269 0 -1 4194304 2652 0 0 0 24950 1 0 0 25 0 1 0 242507770 11956224 2636 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30403/statm: 2919 2636 76 170 0 2747 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 17036

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30403
/proc/meminfo: memFree=1251496/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=32.62
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 341 2413 0 0 0 0 3260 2 16 0 1 0 242504505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30399/statm: 1340 241 197 169 0 51 0
[pid=30403] ppid=30399 vsize=12616 CPUtime=309.49
/proc/30403/stat : 30403 (minisat) R 30399 30399 30269 0 -1 4194304 2877 0 0 0 30947 2 0 0 25 0 1 0 242507770 12918784 2861 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30403/statm: 3154 2861 76 170 0 2982 0
Current children cumulated CPU time (s) 342.11

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

/proc/30399/statm: 1340 241 197 169 0 51 0
[pid=30403] ppid=30399 vsize=13684 CPUtime=429.44
/proc/30403/stat : 30403 (minisat) R 30399 30399 30269 0 -1 4194304 3162 0 0 0 42942 2 0 0 25 0 1 0 242507770 14012416 3146 1992294400 134512640 135212939 4294956240 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/30403/statm: 3421 3146 76 170 0 3249 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 19044

[startup+522.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30403
/proc/meminfo: memFree=1250152/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=32.62
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 341 2413 0 0 0 0 3260 2 16 0 1 0 242504505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30399/statm: 1340 241 197 169 0 51 0
[pid=30403] ppid=30399 vsize=13992 CPUtime=489.41
/proc/30403/stat : 30403 (minisat) R 30399 30399 30269 0 -1 4194304 3201 0 0 0 48939 2 0 0 25 0 1 0 242507770 14327808 3185 1992294400 134512640 135212939 4294956240 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/30403/statm: 3498 3185 76 170 0 3326 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 19352

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30403
/proc/meminfo: memFree=1249768/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=32.62
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 341 2413 0 0 0 0 3260 2 16 0 1 0 242504505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30399/statm: 1340 241 197 169 0 51 0
[pid=30403] ppid=30399 vsize=14304 CPUtime=549.38
/proc/30403/stat : 30403 (minisat) R 30399 30399 30269 0 -1 4194304 3303 0 0 0 54936 2 0 0 25 0 1 0 242507770 14647296 3287 1992294400 134512640 135212939 4294956240 18446744073709551615 134526633 0 0 4096 3 0 0 0 17 0 0 0
/proc/30403/statm: 3576 3287 76 170 0 3404 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 19664

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30403
/proc/meminfo: memFree=1249768/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=32.62
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 341 2413 0 0 0 0 3260 2 16 0 1 0 242504505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30399/statm: 1340 241 197 169 0 51 0
[pid=30403] ppid=30399 vsize=14460 CPUtime=609.36
/proc/30403/stat : 30403 (minisat) R 30399 30399 30269 0 -1 4194304 3317 0 0 0 60934 2 0 0 25 0 1 0 242507770 14807040 3301 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30403/statm: 3615 3301 76 170 0 3443 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 19820

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30403
/proc/meminfo: memFree=1249576/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=32.62
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 341 2413 0 0 0 0 3260 2 16 0 1 0 242504505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30399/statm: 1340 241 197 169 0 51 0
[pid=30403] ppid=30399 vsize=14460 CPUtime=669.33
/proc/30403/stat : 30403 (minisat) R 30399 30399 30269 0 -1 4194304 3345 0 0 0 66931 2 0 0 25 0 1 0 242507770 14807040 3329 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/30403/statm: 3615 3329 76 170 0 3443 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 19820

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30403
/proc/meminfo: memFree=1249384/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=32.62
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 341 2413 0 0 0 0 3260 2 16 0 1 0 242504505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30399/statm: 1340 241 197 169 0 51 0
[pid=30403] ppid=30399 vsize=14632 CPUtime=729.3
/proc/30403/stat : 30403 (minisat) R 30399 30399 30269 0 -1 4194304 3379 0 0 0 72928 2 0 0 25 0 1 0 242507770 14983168 3363 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/30403/statm: 3658 3363 76 170 0 3486 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 19992

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30403
/proc/meminfo: memFree=1249000/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=32.62
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 341 2413 0 0 0 0 3260 2 16 0 1 0 242504505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30399/statm: 1340 241 197 169 0 51 0
[pid=30403] ppid=30399 vsize=15048 CPUtime=789.26
/proc/30403/stat : 30403 (minisat) R 30399 30399 30269 0 -1 4194304 3487 0 0 0 78924 2 0 0 25 0 1 0 242507770 15409152 3471 1992294400 134512640 135212939 4294956240 18446744073709551615 134526624 0 0 4096 3 0 0 0 17 0 0 0
/proc/30403/statm: 3762 3471 76 170 0 3590 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 20408

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30403
/proc/meminfo: memFree=1248360/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=32.62
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 341 2413 0 0 0 0 3260 2 16 0 1 0 242504505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30399/statm: 1340 241 197 169 0 51 0
[pid=30403] ppid=30399 vsize=15732 CPUtime=849.24
/proc/30403/stat : 30403 (minisat) R 30399 30399 30269 0 -1 4194304 3650 0 0 0 84922 2 0 0 25 0 1 0 242507770 16109568 3634 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/30403/statm: 3933 3634 76 170 0 3761 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 21092

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30403
/proc/meminfo: memFree=1247912/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=32.62
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 341 2413 0 0 0 0 3260 2 16 0 1 0 242504505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30399/statm: 1340 241 197 169 0 51 0
[pid=30403] ppid=30399 vsize=16128 CPUtime=909.22
/proc/30403/stat : 30403 (minisat) R 30399 30399 30269 0 -1 4194304 3755 0 0 0 90919 3 0 0 25 0 1 0 242507770 16515072 3739 1992294400 134512640 135212939 4294956240 18446744073709551615 134526833 0 0 4096 3 0 0 0 17 0 0 0
/proc/30403/statm: 4032 3739 76 170 0 3860 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 21488

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30403
/proc/meminfo: memFree=1247912/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=32.62
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 341 2413 0 0 0 0 3260 2 16 0 1 0 242504505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30399/statm: 1340 241 197 169 0 51 0
[pid=30403] ppid=30399 vsize=16292 CPUtime=969.19
/proc/30403/stat : 30403 (minisat) R 30399 30399 30269 0 -1 4194304 3771 0 0 0 96916 3 0 0 25 0 1 0 242507770 16683008 3755 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30403/statm: 4073 3755 76 170 0 3901 0
Current children cumulated CPU time (s) 1001.81
Current children cumulated vsize (KiB) 21652

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30403
/proc/meminfo: memFree=1247848/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=32.62
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 341 2413 0 0 0 0 3260 2 16 0 1 0 242504505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30399/statm: 1340 241 197 169 0 51 0
[pid=30403] ppid=30399 vsize=16292 CPUtime=1029.16
/proc/30403/stat : 30403 (minisat) R 30399 30399 30269 0 -1 4194304 3771 0 0 0 102913 3 0 0 25 0 1 0 242507770 16683008 3755 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30403/statm: 4073 3755 76 170 0 3901 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 21652

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30403
/proc/meminfo: memFree=1247784/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=32.62
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 341 2413 0 0 0 0 3260 2 16 0 1 0 242504505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30399/statm: 1340 241 197 169 0 51 0
[pid=30403] ppid=30399 vsize=16292 CPUtime=1089.14
/proc/30403/stat : 30403 (minisat) R 30399 30399 30269 0 -1 4194304 3797 0 0 0 108911 3 0 0 25 0 1 0 242507770 16683008 3781 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30403/statm: 4073 3781 76 170 0 3901 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 21652

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30403
/proc/meminfo: memFree=1247336/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=32.62
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 341 2413 0 0 0 0 3260 2 16 0 1 0 242504505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30399/statm: 1340 241 197 169 0 51 0
[pid=30403] ppid=30399 vsize=16716 CPUtime=1149.11
/proc/30403/stat : 30403 (minisat) R 30399 30399 30269 0 -1 4194304 3898 0 0 0 114908 3 0 0 25 0 1 0 242507770 17117184 3882 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/30403/statm: 4179 3882 76 170 0 4007 0
Current children cumulated CPU time (s) 1181.73
Current children cumulated vsize (KiB) 22076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.91 2/66 30403
/proc/meminfo: memFree=1247272/2055920 swapFree=4168304/4192956
[pid=30399] ppid=30397 vsize=5360 CPUtime=32.62
/proc/30399/stat : 30399 (run.sh) S 30397 30399 30269 0 -1 4194304 341 2413 0 0 0 0 3260 2 16 0 1 0 242504505 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30399/statm: 1340 241 197 169 0 51 0
[pid=30403] ppid=30399 vsize=16848 CPUtime=1167.4
/proc/30403/stat : 30403 (minisat) R 30399 30399 30269 0 -1 4194304 3920 0 0 0 116737 3 0 0 25 0 1 0 242507770 17252352 3904 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/30403/statm: 4212 3904 76 170 0 4040 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 22208

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1200.61
CPU time (s): 1200.04
CPU user time (s): 1199.98
CPU system time (s): 0.06199
CPU usage (%): 99.9529
Max. virtual memory (cumulated for all children) (KiB): 22208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.98
system time used= 0.06199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6690
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= 10
involuntary context switches= 3578

runsolver used 1.02984 second user time and 3.35249 second system time

The end

Launcher Data

Begin job on node2 at 2009-05-12 18:11:44
IDJOB=1806041
IDBENCH=24644
IDSOLVER=647
FILE ID=node2/1806041-1242144704
PBS_JOBID= 9289719
Free space on /tmp= 66348 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/crafted/Hard/contest05/QG/QG7a-gensys-ukn002.sat05-3842.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806041-1242144704/watcher-1806041-1242144704 -o /tmp/evaluation-result-1806041-1242144704/solver-1806041-1242144704 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806041-1242144704.cnf HOME

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

MD5SUM BENCH= cd51741c2df34af4fdb8becaf8b3fc51
RANDOM SEED=1927459075

node2.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.265
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.265
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:       1265040 kB
Buffers:         78836 kB
Cached:         605740 kB
SwapCached:      18952 kB
Active:         191844 kB
Inactive:       514012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1265040 kB
SwapTotal:     4192956 kB
SwapFree:      4168304 kB
Dirty:            2124 kB
Writeback:           0 kB
Mapped:          13996 kB
Slab:            71076 kB
Committed_AS:  1119252 kB
PageTables:       1468 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= 66348 MiB
End job on node2 at 2009-05-12 18:31:45