Trace number 3368630

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-mt (fixed)? (TO) 4800.14 1202.75

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S377999798-061-UNKNOWN.cnf
MD5SUMa4ba28fb1550ba8a4eca95d91f4669c6
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark872.659
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 530000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368630-1305399261.cnf'
0.00/0.01	c -- header says num vars:           1500
0.00/0.01	c -- header says num clauses:       30000
0.00/0.03	c -- clauses added:            0 learnts,        30000 normals,            0 xors
0.00/0.03	c -- vars added       1500
0.00/0.03	c Parsing time:  0.07 s
0.00/0.03	c  N st     0         0      1500     30000         0         0    150000         0   no data   no data  --
0.76/0.20	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.62
0.76/0.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
0.76/0.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.76/0.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.76/0.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
0.76/0.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.76/0.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
0.76/0.48	c Finding binary XORs  T:     0.00 s  found:       0
0.76/0.48	c Finding non-binary XORs:     0.05 s (found:       0, avg size: nan)
0.76/0.48	c calculated reachability. Time: 0.00
0.76/0.48	c Calc default polars -  time:   0.01 s pos:     727 undec:      67 neg:     706
0.76/0.48	c =========================================================================================
0.76/0.48	c types(t): F = full restart, N = normal restart
0.76/0.48	c types(t): S = simplification begin/end, E = solution found
0.76/0.48	c restart types(rt): st = static, dy = dynamic
0.76/0.48	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.76/0.48	c  B st     0         0      1500     30000         0         0    150000         0   no data   no data  --
0.76/0.72	c  N dy    18      4049      1500     30000         0      4045    150000    642564    123.51    131.76  --
0.76/1.01	c  N dy    40      8229      1500     30000         0      5728    150000    656657    121.77    128.40  --
5.54/1.41	c  N dy    67     12326      1500     30000         0      5572    150000    417714    121.88    128.54  --
7.14/1.80	c  N dy    93     16488      1500     30000         0      9733    150000   1056387    122.26    130.18  --
8.73/2.20	c  N dy   113     20522      1500     30000         0      8150    150000    626941    121.81    129.84  --
10.33/2.63	c  N dy   140     24697      1500     30000         0     12324    150000   1263661    121.88    130.28  --
10.33/2.67	c  F st   143     25000      1500     30000         0     12627    150000   1311363    121.98   no data  --
12.36/3.19	c  N dy   149     30000      1500     30000         0     10809    150000    917825    121.98   no data  --
12.36/3.19	c  S st   149     30000      1500     30000         0     10809    150000    917825    121.98   no data  --
12.72/3.26	c  S st   149     30502      1500     30000         0     11311    150000    989147    121.98   no data  --
12.72/3.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
12.72/3.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.72/3.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
13.12/3.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.12/3.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.12/3.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
13.12/3.33	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
22.29/5.61	c lits-rem:      1971  cl-subs:       15  v-elim:      0  v-fix:    0  time:  9.03 s
23.09/5.81	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.83
23.09/5.81	c calculated reachability. Time: 0.00
23.09/5.81	c  N dy   149     30502      1500     30000         0     11296    150000    982052    121.98   no data  --
24.70/6.28	c  N dy   170     34652      1500     30000         0     15442    150000   1612829    121.93    129.24  --
26.69/6.73	c  N dy   195     38687      1500     30000         0     11575    150000    835708    122.02    132.13  --
28.69/7.23	c  N dy   223     42772      1500     30000         0     15659    150000   1468881    122.33    129.42  --
30.28/7.61	c  S st   243     45753      1500     30000         0      9689    150000    391107    122.65    124.06  --
30.28/7.68	c  S st   243     46254      1500     30000         0     10190    150000    456157    122.65   no data  --
30.28/7.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
30.28/7.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
30.68/7.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
30.68/7.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.68/7.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.68/7.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
30.68/7.72	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
46.65/11.78	c lits-rem:      1060  cl-subs:        0  v-elim:      0  v-fix:    0  time: 16.16 s
46.65/11.78	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
46.65/11.78	c vivif2 --  cl tried    10190 cl shrink        0 lits rem          0 time: 0.02
47.48/11.97	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.75
47.48/11.98	c calculated reachability. Time: 0.00
47.48/11.98	c  N dy   243     46254      1500     30000         0     10190    150000    455097    122.65   no data  --
49.44/12.43	c  N dy   265     50351      1500     30000         0     14285    150000   1077107    122.49    130.27  --
51.47/12.91	c  N dy   293     54460      1500     30000         0     18392    150000   1715913    122.76    129.51  --
53.03/13.37	c  N dy   317     58476      1500     30000         0     12434    150000    664407    122.80    129.59  --
55.03/13.85	c  N dy   341     62492      1500     30000         0     16448    150000   1272868    122.69    129.45  --
57.03/14.36	c  N dy   368     66583      1500     30000         0     20537    150000   1904491    122.74    131.34  --
58.62/14.73	c  S st   388     69383      1500     30000         0     12357    150000    502733    122.90   no data  --
59.02/14.80	c  S st   388     69886      1500     30000         0     12860    150000    567094    122.90   no data  --
59.02/14.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
59.02/14.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
59.02/14.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
59.02/14.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.02/14.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.02/14.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
59.02/14.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
76.98/19.30	c lits-rem:      1745  cl-subs:        0  v-elim:      0  v-fix:    0  time: 17.74 s
76.98/19.31	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
76.98/19.31	c vivif2 --  cl tried    12860 cl shrink        0 lits rem          0 time: 0.02
77.81/19.58	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 1.04
77.81/19.58	c calculated reachability. Time: 0.00
77.81/19.58	c  N dy   388     69886      1500     30000         0     12860    150000    565349    122.90   no data  --
80.57/20.23	c  N dy   417     74672      1500     30000         0     17645    150000   1300511    122.95    131.09  --
82.97/20.88	c  N dy   437     79503      1500     30000         0     22475    150000   2029803    122.69    129.70  --
86.17/21.62	c  N dy   469     84978      1500     30000         0     15955    150000    908448    122.80    132.15  --
87.36/21.98	c  F st   483     87500      1500     30000         0     18476    150000   1296298    122.76    109.32  --
89.36/22.45	c  N st   488     90798      1500     30000         0     21768    150000   1848410    122.76   no data  --
92.96/23.37	c  N dy   514     96916      1500     30000         0     14891    150000    606865    122.80    129.88  --
96.54/24.26	c  N dy   553    103144      1500     30000         0     21118    150000   1569726    122.94    129.49  --
97.74/24.52	c  S st   563    104830      1500     30000         0     22802    150000   1831727    122.96    124.27  --
98.14/24.63	c  S st   563    105333      1500     30000         0     23305    150000   1900800    122.96   no data  --
98.14/24.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
98.14/24.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
98.14/24.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.12
98.55/24.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
98.55/24.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
98.55/24.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
98.55/24.75	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
145.24/36.43	c lits-rem:       795  cl-subs:       23  v-elim:      0  v-fix:    0  time: 46.58 s
145.24/36.44	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
145.24/36.46	c vivif2 --  cl tried    23282 cl shrink        0 lits rem          0 time: 0.07
146.84/36.81	c asymm  cl-useful: 0/28454/30000 lits-rem:0 time: 1.41
146.84/36.81	c calculated reachability. Time: 0.00
146.84/36.81	c  N dy   563    105333      1500     30000         0     23282    150000   1892322    122.96   no data  --
150.43/37.73	c  N dy   606    112079      1500     30000         0     16035    150000    642182    123.06    129.64  --
154.03/38.68	c  N dy   656    119328      1500     30000         0     23284    150000   1768133    123.15    130.38  --
158.42/39.78	c  N dy   700    127009      1500     30000         0     15973    150000    484244    123.05    131.34  --
162.81/40.86	c  N dy   740    135155      1500     30000         0     24117    150000   1718341    122.82    131.28  --
168.40/42.25	c  N dy   799    144020      1500     30000         0     16981    150000    490994    123.00    131.34  --
173.59/43.51	c  N dy   846    153246      1500     30000         0     26204    150000   1899949    122.87    132.10  --
176.38/44.24	c  S st   872    158001      1500     30000         0     30958    150000   2633360    122.86   no data  --
176.79/44.35	c  S st   872    158503      1500     30000         0     31460    150000   2698406    122.86   no data  --
176.79/44.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
176.79/44.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
176.79/44.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.13
177.18/44.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
177.18/44.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
177.18/44.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
177.18/44.49	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
268.58/67.33	c lits-rem:       940  cl-subs:       28  v-elim:      0  v-fix:    0  time: 90.97 s
268.58/67.33	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
268.58/67.36	c vivif2 --  cl tried    31432 cl shrink        0 lits rem          0 time: 0.11
268.58/67.39	c asymm  cl-useful: 0/1546/30000 lits-rem:0 time: 0.14
268.58/67.40	c calculated reachability. Time: 0.00
268.58/67.40	c  N dy   872    158503      1500     30000         0     31432    150000   2688779    122.86   no data  --
274.97/68.97	c  N dy   932    168712      1500     30000         0     24644    150000   1522564    122.90    129.59  --
282.16/70.72	c  N dy  1001    179531      1500     30000         0     35457    150000   3191396    122.96    130.80  --
288.98/72.46	c  N dy  1071    191020      1500     30000         0     28944    150000   2022153    122.94    129.71  --
296.92/74.45	c  N dy  1144    203237      1500     30000         0     22165    150000    845440    122.89    131.13  --
304.90/76.49	c  N dy  1226    216230      1500     30000         0     35146    150000   2860036    123.03    142.07  --
313.69/78.66	c  N dy  1304    230168      1500     30000         0     29090    150000   1776842    123.08    129.60  --
318.88/79.94	c  S st  1350    237755      1500     30000         0     36673    150000   2949831    123.08    126.15  --
319.31/80.07	c  S st  1350    238257      1500     30000         0     37175    150000   3014941    123.08   no data  --
319.31/80.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
319.31/80.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
319.71/80.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.14
320.07/80.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
320.07/80.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
320.07/80.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
320.07/80.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
969.07/242.84	c lits-rem:       505  cl-subs:       14  v-elim:      0  v-fix:    0  time: 648.09 s
969.07/242.84	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
969.07/242.87	c vivif2 --  cl tried    37161 cl shrink        0 lits rem          0 time: 0.12
971.03/243.32	c asymm  cl-useful: 0/22157/30000 lits-rem:0 time: 1.78
971.03/243.32	c calculated reachability. Time: 0.00
971.03/243.32	c  N dy  1350    238257      1500     30000         0     37161    150000   3009619    123.08   no data  --
981.82/246.07	c  N dy  1430    253673      1500     30000         0     31584    150000   2017758    123.04    129.72  --
994.59/249.26	c  N dy  1530    269965      1500     30000         0     25877    150000    989797    123.05    134.31  --
1008.16/252.65	c  N dy  1632    287210      1500     30000         0     43112    150000   3653796    123.11    150.07  --
1022.52/256.23	c  N dy  1749    305616      1500     30000         0     38523    150000   2805744    123.21    131.02  --
1022.92/256.36	c  F st  1754    306250      1500     30000         0     39156    150000   2902370    123.21   no data  --
1037.68/260.04	c  N dy  1836    325140      1500     30000         0     34047    150000   1976953    123.22    130.27  --
1054.85/264.32	c  N dy  1963    345211      1500     30000         0     29124    150000   1049034    123.32    130.33  --
1064.03/266.68	c  S st  2030    357386      1500     30000         0     41290    150000   2915192    123.27   no data  --
1064.83/266.84	c  S st  2030    357889      1500     30000         0     41793    150000   2979626    123.27   no data  --
1064.83/266.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1064.83/266.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1064.83/266.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
1065.23/266.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1065.23/266.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1065.23/267.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1065.23/267.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1718.96/430.78	c lits-rem:       488  cl-subs:       22  v-elim:      0  v-fix:    0  time: 653.19 s
1718.96/430.78	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
1719.36/430.81	c vivif2 --  cl tried    41771 cl shrink        0 lits rem          0 time: 0.12
1720.19/431.02	c asymm  cl-useful: 0/7843/30000 lits-rem:0 time: 0.82
1720.19/431.02	c calculated reachability. Time: 0.00
1720.19/431.02	c  N dy  2030    357889      1500     30000         0     41771    150000   2971907    123.27   no data  --
1736.12/435.01	c  N dy  2156    378048      1500     30000         0     35934    150000   1981251    123.40    132.14  --
1752.88/439.23	c  N dy  2273    398101      1500     30000         0     28990    150000    741960    123.44    130.05  --
1767.66/442.99	c  N dy  2394    418190      1500     30000         0     49069    150000   3852541    123.47    131.31  --
1783.62/446.97	c  N dy  2519    438656      1500     30000         0     41535    150000   2541398    123.49    131.85  --
1800.38/451.13	c  N dy  2646    458726      1500     30000         0     32609    150000    997973    123.52    132.22  --
1815.95/455.03	c  N dy  2762    478791      1500     30000         0     52665    150000   4099340    123.53    132.85  --
1831.51/458.99	c  N dy  2876    498809      1500     30000         0     42689    150000   2416979    123.53    132.69  --
1849.48/463.46	c  N dy  2997    518987      1500     30000         0     31875    150000    599940    123.50    132.92  --
1863.05/466.86	c  S st  3110    536835      1500     30000         0     49713    150000   3368867    123.52    124.73  --
1863.85/467.01	c  S st  3110    537339      1500     30000         0     50217    150000   3432827    123.52   no data  --
1863.85/467.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1863.85/467.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1863.85/467.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.19
1864.25/467.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1864.25/467.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1864.25/467.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1864.25/467.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2862.80/717.32	c lits-rem:       443  cl-subs:       18  v-elim:      0  v-fix:    0  time: 997.85 s
2862.80/717.32	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
2862.80/717.35	c vivif2 --  cl tried    50199 cl shrink        0 lits rem          0 time: 0.14
2864.80/717.86	c asymm  cl-useful: 0/18549/30000 lits-rem:0 time: 2.00
2864.80/717.86	c calculated reachability. Time: 0.00
2864.80/717.86	c  N dy  3110    537339      1500     30000         0     50199    150000   3425931    123.52   no data  --
2885.16/722.93	c  N dy  3233    557540      1500     30000         0     38405    150000   1459613    123.55    130.51  --
2904.32/727.76	c  N dy  3364    577596      1500     30000         0     58448    150000   4573269    123.61    132.18  --
2923.86/732.60	c  N dy  3476    597639      1500     30000         0     45498    150000   2415794    123.57    132.44  --
2945.42/738.03	c  N dy  3609    617901      1500     30000         0     65753    150000   5557200    123.61    132.51  --
2964.18/742.72	c  N dy  3722    637941      1500     30000         0     51796    150000   3236415    123.59    130.62  --
2986.13/748.26	c  N dy  3841    657966      1500     30000         0     36835    150000    795359    123.62    131.29  --
3004.89/752.99	c  N dy  3958    678076      1500     30000         0     56935    150000   3941515    123.66    131.05  --
3026.84/758.46	c  N dy  4075    698107      1500     30000         0     40971    150000   1285267    123.68    131.77  --
3047.19/763.55	c  N dy  4201    718338      1500     30000         0     61193    150000   4444187    123.72    131.52  --
3068.74/768.97	c  N dy  4310    738464      1500     30000         0     44330    150000   1643293    123.68    131.28  --
3089.53/774.18	c  N dy  4426    758616      1500     30000         0     64470    150000   4757375    123.67    131.68  --
3110.65/779.48	c  N dy  4540    778696      1500     30000         0     46560    150000   1854839    123.68    140.29  --
3131.01/784.56	c  N dy  4662    798819      1500     30000         0     66675    150000   4964116    123.69    134.23  --
3139.38/786.63	c  S st  4703    806008      1500     30000         0     73862    150000   6095631    123.69   no data  --
3140.18/786.85	c  S st  4703    806514      1500     30000         0     74368    150000   6161949    123.69   no data  --
3140.18/786.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
3140.18/786.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3140.58/786.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.28
3141.38/787.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3141.38/787.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3141.38/787.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
3141.38/787.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s

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: 961)

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-3368630-1305399261/watcher-3368630-1305399261 -o /tmp/evaluation-result-3368630-1305399261/solver-3368630-1305399261 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368630-1305399261.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.12 8.02 6.86 1/272 31130
/proc/meminfo: memFree=25153924/32951124 swapFree=67083432/67111528
[pid=31130] ppid=31128 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/31130/stat : 31130 (strangenight1-m) R 31128 31130 31021 0 -1 4202496 412 0 0 0 1 0 0 0 22 0 4 0 730156684 52465664 352 33554432000 4194304 4650419 140733962209968 18446744073709551615 47497857513394 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 12809 352 303 112 0 7774 0
[pid=31130/tid=31131] ppid=31128 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31130/task/31131/stat : 31131 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 730156684 52465664 352 33554432000 4194304 4650419 140733962209968 18446744073709551615 260020452337 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31130/tid=31132] ppid=31128 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31130/task/31132/stat : 31132 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 730156684 52465664 352 33554432000 4194304 4650419 140733962209968 18446744073709551615 47497857513384 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31130/tid=31133] ppid=31128 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31130/task/31133/stat : 31133 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 730156684 52465664 352 33554432000 4194304 4650419 140733962209968 18446744073709551615 47497857513394 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.113865 s]
/proc/loadavg: 8.12 8.02 6.86 1/272 31130
/proc/meminfo: memFree=25153924/32951124 swapFree=67083432/67111528
[pid=31130] ppid=31128 vsize=290356 CPUtime=0.76 cores=1,3,5,7
/proc/31130/stat : 31130 (strangenight1-m) R 31128 31130 31021 0 -1 4202496 6434 0 0 0 75 1 0 0 18 0 4 0 730156684 297324544 5422 33554432000 4194304 4650419 140733962209968 18446744073709551615 260020501023 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 72589 5462 377 112 0 67554 0
[pid=31130/tid=31131] ppid=31128 vsize=290356 CPUtime=0.18 cores=1,3,5,7
/proc/31130/task/31131/stat : 31131 (strangenight1-m) S 31128 31130 31021 0 -1 4202560 1439 0 0 0 18 0 0 0 18 0 4 0 730156684 297324544 5475 33554432000 4194304 4650419 140733962209968 18446744073709551615 260020500974 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31130/tid=31132] ppid=31128 vsize=290356 CPUtime=0.19 cores=1,3,5,7
/proc/31130/task/31132/stat : 31132 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 1969 0 0 0 19 0 0 0 18 0 4 0 730156684 297324544 5500 33554432000 4194304 4650419 140733962209968 18446744073709551615 260020501023 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31130/tid=31133] ppid=31128 vsize=290356 CPUtime=0.19 cores=1,3,5,7
/proc/31130/task/31133/stat : 31133 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 1218 0 0 0 19 0 0 0 18 0 4 0 730156684 297324544 5587 33554432000 4194304 4650419 140733962209968 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 290356

[startup+0.489655 s]
/proc/loadavg: 8.12 8.02 6.86 1/272 31130
/proc/meminfo: memFree=25153924/32951124 swapFree=67083432/67111528
[pid=31130] ppid=31128 vsize=304972 CPUtime=1.9 cores=1,3,5,7
/proc/31130/stat : 31130 (strangenight1-m) R 31128 31130 31021 0 -1 4202496 13390 0 0 0 186 4 0 0 18 0 4 0 730156684 312291328 10836 33554432000 4194304 4650419 140733962209968 18446744073709551615 4365416 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 76243 10202 391 112 0 71208 0
[pid=31130/tid=31131] ppid=31128 vsize=304972 CPUtime=0.46 cores=1,3,5,7
/proc/31130/task/31131/stat : 31131 (strangenight1-m) D 31128 31130 31021 0 -1 4202560 3712 0 0 0 45 1 0 0 18 0 4 0 730156684 312291328 10202 33554432000 4194304 4650419 140733962209968 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31130/tid=31132] ppid=31128 vsize=296764 CPUtime=1.04 cores=1,3,5,7
/proc/31130/task/31132/stat : 31132 (strangenight1-m) D 31128 31130 31021 0 -1 4202560 5148 0 0 0 103 1 0 0 19 0 4 0 730156684 303886336 11814 33554432000 4194304 4650419 140733962209968 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31130/tid=31133] ppid=31128 vsize=309156 CPUtime=1.03 cores=1,3,5,7
/proc/31130/task/31133/stat : 31133 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 3907 0 0 0 103 0 0 0 19 0 4 0 730156684 316575744 11407 33554432000 4194304 4650419 140733962209968 18446744073709551615 260020439175 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 304972

[startup+1.16708 s]
/proc/loadavg: 8.12 8.02 6.86 1/272 31130
/proc/meminfo: memFree=25153924/32951124 swapFree=67083432/67111528
[pid=31130] ppid=31128 vsize=299068 CPUtime=4.6 cores=1,3,5,7
/proc/31130/stat : 31130 (strangenight1-m) R 31128 31130 31021 0 -1 4202496 20001 0 0 0 455 5 0 0 19 0 4 0 730156684 306245632 12114 33554432000 4194304 4650419 140733962209968 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 74767 12114 391 112 0 69732 0
[pid=31130/tid=31131] ppid=31128 vsize=299068 CPUtime=1.14 cores=1,3,5,7
/proc/31130/task/31131/stat : 31131 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 5278 0 0 0 113 1 0 0 19 0 4 0 730156684 306245632 12114 33554432000 4194304 4650419 140733962209968 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31130/tid=31132] ppid=31128 vsize=299068 CPUtime=1.15 cores=1,3,5,7
/proc/31130/task/31132/stat : 31132 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 5324 0 0 0 114 1 0 0 19 0 4 0 730156684 306245632 12114 33554432000 4194304 4650419 140733962209968 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31130/tid=31133] ppid=31128 vsize=299068 CPUtime=1.14 cores=1,3,5,7
/proc/31130/task/31133/stat : 31133 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 4091 0 0 0 114 0 0 0 19 0 4 0 730156684 306245632 12115 33554432000 4194304 4650419 140733962209968 18446744073709551615 4329436 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 299068

[startup+1.26706 s]
/proc/loadavg: 8.12 8.02 6.86 1/272 31130
/proc/meminfo: memFree=25153924/32951124 swapFree=67083432/67111528
[pid=31130] ppid=31128 vsize=309204 CPUtime=5.01 cores=1,3,5,7
/proc/31130/stat : 31130 (strangenight1-m) R 31128 31130 31021 0 -1 4202496 21362 0 0 0 495 6 0 0 19 0 4 0 730156684 316624896 13410 33554432000 4194304 4650419 140733962209968 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 77301 13410 391 112 0 72266 0
[pid=31130/tid=31131] ppid=31128 vsize=309204 CPUtime=1.24 cores=1,3,5,7
/proc/31130/task/31131/stat : 31131 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 5437 0 0 0 123 1 0 0 19 0 4 0 730156684 316624896 13410 33554432000 4194304 4650419 140733962209968 18446744073709551615 4328518 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31130/tid=31132] ppid=31128 vsize=309204 CPUtime=1.25 cores=1,3,5,7
/proc/31130/task/31132/stat : 31132 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 6199 0 0 0 124 1 0 0 19 0 4 0 730156684 316624896 13410 33554432000 4194304 4650419 140733962209968 18446744073709551615 4511618 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31130/tid=31133] ppid=31128 vsize=309204 CPUtime=1.24 cores=1,3,5,7
/proc/31130/task/31133/stat : 31133 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 4255 0 0 0 124 0 0 0 19 0 4 0 730156684 316624896 13411 33554432000 4194304 4650419 140733962209968 18446744073709551615 4366953 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 309204

[startup+1.50102 s]
/proc/loadavg: 8.12 8.02 6.86 1/272 31130
/proc/meminfo: memFree=25153924/32951124 swapFree=67083432/67111528
[pid=31130] ppid=31128 vsize=299660 CPUtime=5.94 cores=1,3,5,7
/proc/31130/stat : 31130 (strangenight1-m) R 31128 31130 31021 0 -1 4202496 24126 0 0 0 588 6 0 0 19 0 4 0 730156684 306851840 12214 33554432000 4194304 4650419 140733962209968 18446744073709551615 4365325 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 74915 12214 391 112 0 69880 0
[pid=31130/tid=31131] ppid=31128 vsize=299660 CPUtime=1.47 cores=1,3,5,7
/proc/31130/task/31131/stat : 31131 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 6407 0 0 0 146 1 0 0 19 0 4 0 730156684 306851840 12215 33554432000 4194304 4650419 140733962209968 18446744073709551615 4328238 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31130/tid=31132] ppid=31128 vsize=299660 CPUtime=1.48 cores=1,3,5,7
/proc/31130/task/31132/stat : 31132 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 6591 0 0 0 147 1 0 0 19 0 4 0 730156684 306851840 12215 33554432000 4194304 4650419 140733962209968 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31130/tid=31133] ppid=31128 vsize=299660 CPUtime=1.47 cores=1,3,5,7
/proc/31130/task/31133/stat : 31133 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 4626 0 0 0 147 0 0 0 19 0 4 0 730156684 306851840 12215 33554432000 4194304 4650419 140733962209968 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 299660

[startup+3.11073 s]
/proc/loadavg: 7.87 7.97 6.85 9/281 31164
/proc/meminfo: memFree=25063504/32951124 swapFree=67083432/67111528
[pid=31130] ppid=31128 vsize=300620 CPUtime=12.36 cores=1,3,5,7
/proc/31130/stat : 31130 (strangenight1-m) R 31128 31130 31021 0 -1 4202496 38343 0 0 0 1227 9 0 0 24 0 4 0 730156684 307834880 13301 33554432000 4194304 4650419 140733962209968 18446744073709551615 4328259 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 75155 13301 392 112 0 70120 0
[pid=31130/tid=31131] ppid=31128 vsize=300620 CPUtime=3.06 cores=1,3,5,7
/proc/31130/task/31131/stat : 31131 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 9875 0 0 0 304 2 0 0 24 0 4 0 730156684 307834880 13301 33554432000 4194304 4650419 140733962209968 18446744073709551615 4315143 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31130/tid=31132] ppid=31128 vsize=300620 CPUtime=3.09 cores=1,3,5,7
/proc/31130/task/31132/stat : 31132 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 10226 0 0 0 307 2 0 0 24 0 4 0 730156684 307834880 13301 33554432000 4194304 4650419 140733962209968 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31130/tid=31133] ppid=31128 vsize=300620 CPUtime=3.09 cores=1,3,5,7
/proc/31130/task/31133/stat : 31133 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 8205 0 0 0 308 1 0 0 25 0 4 0 730156684 307834880 13302 33554432000 4194304 4650419 140733962209968 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 300620

[startup+6.30114 s]
/proc/loadavg: 7.96 7.99 6.87 9/281 31164
/proc/meminfo: memFree=24866964/32951124 swapFree=67083432/67111528
[pid=31130] ppid=31128 vsize=312068 CPUtime=25.13 cores=1,3,5,7
/proc/31130/stat : 31130 (strangenight1-m) R 31128 31130 31021 0 -1 4202496 71768 0 0 0 2497 16 0 0 25 0 4 0 730156684 319557632 38165 33554432000 4194304 4650419 140733962209968 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 78017 38165 393 112 0 72982 0
[pid=31130/tid=31131] ppid=31128 vsize=312068 CPUtime=6.24 cores=1,3,5,7
/proc/31130/task/31131/stat : 31131 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 14435 0 0 0 621 3 0 0 25 0 4 0 730156684 319557632 38166 33554432000 4194304 4650419 140733962209968 18446744073709551615 4439082 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31130/tid=31132] ppid=31128 vsize=312068 CPUtime=6.29 cores=1,3,5,7
/proc/31130/task/31132/stat : 31132 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 21821 0 0 0 625 4 0 0 25 0 4 0 730156684 319557632 38166 33554432000 4194304 4650419 140733962209968 18446744073709551615 4439619 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31130/tid=31133] ppid=31128 vsize=312068 CPUtime=6.29 cores=1,3,5,7
/proc/31130/task/31133/stat : 31133 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 18583 0 0 0 625 4 0 0 25 0 4 0 730156684 319557632 38166 33554432000 4194304 4650419 140733962209968 18446744073709551615 4439361 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 312068

[startup+12.701 s]
/proc/loadavg: 7.96 7.99 6.87 9/281 31164
/proc/meminfo: memFree=24847616/32951124 swapFree=67083432/67111528
[pid=31130] ppid=31128 vsize=314660 CPUtime=50.64 cores=1,3,5,7
/proc/31130/stat : 31130 (strangenight1-m) R 31128 31130 31021 0 -1 4202496 89170 0 0 0 5044 20 0 0 25 0 4 0 730156684 322211840 38807 33554432000 4194304 4650419 140733962209968 18446744073709551615 4314985 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 78665 38808 393 112 0 73630 0
[pid=31130/tid=31131] ppid=31128 vsize=314660 CPUtime=12.58 cores=1,3,5,7
/proc/31130/task/31131/stat : 31131 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 20118 0 0 0 1254 4 0 0 25 0 4 0 730156684 322211840 38808 33554432000 4194304 4650419 140733962209968 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31130/tid=31132] ppid=31128 vsize=314660 CPUtime=12.68 cores=1,3,5,7
/proc/31130/task/31132/stat : 31132 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 23651 0 0 0 1264 4 0 0 25 0 4 0 730156684 322211840 38808 33554432000 4194304 4650419 140733962209968 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31130/tid=31133] ppid=31128 vsize=314660 CPUtime=12.68 cores=1,3,5,7
/proc/31130/task/31133/stat : 31133 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 23837 0 0 0 1263 5 0 0 25 0 4 0 730156684 322211840 38808 33554432000 4194304 4650419 140733962209968 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 314660

[startup+25.5006 s]
/proc/loadavg: 7.97 7.99 6.88 9/281 31164
/proc/meminfo: memFree=24586476/32951124 swapFree=67083432/67111528
[pid=31130] ppid=31128 vsize=409992 CPUtime=101.73 cores=1,3,5,7
/proc/31130/stat : 31130 (strangenight1-m) R 31128 31130 31021 0 -1 4202496 143570 0 0 0 10140 33 0 0 25 0 4 0 730156684 419831808 75231 33554432000 4194304 4650419 140733962209968 18446744073709551615 4438661 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 102498 75231 393 112 0 97463 0
[pid=31130/tid=31131] ppid=31128 vsize=409992 CPUtime=25.27 cores=1,3,5,7
/proc/31130/task/31131/stat : 31131 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 29374 0 0 0 2522 5 0 0 25 0 4 0 730156684 419831808 75231 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31130/tid=31132] ppid=31128 vsize=409992 CPUtime=25.48 cores=1,3,5,7
/proc/31130/task/31132/stat : 31132 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 36945 0 0 0 2541 7 0 0 25 0 4 0 730156684 419831808 75231 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31130/tid=31133] ppid=31128 vsize=409992 CPUtime=25.48 cores=1,3,5,7
/proc/31130/task/31133/stat : 31133 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 40647 0 0 0 2537 11 0 0 25 0 4 0 730156684 419831808 75231 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 409992

[startup+51.1009 s]
/proc/loadavg: 7.98 7.99 6.92 9/281 31165
/proc/meminfo: memFree=24489208/32951124 swapFree=67083432/67111528
[pid=31130] ppid=31128 vsize=631752 CPUtime=203.92 cores=1,3,5,7
/proc/31130/stat : 31130 (strangenight1-m) R 31128 31130 31021 0 -1 4202496 206074 0 0 0 20340 52 0 0 25 0 4 0 730156684 646914048 85425 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 157938 85425 393 112 0 152903 0
[pid=31130/tid=31131] ppid=31128 vsize=631752 CPUtime=50.66 cores=1,3,5,7
/proc/31130/task/31131/stat : 31131 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 39067 0 0 0 5058 8 0 0 25 0 4 0 730156684 646914048 85425 33554432000 4194304 4650419 140733962209968 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31130/tid=31132] ppid=31128 vsize=631752 CPUtime=51.07 cores=1,3,5,7
/proc/31130/task/31132/stat : 31132 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 60926 0 0 0 5093 14 0 0 25 0 4 0 730156684 646914048 85425 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31130/tid=31133] ppid=31128 vsize=631752 CPUtime=51.08 cores=1,3,5,7
/proc/31130/task/31133/stat : 31133 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 61345 0 0 0 5090 18 0 0 25 0 4 0 730156684 646914048 85425 33554432000 4194304 4650419 140733962209968 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.92
Current children cumulated vsize (KiB) 631752

[startup+102.3 s]
/proc/loadavg: 7.99 7.99 6.97 10/281 31166
/proc/meminfo: memFree=24348804/32951124 swapFree=67083432/67111528
[pid=31130] ppid=31128 vsize=757500 CPUtime=408.28 cores=1,3,5,7
/proc/31130/stat : 31130 (strangenight1-m) R 31128 31130 31021 0 -1 4202496 313811 0 0 0 40736 92 0 0 25 0 4 0 730156684 775680000 101705 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 189375 101706 393 112 0 184340 0
[pid=31130/tid=31131] ppid=31128 vsize=757500 CPUtime=101.41 cores=1,3,5,7
/proc/31130/task/31131/stat : 31131 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 84502 0 0 0 10114 27 0 0 25 0 4 0 730156684 775680000 101706 33554432000 4194304 4650419 140733962209968 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31130/tid=31132] ppid=31128 vsize=757500 CPUtime=102.28 cores=1,3,5,7
/proc/31130/task/31132/stat : 31132 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 63457 0 0 0 10213 15 0 0 25 0 4 0 730156684 775680000 101706 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31130/tid=31133] ppid=31128 vsize=757500 CPUtime=102.28 cores=1,3,5,7
/proc/31130/task/31133/stat : 31133 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 107254 0 0 0 10194 34 0 0 25 0 4 0 730156684 775680000 101706 33554432000 4194304 4650419 140733962209968 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.28
Current children cumulated vsize (KiB) 757500

[startup+162.3 s]

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

[pid=31130] ppid=31128 vsize=1035676 CPUtime=2563.47 cores=1,3,5,7
/proc/31130/stat : 31130 (strangenight1-m) R 31128 31130 31021 0 -1 4202496 795572 0 0 0 256044 303 0 0 25 0 4 0 730156684 1060532224 166193 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 258919 166193 393 112 0 253884 0
[pid=31130/tid=31131] ppid=31128 vsize=1035676 CPUtime=636.58 cores=1,3,5,7
/proc/31130/task/31131/stat : 31131 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 162077 0 0 0 63597 61 0 0 25 0 4 0 730156684 1060532224 166193 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31130/tid=31132] ppid=31128 vsize=1035676 CPUtime=642.28 cores=1,3,5,7
/proc/31130/task/31132/stat : 31132 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 187938 0 0 0 64147 81 0 0 25 0 4 0 730156684 1060532224 166193 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476466 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31130/tid=31133] ppid=31128 vsize=1035676 CPUtime=642.29 cores=1,3,5,7
/proc/31130/task/31133/stat : 31133 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 278025 0 0 0 64118 111 0 0 25 0 4 0 730156684 1060532224 166193 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2563.47
Current children cumulated vsize (KiB) 1035676

[startup+702.301 s]
/proc/loadavg: 8.01 8.06 7.49 9/281 31191
/proc/meminfo: memFree=23825444/32951124 swapFree=67083432/67111528
[pid=31130] ppid=31128 vsize=1035676 CPUtime=2802.94 cores=1,3,5,7
/proc/31130/stat : 31130 (strangenight1-m) R 31128 31130 31021 0 -1 4202496 795572 0 0 0 279991 303 0 0 25 0 4 0 730156684 1060532224 166193 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 258919 166193 393 112 0 253884 0
[pid=31130/tid=31131] ppid=31128 vsize=1035676 CPUtime=696.04 cores=1,3,5,7
/proc/31130/task/31131/stat : 31131 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 162077 0 0 0 69543 61 0 0 25 0 4 0 730156684 1060532224 166193 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31130/tid=31132] ppid=31128 vsize=1035676 CPUtime=702.28 cores=1,3,5,7
/proc/31130/task/31132/stat : 31132 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 187938 0 0 0 70147 81 0 0 25 0 4 0 730156684 1060532224 166193 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31130/tid=31133] ppid=31128 vsize=1035676 CPUtime=702.29 cores=1,3,5,7
/proc/31130/task/31133/stat : 31133 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 278025 0 0 0 70118 111 0 0 25 0 4 0 730156684 1060532224 166193 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2802.94
Current children cumulated vsize (KiB) 1035676

[startup+762.301 s]
/proc/loadavg: 8.00 8.05 7.52 9/281 31193
/proc/meminfo: memFree=23796656/32951124 swapFree=67083432/67111528
[pid=31130] ppid=31128 vsize=1138708 CPUtime=3042.4 cores=1,3,5,7
/proc/31130/stat : 31130 (strangenight1-m) R 31128 31130 31021 0 -1 4202496 826845 0 0 0 303918 322 0 0 25 0 4 0 730156684 1166036992 178573 33554432000 4194304 4650419 140733962209968 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 284677 178573 393 112 0 279642 0
[pid=31130/tid=31131] ppid=31128 vsize=1138708 CPUtime=755.49 cores=1,3,5,7
/proc/31130/task/31131/stat : 31131 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 162077 0 0 0 75488 61 0 0 25 0 4 0 730156684 1166036992 178573 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31130/tid=31132] ppid=31128 vsize=1138708 CPUtime=762.29 cores=1,3,5,7
/proc/31130/task/31132/stat : 31132 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 187938 0 0 0 76148 81 0 0 25 0 4 0 730156684 1166036992 178573 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31130/tid=31133] ppid=31128 vsize=1138708 CPUtime=762.29 cores=1,3,5,7
/proc/31130/task/31133/stat : 31133 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 278025 0 0 0 76118 111 0 0 25 0 4 0 730156684 1166036992 178573 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3042.4
Current children cumulated vsize (KiB) 1138708

[startup+822.301 s]
/proc/loadavg: 8.03 8.05 7.55 9/281 31194
/proc/meminfo: memFree=23636920/32951124 swapFree=67083432/67111528
[pid=31130] ppid=31128 vsize=1128304 CPUtime=3281.86 cores=1,3,5,7
/proc/31130/stat : 31130 (strangenight1-m) R 31128 31130 31021 0 -1 4202496 863076 0 0 0 327841 345 0 0 25 0 4 0 730156684 1155383296 185774 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 282076 185774 393 112 0 277041 0
[pid=31130/tid=31131] ppid=31128 vsize=1128304 CPUtime=814.95 cores=1,3,5,7
/proc/31130/task/31131/stat : 31131 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 182122 0 0 0 81419 76 0 0 25 0 4 0 730156684 1155383296 185774 33554432000 4194304 4650419 140733962209968 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31130/tid=31132] ppid=31128 vsize=1128304 CPUtime=822.29 cores=1,3,5,7
/proc/31130/task/31132/stat : 31132 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 187938 0 0 0 82148 81 0 0 25 0 4 0 730156684 1155383296 185774 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31130/tid=31133] ppid=31128 vsize=1128304 CPUtime=822.3 cores=1,3,5,7
/proc/31130/task/31133/stat : 31133 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 278025 0 0 0 82119 111 0 0 25 0 4 0 730156684 1155383296 185774 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3281.86
Current children cumulated vsize (KiB) 1128304

[startup+882.301 s]
/proc/loadavg: 8.18 8.08 7.59 9/281 31196
/proc/meminfo: memFree=23659312/32951124 swapFree=67083432/67111528
[pid=31130] ppid=31128 vsize=1130188 CPUtime=3521.32 cores=1,3,5,7
/proc/31130/stat : 31130 (strangenight1-m) R 31128 31130 31021 0 -1 4202496 908211 0 0 0 351760 372 0 0 25 0 4 0 730156684 1157312512 185143 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 282547 185143 393 112 0 277512 0
[pid=31130/tid=31131] ppid=31128 vsize=1130188 CPUtime=874.4 cores=1,3,5,7
/proc/31130/task/31131/stat : 31131 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 210479 0 0 0 87346 94 0 0 25 0 4 0 730156684 1157312512 185143 33554432000 4194304 4650419 140733962209968 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31130/tid=31132] ppid=31128 vsize=1130188 CPUtime=882.29 cores=1,3,5,7
/proc/31130/task/31132/stat : 31132 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 204716 0 0 0 88139 90 0 0 25 0 4 0 730156684 1157312512 185143 33554432000 4194304 4650419 140733962209968 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31130/tid=31133] ppid=31128 vsize=1130188 CPUtime=882.3 cores=1,3,5,7
/proc/31130/task/31133/stat : 31133 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 278025 0 0 0 88119 111 0 0 25 0 4 0 730156684 1157312512 185143 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3521.32
Current children cumulated vsize (KiB) 1130188

[startup+942.301 s]
/proc/loadavg: 8.23 8.11 7.63 9/281 31198
/proc/meminfo: memFree=23639308/32951124 swapFree=67083432/67111528
[pid=31130] ppid=31128 vsize=1131912 CPUtime=3760.79 cores=1,3,5,7
/proc/31130/stat : 31130 (strangenight1-m) R 31128 31130 31021 0 -1 4202496 960475 0 0 0 375674 405 0 0 25 0 4 0 730156684 1159077888 189496 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 282978 189496 393 112 0 277943 0
[pid=31130/tid=31131] ppid=31128 vsize=1131912 CPUtime=933.87 cores=1,3,5,7
/proc/31130/task/31131/stat : 31131 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 233576 0 0 0 93278 109 0 0 25 0 4 0 730156684 1159077888 189496 33554432000 4194304 4650419 140733962209968 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31130/tid=31132] ppid=31128 vsize=1131912 CPUtime=942.29 cores=1,3,5,7
/proc/31130/task/31132/stat : 31132 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 233883 0 0 0 94120 109 0 0 25 0 4 0 730156684 1159077888 189496 33554432000 4194304 4650419 140733962209968 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31130/tid=31133] ppid=31128 vsize=1131912 CPUtime=942.3 cores=1,3,5,7
/proc/31130/task/31133/stat : 31133 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 278025 0 0 0 94119 111 0 0 25 0 4 0 730156684 1159077888 189496 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3760.79
Current children cumulated vsize (KiB) 1131912

[startup+1002.3 s]
/proc/loadavg: 8.15 8.10 7.65 9/281 31199
/proc/meminfo: memFree=23659968/32951124 swapFree=67083432/67111528
[pid=31130] ppid=31128 vsize=1081808 CPUtime=4000.25 cores=1,3,5,7
/proc/31130/stat : 31130 (strangenight1-m) R 31128 31130 31021 0 -1 4202496 1011995 0 0 0 399582 443 0 0 25 0 4 0 730156684 1107771392 183048 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 270452 183048 393 112 0 265417 0
[pid=31130/tid=31131] ppid=31128 vsize=1081808 CPUtime=993.32 cores=1,3,5,7
/proc/31130/task/31131/stat : 31131 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 260841 0 0 0 99204 128 0 0 25 0 4 0 730156684 1107771392 183048 33554432000 4194304 4650419 140733962209968 18446744073709551615 4334120 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31130/tid=31132] ppid=31128 vsize=1081808 CPUtime=1002.3 cores=1,3,5,7
/proc/31130/task/31132/stat : 31132 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 258138 0 0 0 100103 127 0 0 25 0 4 0 730156684 1107771392 183048 33554432000 4194304 4650419 140733962209968 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31130/tid=31133] ppid=31128 vsize=1081808 CPUtime=1002.3 cores=1,3,5,7
/proc/31130/task/31133/stat : 31133 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 278025 0 0 0 100119 111 0 0 25 0 4 0 730156684 1107771392 183048 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4000.25
Current children cumulated vsize (KiB) 1081808

[startup+1062.3 s]
/proc/loadavg: 8.19 8.13 7.69 9/281 31201
/proc/meminfo: memFree=23622596/32951124 swapFree=67083432/67111528
[pid=31130] ppid=31128 vsize=1135256 CPUtime=4239.74 cores=1,3,5,7
/proc/31130/stat : 31130 (strangenight1-m) R 31128 31130 31021 0 -1 4202496 1068259 0 0 0 423490 484 0 0 25 0 4 0 730156684 1162502144 192085 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 283814 192085 393 112 0 278779 0
[pid=31130/tid=31131] ppid=31128 vsize=1135256 CPUtime=1052.78 cores=1,3,5,7
/proc/31130/task/31131/stat : 31131 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 289440 0 0 0 105129 149 0 0 25 0 4 0 730156684 1162502144 192085 33554432000 4194304 4650419 140733962209968 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31130/tid=31132] ppid=31128 vsize=1135256 CPUtime=1062.3 cores=1,3,5,7
/proc/31130/task/31132/stat : 31132 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 285803 0 0 0 106083 147 0 0 25 0 4 0 730156684 1162502144 192085 33554432000 4194304 4650419 140733962209968 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31130/tid=31133] ppid=31128 vsize=1135256 CPUtime=1062.31 cores=1,3,5,7
/proc/31130/task/31133/stat : 31133 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 278025 0 0 0 106120 111 0 0 25 0 4 0 730156684 1162502144 192085 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4239.74
Current children cumulated vsize (KiB) 1135256

[startup+1122.3 s]
/proc/loadavg: 8.32 8.16 7.73 9/281 31202
/proc/meminfo: memFree=23644120/32951124 swapFree=67083432/67111528
[pid=31130] ppid=31128 vsize=1136348 CPUtime=4479.17 cores=1,3,5,7
/proc/31130/stat : 31130 (strangenight1-m) R 31128 31130 31021 0 -1 4202496 1116356 0 0 0 447398 519 0 0 25 0 4 0 730156684 1163620352 187010 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 284087 187010 393 112 0 279052 0
[pid=31130/tid=31131] ppid=31128 vsize=1136348 CPUtime=1112.54 cores=1,3,5,7
/proc/31130/task/31131/stat : 31131 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 310704 0 0 0 111093 161 0 0 25 0 4 0 730156684 1163620352 187010 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476331 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31130/tid=31132] ppid=31128 vsize=1136348 CPUtime=1121.99 cores=1,3,5,7
/proc/31130/task/31132/stat : 31132 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 312636 0 0 0 112029 170 0 0 25 0 4 0 730156684 1163620352 187010 33554432000 4194304 4650419 140733962209968 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31130/tid=31133] ppid=31128 vsize=1136348 CPUtime=1122.3 cores=1,3,5,7
/proc/31130/task/31133/stat : 31133 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 278025 0 0 0 112119 111 0 0 25 0 4 0 730156684 1163620352 187010 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4479.17
Current children cumulated vsize (KiB) 1136348

[startup+1182.31 s]
/proc/loadavg: 8.22 8.16 7.75 9/281 31204
/proc/meminfo: memFree=23569420/32951124 swapFree=67083432/67111528
[pid=31130] ppid=31128 vsize=1136880 CPUtime=4718.66 cores=1,3,5,7
/proc/31130/stat : 31130 (strangenight1-m) R 31128 31130 31021 0 -1 4202496 1176391 0 0 0 471324 542 0 0 25 0 4 0 730156684 1164165120 205257 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 284220 205257 393 112 0 279185 0
[pid=31130/tid=31131] ppid=31128 vsize=1136880 CPUtime=1172.55 cores=1,3,5,7
/proc/31130/task/31131/stat : 31131 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 334964 0 0 0 117091 164 0 0 25 0 4 0 730156684 1164165120 205257 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31130/tid=31132] ppid=31128 vsize=1136880 CPUtime=1181.44 cores=1,3,5,7
/proc/31130/task/31132/stat : 31132 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 348027 0 0 0 117954 190 0 0 25 0 4 0 730156684 1164165120 205257 33554432000 4194304 4650419 140733962209968 18446744073709551615 4439636 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31130/tid=31133] ppid=31128 vsize=1136880 CPUtime=1182.32 cores=1,3,5,7
/proc/31130/task/31133/stat : 31133 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 278409 0 0 0 118120 112 0 0 25 0 4 0 730156684 1164165120 205257 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4718.66
Current children cumulated vsize (KiB) 1136880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.7 s]
/proc/loadavg: 8.31 8.18 7.76 9/281 31205
/proc/meminfo: memFree=23569412/32951124 swapFree=67083432/67111528
[pid=31130] ppid=31128 vsize=1136880 CPUtime=4800.08 cores=1,3,5,7
/proc/31130/stat : 31130 (strangenight1-m) R 31128 31130 31021 0 -1 4202496 1185350 0 0 0 479464 544 0 0 25 0 4 0 730156684 1164165120 205289 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31130/statm: 284220 205289 393 112 0 279185 0
[pid=31130/tid=31131] ppid=31128 vsize=1136880 CPUtime=1192.95 cores=1,3,5,7
/proc/31130/task/31131/stat : 31131 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 342169 0 0 0 119130 165 0 0 25 0 4 0 730156684 1164165120 205289 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31130/tid=31132] ppid=31128 vsize=1136880 CPUtime=1201.65 cores=1,3,5,7
/proc/31130/task/31132/stat : 31132 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 348901 0 0 0 119975 190 0 0 25 0 4 0 730156684 1164165120 205289 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31130/tid=31133] ppid=31128 vsize=1136880 CPUtime=1202.72 cores=1,3,5,7
/proc/31130/task/31133/stat : 31133 (strangenight1-m) R 31128 31130 31021 0 -1 4202560 279289 0 0 0 120160 112 0 0 25 0 4 0 730156684 1164165120 205289 33554432000 4194304 4650419 140733962209968 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.08
Current children cumulated vsize (KiB) 1136880

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): 1202.75
CPU time (s): 4800.14
CPU user time (s): 4794.66
CPU system time (s): 5.48017
CPU usage (%): 399.096
Max. virtual memory (cumulated for all children) (KiB): 1194048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.66
system time used= 5.48017
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1185350
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= 4308
involuntary context switches= 31244

runsolver used 2.75458 second user time and 8.07977 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-14 20:54:21
IDJOB=3368630
IDBENCH=82639
IDSOLVER=1846
FILE ID=node110/3368630-1305399261
RUNJOBID= node110-1305398056-31040
PBS_JOBID= 13324476
Free space on /tmp= 73584 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S377999798-061-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368630-1305399261/watcher-3368630-1305399261 -o /tmp/evaluation-result-3368630-1305399261/solver-3368630-1305399261 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368630-1305399261.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= a4ba28fb1550ba8a4eca95d91f4669c6
RANDOM SEED=1670345977

node110.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.830
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.66
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.830
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	: 5332.83
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.830
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.830
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.83
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.830
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.76
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.830
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.83
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.830
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.74
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25154204 kB
Buffers:        276096 kB
Cached:        4042228 kB
SwapCached:       1440 kB
Active:        4283852 kB
Inactive:      3183772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25154204 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:            7036 kB
Writeback:           0 kB
AnonPages:     3147708 kB
Mapped:          22972 kB
Slab:           245644 kB
PageTables:      20624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46135784 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= 73580 MiB
End job on node110 at 2011-05-14 21:14:26