Trace number 3174898

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? (TO) 4800.34 1201.75

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S976428817-077-UNKNOWN.cnf
MD5SUM4d2cfd51677809bb15d90c916352e4e2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark353.72
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.00	c Using 4 threads
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-3174898-1307639303.cnf'
0.00/0.00	c -- header says num vars:           1500
0.00/0.00	c -- header says num clauses:       30000
0.00/0.02	c -- clauses added:            0 learnts,        30000 normals,            0 xors
0.00/0.02	c -- vars added       1500
0.00/0.02	c Parsing time:  0.07 s
0.00/0.02	c  N st     0         0      1500     30000         0         0    150000         0   no data   no data  --
0.42/0.19	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.63
0.42/0.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
0.77/0.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.77/0.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.77/0.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
0.77/0.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.77/0.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
0.77/0.25	c Finding binary XORs  T:     0.00 s  found:       0
0.77/0.26	c Finding non-binary XORs:     0.05 s (found:       0, avg size: nan)
0.77/0.26	c calculated reachability. Time: 0.00
0.77/0.26	c Calc default polars -  time:   0.01 s pos:     703 undec:      47 neg:     750
0.77/0.26	c =========================================================================================
0.77/0.26	c types(t): F = full restart, N = normal restart
0.77/0.26	c types(t): S = simplification begin/end, E = solution found
0.77/0.26	c restart types(rt): st = static, dy = dynamic
0.77/0.26	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.77/0.26	c  B st     0         0      1500     30000         0         0    150000         0   no data   no data  --
2.37/0.61	c  N dy    19      4093      1500     30000         0      4090    150000    637405    116.23    137.10  --
3.57/0.98	c  N dy    42      8253      1500     30000         0      5752    150000    630808    116.86    124.85  --
5.16/1.39	c  N dy    74     12357      1500     30000         0      5608    150000    415781    120.47    128.09  --
6.76/1.78	c  N dy   102     16383      1500     30000         0      9630    150000   1034785    121.28    148.62  --
8.36/2.20	c  N dy   129     20423      1500     30000         0      8050    150000    598078    121.66    129.60  --
10.35/2.61	c  N dy   153     24481      1500     30000         0     12107    150000   1220557    121.63    139.60  --
10.35/2.66	c  F st   158     25000      1500     30000         0     12626    150000   1298642    121.69   no data  --
12.75/3.20	c  N dy   164     30003      1500     30000         0     10809    150000    948189    121.69   no data  --
12.75/3.20	c  S st   164     30003      1500     30000         0     10809    150000    948189    121.69   no data  --
12.75/3.27	c  S st   164     30505      1500     30000         0     11311    150000   1011783    121.69   no data  --
12.75/3.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
12.75/3.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.75/3.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
13.17/3.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.17/3.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.17/3.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
13.17/3.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
21.12/5.37	c lits-rem:      2837  cl-subs:       25  v-elim:      0  v-fix:    0  time:  8.05 s
21.95/5.60	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.91
21.95/5.60	c calculated reachability. Time: 0.00
21.95/5.60	c  N dy   164     30505      1500     30000         0     11286    150000   1000429    121.69   no data  --
23.92/6.08	c  N dy   189     34533      1500     30000         0     15314    150000   1619224    121.98    130.04  --
25.92/6.54	c  N dy   215     38535      1500     30000         0     11410    150000    805996    122.14    145.89  --
27.92/7.02	c  N dy   242     42629      1500     30000         0     15503    150000   1426782    122.03    128.93  --
29.52/7.43	c  S st   261     45759      1500     30000         0      9685    150000    390349    121.91     98.05  --
29.92/7.50	c  S st   261     46264      1500     30000         0     10190    150000    461303    121.91   no data  --
29.92/7.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
29.92/7.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.92/7.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
29.92/7.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.92/7.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.92/7.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
29.92/7.54	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
47.89/12.04	c lits-rem:      1067  cl-subs:        1  v-elim:      0  v-fix:    0  time: 17.96 s
47.89/12.04	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
47.89/12.05	c vivif2 --  cl tried    10189 cl shrink        0 lits rem          0 time: 0.02
48.71/12.26	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.84
48.71/12.26	c calculated reachability. Time: 0.00
48.71/12.26	c  N dy   261     46264      1500     30000         0     10189    150000    459849    121.91   no data  --
50.69/12.71	c  N dy   286     50287      1500     30000         0     14210    150000   1074909    121.97    130.04  --
52.28/13.20	c  N dy   311     54418      1500     30000         0     18341    150000   1699638    121.92    128.64  --
54.68/13.72	c  N dy   336     58597      1500     30000         0     12546    150000    680623    122.14    128.89  --
56.28/14.20	c  N dy   358     62644      1500     30000         0     16591    150000   1299306    122.21    132.97  --
58.67/14.71	c  N dy   382     66736      1500     30000         0     20681    150000   1922863    122.21    128.80  --
59.87/15.04	c  S st   396     69396      1500     30000         0     12356    150000    499274    122.08    114.53  --
60.28/15.11	c  S st   396     69898      1500     30000         0     12858    150000    558263    122.08   no data  --
60.28/15.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
60.28/15.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
60.28/15.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
60.28/15.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
60.28/15.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.28/15.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
60.28/15.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
77.45/19.45	c lits-rem:      1695  cl-subs:        2  v-elim:      0  v-fix:    0  time: 17.10 s
77.45/19.45	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
77.45/19.45	c vivif2 --  cl tried    12856 cl shrink        0 lits rem          0 time: 0.02
78.65/19.71	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 1.03
78.65/19.71	c calculated reachability. Time: 0.00
78.65/19.71	c  N dy   396     69898      1500     30000         0     12856    150000    556269    122.08   no data  --
81.04/20.32	c  N dy   428     74471      1500     30000         0     17422    150000   1264861    122.32    131.71  --
83.86/21.02	c  N dy   453     79311      1500     30000         0     22260    150000   2017440    122.31    133.21  --
86.63/21.74	c  N dy   486     84520      1500     30000         0     15483    150000    851376    122.38    129.81  --
88.26/22.17	c  F st   506     87500      1500     30000         0     18460    150000   1314897    122.53    125.49  --
90.23/22.65	c  N st   511     90798      1500     30000         0     21749    150000   1876971    122.53   no data  --
93.82/23.57	c  N dy   539     96787      1500     30000         0     14747    150000    581498    122.56    136.25  --
97.82/24.51	c  N dy   578    103413      1500     30000         0     21371    150000   1590606    122.52    130.81  --
98.62/24.74	c  S st   587    104848      1500     30000         0     22803    150000   1808248    122.51    114.15  --
99.02/24.85	c  S st   587    105349      1500     30000         0     23304    150000   1879101    122.51   no data  --
99.02/24.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
99.02/24.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
99.02/24.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.12
99.42/24.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
99.42/24.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
99.42/24.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
99.42/24.97	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
145.76/36.57	c lits-rem:       670  cl-subs:       12  v-elim:      0  v-fix:    0  time: 46.24 s
145.76/36.57	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
145.76/36.59	c vivif2 --  cl tried    23292 cl shrink        0 lits rem          0 time: 0.07
147.35/36.92	c asymm  cl-useful: 0/28367/30000 lits-rem:0 time: 1.34
147.35/36.92	c calculated reachability. Time: 0.00
147.35/36.92	c  N dy   587    105349      1500     30000         0     23292    150000   1874602    122.51   no data  --
150.95/37.89	c  N dy   631    112197      1500     30000         0     16148    150000    658777    122.72    132.32  --
154.94/38.87	c  N dy   672    119527      1500     30000         0     23473    150000   1779365    122.71    130.35  --
159.74/40.03	c  N dy   716    127256      1500     30000         0     16208    150000    516537    122.63    130.21  --
164.13/41.17	c  N dy   765    135587      1500     30000         0     24536    150000   1792898    122.65    129.48  --
169.72/42.54	c  N dy   822    144405      1500     30000         0     17358    150000    545991    122.75    132.72  --
174.92/43.88	c  N dy   876    153964      1500     30000         0     26907    150000   2007018    122.71    129.22  --
177.71/44.52	c  S st   895    158024      1500     30000         0     30962    150000   2638323    122.70    123.67  --
178.11/44.63	c  S st   895    158528      1500     30000         0     31466    150000   2702477    122.70   no data  --
178.11/44.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
178.11/44.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
178.11/44.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.13
178.51/44.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
178.51/44.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
178.51/44.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
178.51/44.77	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
273.58/68.52	c lits-rem:       766  cl-subs:       18  v-elim:      0  v-fix:    0  time: 94.71 s
273.58/68.53	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
273.58/68.55	c vivif2 --  cl tried    31448 cl shrink        0 lits rem          0 time: 0.11
273.58/68.59	c asymm  cl-useful: 0/1633/30000 lits-rem:0 time: 0.14
273.58/68.59	c calculated reachability. Time: 0.00
273.58/68.59	c  N dy   895    158528      1500     30000         0     31448    150000   2695573    122.70   no data  --
279.98/70.15	c  N dy   954    168654      1500     30000         0     24586    150000   1512306    122.70    151.29  --
287.16/71.96	c  N dy  1023    179471      1500     30000         0     35400    150000   3185947    122.81    129.93  --
293.96/73.70	c  N dy  1089    191153      1500     30000         0     29077    150000   2068133    122.77    129.78  --
302.34/75.76	c  N dy  1174    203395      1500     30000         0     22328    150000    878279    122.92    130.71  --
310.73/77.89	c  N dy  1254    216637      1500     30000         0     35566    150000   2907342    122.91    130.05  --
319.93/80.14	c  N dy  1337    230633      1500     30000         0     29565    150000   1842210    122.94    131.11  --
324.71/81.36	c  S st  1385    237793      1500     30000         0     36721    150000   2932951    122.96   no data  --
325.14/81.48	c  S st  1385    238296      1500     30000         0     37224    150000   2997114    122.96   no data  --
325.14/81.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
325.14/81.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
325.53/81.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.15
325.91/81.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
325.91/81.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
325.91/81.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
325.91/81.63	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
949.49/237.77	c lits-rem:       533  cl-subs:       20  v-elim:      0  v-fix:    0  time: 622.94 s
949.49/237.78	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
949.86/237.81	c vivif2 --  cl tried    37204 cl shrink        0 lits rem          0 time: 0.12
951.46/238.26	c asymm  cl-useful: 0/22248/30000 lits-rem:0 time: 1.84
951.46/238.27	c calculated reachability. Time: 0.00
951.46/238.27	c  N dy  1385    238296      1500     30000         0     37204    150000   2989512    122.96   no data  --
963.04/241.19	c  N dy  1484    253525      1500     30000         0     31437    150000   2000898    123.03    136.33  --
976.23/244.47	c  N dy  1578    269866      1500     30000         0     25781    150000    973633    123.03    130.35  --
990.21/247.93	c  N dy  1681    287109      1500     30000         0     43016    150000   3639484    123.07    139.11  --
1004.59/251.55	c  N dy  1794    305513      1500     30000         0     38421    150000   2790861    123.11    133.05  --
1005.39/251.72	c  F st  1800    306251      1500     30000         0     39158    150000   2904310    123.11    115.99  --
1020.57/255.51	c  N dy  1902    325022      1500     30000         0     33926    150000   1957218    123.23    135.94  --
1037.36/259.78	c  N dy  2019    345207      1500     30000         0     29118    150000   1050247    123.27    132.91  --
1047.34/262.24	c  S st  2096    357444      1500     30000         0     41345    150000   2946089    123.31   no data  --
1048.13/262.40	c  S st  2096    357950      1500     30000         0     41851    150000   3009745    123.31   no data  --
1048.13/262.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1048.13/262.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1048.13/262.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
1048.53/262.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1048.53/262.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1048.53/262.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1048.53/262.56	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1714.83/429.39	c lits-rem:       421  cl-subs:       18  v-elim:      0  v-fix:    0  time: 666.10 s
1714.83/429.39	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
1715.23/429.42	c vivif2 --  cl tried    41833 cl shrink        0 lits rem          0 time: 0.12
1716.03/429.63	c asymm  cl-useful: 0/7752/30000 lits-rem:0 time: 0.83
1716.03/429.63	c calculated reachability. Time: 0.00
1716.03/429.63	c  N dy  2096    357950      1500     30000         0     41833    150000   3002872    123.31   no data  --
1732.41/433.73	c  N dy  2221    378046      1500     30000         0     35934    150000   1964447    123.34    131.04  --
1749.58/438.02	c  N dy  2333    398103      1500     30000         0     28994    150000    748633    123.25    130.93  --
1765.96/442.11	c  N dy  2454    418209      1500     30000         0     49094    150000   3848360    123.27    130.49  --
1781.94/446.18	c  N dy  2570    438280      1500     30000         0     41173    150000   2483094    123.26    135.56  --
1799.11/450.40	c  N dy  2676    458384      1500     30000         0     32278    150000    956069    123.26    133.55  --
1814.72/454.34	c  N dy  2797    478427      1500     30000         0     52299    150000   4038171    123.25    130.99  --
1831.07/458.47	c  N dy  2923    498617      1500     30000         0     42500    150000   2390314    123.28    130.00  --
1849.05/462.99	c  N dy  3042    518753      1500     30000         0     31646    150000    565520    123.29    130.86  --
1863.45/466.51	c  S st  3157    536925      1500     30000         0     49813    150000   3366842    123.33    129.92  --
1863.83/466.67	c  S st  3157    537428      1500     30000         0     50316    150000   3435376    123.33   no data  --
1863.83/466.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1863.83/466.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1864.22/466.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.19
1864.62/466.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1864.62/466.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1864.62/466.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1864.62/466.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2893.63/724.40	c lits-rem:       465  cl-subs:       10  v-elim:      0  v-fix:    0  time: 1028.34 s
2893.63/724.40	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.01
2893.63/724.44	c vivif2 --  cl tried    50306 cl shrink        0 lits rem          0 time: 0.14
2895.66/724.95	c asymm  cl-useful: 0/18482/30000 lits-rem:0 time: 2.03
2895.66/724.95	c calculated reachability. Time: 0.00
2895.66/724.95	c  N dy  3157    537428      1500     30000         0     50306    150000   3431834    123.33   no data  --
2915.60/729.98	c  N dy  3265    557464      1500     30000         0     38348    150000   1456955    123.29    130.52  --
2935.60/734.97	c  N dy  3385    577652      1500     30000         0     58528    150000   4587585    123.29    132.33  --
2955.96/740.00	c  N dy  3519    597780      1500     30000         0     45662    150000   2462539    123.40    131.35  --
2977.92/745.53	c  N dy  3654    617871      1500     30000         0     65742    150000   5595120    123.47    130.25  --
2996.71/750.27	c  N dy  3771    637955      1500     30000         0     51830    150000   3235676    123.47    131.32  --
3018.68/755.74	c  N dy  3878    658123      1500     30000         0     37000    150000    810309    123.42    130.26  --
3037.43/760.48	c  N dy  3997    678187      1500     30000         0     57055    150000   3914356    123.44    130.80  --
3059.80/766.04	c  N dy  4123    698211      1500     30000         0     41089    150000   1300965    123.46    131.35  --
3079.78/771.10	c  N dy  4242    718276      1500     30000         0     61142    150000   4411755    123.47    130.45  --
3102.18/776.70	c  N dy  4365    738566      1500     30000         0     44441    150000   1683984    123.51    130.20  --
3122.53/781.74	c  N dy  4491    758667      1500     30000         0     64532    150000   4807181    123.53    130.45  --
3143.30/786.93	c  N dy  4603    778729      1500     30000         0     46612    150000   1858218    123.51    131.54  --
3163.69/792.07	c  N dy  4721    798961      1500     30000         0     66831    150000   4971680    123.50    132.56  --
3172.48/794.22	c  S st  4768    806142      1500     30000         0     74008    150000   6092209    123.52    128.78  --
3173.26/794.45	c  S st  4768    806646      1500     30000         0     74511    150000   6156182    123.52   no data  --
3173.26/794.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
3173.26/794.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3173.66/794.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.28
3174.45/794.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3174.45/794.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3174.45/794.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
3174.45/794.76	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: 977)

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-3174898-1307639303/watcher-3174898-1307639303 -o /tmp/evaluation-result-3174898-1307639303/solver-3174898-1307639303 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3174898-1307639303.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: 7.82 8.01 8.07 4/176 11065
/proc/meminfo: memFree=32433980/32951124 swapFree=67055696/67111528
[pid=11063] ppid=11060 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11063/stat : 11063 (strangenight1-m) R 11060 11063 10396 0 -1 4202496 413 0 0 0 0 0 0 0 19 0 4 0 608121559 52465664 352 33554432000 4194304 4650419 140736948991952 18446744073709551615 47146636187568 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11063/statm: 12809 352 303 112 0 7774 0
[pid=11063/tid=11066] ppid=11060 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11063/task/11066/stat : 11066 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 608121560 52465664 352 33554432000 4194304 4650419 140736948991952 18446744073709551615 268660718577 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11063/task/11067/stat : 11067 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 608121560 52465664 352 33554432000 4194304 4650419 140736948991952 18446744073709551615 268672459830 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/11063/task/11068/stat : 11068 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 608121560 52465664 352 33554432000 4194304 4650419 140736948991952 18446744073709551615 47146636187564 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.113567 s]
/proc/loadavg: 7.82 8.01 8.07 4/176 11065
/proc/meminfo: memFree=32433980/32951124 swapFree=67055696/67111528
[pid=11063] ppid=11060 vsize=285736 CPUtime=0.42 cores=1,3,5,7
/proc/11063/stat : 11063 (strangenight1-m) R 11060 11063 10396 0 -1 4202496 4252 0 0 0 41 1 0 0 18 0 4 0 608121559 292593664 4169 33554432000 4194304 4650419 140736948991952 18446744073709551615 4536400 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11063/statm: 71434 4169 367 112 0 66399 0
[pid=11063/tid=11066] ppid=11060 vsize=285736 CPUtime=0.1 cores=1,3,5,7
/proc/11063/task/11066/stat : 11066 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 911 0 0 0 10 0 0 0 18 0 4 0 608121560 292593664 4169 33554432000 4194304 4650419 140736948991952 18446744073709551615 268660705463 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=285736 CPUtime=0.1 cores=1,3,5,7
/proc/11063/task/11067/stat : 11067 (strangenight1-m) D 11060 11063 10396 0 -1 4202560 968 0 0 0 10 0 0 0 18 0 4 0 608121560 292593664 4169 33554432000 4194304 4650419 140736948991952 18446744073709551615 268660323361 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=285736 CPUtime=0.1 cores=1,3,5,7
/proc/11063/task/11068/stat : 11068 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 1068 0 0 0 10 0 0 0 18 0 4 0 608121560 292593664 4169 33554432000 4194304 4650419 140736948991952 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 285736

[startup+0.201223 s]
/proc/loadavg: 7.82 8.01 8.07 4/176 11065
/proc/meminfo: memFree=32433980/32951124 swapFree=67055696/67111528
[pid=11063] ppid=11060 vsize=291964 CPUtime=0.77 cores=1,3,5,7
/proc/11063/stat : 11063 (strangenight1-m) D 11060 11063 10396 0 -1 4202496 6976 0 0 0 75 2 0 0 18 0 4 0 608121559 298971136 5849 33554432000 4194304 4650419 140736948991952 18446744073709551615 268660705463 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11063/statm: 72991 5849 377 112 0 67956 0
[pid=11063/tid=11066] ppid=11060 vsize=291964 CPUtime=0.18 cores=1,3,5,7
/proc/11063/task/11066/stat : 11066 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 1721 0 0 0 18 0 0 0 18 0 4 0 608121560 298971136 5849 33554432000 4194304 4650419 140736948991952 18446744073709551615 268660323013 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=291964 CPUtime=0.18 cores=1,3,5,7
/proc/11063/task/11067/stat : 11067 (strangenight1-m) D 11060 11063 10396 0 -1 4202560 2112 0 0 0 18 0 0 0 18 0 4 0 608121560 298971136 5849 33554432000 4194304 4650419 140736948991952 18446744073709551615 268660705463 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=291964 CPUtime=0.19 cores=1,3,5,7
/proc/11063/task/11068/stat : 11068 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 1262 0 0 0 19 0 0 0 18 0 4 0 608121560 298971136 5849 33554432000 4194304 4650419 140736948991952 18446744073709551615 4365477 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 291964

[startup+0.30113 s]
/proc/loadavg: 7.82 8.01 8.07 4/176 11065
/proc/meminfo: memFree=32433980/32951124 swapFree=67055696/67111528
[pid=11063] ppid=11060 vsize=297484 CPUtime=1.17 cores=1,3,5,7
/proc/11063/stat : 11063 (strangenight1-m) R 11060 11063 10396 0 -1 4202496 11690 0 0 0 115 2 0 0 18 0 4 0 608121559 304623616 9492 33554432000 4194304 4650419 140736948991952 18446744073709551615 4314985 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11063/statm: 74371 9492 389 112 0 69336 0
[pid=11063/tid=11066] ppid=11060 vsize=297484 CPUtime=0.28 cores=1,3,5,7
/proc/11063/task/11066/stat : 11066 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 3228 0 0 0 28 0 0 0 18 0 4 0 608121560 304623616 9492 33554432000 4194304 4650419 140736948991952 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=297484 CPUtime=0.28 cores=1,3,5,7
/proc/11063/task/11067/stat : 11067 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 3400 0 0 0 28 0 0 0 18 0 4 0 608121560 304623616 9493 33554432000 4194304 4650419 140736948991952 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=297484 CPUtime=0.29 cores=1,3,5,7
/proc/11063/task/11068/stat : 11068 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 1423 0 0 0 29 0 0 0 18 0 4 0 608121560 304623616 9493 33554432000 4194304 4650419 140736948991952 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 297484

[startup+0.701057 s]
/proc/loadavg: 7.82 8.01 8.07 4/176 11065
/proc/meminfo: memFree=32433980/32951124 swapFree=67055696/67111528
[pid=11063] ppid=11060 vsize=309884 CPUtime=2.76 cores=1,3,5,7
/proc/11063/stat : 11063 (strangenight1-m) R 11060 11063 10396 0 -1 4202496 15743 0 0 0 273 3 0 0 18 0 4 0 608121559 317321216 11442 33554432000 4194304 4650419 140736948991952 18446744073709551615 4516622 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11063/statm: 77471 11447 391 112 0 72436 0
[pid=11063/tid=11066] ppid=11060 vsize=309884 CPUtime=0.68 cores=1,3,5,7
/proc/11063/task/11066/stat : 11066 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 3956 0 0 0 68 0 0 0 18 0 4 0 608121560 317321216 11450 33554432000 4194304 4650419 140736948991952 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=309884 CPUtime=0.68 cores=1,3,5,7
/proc/11063/task/11067/stat : 11067 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 4562 0 0 0 68 0 0 0 18 0 4 0 608121560 317321216 11453 33554432000 4194304 4650419 140736948991952 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=309884 CPUtime=0.68 cores=1,3,5,7
/proc/11063/task/11068/stat : 11068 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 2593 0 0 0 68 0 0 0 18 0 4 0 608121560 317321216 11457 33554432000 4194304 4650419 140736948991952 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 309884

[startup+1.50092 s]
/proc/loadavg: 7.82 8.01 8.07 9/184 11073
/proc/meminfo: memFree=32352000/32951124 swapFree=67055696/67111528
[pid=11063] ppid=11060 vsize=301940 CPUtime=5.96 cores=1,3,5,7
/proc/11063/stat : 11063 (strangenight1-m) R 11060 11063 10396 0 -1 4202496 23993 0 0 0 591 5 0 0 20 0 4 0 608121559 309186560 12117 33554432000 4194304 4650419 140736948991952 18446744073709551615 4365398 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11063/statm: 75485 12117 391 112 0 70450 0
[pid=11063/tid=11066] ppid=11060 vsize=301940 CPUtime=1.48 cores=1,3,5,7
/proc/11063/task/11066/stat : 11066 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 6172 0 0 0 147 1 0 0 20 0 4 0 608121560 309186560 12117 33554432000 4194304 4650419 140736948991952 18446744073709551615 4333028 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=301940 CPUtime=1.48 cores=1,3,5,7
/proc/11063/task/11067/stat : 11067 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 6499 0 0 0 147 1 0 0 20 0 4 0 608121560 309186560 12117 33554432000 4194304 4650419 140736948991952 18446744073709551615 4365477 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=301940 CPUtime=1.48 cores=1,3,5,7
/proc/11063/task/11068/stat : 11068 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 4511 0 0 0 148 0 0 0 19 0 4 0 608121560 309186560 12117 33554432000 4194304 4650419 140736948991952 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 301940

[startup+3.10064 s]
/proc/loadavg: 7.82 8.01 8.07 9/184 11073
/proc/meminfo: memFree=32342400/32951124 swapFree=67055696/67111528
[pid=11063] ppid=11060 vsize=302872 CPUtime=12.35 cores=1,3,5,7
/proc/11063/stat : 11063 (strangenight1-m) R 11060 11063 10396 0 -1 4202496 38457 0 0 0 1226 9 0 0 25 0 4 0 608121559 310140928 13197 33554432000 4194304 4650419 140736948991952 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11063/statm: 75718 13197 392 112 0 70683 0
[pid=11063/tid=11066] ppid=11060 vsize=302872 CPUtime=3.06 cores=1,3,5,7
/proc/11063/task/11066/stat : 11066 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 9673 0 0 0 305 1 0 0 25 0 4 0 608121560 310140928 13197 33554432000 4194304 4650419 140736948991952 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=302872 CPUtime=3.09 cores=1,3,5,7
/proc/11063/task/11067/stat : 11067 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 10170 0 0 0 307 2 0 0 25 0 4 0 608121560 310140928 13197 33554432000 4194304 4650419 140736948991952 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=302872 CPUtime=3.08 cores=1,3,5,7
/proc/11063/task/11068/stat : 11068 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 8200 0 0 0 306 2 0 0 25 0 4 0 608121560 310140928 13197 33554432000 4194304 4650419 140736948991952 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 302872

[startup+6.30107 s]
/proc/loadavg: 7.92 8.03 8.07 9/184 11073
/proc/meminfo: memFree=32180208/32951124 swapFree=67055696/67111528
[pid=11063] ppid=11060 vsize=316300 CPUtime=25.12 cores=1,3,5,7
/proc/11063/stat : 11063 (strangenight1-m) R 11060 11063 10396 0 -1 4202496 74654 0 0 0 2497 15 0 0 25 0 4 0 608121559 323891200 38595 33554432000 4194304 4650419 140736948991952 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11063/statm: 79075 38595 393 112 0 74040 0
[pid=11063/tid=11066] ppid=11060 vsize=316300 CPUtime=6.25 cores=1,3,5,7
/proc/11063/task/11066/stat : 11066 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 14854 0 0 0 624 1 0 0 25 0 4 0 608121560 323891200 38595 33554432000 4194304 4650419 140736948991952 18446744073709551615 4439371 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=316300 CPUtime=6.28 cores=1,3,5,7
/proc/11063/task/11067/stat : 11067 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 21706 0 0 0 624 4 0 0 25 0 4 0 608121560 323891200 38595 33554432000 4194304 4650419 140736948991952 18446744073709551615 4438944 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=316300 CPUtime=6.28 cores=1,3,5,7
/proc/11063/task/11068/stat : 11068 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 19261 0 0 0 624 4 0 0 25 0 4 0 608121560 323891200 38595 33554432000 4194304 4650419 140736948991952 18446744073709551615 4439619 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 316300

[startup+12.7009 s]
/proc/loadavg: 7.92 8.03 8.07 9/184 11073
/proc/meminfo: memFree=32153880/32951124 swapFree=67055696/67111528
[pid=11063] ppid=11060 vsize=318548 CPUtime=50.69 cores=1,3,5,7
/proc/11063/stat : 11063 (strangenight1-m) R 11060 11063 10396 0 -1 4202496 87988 0 0 0 5050 19 0 0 25 0 4 0 608121559 326193152 41505 33554432000 4194304 4650419 140736948991952 18446744073709551615 4366896 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11063/statm: 79637 41506 393 112 0 74602 0
[pid=11063/tid=11066] ppid=11060 vsize=318548 CPUtime=12.61 cores=1,3,5,7
/proc/11063/task/11066/stat : 11066 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 20322 0 0 0 1258 3 0 0 25 0 4 0 608121560 326193152 41506 33554432000 4194304 4650419 140736948991952 18446744073709551615 4367853 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=318548 CPUtime=12.68 cores=1,3,5,7
/proc/11063/task/11067/stat : 11067 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 22516 0 0 0 1264 4 0 0 25 0 4 0 608121560 326193152 41506 33554432000 4194304 4650419 140736948991952 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=318548 CPUtime=12.68 cores=1,3,5,7
/proc/11063/task/11068/stat : 11068 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 23244 0 0 0 1263 5 0 0 25 0 4 0 608121560 326193152 41506 33554432000 4194304 4650419 140736948991952 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 318548

[startup+25.5007 s]
/proc/loadavg: 7.94 8.03 8.07 9/184 11073
/proc/meminfo: memFree=31956844/32951124 swapFree=67055696/67111528
[pid=11063] ppid=11060 vsize=475348 CPUtime=101.82 cores=1,3,5,7
/proc/11063/stat : 11063 (strangenight1-m) R 11060 11063 10396 0 -1 4202496 149114 0 0 0 10150 32 0 0 25 0 4 0 608121559 486756352 72967 33554432000 4194304 4650419 140736948991952 18446744073709551615 4439361 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11063/statm: 118837 72967 393 112 0 113802 0
[pid=11063/tid=11066] ppid=11060 vsize=475348 CPUtime=25.34 cores=1,3,5,7
/proc/11063/task/11066/stat : 11066 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 29237 0 0 0 2530 4 0 0 25 0 4 0 608121560 486756352 72967 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=475348 CPUtime=25.49 cores=1,3,5,7
/proc/11063/task/11067/stat : 11067 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 37906 0 0 0 2541 8 0 0 25 0 4 0 608121560 486756352 72967 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=475348 CPUtime=25.48 cores=1,3,5,7
/proc/11063/task/11068/stat : 11068 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 41578 0 0 0 2538 10 0 0 25 0 4 0 608121560 486756352 72967 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 475348

[startup+51.1012 s]
/proc/loadavg: 8.08 8.06 8.08 9/184 11074
/proc/meminfo: memFree=31846660/32951124 swapFree=67055696/67111528
[pid=11063] ppid=11060 vsize=697964 CPUtime=204.07 cores=1,3,5,7
/proc/11063/stat : 11063 (strangenight1-m) R 11060 11063 10396 0 -1 4202496 212851 0 0 0 20355 52 0 0 25 0 4 0 608121559 714715136 89862 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11063/statm: 174491 89862 393 112 0 169456 0
[pid=11063/tid=11066] ppid=11060 vsize=697964 CPUtime=50.8 cores=1,3,5,7
/proc/11063/task/11066/stat : 11066 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 41778 0 0 0 5070 10 0 0 25 0 4 0 608121560 714715136 89862 33554432000 4194304 4650419 140736948991952 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=697964 CPUtime=51.08 cores=1,3,5,7
/proc/11063/task/11067/stat : 11067 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 57979 0 0 0 5095 13 0 0 25 0 4 0 608121560 714715136 89862 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476411 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=697964 CPUtime=51.09 cores=1,3,5,7
/proc/11063/task/11068/stat : 11068 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 59694 0 0 0 5092 17 0 0 25 0 4 0 608121560 714715136 89862 33554432000 4194304 4650419 140736948991952 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 697964

[startup+102.301 s]
/proc/loadavg: 8.10 8.06 8.08 9/184 11075
/proc/meminfo: memFree=31718884/32951124 swapFree=67055696/67111528
[pid=11063] ppid=11060 vsize=724472 CPUtime=408.62 cores=1,3,5,7
/proc/11063/stat : 11063 (strangenight1-m) R 11060 11063 10396 0 -1 4202496 311561 0 0 0 40776 86 0 0 25 0 4 0 608121559 741859328 108806 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11063/statm: 181118 108806 393 112 0 176083 0
[pid=11063/tid=11066] ppid=11060 vsize=724472 CPUtime=101.73 cores=1,3,5,7
/proc/11063/task/11066/stat : 11066 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 75413 0 0 0 10149 24 0 0 25 0 4 0 608121560 741859328 108806 33554432000 4194304 4650419 140736948991952 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=724472 CPUtime=102.29 cores=1,3,5,7
/proc/11063/task/11067/stat : 11067 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 60215 0 0 0 10216 13 0 0 25 0 4 0 608121560 741859328 108806 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=724472 CPUtime=102.29 cores=1,3,5,7
/proc/11063/task/11068/stat : 11068 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 104248 0 0 0 10196 33 0 0 25 0 4 0 608121560 741859328 108806 33554432000 4194304 4650419 140736948991952 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 724472

[startup+162.301 s]

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

[pid=11063] ppid=11060 vsize=1010948 CPUtime=2565.68 cores=1,3,5,7
/proc/11063/stat : 11063 (strangenight1-m) R 11060 11063 10396 0 -1 4202496 738501 0 0 0 256296 272 0 0 25 0 4 0 608121559 1035210752 171514 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11063/statm: 252737 171514 393 112 0 247702 0
[pid=11063/tid=11066] ppid=11060 vsize=1010948 CPUtime=638.77 cores=1,3,5,7
/proc/11063/task/11066/stat : 11066 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 133758 0 0 0 63830 47 0 0 25 0 4 0 608121560 1035210752 171514 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=1010948 CPUtime=642.29 cores=1,3,5,7
/proc/11063/task/11067/stat : 11067 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 165933 0 0 0 64162 67 0 0 25 0 4 0 608121560 1035210752 171514 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=1010948 CPUtime=642.29 cores=1,3,5,7
/proc/11063/task/11068/stat : 11068 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 314676 0 0 0 64113 116 0 0 25 0 4 0 608121560 1035210752 171514 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2565.68
Current children cumulated vsize (KiB) 1010948

[startup+702.301 s]
/proc/loadavg: 8.11 8.13 8.09 9/184 11091
/proc/meminfo: memFree=31284356/32951124 swapFree=67055696/67111528
[pid=11063] ppid=11060 vsize=1010948 CPUtime=2805.35 cores=1,3,5,7
/proc/11063/stat : 11063 (strangenight1-m) R 11060 11063 10396 0 -1 4202496 746307 0 0 0 280262 273 0 0 25 0 4 0 608121559 1035210752 171471 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11063/statm: 252737 171471 393 112 0 247702 0
[pid=11063/tid=11066] ppid=11060 vsize=1010948 CPUtime=698.44 cores=1,3,5,7
/proc/11063/task/11066/stat : 11066 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 133758 0 0 0 69797 47 0 0 25 0 4 0 608121560 1035210752 171471 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476509 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=1010948 CPUtime=702.29 cores=1,3,5,7
/proc/11063/task/11067/stat : 11067 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 165933 0 0 0 70162 67 0 0 25 0 4 0 608121560 1035210752 171471 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=1010948 CPUtime=702.3 cores=1,3,5,7
/proc/11063/task/11068/stat : 11068 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 322482 0 0 0 70112 118 0 0 25 0 4 0 608121560 1035210752 171471 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476293 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.35
Current children cumulated vsize (KiB) 1010948

[startup+762.301 s]
/proc/loadavg: 8.04 8.10 8.08 9/184 11093
/proc/meminfo: memFree=31278592/32951124 swapFree=67055696/67111528
[pid=11063] ppid=11060 vsize=1012220 CPUtime=3045.05 cores=1,3,5,7
/proc/11063/stat : 11063 (strangenight1-m) R 11060 11063 10396 0 -1 4202496 769702 0 0 0 304215 290 0 0 25 0 4 0 608121559 1036513280 172640 33554432000 4194304 4650419 140736948991952 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11063/statm: 253055 172640 393 112 0 248020 0
[pid=11063/tid=11066] ppid=11060 vsize=1012220 CPUtime=758.12 cores=1,3,5,7
/proc/11063/task/11066/stat : 11066 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 133758 0 0 0 75765 47 0 0 25 0 4 0 608121560 1036513280 172640 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=1012220 CPUtime=762.3 cores=1,3,5,7
/proc/11063/task/11067/stat : 11067 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 165933 0 0 0 76163 67 0 0 25 0 4 0 608121560 1036513280 172640 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=1012220 CPUtime=762.3 cores=1,3,5,7
/proc/11063/task/11068/stat : 11068 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 325689 0 0 0 76112 118 0 0 25 0 4 0 608121560 1036513280 172640 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.05
Current children cumulated vsize (KiB) 1012220

[startup+822.301 s]
/proc/loadavg: 8.01 8.08 8.08 9/184 11094
/proc/meminfo: memFree=31229316/32951124 swapFree=67055696/67111528
[pid=11063] ppid=11060 vsize=1092384 CPUtime=3284.7 cores=1,3,5,7
/proc/11063/stat : 11063 (strangenight1-m) R 11060 11063 10396 0 -1 4202496 819165 0 0 0 328148 322 0 0 25 0 4 0 608121559 1118601216 186149 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11063/statm: 273096 186149 393 112 0 268061 0
[pid=11063/tid=11066] ppid=11060 vsize=1092384 CPUtime=817.79 cores=1,3,5,7
/proc/11063/task/11066/stat : 11066 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 156650 0 0 0 81716 63 0 0 25 0 4 0 608121560 1118601216 186149 33554432000 4194304 4650419 140736948991952 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=1092384 CPUtime=822.3 cores=1,3,5,7
/proc/11063/task/11067/stat : 11067 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 165933 0 0 0 82163 67 0 0 25 0 4 0 608121560 1118601216 186149 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=1092384 CPUtime=822.3 cores=1,3,5,7
/proc/11063/task/11068/stat : 11068 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 325689 0 0 0 82112 118 0 0 25 0 4 0 608121560 1118601216 186149 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.7
Current children cumulated vsize (KiB) 1092384

[startup+882.307 s]
/proc/loadavg: 8.00 8.07 8.07 9/184 11096
/proc/meminfo: memFree=31212776/32951124 swapFree=67055696/67111528
[pid=11063] ppid=11060 vsize=1094208 CPUtime=3524.4 cores=1,3,5,7
/proc/11063/stat : 11063 (strangenight1-m) R 11060 11063 10396 0 -1 4202496 871203 0 0 0 352089 351 0 0 25 0 4 0 608121559 1120468992 188088 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476331 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11063/statm: 273552 188089 393 112 0 268517 0
[pid=11063/tid=11066] ppid=11060 vsize=1094208 CPUtime=877.47 cores=1,3,5,7
/proc/11063/task/11066/stat : 11066 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 190315 0 0 0 87661 86 0 0 25 0 4 0 608121560 1120468992 188089 33554432000 4194304 4650419 140736948991952 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=1094208 CPUtime=882.31 cores=1,3,5,7
/proc/11063/task/11067/stat : 11067 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 174057 0 0 0 88159 72 0 0 25 0 4 0 608121560 1120468992 188089 33554432000 4194304 4650419 140736948991952 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=1094208 CPUtime=882.31 cores=1,3,5,7
/proc/11063/task/11068/stat : 11068 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 325690 0 0 0 88113 118 0 0 25 0 4 0 608121560 1120468992 188089 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.4
Current children cumulated vsize (KiB) 1094208

[startup+942.3 s]
/proc/loadavg: 8.00 8.05 8.07 9/184 11098
/proc/meminfo: memFree=31172292/32951124 swapFree=67055696/67111528
[pid=11063] ppid=11060 vsize=1123480 CPUtime=3764.06 cores=1,3,5,7
/proc/11063/stat : 11063 (strangenight1-m) R 11060 11063 10396 0 -1 4202496 929103 0 0 0 376024 382 0 0 25 0 4 0 608121559 1150443520 200129 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11063/statm: 280870 200129 393 112 0 275835 0
[pid=11063/tid=11066] ppid=11060 vsize=1123480 CPUtime=937.13 cores=1,3,5,7
/proc/11063/task/11066/stat : 11066 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 213954 0 0 0 93616 97 0 0 25 0 4 0 608121560 1150443520 200129 33554432000 4194304 4650419 140736948991952 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=1123480 CPUtime=942.3 cores=1,3,5,7
/proc/11063/task/11067/stat : 11067 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 208317 0 0 0 94139 91 0 0 25 0 4 0 608121560 1150443520 200129 33554432000 4194304 4650419 140736948991952 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=1123480 CPUtime=942.3 cores=1,3,5,7
/proc/11063/task/11068/stat : 11068 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 325690 0 0 0 94112 118 0 0 25 0 4 0 608121560 1150443520 200130 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.06
Current children cumulated vsize (KiB) 1123480

[startup+1002.3 s]
/proc/loadavg: 8.00 8.04 8.06 9/184 11099
/proc/meminfo: memFree=31201388/32951124 swapFree=67055696/67111528
[pid=11063] ppid=11060 vsize=1111428 CPUtime=4003.73 cores=1,3,5,7
/proc/11063/stat : 11063 (strangenight1-m) R 11060 11063 10396 0 -1 4202496 988196 0 0 0 399955 418 0 0 25 0 4 0 608121559 1138102272 189155 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11063/statm: 277857 189155 393 112 0 272822 0
[pid=11063/tid=11066] ppid=11060 vsize=1111428 CPUtime=996.81 cores=1,3,5,7
/proc/11063/task/11066/stat : 11066 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 241522 0 0 0 99565 116 0 0 25 0 4 0 608121560 1138102272 189155 33554432000 4194304 4650419 140736948991952 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=1111428 CPUtime=1002.3 cores=1,3,5,7
/proc/11063/task/11067/stat : 11067 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 239842 0 0 0 100121 109 0 0 25 0 4 0 608121560 1138102272 189155 33554432000 4194304 4650419 140736948991952 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=1111428 CPUtime=1002.3 cores=1,3,5,7
/proc/11063/task/11068/stat : 11068 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 325690 0 0 0 100112 118 0 0 25 0 4 0 608121560 1138102272 189155 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.73
Current children cumulated vsize (KiB) 1111428

[startup+1062.3 s]
/proc/loadavg: 8.00 8.03 8.06 9/184 11101
/proc/meminfo: memFree=31113260/32951124 swapFree=67055696/67111528
[pid=11063] ppid=11060 vsize=1125320 CPUtime=4243.41 cores=1,3,5,7
/proc/11063/stat : 11063 (strangenight1-m) R 11060 11063 10396 0 -1 4202496 1042837 0 0 0 423889 452 0 0 25 0 4 0 608121559 1152327680 200826 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11063/statm: 281330 200826 393 112 0 276295 0
[pid=11063/tid=11066] ppid=11060 vsize=1125320 CPUtime=1056.48 cores=1,3,5,7
/proc/11063/task/11066/stat : 11066 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 269451 0 0 0 105514 134 0 0 25 0 4 0 608121560 1152327680 200826 33554432000 4194304 4650419 140736948991952 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=1125320 CPUtime=1062.3 cores=1,3,5,7
/proc/11063/task/11067/stat : 11067 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 266554 0 0 0 106106 124 0 0 25 0 4 0 608121560 1152327680 200826 33554432000 4194304 4650419 140736948991952 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=1125320 CPUtime=1062.3 cores=1,3,5,7
/proc/11063/task/11068/stat : 11068 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 325690 0 0 0 106112 118 0 0 25 0 4 0 608121560 1152327680 200826 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.41
Current children cumulated vsize (KiB) 1125320

[startup+1122.3 s]
/proc/loadavg: 8.05 8.04 8.05 9/184 11102
/proc/meminfo: memFree=31166396/32951124 swapFree=67055696/67111528
[pid=11063] ppid=11060 vsize=1191880 CPUtime=4483.09 cores=1,3,5,7
/proc/11063/stat : 11063 (strangenight1-m) R 11060 11063 10396 0 -1 4202496 1084565 0 0 0 447829 480 0 0 25 0 4 0 608121559 1220485120 193864 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11063/statm: 297970 193864 393 112 0 292935 0
[pid=11063/tid=11066] ppid=11060 vsize=1191880 CPUtime=1116.15 cores=1,3,5,7
/proc/11063/task/11066/stat : 11066 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 283438 0 0 0 111473 142 0 0 25 0 4 0 608121560 1220485120 193864 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=1191880 CPUtime=1122.3 cores=1,3,5,7
/proc/11063/task/11067/stat : 11067 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 294295 0 0 0 112086 144 0 0 25 0 4 0 608121560 1220485120 193864 33554432000 4194304 4650419 140736948991952 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=1191880 CPUtime=1122.31 cores=1,3,5,7
/proc/11063/task/11068/stat : 11068 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 325690 0 0 0 112113 118 0 0 25 0 4 0 608121560 1220485120 193864 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.09
Current children cumulated vsize (KiB) 1191880

[startup+1182.3 s]
/proc/loadavg: 8.07 8.04 8.05 9/184 11104
/proc/meminfo: memFree=31168948/32951124 swapFree=67055696/67111528
[pid=11063] ppid=11060 vsize=1139156 CPUtime=4722.76 cores=1,3,5,7
/proc/11063/stat : 11063 (strangenight1-m) R 11060 11063 10396 0 -1 4202496 1113395 0 0 0 471776 500 0 0 25 0 4 0 608121559 1166495744 192167 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11063/statm: 284789 192167 393 112 0 279754 0
[pid=11063/tid=11066] ppid=11060 vsize=1139156 CPUtime=1175.82 cores=1,3,5,7
/proc/11063/task/11066/stat : 11066 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 283438 0 0 0 117440 142 0 0 25 0 4 0 608121560 1166495744 192167 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476449 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=1139156 CPUtime=1182.31 cores=1,3,5,7
/proc/11063/task/11067/stat : 11067 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 323125 0 0 0 118066 165 0 0 25 0 4 0 608121560 1166495744 192167 33554432000 4194304 4650419 140736948991952 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=1139156 CPUtime=1182.31 cores=1,3,5,7
/proc/11063/task/11068/stat : 11068 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 325690 0 0 0 118113 118 0 0 25 0 4 0 608121560 1166495744 192167 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.76
Current children cumulated vsize (KiB) 1139156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.05 8.04 8.05 10/184 11105
/proc/meminfo: memFree=31029924/32951124 swapFree=67055696/67111528
[pid=11063] ppid=11060 vsize=1258244 CPUtime=4800.27 cores=1,3,5,7
/proc/11063/stat : 11063 (strangenight1-m) R 11060 11063 10396 0 -1 4202496 1143745 0 0 0 479518 509 0 0 25 0 4 0 608121559 1288441856 222511 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11063/statm: 314561 222511 393 112 0 309526 0
[pid=11063/tid=11066] ppid=11060 vsize=1258244 CPUtime=1195.11 cores=1,3,5,7
/proc/11063/task/11066/stat : 11066 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 283438 0 0 0 119369 142 0 0 25 0 4 0 608121560 1288441856 222511 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11063/tid=11067] ppid=11060 vsize=1258244 CPUtime=1201.72 cores=1,3,5,7
/proc/11063/task/11067/stat : 11067 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 353475 0 0 0 119998 174 0 0 25 0 4 0 608121560 1288441856 222511 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11063/tid=11068] ppid=11060 vsize=1258244 CPUtime=1201.71 cores=1,3,5,7
/proc/11063/task/11068/stat : 11068 (strangenight1-m) R 11060 11063 10396 0 -1 4202560 325690 0 0 0 120053 118 0 0 25 0 4 0 608121560 1288441856 222511 33554432000 4194304 4650419 140736948991952 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 1258244

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): 1201.75
CPU time (s): 4800.34
CPU user time (s): 4795.21
CPU system time (s): 5.13422
CPU usage (%): 399.447
Max. virtual memory (cumulated for all children) (KiB): 1258244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.21
system time used= 5.13422
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1143745
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= 2517
involuntary context switches= 26643

runsolver used 1.69074 second user time and 4.88226 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-09 19:08:23
IDJOB=3174898
IDBENCH=82516
IDSOLVER=1588
FILE ID=node107/3174898-1307639303
RUNJOBID= node107-1307639302-11039
PBS_JOBID= 13549384
Free space on /tmp= 74100 MiB

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

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

MD5SUM BENCH= 4d2cfd51677809bb15d90c916352e4e2
RANDOM SEED=457726291

node107.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.829
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.65
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.829
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.75
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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:      32435216 kB
Buffers:         59392 kB
Cached:         241988 kB
SwapCached:      19468 kB
Active:         130296 kB
Inactive:       199188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32435216 kB
SwapTotal:    67111528 kB
SwapFree:     67055696 kB
Dirty:           13600 kB
Writeback:           0 kB
AnonPages:       25744 kB
Mapped:          12496 kB
Slab:           120992 kB
PageTables:       4832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185972 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= 74088 MiB
End job on node107 at 2011-06-09 19:28:27