Trace number 1849353

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
minisat2 070721/core? (TO) 1200.03 1200.25

General information on the benchmark

Nameindustrial/narain/
clauses-8.cnf
MD5SUM74bd745b1c68e4deddfa063e58b6b54d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1176.13
Satisfiable
(Un)Satisfiability was proved
Number of variables1461771
Number of clauses5687554
Sum of the clauses size14147618
Maximum clause length601
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24325673
Number of clauses of size 3961281
Number of clauses of size 411051
Number of clauses of size 5354960
Number of clauses of size over 534588

Solver Data

0.00/0.00	c Parsing...
5.48/5.77	c ==============================================================================
5.48/5.77	c |           |     ORIGINAL     |              LEARNT              |          |
5.48/5.77	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
5.48/5.77	c ==============================================================================
5.48/5.77	c |         0 | 5687553 14147617 | 1706265       0        0     nan |  0.000 % |
492.75/493.11	c |         0 | 2172391  7468607 |      --       0       --      -- |     --   | -2399862/-3722815
492.85/493.14	c ==============================================================================
492.85/493.14	c Result  :   #vars: 447289   #clauses: 2172391   #literals: 7468607
492.85/493.14	c CPU time:   490.59 s
492.85/493.14	c ==============================================================================
495.65/496.00	This is MiniSat 2.0 beta
495.65/496.00	WARNING: for repeatability, setting FPU to use double precision
495.65/496.00	============================[ Problem Statistics ]=============================
495.65/496.00	|                                                                             |
495.65/496.00	|  Number of variables:  447289                                               |
495.65/496.00	|  Number of clauses:    2172391                                              |
497.25/497.56	|  Parsing time:         1.41         s                                       |
497.35/497.68	============================[ Search Statistics ]==============================
497.35/497.68	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
497.35/497.68	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
497.35/497.68	===============================================================================
497.35/497.68	|         0 |  447289  2172391  7468607 |   724130        0    nan |  0.000 % |
497.55/497.86	|       100 |  447224  2172391  7468607 |   796543       98      9 |  0.030 % |
500.05/500.35	|       250 |  447213  2172391  7468607 |   876197      242      8 |  0.137 % |
502.45/502.81	|       476 |  446625  2168871  7444336 |   963817      441      8 |  0.167 % |
506.05/506.38	|       814 |  446452  2167706  7439336 |  1060199      643     11 |  0.231 % |
511.05/511.39	|      1320 |  445749  2164642  7432288 |  1166219     1081     10 |  0.719 % |
525.15/525.45	|      2080 |  395615  1825302  6209056 |  1282841     1138     16 | 16.436 % |
539.55/539.90	|      3219 |  340515  1463700  4750237 |  1411125     1732     18 | 23.871 % |
548.26/548.57	|      4927 |  289202  1209963  3867825 |  1552237     3007     19 | 35.640 % |
554.36/554.62	|      7490 |  283677  1186807  3797026 |  1707461     5347     27 | 41.890 % |
565.06/565.38	|     11335 |  237204   940657  2967175 |  1878207     8644     43 | 46.969 % |
582.46/582.72	|     17101 |  186611   775178  2507722 |  2066028    13323     60 | 58.281 % |
608.66/608.95	|     25754 |  180914   751812  2402192 |  2272631    21809    103 | 59.591 % |
653.86/654.17	|     38728 |  177811   736504  2323359 |  2499894    34508    127 | 60.419 % |
742.58/742.82	|     58189 |  172414   717142  2246417 |  2749883    53747    169 | 61.823 % |
878.38/878.62	|     87382 |  165764   682330  2098723 |  3024872    82324    211 | 63.000 % |
1131.01/1131.30	|    131175 |  161692   664701  2041197 |  3327359   124973    229 | 63.894 % |
1200.02/1200.23	HOME/SatELiteGTI: line 36:  3544 Terminated              $MS $TMP.cnf $TMP.result

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1849353-1244802496/watcher-1849353-1244802496 -o /tmp/evaluation-result-1849353-1244802496/solver-1849353-1244802496 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1849353-1244802496.cnf 

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: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.22 1.08 1.01 2/91 1777
/proc/meminfo: memFree=55616/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2416 CPUtime=0.01
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 367 649 0 0 0 1 0 0 19 0 1 0 77675766 2473984 277 4294967295 134512640 135169312 3214449888 3214448424 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1777/statm: 604 277 235 161 0 43 0
[pid=1781] ppid=1777 vsize=816 CPUtime=0.01
/proc/1781/stat : 1781 (SatELite_releas) R 1777 1777 18729 0 -1 4194304 73 0 0 0 0 1 0 0 18 0 1 0 77675766 835584 9 4294967295 134512640 135223648 3220245072 3220244896 134743616 0 0 0 0 0 0 0 17 2 0 0 0
/proc/1781/statm: 205 22 16 174 0 30 0

[startup+0.044522 s]
/proc/loadavg: 1.22 1.08 1.01 2/91 1777
/proc/meminfo: memFree=55616/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2416 CPUtime=0.01
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 367 649 0 0 0 1 0 0 19 0 1 0 77675766 2473984 277 4294967295 134512640 135169312 3214449888 3214448424 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1777/statm: 604 277 235 161 0 43 0
[pid=1781] ppid=1777 vsize=7972 CPUtime=0.05
/proc/1781/stat : 1781 (SatELite_releas) R 1777 1777 18729 0 -1 4202496 1681 0 0 0 3 2 0 0 18 0 1 0 77675766 8163328 1617 4294967295 134512640 135223648 3220245072 3220243952 134543236 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1781/statm: 1993 1619 46 174 0 1818 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10388

[startup+0.114511 s]
/proc/loadavg: 1.22 1.08 1.01 2/91 1777
/proc/meminfo: memFree=55616/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2416 CPUtime=0.01
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 367 649 0 0 0 1 0 0 19 0 1 0 77675766 2473984 277 4294967295 134512640 135169312 3214449888 3214448424 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1777/statm: 604 277 235 161 0 43 0
[pid=1781] ppid=1777 vsize=17348 CPUtime=0.1
/proc/1781/stat : 1781 (SatELite_releas) R 1777 1777 18729 0 -1 4202496 3741 0 0 0 7 3 0 0 18 0 1 0 77675766 17764352 3677 4294967295 134512640 135223648 3220245072 3220244024 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1781/statm: 4337 3678 46 174 0 4162 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 19764

[startup+0.314488 s]
/proc/loadavg: 1.22 1.08 1.01 2/91 1777
/proc/meminfo: memFree=55616/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2416 CPUtime=0.01
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 367 649 0 0 0 1 0 0 19 0 1 0 77675766 2473984 277 4294967295 134512640 135169312 3214449888 3214448424 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1777/statm: 604 277 235 161 0 43 0
[pid=1781] ppid=1777 vsize=40372 CPUtime=0.3
/proc/1781/stat : 1781 (SatELite_releas) R 1777 1777 18729 0 -1 4202496 9586 0 0 0 22 8 0 0 18 0 1 0 77675766 41340928 9522 4294967295 134512640 135223648 3220245072 3220244024 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1781/statm: 10093 9523 46 174 0 9918 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 42788

[startup+0.714442 s]
/proc/loadavg: 1.22 1.08 1.01 2/91 1777
/proc/meminfo: memFree=55616/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2416 CPUtime=0.01
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 367 649 0 0 0 1 0 0 19 0 1 0 77675766 2473984 277 4294967295 134512640 135169312 3214449888 3214448424 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1777/statm: 604 277 235 161 0 43 0
[pid=1781] ppid=1777 vsize=85852 CPUtime=0.7
/proc/1781/stat : 1781 (SatELite_releas) R 1777 1777 18729 0 -1 4202496 20946 0 0 0 53 17 0 0 18 0 1 0 77675766 87912448 20882 4294967295 134512640 135223648 3220245072 3220243656 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1781/statm: 21463 20884 46 174 0 21288 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 88268

[startup+1.51435 s]
/proc/loadavg: 1.22 1.08 1.01 3/93 1782
/proc/meminfo: memFree=51956/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2416 CPUtime=0.01
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 367 649 0 0 0 1 0 0 19 0 1 0 77675766 2473984 277 4294967295 134512640 135169312 3214449888 3214448424 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1777/statm: 604 277 235 161 0 43 0
[pid=1781] ppid=1777 vsize=173524 CPUtime=1.46
/proc/1781/stat : 1781 (SatELite_releas) R 1777 1777 18729 0 -1 4202496 42254 0 0 0 114 32 0 0 20 0 1 0 77675766 177688576 42190 4294967295 134512640 135223648 3220245072 3220244024 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1781/statm: 43381 42190 46 174 0 43206 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 175940

[startup+3.11417 s]
/proc/loadavg: 1.22 1.08 1.01 3/93 1782
/proc/meminfo: memFree=52264/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2416 CPUtime=0.01
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 367 649 0 0 0 1 0 0 19 0 1 0 77675766 2473984 277 4294967295 134512640 135169312 3214449888 3214448424 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1777/statm: 604 277 235 161 0 43 0
[pid=1781] ppid=1777 vsize=344016 CPUtime=3
/proc/1781/stat : 1781 (SatELite_releas) R 1777 1777 18729 0 -1 4202496 81576 0 0 0 250 50 0 0 25 0 1 0 77675766 352272384 81512 4294967295 134512640 135223648 3220245072 3220243656 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1781/statm: 86004 81512 46 174 0 85829 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 346432

[startup+6.3138 s]
/proc/loadavg: 1.28 1.09 1.01 3/93 1783
/proc/meminfo: memFree=52796/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2416 CPUtime=0.01
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 367 649 0 0 0 1 0 0 19 0 1 0 77675766 2473984 277 4294967295 134512640 135169312 3214449888 3214448424 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1777/statm: 604 277 235 161 0 43 0
[pid=1781] ppid=1777 vsize=710696 CPUtime=6.07
/proc/1781/stat : 1781 (SatELite_releas) R 1777 1777 18729 0 -1 4202496 155437 0 0 0 527 80 0 0 25 0 1 0 77675766 727752704 155285 4294967295 134512640 135223648 3220245072 3220243516 134541246 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1781/statm: 177674 155285 68 174 0 177499 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 713112

[startup+12.7131 s]
/proc/loadavg: 1.26 1.09 1.01 2/93 1968
/proc/meminfo: memFree=55728/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2416 CPUtime=0.01
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 367 649 0 0 0 1 0 0 19 0 1 0 77675766 2473984 277 4294967295 134512640 135169312 3214449888 3214448424 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1777/statm: 604 277 235 161 0 43 0
[pid=1781] ppid=1777 vsize=776764 CPUtime=12.47
/proc/1781/stat : 1781 (SatELite_releas) R 1777 1777 18729 0 -1 4202496 180508 0 0 0 1157 90 0 0 25 0 1 0 77675766 795406336 164882 4294967295 134512640 135223648 3220245072 3220243072 134548217 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1781/statm: 194191 164882 73 174 0 194016 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 779180

[startup+25.5216 s]
/proc/loadavg: 1.20 1.08 1.01 2/93 1969
/proc/meminfo: memFree=55020/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2416 CPUtime=0.01
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 367 649 0 0 0 1 0 0 19 0 1 0 77675766 2473984 277 4294967295 134512640 135169312 3214449888 3214448424 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1777/statm: 604 277 235 161 0 43 0
[pid=1781] ppid=1777 vsize=777020 CPUtime=25.27
/proc/1781/stat : 1781 (SatELite_releas) R 1777 1777 18729 0 -1 4202496 180575 0 0 0 2437 90 0 0 25 0 1 0 77675766 795668480 164949 4294967295 134512640 135223648 3220245072 3220243072 134549039 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1781/statm: 194255 164949 73 174 0 194080 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 779436

[startup+51.1186 s]
/proc/loadavg: 1.13 1.08 1.01 2/93 1972
/proc/meminfo: memFree=52860/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2416 CPUtime=0.01
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 367 649 0 0 0 1 0 0 19 0 1 0 77675766 2473984 277 4294967295 134512640 135169312 3214449888 3214448424 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1777/statm: 604 277 235 161 0 43 0
[pid=1781] ppid=1777 vsize=777020 CPUtime=50.87
/proc/1781/stat : 1781 (SatELite_releas) R 1777 1777 18729 0 -1 4202496 180715 0 0 0 4993 94 0 0 25 0 1 0 77675766 795668480 165089 4294967295 134512640 135223648 3220245072 3220243072 134549033 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1781/statm: 194255 165089 73 174 0 194080 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 779436

[startup+102.323 s]
/proc/loadavg: 1.06 1.06 1.00 2/93 2164
/proc/meminfo: memFree=52432/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2416 CPUtime=0.01
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 367 649 0 0 0 1 0 0 19 0 1 0 77675766 2473984 277 4294967295 134512640 135169312 3214449888 3214448424 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1777/statm: 604 277 235 161 0 43 0
[pid=1781] ppid=1777 vsize=777532 CPUtime=102.06
/proc/1781/stat : 1781 (SatELite_releas) R 1777 1777 18729 0 -1 4202496 181028 0 0 0 10106 100 0 0 25 0 1 0 77675766 796192768 165402 4294967295 134512640 135223648 3220245072 3220243072 134549039 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1781/statm: 194383 165402 73 174 0 194208 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 779948

[startup+162.316 s]
/proc/loadavg: 1.02 1.05 1.00 2/93 2361
/proc/meminfo: memFree=52708/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2416 CPUtime=0.01
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 367 649 0 0 0 1 0 0 19 0 1 0 77675766 2473984 277 4294967295 134512640 135169312 3214449888 3214448424 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1777/statm: 604 277 235 161 0 43 0
[pid=1781] ppid=1777 vsize=785724 CPUtime=162.06
/proc/1781/stat : 1781 (SatELite_releas) R 1777 1777 18729 0 -1 4202496 181468 0 0 0 16096 110 0 0 25 0 1 0 77675766 804581376 165842 4294967295 134512640 135223648 3220245072 3220243072 134549039 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1781/statm: 196431 165842 73 174 0 196256 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 788140

[startup+222.319 s]
/proc/loadavg: 1.00 1.04 1.00 2/93 2557
/proc/meminfo: memFree=52292/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2416 CPUtime=0.01
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 367 649 0 0 0 1 0 0 19 0 1 0 77675766 2473984 277 4294967295 134512640 135169312 3214449888 3214448424 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1777/statm: 604 277 235 161 0 43 0
[pid=1781] ppid=1777 vsize=786748 CPUtime=222.07
/proc/1781/stat : 1781 (SatELite_releas) R 1777 1777 18729 0 -1 4202496 181995 0 0 0 22094 113 0 0 25 0 1 0 77675766 805629952 166369 4294967295 134512640 135223648 3220245072 3220243072 134549033 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1781/statm: 196687 166369 73 174 0 196512 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 789164

[startup+282.312 s]
/proc/loadavg: 1.00 1.03 1.00 2/93 2750
/proc/meminfo: memFree=55408/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2416 CPUtime=0.01
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 367 649 0 0 0 1 0 0 19 0 1 0 77675766 2473984 277 4294967295 134512640 135169312 3214449888 3214448424 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1777/statm: 604 277 235 161 0 43 0
[pid=1781] ppid=1777 vsize=796600 CPUtime=282.01
/proc/1781/stat : 1781 (SatELite_releas) R 1777 1777 18729 0 -1 4202496 184696 0 0 0 28063 138 0 0 25 0 1 0 77675766 815718400 169070 4294967295 134512640 135223648 3220245072 3220243088 134586706 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1781/statm: 199150 169070 73 174 0 198975 0
Current children cumulated CPU time (s) 282.02
Current children cumulated vsize (KiB) 799016

[startup+342.305 s]
/proc/loadavg: 1.00 1.02 1.00 3/93 2941
/proc/meminfo: memFree=51840/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2416 CPUtime=0.01
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 367 649 0 0 0 1 0 0 19 0 1 0 77675766 2473984 277 4294967295 134512640 135169312 3214449888 3214448424 3085786862 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1777/statm: 604 277 235 161 0 43 0
[pid=1781] ppid=1777 vsize=804860 CPUtime=342.01
/proc/1781/stat : 1781 (SatELite_releas) R 1777 1777 18729 0 -1 4202496 187089 0 0 0 34057 144 0 0 25 0 1 0 77675766 824176640 171255 4294967295 134512640 135223648 3220245072 3220243072 134549033 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1781/statm: 201215 171255 73 174 0 201040 0
Current children cumulated CPU time (s) 342.02

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

[pid=1781] ppid=1777 vsize=805424 CPUtime=462.04
/proc/1781/stat : 1781 (SatELite_releas) R 1777 1777 18729 0 -1 4202496 188005 0 0 0 46054 150 0 0 25 0 1 0 77675766 824754176 171723 4294967295 134512640 135223648 3220245072 3220243072 134549024 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1781/statm: 201356 171723 73 174 0 201181 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 807840

[startup+522.314 s]
/proc/loadavg: 1.02 1.03 1.00 3/93 3544
/proc/meminfo: memFree=615892/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2420 CPUtime=495.73
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 387 366728 0 0 0 1 49323 249 18 0 1 0 77675766 2478080 278 4294967295 134512640 135169312 3214449888 3214446104 3085786862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1777/statm: 605 278 235 161 0 44 0
[pid=3544] ppid=1777 vsize=127444 CPUtime=26.32
/proc/3544/stat : 3544 (minisat_static) R 1777 1777 18729 0 -1 4202496 30890 0 0 0 2612 20 0 0 25 0 1 0 77725366 130502656 30607 4294967295 134512640 135212939 3214943648 3214942032 134524293 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3544/statm: 31861 30607 76 171 0 31689 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 129864

[startup+582.318 s]
/proc/loadavg: 1.01 1.02 1.00 2/93 3735
/proc/meminfo: memFree=615868/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2420 CPUtime=495.73
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 387 366728 0 0 0 1 49323 249 18 0 1 0 77675766 2478080 278 4294967295 134512640 135169312 3214449888 3214446104 3085786862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1777/statm: 605 278 235 161 0 44 0
[pid=3544] ppid=1777 vsize=127612 CPUtime=86.33
/proc/3544/stat : 3544 (minisat_static) R 1777 1777 18729 0 -1 4202496 30947 0 0 0 8613 20 0 0 25 0 1 0 77725366 130674688 30664 4294967295 134512640 135212939 3214943648 3214942112 134526682 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3544/statm: 31903 30664 76 171 0 31731 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 130032

[startup+642.321 s]
/proc/loadavg: 1.00 1.02 1.00 2/93 3924
/proc/meminfo: memFree=615284/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2420 CPUtime=495.73
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 387 366728 0 0 0 1 49323 249 18 0 1 0 77675766 2478080 278 4294967295 134512640 135169312 3214449888 3214446104 3085786862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1777/statm: 605 278 235 161 0 44 0
[pid=3544] ppid=1777 vsize=128404 CPUtime=146.34
/proc/3544/stat : 3544 (minisat_static) R 1777 1777 18729 0 -1 4202496 31134 0 0 0 14614 20 0 0 25 0 1 0 77725366 131485696 30851 4294967295 134512640 135212939 3214943648 3214942112 134526661 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3544/statm: 32101 30851 76 171 0 31929 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 130824

[startup+702.304 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 4114
/proc/meminfo: memFree=603608/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2420 CPUtime=495.73
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 387 366728 0 0 0 1 49323 249 18 0 1 0 77675766 2478080 278 4294967295 134512640 135169312 3214449888 3214446104 3085786862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1777/statm: 605 278 235 161 0 44 0
[pid=3544] ppid=1777 vsize=140660 CPUtime=206.33
/proc/3544/stat : 3544 (minisat_static) R 1777 1777 18729 0 -1 4202496 34199 0 0 0 20610 23 0 0 25 0 1 0 77725366 144035840 33916 4294967295 134512640 135212939 3214943648 3214942112 134526557 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3544/statm: 35165 33916 76 171 0 34993 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 143080

[startup+762.317 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 4304
/proc/meminfo: memFree=590068/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2420 CPUtime=495.73
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 387 366728 0 0 0 1 49323 249 18 0 1 0 77675766 2478080 278 4294967295 134512640 135169312 3214449888 3214446104 3085786862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1777/statm: 605 278 235 161 0 44 0
[pid=3544] ppid=1777 vsize=154124 CPUtime=266.35
/proc/3544/stat : 3544 (minisat_static) R 1777 1777 18729 0 -1 4202496 37581 0 0 0 26608 27 0 0 25 0 1 0 77725366 157822976 37298 4294967295 134512640 135212939 3214943648 3214942112 134527119 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3544/statm: 38531 37298 76 171 0 38359 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 156544

[startup+822.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 4494
/proc/meminfo: memFree=575280/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2420 CPUtime=495.73
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 387 366728 0 0 0 1 49323 249 18 0 1 0 77675766 2478080 278 4294967295 134512640 135169312 3214449888 3214446104 3085786862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1777/statm: 605 278 235 161 0 44 0
[pid=3544] ppid=1777 vsize=169032 CPUtime=326.35
/proc/3544/stat : 3544 (minisat_static) R 1777 1777 18729 0 -1 4202496 41272 0 0 0 32603 32 0 0 25 0 1 0 77725366 173088768 40989 4294967295 134512640 135212939 3214943648 3214942112 134527136 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3544/statm: 42258 40989 76 171 0 42086 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 171452

[startup+882.313 s]
/proc/loadavg: 1.03 1.01 1.00 2/93 4689
/proc/meminfo: memFree=561680/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2420 CPUtime=495.73
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 387 366728 0 0 0 1 49323 249 18 0 1 0 77675766 2478080 278 4294967295 134512640 135169312 3214449888 3214446104 3085786862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1777/statm: 605 278 235 161 0 44 0
[pid=3544] ppid=1777 vsize=182504 CPUtime=386.35
/proc/3544/stat : 3544 (minisat_static) R 1777 1777 18729 0 -1 4202496 44674 0 0 0 38598 37 0 0 25 0 1 0 77725366 186884096 44391 4294967295 134512640 135212939 3214943648 3214942112 134526557 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3544/statm: 45626 44391 76 171 0 45454 0
Current children cumulated CPU time (s) 882.08
Current children cumulated vsize (KiB) 184924

[startup+942.316 s]
/proc/loadavg: 1.01 1.01 1.00 3/93 4878
/proc/meminfo: memFree=549544/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2420 CPUtime=495.73
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 387 366728 0 0 0 1 49323 249 18 0 1 0 77675766 2478080 278 4294967295 134512640 135169312 3214449888 3214446104 3085786862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1777/statm: 605 278 235 161 0 44 0
[pid=3544] ppid=1777 vsize=194968 CPUtime=446.36
/proc/3544/stat : 3544 (minisat_static) R 1777 1777 18729 0 -1 4202496 47754 0 0 0 44596 40 0 0 25 0 1 0 77725366 199647232 47471 4294967295 134512640 135212939 3214943648 3214942112 134526661 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3544/statm: 48742 47471 76 171 0 48570 0
Current children cumulated CPU time (s) 942.09
Current children cumulated vsize (KiB) 197388

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 5068
/proc/meminfo: memFree=538120/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2420 CPUtime=495.73
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 387 366728 0 0 0 1 49323 249 18 0 1 0 77675766 2478080 278 4294967295 134512640 135169312 3214449888 3214446104 3085786862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1777/statm: 605 278 235 161 0 44 0
[pid=3544] ppid=1777 vsize=206376 CPUtime=506.37
/proc/3544/stat : 3544 (minisat_static) R 1777 1777 18729 0 -1 4202496 50594 0 0 0 50594 43 0 0 25 0 1 0 77725366 211329024 50311 4294967295 134512640 135212939 3214943648 3214942112 134526674 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3544/statm: 51594 50311 76 171 0 51422 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 208796

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 5258
/proc/meminfo: memFree=527572/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2420 CPUtime=495.73
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 387 366728 0 0 0 1 49323 249 18 0 1 0 77675766 2478080 278 4294967295 134512640 135169312 3214449888 3214446104 3085786862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1777/statm: 605 278 235 161 0 44 0
[pid=3544] ppid=1777 vsize=217000 CPUtime=566.37
/proc/3544/stat : 3544 (minisat_static) R 1777 1777 18729 0 -1 4202496 53256 0 0 0 56592 45 0 0 25 0 1 0 77725366 222208000 52973 4294967295 134512640 135212939 3214943648 3214942112 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3544/statm: 54250 52973 76 171 0 54078 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 219420

[startup+1122.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 5447
/proc/meminfo: memFree=517676/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2420 CPUtime=495.73
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 387 366728 0 0 0 1 49323 249 18 0 1 0 77675766 2478080 278 4294967295 134512640 135169312 3214449888 3214446104 3085786862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1777/statm: 605 278 235 161 0 44 0
[pid=3544] ppid=1777 vsize=226772 CPUtime=626.38
/proc/3544/stat : 3544 (minisat_static) R 1777 1777 18729 0 -1 4202496 55727 0 0 0 62587 51 0 0 25 0 1 0 77725366 232214528 55444 4294967295 134512640 135212939 3214943648 3214942112 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3544/statm: 56693 55444 76 171 0 56521 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 229192

[startup+1182.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 5638
/proc/meminfo: memFree=504904/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2420 CPUtime=495.73
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 387 366728 0 0 0 1 49323 249 18 0 1 0 77675766 2478080 278 4294967295 134512640 135169312 3214449888 3214446104 3085786862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1777/statm: 605 278 235 161 0 44 0
[pid=3544] ppid=1777 vsize=239756 CPUtime=686.39
/proc/3544/stat : 3544 (minisat_static) R 1777 1777 18729 0 -1 4202496 58958 0 0 0 68586 53 0 0 25 0 1 0 77725366 245510144 58675 4294967295 134512640 135212939 3214943648 3214942112 134526557 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3544/statm: 59939 58675 76 171 0 59767 0
Current children cumulated CPU time (s) 1182.12
Current children cumulated vsize (KiB) 242176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.22 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 5638
/proc/meminfo: memFree=500812/2074464 swapFree=1959888/1959888
[pid=1777] ppid=1775 vsize=2420 CPUtime=495.73
/proc/1777/stat : 1777 (SatELiteGTI) S 1775 1777 18729 0 -1 4194304 387 366728 0 0 0 1 49323 249 18 0 1 0 77675766 2478080 278 4294967295 134512640 135169312 3214449888 3214446104 3085786862 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1777/statm: 605 278 235 161 0 44 0
[pid=3544] ppid=1777 vsize=243584 CPUtime=704.29
/proc/3544/stat : 3544 (minisat_static) R 1777 1777 18729 0 -1 4202496 59944 0 0 0 70376 53 0 0 25 0 1 0 77725366 249430016 59661 4294967295 134512640 135212939 3214943648 3214942112 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/3544/statm: 60896 59661 76 171 0 60724 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 246004

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.25
CPU time (s): 1200.03
CPU user time (s): 1196.99
CPU system time (s): 3.04
CPU usage (%): 99.9819
Max. virtual memory (cumulated for all children) (KiB): 890164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1196.99
system time used= 3.04
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 427149
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= 40
involuntary context switches= 5834

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi07 at 2009-06-12 12:28:16
IDJOB=1849353
IDBENCH=20506
IDSOLVER=690
FILE ID=tipi07/1849353-1244802496
PBS_JOBID=
Free space on /tmp= 15708 MiB

SOLVER NAME= minisat2 070721/core
BENCH NAME= SAT07/industrial/narain/clauses-8.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1849353-1244802496/watcher-1849353-1244802496 -o /tmp/evaluation-result-1849353-1244802496/solver-1849353-1244802496 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1849353-1244802496.cnf

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

MD5SUM BENCH= 74bd745b1c68e4deddfa063e58b6b54d
RANDOM SEED= 697052485

Linux tipi07 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.428
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.40

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.428
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.79

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.428
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.79

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.428
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:         55648 kB
Buffers:         74056 kB
Cached:        1773804 kB
SwapCached:          0 kB
Active:         773704 kB
Inactive:      1085468 kB
HighTotal:     1178688 kB
HighFree:         5336 kB
LowTotal:       895776 kB
LowFree:         50312 kB
SwapTotal:     1959888 kB
SwapFree:      1959888 kB
Dirty:          117688 kB
Writeback:           0 kB
AnonPages:       11352 kB
Mapped:           5312 kB
Slab:           150976 kB
PageTables:        336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    86048 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15580 MiB
End job on tipi07 at 2009-06-12 12:48:29