Trace number 3282621

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
CryptoMiniSat Strange-Night-1-st? (TO) 1300.06 1300.02

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-11.cnf
MD5SUM49867705b76fc90285dd6fc48de2613c
Bench CategoryAPPLICATION (applications 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 variables69561
Number of clauses226787
Sum of the clauses size587727
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292376
Number of clauses of size 3134282
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3282621-1303755461.cnf'
0.08/0.09	c -- clauses added:            0 learnts,       226787 normals,            0 xors
0.08/0.09	c -- vars added      69561
0.08/0.09	c Parsing time:  0.08 s
0.08/0.09	c  N st     0         0     69561    133769     92375         0    586057         0   no data   no data  --
0.09/0.19	c asymm  cl-useful: 2/133769/133769 lits-rem:6 time: 0.10
0.49/0.55	c Flit:     9 Blit:    106 bXBeca:    0 bXProp: 5530 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.34
0.49/0.55	c Cleaning up after failed var search:     0.00 s 
0.49/0.57	c Replacing     5530 vars Replaced    70076 lits Time:     0.02 s 
0.59/0.62	c bin-w-bin subsume rem            6 bins  time:  0.01 s
0.59/0.64	c subs with bin:       90  lits-rem:        60  v-fix:    0  time:  0.02 s
0.59/0.67	c Subs w/ non-existent bins:      6 l-rem:      4 v-fix:     0 done:  63670 time:  0.03 s
0.59/0.69	c Removed useless bin:       2  fixed:     0  props:   1.67M  time:  0.02 s
0.89/0.98	c lits-rem:         0  cl-subs:      800  v-elim:  21223  v-fix:    0  time:  0.28 s
0.89/0.99	c Finding binary XORs  T:     0.02 s  found:      36
1.00/1.00	c Replacing       36 vars Replaced      503 lits Time:     0.01 s 
1.00/1.07	c Finding non-binary XORs:     0.05 s (found:   14313, avg size: 3.6)
1.00/1.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    244 locsubst:    63 time:   0.01
1.00/1.08	c calculated reachability. Time: 0.00
1.00/1.08	c Calc default polars -  time:   0.00 s pos:   15706 undec:   27585 neg:   26270
1.00/1.08	c =========================================================================================
1.00/1.08	c types(t): F = full restart, N = normal restart
1.00/1.08	c types(t): S = simplification begin/end, E = solution found
1.00/1.08	c restart types(rt): st = static, dy = dynamic
1.00/1.08	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.00/1.08	c  B st     0         0     42167     51364     45940         0    298267         0   no data   no data  --
2.99/3.05	c Decided on static restart strategy
8.39/8.47	c  N st     8      4913     42150     51364     46146      4585    298267    318336   no data   no data  --
20.09/20.10	c  N st    10     11296     42149     51364     46230     10762    298267   1147592   no data   no data  --
26.09/26.18	c  N st    11     17041     42136     51364     46360     16297    298267   1598150   no data   no data  --
40.99/41.03	c  F st    12     25002     42135     51364     46476     15897    298267   1108039   no data   no data  --
40.99/41.09	c Replacing       48 vars Replaced    11257 lits Time:     0.05 s 
41.09/41.14	c  N st    12     25002     42087     51264     46378     15888    297730   1107675   no data   no data  --
49.89/49.92	c Decided on static restart strategy
49.89/49.92	c  N st    18     30001     42081     51264     46457     20729    297730   1475036   no data   no data  --
49.89/49.92	c  S st    18     30001     42081     51264     46457     20729    297730   1475036   no data   no data  --
49.89/49.98	c  S st    18     30503     42081     51264     46501     21172    297730   1481980   no data   no data  --
49.99/50.00	c x-sub:    29 x-cut:      0 vfix:      0 v-elim:     68 locsubst:     0 time:   0.02
49.99/50.00	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.00
50.50/50.56	c Flit:    12 Blit:     38 bXBeca:    0 bXProp:  205 Bins:   8281 BRemL:    572 BRemN:    128 P:  3.9M T:  0.56
50.60/50.60	c Replacing      218 vars Replaced    16788 lits Time:     0.04 s 
50.60/50.65	c bin-w-bin subsume rem          129 bins  time:  0.00 s
50.69/50.73	c subs with bin:     2531  lits-rem:     13652  v-fix:    0  time:  0.07 s
50.69/50.74	c Subs w/ non-existent bins:      0 l-rem:    324 v-fix:     0 done:    841 time:  0.02 s
50.69/50.76	c Removed useless bin:      28  fixed:     0  props:   0.68M  time:  0.01 s
53.80/53.86	c lits-rem:      4448  cl-subs:    11281  v-elim:  13213  v-fix:    0  time:  3.10 s
53.90/53.93	c asymm  cl-useful: 1/58646/58646 lits-rem:3 time: 0.07
53.90/53.93	c calculated reachability. Time: 0.00
53.90/53.94	c  N st    18     30503     28521     58645     16600      9667    249380    201633   no data   no data  --
58.79/58.87	c Finding binary XORs  T:     0.01 s  found:      51
65.50/65.50	c  N st    20     37614     28521     58645     16606     16660    249380   1206976   no data   no data  --
77.09/77.19	c  N st    21     44013     28521     58645     16609     22935    249380   2070211   no data   no data  --
79.39/79.41	c  S st    22     45755     28521     58645     16610     24653    249380   2100584   no data   no data  --
79.39/79.47	c  S st    22     46259     28521     58645     16615     25143    249380   2107965   no data   no data  --
79.39/79.49	c x-sub:     2 x-cut:      0 vfix:      0 v-elim:      1 locsubst:    12 time:   0.02
79.39/79.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
79.79/79.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   53 Bins:    182 BRemL:     51 BRemN:     23 P:  2.4M T:  0.40
79.89/79.93	c Replacing      109 vars Replaced     8009 lits Time:     0.04 s 
79.99/80.03	c bin-w-bin subsume rem           71 bins  time:  0.00 s
80.10/80.12	c subs with bin:       45  lits-rem:      2117  v-fix:    0  time:  0.09 s
80.10/80.13	c Subs w/ non-existent bins:      0 l-rem:     89 v-fix:     0 done:    113 time:  0.01 s
80.10/80.14	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
82.70/82.72	c lits-rem:      2336  cl-subs:     1341  v-elim:     45  v-fix:    0  time:  2.58 s
82.70/82.73	c vivif2 --  cl tried    58503 cl shrink        2 lits rem          2 time: 0.00
82.80/82.85	c vivif2 --  cl tried    23881 cl shrink     9531 lits rem      19919 time: 0.12
82.89/82.94	c asymm  cl-useful: 0/58501/58501 lits-rem:0 time: 0.09
82.89/82.95	c calculated reachability. Time: 0.00
82.89/82.95	c  N st    22     46259     28366     58501     16396     23873    248553   1923588   no data   no data  --
105.30/105.33	c  N st    23     60657     28366     58501     16400     25439    248553   1582152   no data   no data  --
125.79/125.88	c  N st    24     69388     28366     58501     16400     33997    248553   2321126   no data   no data  --
125.79/125.88	c  S st    24     69388     28366     58501     16400     33997    248553   2321126   no data   no data  --
125.89/125.96	c  S st    24     69890     28366     58501     16401     34489    248553   2328873   no data   no data  --
125.89/125.97	c x-sub:     6 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    32 time:   0.02
125.89/125.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
126.29/126.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   64 Bins:    142 BRemL:     23 BRemN:      1 P:  2.6M T:  0.40
126.29/126.40	c Replacing       81 vars Replaced     1541 lits Time:     0.01 s 
126.40/126.49	c bin-w-bin subsume rem           76 bins  time:  0.00 s
126.59/126.60	c subs with bin:        8  lits-rem:       725  v-fix:    0  time:  0.11 s
126.59/126.61	c Subs w/ non-existent bins:      0 l-rem:    383 v-fix:     0 done:   1703 time:  0.01 s
126.59/126.62	c Removed useless bin:       3  fixed:     0  props:   0.28M  time:  0.01 s
129.59/129.61	c lits-rem:      1493  cl-subs:     2737  v-elim:     28  v-fix:    0  time:  2.99 s
129.59/129.62	c vivif2 --  cl tried    58433 cl shrink        0 lits rem          0 time: 0.00
129.70/129.74	c vivif2 --  cl tried    31783 cl shrink     7829 lits rem      18987 time: 0.12
129.80/129.84	c asymm  cl-useful: 19/58433/58433 lits-rem:55 time: 0.10
129.80/129.84	c calculated reachability. Time: 0.00
129.80/129.84	c  N st    24     69890     28257     58415     16328     31783    247946   2110531   no data   no data  --
156.60/156.65	c  F st    25     87500     28257     58415     16330     32405    247946   1635836   no data   no data  --
156.60/156.68	c  N st    25     87500     28257     58415     16330     32405    247946   1635836   no data   no data  --
164.59/164.65	c Decided on static restart strategy
168.99/169.05	c  N st    32     95539     28257     58415     16330     40320    247946   2663454   no data   no data  --
184.90/184.94	c  N st    34    104835     28257     58415     16330     31615    247946   1407020   no data   no data  --
184.90/184.94	c  S st    34    104835     28257     58415     16330     31615    247946   1407020   no data   no data  --
185.00/185.02	c  S st    34    105338     28257     58415     16331     32112    247946   1413425   no data   no data  --
185.00/185.03	c x-sub:    15 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     4 time:   0.01
185.00/185.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
185.40/185.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   27 Bins:     94 BRemL:     28 BRemN:      2 P:  2.6M T:  0.40
185.40/185.45	c Replacing       29 vars Replaced      462 lits Time:     0.01 s 
185.50/185.51	c bin-w-bin subsume rem           35 bins  time:  0.00 s
185.50/185.57	c subs with bin:       18  lits-rem:       659  v-fix:    0  time:  0.06 s
185.50/185.58	c Subs w/ non-existent bins:      0 l-rem:    502 v-fix:     0 done:    805 time:  0.01 s
185.50/185.59	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.01 s
187.40/187.49	c lits-rem:      1456  cl-subs:      799  v-elim:     15  v-fix:    0  time:  1.90 s
187.40/187.49	c vivif2 --  cl tried    58360 cl shrink        0 lits rem          0 time: 0.00
187.50/187.57	c vivif2 --  cl tried    31317 cl shrink     4453 lits rem      10280 time: 0.07
187.60/187.67	c asymm  cl-useful: 4/58360/58360 lits-rem:10 time: 0.10
187.60/187.68	c calculated reachability. Time: 0.00
187.60/187.68	c  N st    34    105338     28213     58357     16304     31315    247570   1343063   no data   no data  --
207.80/207.89	c  N st    35    114937     28213     58357     16304     40756    247570   2548196   no data   no data  --
207.80/207.90	c Finding binary XORs  T:     0.01 s  found:       0
243.60/243.64	c  N st    36    129335     28213     58357     16309     34476    247570    735482   no data   no data  --
281.10/281.14	c  N st    37    150931     28213     58357     16313     33810    247570    603102   no data   no data  --
291.60/291.60	c  S st    38    158008     28213     58357     16316     40803    247570   1489218   no data   no data  --
291.60/291.68	c  S st    38    158514     28213     58357     16316     41304    247570   1496348   no data   no data  --
291.70/291.70	c x-sub:     2 x-cut:      0 vfix:      0 v-elim:     31 locsubst:     6 time:   0.02
291.70/291.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
292.10/292.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   30 Bins:     79 BRemL:     27 BRemN:      0 P:  2.8M T:  0.40
292.10/292.12	c Replacing       33 vars Replaced     1703 lits Time:     0.01 s 
292.10/292.18	c bin-w-bin subsume rem           31 bins  time:  0.00 s
292.20/292.25	c subs with bin:       22  lits-rem:       753  v-fix:    0  time:  0.07 s
292.20/292.26	c Subs w/ non-existent bins:      0 l-rem:    445 v-fix:     0 done:   1271 time:  0.01 s
292.20/292.27	c Removed useless bin:       1  fixed:     0  props:   0.28M  time:  0.01 s
294.70/294.73	c lits-rem:      1291  cl-subs:     1103  v-elim:     12  v-fix:    0  time:  2.46 s
294.70/294.74	c vivif2 --  cl tried    58336 cl shrink        0 lits rem          0 time: 0.00
294.81/294.81	c vivif2 --  cl tried    40198 cl shrink     4647 lits rem       9348 time: 0.07
294.90/294.93	c asymm  cl-useful: 1/58336/58336 lits-rem:3 time: 0.11
294.90/294.93	c calculated reachability. Time: 0.00
294.90/294.94	c  N st    38    158514     28137     58335     16277     40198    247236   1439977   no data   no data  --
379.01/379.06	c  N st    39    207104     28137     58335     16280     40626    247236    975316   no data   no data  --
450.91/450.94	c  N st    40    237772     28137     58335     16281     44786    247236    767326   no data   no data  --
450.91/450.94	c  S st    40    237772     28137     58335     16281     44786    247236    767326   no data   no data  --
451.01/451.06	c  S st    40    238275     28137     58335     16282     45278    247236    775081   no data   no data  --
451.01/451.08	c x-sub:     3 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    22 time:   0.01
451.01/451.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
451.40/451.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    5 Bins:     49 BRemL:     13 BRemN:      0 P:  3.0M T:  0.41
451.50/451.51	c Replacing       16 vars Replaced     1815 lits Time:     0.01 s 
451.50/451.55	c bin-w-bin subsume rem            4 bins  time:  0.00 s
451.50/451.59	c subs with bin:       18  lits-rem:       889  v-fix:    0  time:  0.03 s
451.60/451.60	c Subs w/ non-existent bins:      0 l-rem:    270 v-fix:     0 done:  10060 time:  0.01 s
451.60/451.61	c Removed useless bin:       1  fixed:     0  props:   0.28M  time:  0.01 s
455.41/455.45	c lits-rem:      5248  cl-subs:     3293  v-elim:      3  v-fix:    0  time:  3.84 s
455.41/455.46	c vivif2 --  cl tried    58316 cl shrink        0 lits rem          0 time: 0.00
455.41/455.48	c vivif2 --  cl tried    41971 cl shrink     1699 lits rem       2831 time: 0.03
455.60/455.60	c asymm  cl-useful: 1/58316/58316 lits-rem:3 time: 0.12
455.60/455.61	c calculated reachability. Time: 0.00
455.60/455.61	c  N st    40    238275     28118     58315     16303     41971    247118    685237   no data   no data  --
636.91/636.94	c  F st    41    306250     28117     58315     16322     54644    247118    902125   no data   no data  --
636.91/636.96	c Replacing        2 vars Replaced      543 lits Time:     0.01 s 
637.01/637.00	c  N st    41    306250     28115     58312     16268     54172    247101    898838   no data   no data  --
646.11/646.19	c Decided on static restart strategy
709.31/709.37	c  N st    51    334556     28115     58312     16270     53957    247101   1053749   no data   no data  --
774.02/774.05	c  N st    53    357412     28115     58312     16272     47465    247101    837249   no data   no data  --
774.02/774.05	c  S st    53    357412     28115     58312     16272     47465    247101    837249   no data   no data  --
774.12/774.15	c  S st    53    357916     28115     58312     16272     47955    247101    844611   no data   no data  --
774.12/774.16	c x-sub:    11 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     2 time:   0.02
774.12/774.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
774.52/774.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:     58 BRemL:     23 BRemN:      0 P:  3.0M T:  0.41
774.52/774.59	c Replacing        2 vars Replaced      447 lits Time:     0.01 s 
774.62/774.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
774.62/774.67	c subs with bin:       64  lits-rem:       261  v-fix:    0  time:  0.04 s
774.62/774.69	c Subs w/ non-existent bins:      0 l-rem:   1283 v-fix:     0 done:   5186 time:  0.02 s
774.72/774.70	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.01 s
776.32/776.33	c lits-rem:      1483  cl-subs:      660  v-elim:      1  v-fix:    0  time:  1.63 s
776.32/776.34	c vivif2 --  cl tried    58292 cl shrink        0 lits rem          0 time: 0.00
776.32/776.37	c vivif2 --  cl tried    47233 cl shrink     1691 lits rem       2958 time: 0.03
776.53/776.50	c asymm  cl-useful: 0/58292/58292 lits-rem:0 time: 0.13
776.53/776.51	c calculated reachability. Time: 0.00
776.53/776.51	c  N st    53    357916     28112     58292     16304     47233    246941    825918   no data   no data  --
877.02/877.04	c  N st    54    390308     28112     58292     16305     49017    246941    612351   no data   no data  --
988.02/988.00	c  N st    55    438897     28112     58292     16306     65060    246941   1118282   no data   no data  --
1199.53/1199.58	c  N st    56    511780     28112     58292     16308     70967    246941   1138028   no data   no data  --
1270.33/1270.39	c  N st    57    536875     28112     58292     16311     62196    246941    740835   no data   no data  --
1270.33/1270.39	c  S st    57    536875     28112     58292     16311     62196    246941    740835   no data   no data  --
1270.54/1270.51	c  S st    57    537379     28112     58292     16311     62692    246941    749382   no data   no data  --
1270.54/1270.53	c x-sub:     1 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1270.54/1270.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1270.93/1270.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     40 BRemL:      7 BRemN:      0 P:  3.4M T:  0.43
1271.03/1271.00	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1271.03/1271.04	c subs with bin:       89  lits-rem:       609  v-fix:    0  time:  0.03 s
1271.03/1271.06	c Subs w/ non-existent bins:      1 l-rem:    300 v-fix:     0 done:  18120 time:  0.02 s
1271.03/1271.07	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.01 s
1274.84/1274.82	c lits-rem:      4795  cl-subs:     3190  v-elim:      0  v-fix:    0  time:  3.76 s
1274.84/1274.83	c vivif2 --  cl tried    58292 cl shrink        0 lits rem          0 time: 0.00
1274.84/1274.86	c vivif2 --  cl tried    59402 cl shrink     1847 lits rem       3159 time: 0.03
1275.03/1275.00	c asymm  cl-useful: 0/58292/58292 lits-rem:0 time: 0.15
1275.03/1275.01	c calculated reachability. Time: 0.00
1275.03/1275.01	c  N st    57    537379     28112     58292     16346     59402    246938    678342   no data   no data  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3282621-1303755461/watcher-3282621-1303755461 -o /tmp/evaluation-result-3282621-1303755461/solver-3282621-1303755461 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3282621-1303755461.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.71 3.92 3.60 4/189 28253
/proc/meminfo: memFree=13503052/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=35524 CPUtime=0 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 3422 0 0 0 0 0 0 0 21 0 1 0 565776795 36376576 2857 33554432000 4194304 4650387 140733343334624 18446744073709551615 4361539 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 8881 2867 326 112 0 3846 0

[startup+0.0932489 s]
/proc/loadavg: 3.71 3.92 3.60 4/189 28253
/proc/meminfo: memFree=13503052/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=64164 CPUtime=0.08 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 10240 0 0 0 8 0 0 0 21 0 1 0 565776795 65703936 8121 33554432000 4194304 4650387 140733343334624 18446744073709551615 256415052485 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 16041 8123 328 112 0 11006 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 64164

[startup+0.101239 s]
/proc/loadavg: 3.71 3.92 3.60 4/189 28253
/proc/meminfo: memFree=13503052/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=64468 CPUtime=0.09 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 10350 0 0 0 9 0 0 0 21 0 1 0 565776795 66015232 8231 33554432000 4194304 4650387 140733343334624 18446744073709551615 4536247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 16117 8231 347 112 0 11082 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64468

[startup+0.301198 s]
/proc/loadavg: 3.71 3.92 3.60 4/189 28253
/proc/meminfo: memFree=13503052/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=74224 CPUtime=0.29 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 12214 0 0 0 28 1 0 0 22 0 1 0 565776795 76005376 9310 33554432000 4194304 4650387 140733343334624 18446744073709551615 4302816 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 18556 9310 354 112 0 13521 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 74224

[startup+0.701103 s]
/proc/loadavg: 3.71 3.92 3.60 4/189 28253
/proc/meminfo: memFree=13503052/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=92216 CPUtime=0.69 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 16890 0 0 0 68 1 0 0 23 0 1 0 565776795 94429184 13986 33554432000 4194304 4650387 140733343334624 18446744073709551615 4441328 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 23054 13986 395 112 0 18019 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 92216

[startup+1.50098 s]
/proc/loadavg: 3.71 3.92 3.60 5/190 28254
/proc/meminfo: memFree=13307616/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=116652 CPUtime=1.49 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 23291 0 0 0 147 2 0 0 25 0 1 0 565776795 119451648 20362 33554432000 4194304 4650387 140733343334624 18446744073709551615 4364392 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 29163 20362 379 112 0 24128 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 116652

[startup+3.10067 s]
/proc/loadavg: 3.71 3.92 3.60 5/190 28254
/proc/meminfo: memFree=13239208/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=116652 CPUtime=3.09 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 23331 0 0 0 307 2 0 0 25 0 1 0 565776795 119451648 20402 33554432000 4194304 4650387 140733343334624 18446744073709551615 4363694 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 29163 20402 380 112 0 24128 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 116652

[startup+6.30107 s]
/proc/loadavg: 3.73 3.92 3.60 5/190 28254
/proc/meminfo: memFree=13043296/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=116652 CPUtime=6.29 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 23440 0 0 0 627 2 0 0 25 0 1 0 565776795 119451648 20511 33554432000 4194304 4650387 140733343334624 18446744073709551615 4315185 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 29163 20511 380 112 0 24128 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 116652

[startup+12.7009 s]
/proc/loadavg: 3.75 3.92 3.60 5/190 28254
/proc/meminfo: memFree=13007288/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=116652 CPUtime=12.69 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 23872 0 0 0 1267 2 0 0 25 0 1 0 565776795 119451648 20943 33554432000 4194304 4650387 140733343334624 18446744073709551615 4315246 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 29163 20943 380 112 0 24128 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 116652

[startup+25.5004 s]
/proc/loadavg: 3.81 3.92 3.61 5/190 28254
/proc/meminfo: memFree=12990800/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=164520 CPUtime=25.49 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 24820 0 0 0 2547 2 0 0 25 0 1 0 565776795 168468480 21891 33554432000 4194304 4650387 140733343334624 18446744073709551615 4367954 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 41130 21891 380 112 0 36095 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 164520

[startup+51.1006 s]
/proc/loadavg: 3.87 3.93 3.62 5/190 28255
/proc/meminfo: memFree=12952712/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=130872 CPUtime=51.09 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 30945 0 0 0 5106 3 0 0 25 0 1 0 565776795 134012928 24515 33554432000 4194304 4650387 140733343334624 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 32718 24515 382 112 0 27683 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 130872

[startup+102.307 s]
/proc/loadavg: 3.50 3.82 3.60 4/184 28273
/proc/meminfo: memFree=12887704/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=168232 CPUtime=102.3 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 45800 0 0 0 10224 6 0 0 25 0 1 0 565776795 172269568 33177 33554432000 4194304 4650387 140733343334624 18446744073709551615 4520236 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 42058 33177 382 112 0 37023 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 168232

[startup+162.3 s]
/proc/loadavg: 3.18 3.67 3.56 4/184 28275
/proc/meminfo: memFree=12831624/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=190736 CPUtime=162.29 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 56503 0 0 0 16221 8 0 0 25 0 1 0 565776795 195313664 38952 33554432000 4194304 4650387 140733343334624 18446744073709551615 4364326 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 47684 38952 382 112 0 42649 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 190736

[startup+222.301 s]
/proc/loadavg: 3.06 3.55 3.52 4/184 28277
/proc/meminfo: memFree=12797996/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=246388 CPUtime=222.3 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 62952 0 0 0 22220 10 0 0 25 0 1 0 565776795 252301312 42156 33554432000 4194304 4650387 140733343334624 18446744073709551615 4364326 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 61597 42156 382 112 0 56562 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 246388

[startup+282.301 s]
/proc/loadavg: 3.02 3.44 3.48 4/184 28278
/proc/meminfo: memFree=12778384/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=194476 CPUtime=282.3 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 66875 0 0 0 28219 11 0 0 25 0 1 0 565776795 199143424 38626 33554432000 4194304 4650387 140733343334624 18446744073709551615 4314969 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 48619 38626 382 112 0 43584 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 194476

[startup+342.3 s]
/proc/loadavg: 3.04 3.38 3.45 4/184 28280
/proc/meminfo: memFree=12788540/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=197780 CPUtime=342.3 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 71528 0 0 0 34218 12 0 0 25 0 1 0 565776795 202526720 39837 33554432000 4194304 4650387 140733343334624 18446744073709551615 4314819 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 49445 39837 382 112 0 44410 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 197780

[startup+402.301 s]
/proc/loadavg: 3.01 3.30 3.43 4/184 28281
/proc/meminfo: memFree=12767188/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=211524 CPUtime=402.3 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 75085 0 0 0 40217 13 0 0 25 0 1 0 565776795 216600576 43394 33554432000 4194304 4650387 140733343334624 18446744073709551615 4331139 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 52881 43394 382 112 0 47846 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 211524

[startup+462.301 s]
/proc/loadavg: 3.00 3.25 3.40 4/184 28283
/proc/meminfo: memFree=12742004/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=223508 CPUtime=462.3 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 77326 0 0 0 46217 13 0 0 25 0 1 0 565776795 228872192 45419 33554432000 4194304 4650387 140733343334624 18446744073709551615 4334258 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 55877 45419 382 112 0 50842 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 223508

[startup+522.301 s]
/proc/loadavg: 3.00 3.20 3.37 4/184 28285
/proc/meminfo: memFree=12740500/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=223508 CPUtime=522.31 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 78283 0 0 0 52217 14 0 0 25 0 1 0 565776795 228872192 46376 33554432000 4194304 4650387 140733343334624 18446744073709551615 4315240 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 55877 46376 382 112 0 50842 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 223508

[startup+582.301 s]
/proc/loadavg: 3.00 3.16 3.34 4/184 28286
/proc/meminfo: memFree=12703412/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=223508 CPUtime=582.31 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 79149 0 0 0 58217 14 0 0 25 0 1 0 565776795 228872192 47242 33554432000 4194304 4650387 140733343334624 18446744073709551615 4363305 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 55877 47242 382 112 0 50842 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 223508

[startup+642.3 s]
/proc/loadavg: 3.04 3.14 3.32 4/184 28288
/proc/meminfo: memFree=12679320/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=223508 CPUtime=642.31 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 79149 0 0 0 64217 14 0 0 25 0 1 0 565776795 228872192 47242 33554432000 4194304 4650387 140733343334624 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 55877 47242 382 112 0 50842 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 223508

[startup+702.301 s]
/proc/loadavg: 3.01 3.11 3.30 4/184 28289
/proc/meminfo: memFree=12710052/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=226080 CPUtime=702.31 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 79150 0 0 0 70217 14 0 0 25 0 1 0 565776795 231505920 47243 33554432000 4194304 4650387 140733343334624 18446744073709551615 4364097 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 56520 47243 382 112 0 51485 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 226080

[startup+762.307 s]
/proc/loadavg: 3.00 3.09 3.28 4/184 28291
/proc/meminfo: memFree=12674944/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=226080 CPUtime=762.33 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 79985 0 0 0 76218 15 0 0 25 0 1 0 565776795 231505920 48078 33554432000 4194304 4650387 140733343334624 18446744073709551615 4314908 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 56520 48078 382 112 0 51485 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 226080

[startup+822.3 s]
/proc/loadavg: 3.04 3.08 3.26 4/184 28293
/proc/meminfo: memFree=12646656/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=226080 CPUtime=822.32 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 80230 0 0 0 82217 15 0 0 25 0 1 0 565776795 231505920 48323 33554432000 4194304 4650387 140733343334624 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 56520 48323 382 112 0 51485 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 226080

[startup+882.301 s]
/proc/loadavg: 3.01 3.07 3.24 4/184 28294
/proc/meminfo: memFree=12646388/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=226080 CPUtime=882.32 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 80447 0 0 0 88217 15 0 0 25 0 1 0 565776795 231505920 48323 33554432000 4194304 4650387 140733343334624 18446744073709551615 4363913 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 56520 48323 382 112 0 51485 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 226080

[startup+942.3 s]
/proc/loadavg: 3.00 3.05 3.23 4/184 28296
/proc/meminfo: memFree=12711344/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=204656 CPUtime=942.32 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 81599 0 0 0 94217 15 0 0 25 0 1 0 565776795 209567744 41055 33554432000 4194304 4650387 140733343334624 18446744073709551615 4363409 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 51164 41055 382 112 0 46129 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 204656

[startup+1002.3 s]
/proc/loadavg: 3.00 3.04 3.21 4/184 28297
/proc/meminfo: memFree=12680936/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=204656 CPUtime=1002.33 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 82476 0 0 0 100217 16 0 0 25 0 1 0 565776795 209567744 41932 33554432000 4194304 4650387 140733343334624 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 51164 41932 382 112 0 46129 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 204656

[startup+1062.3 s]
/proc/loadavg: 3.00 3.03 3.19 4/184 28299
/proc/meminfo: memFree=12669884/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=204696 CPUtime=1062.33 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 85134 0 0 0 106217 16 0 0 25 0 1 0 565776795 209608704 41807 33554432000 4194304 4650387 140733343334624 18446744073709551615 4363974 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 51174 41807 382 112 0 46139 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 204696

[startup+1122.3 s]
/proc/loadavg: 3.00 3.02 3.18 4/184 28301
/proc/meminfo: memFree=12653008/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=204696 CPUtime=1122.34 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 85978 0 0 0 112217 17 0 0 25 0 1 0 565776795 209608704 42651 33554432000 4194304 4650387 140733343334624 18446744073709551615 4364730 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 51174 42651 382 112 0 46139 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 204696

[startup+1182.3 s]
/proc/loadavg: 3.00 3.02 3.16 4/184 28302
/proc/meminfo: memFree=12652252/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=204712 CPUtime=1182.33 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 87878 0 0 0 118216 17 0 0 25 0 1 0 565776795 209625088 41453 33554432000 4194304 4650387 140733343334624 18446744073709551615 4333633 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 51178 41453 382 112 0 46143 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 204712

[startup+1242.3 s]
/proc/loadavg: 3.00 3.01 3.15 4/184 28304
/proc/meminfo: memFree=12625828/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=204712 CPUtime=1242.34 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 89351 0 0 0 124216 18 0 0 25 0 1 0 565776795 209625088 42926 33554432000 4194304 4650387 140733343334624 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 51178 42926 382 112 0 46143 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 204712



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.06 3.02 3.15 2/181 28310
/proc/meminfo: memFree=13401332/32950928 swapFree=67111524/67111528
[pid=28253] ppid=28251 vsize=210928 CPUtime=1300.05 cores=4,6
/proc/28253/stat : 28253 (strangenight1-s) R 28251 28253 27092 0 -1 4202496 93033 0 0 0 129986 19 0 0 25 0 1 0 565776795 215990272 43218 33554432000 4194304 4650387 140733343334624 18446744073709551615 4364368 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/28253/statm: 52732 43218 382 112 0 47697 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 210928

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): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.86
CPU system time (s): 0.201969
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 279652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.86
system time used= 0.201969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93033
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= 6
involuntary context switches= 1009

runsolver used 2.26765 second user time and 4.84226 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-25 20:17:41
IDJOB=3282621
IDBENCH=70830
IDSOLVER=1589
FILE ID=node115/3282621-1303755461
RUNJOBID= node115-1303755461-28212
PBS_JOBID= 13154047
Free space on /tmp= 72648 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-11.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282621-1303755461/watcher-3282621-1303755461 -o /tmp/evaluation-result-3282621-1303755461/solver-3282621-1303755461 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3282621-1303755461.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 49867705b76fc90285dd6fc48de2613c
RANDOM SEED=85190173

node115.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13503580 kB
Buffers:       2287856 kB
Cached:       16472952 kB
SwapCached:          4 kB
Active:        7380624 kB
Inactive:     11510588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13503580 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           36212 kB
Writeback:           0 kB
AnonPages:      130040 kB
Mapped:          15752 kB
Slab:           491128 kB
PageTables:       5236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   348716 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72664 MiB
End job on node115 at 2011-04-25 20:39:23