Trace number 3174899

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.12 1201.77

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S1233052734-067-UNKNOWN.cnf
MD5SUMeea50e836fd8ac6474349634450aaaf7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.8316
Satisfiable
(Un)Satisfiability was proved
Number of variables25000
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c 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-3174899-1304047964.cnf'
0.00/0.00	c -- header says num vars:          25000
0.00/0.00	c -- header says num clauses:      105000
0.34/0.27	c -- clauses added:            0 learnts,       105000 normals,            0 xors
0.34/0.27	c -- vars added      25000
0.34/0.27	c Parsing time:  0.33 s
0.34/0.27	c  N st     0         0     25000    105000         0         0    315000         0   no data   no data  --
0.34/0.27	c asymm  cl-useful: 0/105000/105000 lits-rem:0 time: 0.29
0.34/0.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.21
1.05/0.65	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1.05/0.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1.05/0.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  25000 time:  0.03 s
1.05/0.65	c Removed useless bin:       0  fixed:     0  props:   0.25M  time:  0.04 s
1.05/0.65	c lits-rem:         0  cl-subs:        0  v-elim:    711  v-fix:    0  time:  0.99 s
1.05/0.65	c Finding binary XORs  T:     0.02 s  found:       0
1.05/0.76	c Finding non-binary XORs:     0.20 s (found:       0, avg size: nan)
1.05/0.76	c calculated reachability. Time: 0.00
1.05/0.76	c Calc default polars -  time:   0.03 s pos:   11141 undec:    2831 neg:   11028
1.05/0.76	c =========================================================================================
1.05/0.76	c types(t): F = full restart, N = normal restart
1.05/0.76	c types(t): S = simplification begin/end, E = solution found
1.05/0.76	c restart types(rt): st = static, dy = dynamic
1.05/0.76	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.05/0.76	c  B st     0         0     24289    103880         0         0    315582         0   no data   no data  --
7.52/1.90	c  N dy    19      4161     24289    103880         0      4160    315582   1028930    143.16    150.85  --
12.31/3.11	c  N dy    49      8280     24289    103880         0      8279    315582   1944456    144.63    154.58  --
17.51/4.41	c  N dy    74     12530     24289    103880         0     12529    315582   2870980    142.89    152.30  --
22.70/5.71	c  N dy   102     16672     24289    103880         0     16671    315582   3802220    142.80    160.88  --
27.89/7.01	c  N dy   131     20715     24289    103880         0     10716    315582    741981    142.31    159.07  --
32.69/8.23	c  N dy   155     24753     24289    103880         0     14754    315582   1610400    141.50    150.31  --
33.11/8.31	c  F st   157     25000     24289    103880         0     15001    315582   1664621    141.46   no data  --
39.87/10.02	c  N dy   163     30001     24289    103880         0     20002    315582   3172016    141.46   no data  --
39.87/10.02	c  S st   163     30001     24289    103880         0     20002    315582   3172016    141.46   no data  --
40.27/10.19	c  S st   163     30503     24289    103880         0     20504    315582   3268290    141.46   no data  --
40.67/10.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
40.67/10.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
41.08/10.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.52
42.66/10.70	c bin-w-bin subsume rem            0 bins  time:  0.03 s
42.66/10.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
42.66/10.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24289 time:  0.03 s
42.66/10.73	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.04 s
71.02/17.82	c lits-rem:         0  cl-subs:     1973  v-elim:    160  v-fix:    0  time: 28.13 s
71.42/17.95	c asymm  cl-useful: 0/104040/104040 lits-rem:0 time: 0.53
71.42/17.96	c calculated reachability. Time: 0.00
71.42/17.96	c  N dy   163     30503     24129    104040         0     18531    317043   2379839    141.46   no data  --
77.44/19.47	c  N dy   192     34578     24129    104040         0     22605    317043   3268118    141.82    149.54  --
83.81/21.02	c  N dy   222     38676     24129    104040         0     26702    317043   4189499    142.68    169.36  --
90.99/22.82	c  N dy   249     42785     24129    104040         0     30811    317043   5108476    142.59    151.04  --
95.01/23.88	c  S st   272     45755     24129    104040         0     18282    317043   1300695    143.20    147.10  --
95.78/24.04	c  S st   272     46258     24129    104040         0     18785    317043   1377407    143.20   no data  --
95.78/24.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
95.78/24.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
96.18/24.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.52
96.98/24.31	c bin-w-bin subsume rem            0 bins  time:  0.03 s
96.98/24.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
96.98/24.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24129 time:  0.04 s
96.98/24.33	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.04 s
109.37/27.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time: 12.36 s
109.37/27.45	c vivif2 --  cl tried   104040 cl shrink        0 lits rem          0 time: 0.05
109.37/27.48	c vivif2 --  cl tried    18785 cl shrink        0 lits rem          0 time: 0.08
110.17/27.60	c asymm  cl-useful: 0/104040/104040 lits-rem:0 time: 0.50
110.17/27.61	c calculated reachability. Time: 0.01
110.17/27.61	c  N dy   272     46258     24129    104040         0     18785    317043   1377407    143.20   no data  --
115.76/29.01	c  N dy   299     50321     24129    104040         0     22848    317043   2287295    143.10    162.12  --
121.75/30.52	c  N dy   327     54509     24129    104040         0     27036    317043   3208636    143.09    155.43  --
127.74/32.00	c  N dy   353     58517     24129    104040         0     31044    317043   4117097    143.13    152.31  --
133.74/33.53	c  N dy   382     62590     24129    104040         0     35117    317043   5019155    143.27    167.04  --
139.71/35.03	c  N dy   410     66751     24129    104040         0     20529    317043   1050947    143.46    154.54  --
143.33/35.92	c  S st   428     69390     24129    104040         0     23168    317043   1632442    143.47    110.49  --
144.11/36.10	c  S st   428     69894     24129    104040         0     23672    317043   1716397    143.47   no data  --
144.11/36.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
144.11/36.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
144.51/36.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.53
144.91/36.38	c bin-w-bin subsume rem            0 bins  time:  0.03 s
144.91/36.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
145.31/36.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24129 time:  0.03 s
145.31/36.41	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.04 s
160.09/40.19	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time: 15.05 s
160.09/40.20	c vivif2 --  cl tried   104040 cl shrink        0 lits rem          0 time: 0.05
160.51/40.22	c vivif2 --  cl tried    23670 cl shrink        0 lits rem          0 time: 0.10
160.91/40.36	c asymm  cl-useful: 0/104040/104040 lits-rem:0 time: 0.55
160.91/40.37	c calculated reachability. Time: 0.01
160.91/40.37	c  N dy   428     69894     24129    104040         0     23670    317043   1715720    143.47   no data  --
167.27/41.97	c  N dy   462     74436     24129    104040         0     28210    317043   2721211    143.46    155.63  --
174.10/43.66	c  N dy   494     79238     24129    104040         0     33012    317043   3812755    143.48    151.35  --
182.06/45.62	c  N dy   533     84421     24129    104040         0     38195    317043   5005888    143.78    151.35  --
186.46/46.79	c  F st   556     87501     24129    104040         0     41275    317043   5686171    143.84   no data  --
191.66/48.02	c  N st   561     90798     24129    104040         0     23704    317043   1427270    143.84   no data  --
199.64/50.04	c  N dy   588     96658     24129    104040         0     29564    317043   2856628    143.85    155.13  --
208.84/52.37	c  N dy   629    102998     24129    104040         0     35904    317043   4245219    143.78    152.43  --
211.61/53.08	c  S st   641    104843     24129    104040         0     37749    317043   4651184    143.78    149.59  --
212.42/53.28	c  S st   641    105349     24129    104040         0     38255    317043   4734405    143.78   no data  --
212.83/53.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
212.83/53.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
213.24/53.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.59
214.81/53.83	c bin-w-bin subsume rem            0 bins  time:  0.03 s
214.81/53.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
214.81/53.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24129 time:  0.04 s
214.81/53.86	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.04 s
395.37/99.09	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 180.35 s
395.77/99.10	c vivif2 --  cl tried   104040 cl shrink        0 lits rem          0 time: 0.05
395.77/99.17	c vivif2 --  cl tried    38252 cl shrink        0 lits rem          0 time: 0.28
396.57/99.34	c asymm  cl-useful: 0/104040/104040 lits-rem:0 time: 0.66
396.57/99.34	c calculated reachability. Time: 0.00
396.57/99.35	c  N dy   641    105349     24129    104040         0     38252    317043   4732870    143.78   no data  --
406.97/101.90	c  N dy   685    112093     24129    104040         0     22560    317043    628612    143.71    161.35  --
416.94/104.44	c  N dy   733    119434     24129    104040         0     29900    317043   2301543    143.71    155.66  --
428.13/107.28	c  N dy   789    127146     24129    104040         0     37612    317043   4050674    143.84    206.65  --
440.90/110.40	c  N dy   849    135273     24129    104040         0     45738    317043   5898812    143.99    151.57  --
453.28/113.54	c  N dy   907    143922     24129    104040         0     30667    317043   2163637    144.07    163.67  --
466.87/116.99	c  N dy   973    153161     24129    104040         0     39906    317043   4267275    144.16    152.74  --
474.46/118.86	c  S st  1009    158023     24129    104040         0     44766    317043   5391447    144.28    134.34  --
475.25/119.05	c  S st  1009    158525     24129    104040         0     45268    317043   5470434    144.28   no data  --
475.25/119.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
475.25/119.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
476.05/119.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.62
477.65/119.63	c bin-w-bin subsume rem            0 bins  time:  0.03 s
477.65/119.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
477.65/119.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24129 time:  0.04 s
477.65/119.65	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.04 s
738.89/185.07	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time: 260.54 s
738.89/185.08	c vivif2 --  cl tried   104040 cl shrink        0 lits rem          0 time: 0.05
739.30/185.17	c vivif2 --  cl tried    45263 cl shrink        0 lits rem          0 time: 0.32
740.10/185.35	c asymm  cl-useful: 0/104040/104040 lits-rem:0 time: 0.71
740.10/185.35	c calculated reachability. Time: 0.00
740.10/185.35	c  N dy  1009    158525     24129    104040         0     45263    317043   5468009    144.28   no data  --
755.68/189.23	c  N dy  1081    168701     24129    104040         0     30583    317043   1838131    144.45    158.98  --
772.44/193.44	c  N dy  1154    179481     24129    104040         0     41361    317043   4295474    144.43    153.92  --
791.62/198.22	c  N dy  1236    191064     24129    104040         0     27019    317043    760497    144.45    153.12  --
810.00/202.89	c  N dy  1324    203359     24129    104040         0     39312    317043   3537368    144.56    158.22  --
831.97/208.30	c  N dy  1416    216395     24129    104040         0     52348    317043   6509506    144.62    157.88  --
853.14/213.68	c  N dy  1512    230213     24129    104040         0     39202    317043   3251933    144.72    157.42  --
865.51/216.78	c  S st  1565    237787     24129    104040         0     46776    317043   4991418    144.71    106.11  --
866.72/217.00	c  S st  1565    238291     24129    104040         0     47280    317043   5072052    144.71   no data  --
866.72/217.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
866.72/217.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
867.12/217.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.64
868.71/217.53	c bin-w-bin subsume rem            0 bins  time:  0.03 s
868.71/217.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
868.71/217.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24129 time:  0.04 s
868.71/217.56	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.05 s
1104.39/276.54	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 235.05 s
1104.39/276.55	c vivif2 --  cl tried   104040 cl shrink        0 lits rem          0 time: 0.06
1104.79/276.63	c vivif2 --  cl tried    47278 cl shrink        0 lits rem          0 time: 0.32
1105.62/276.83	c asymm  cl-useful: 0/104040/104040 lits-rem:0 time: 0.79
1105.62/276.84	c calculated reachability. Time: 0.00
1105.62/276.84	c  N dy  1565    238291     24129    104040         0     47278    317043   5071848    144.71   no data  --
1129.56/282.87	c  N dy  1665    253535     24129    104040         0     34543    317043   1947772    144.61    154.26  --
1154.72/289.14	c  N dy  1772    269764     24129    104040         0     50768    317043   5648394    144.69    155.16  --
1181.48/295.83	c  N dy  1890    287036     24129    104040         0     39050    317043   2755253    144.80    155.19  --
1210.66/303.16	c  N dy  2012    305429     24129    104040         0     57442    317043   6938980    144.84    168.61  --
1211.84/303.49	c  F st  2018    306250     24129    104040         0     58263    317043   7112669    144.82    125.29  --
1242.60/311.18	c  N dy  2116    324944     24129    104040         0     46966    317043   4768304    144.99    167.35  --
1276.58/319.65	c  N dy  2254    345087     24129    104040         0     36106    317043   1580417    145.04    161.81  --
1296.13/324.59	c  S st  2335    357436     24129    104040         0     48455    317043   4404486    145.07    126.88  --
1297.33/324.81	c  S st  2335    357942     24129    104040         0     48961    317043   4486293    145.07   no data  --
1297.33/324.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
1297.33/324.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1297.73/324.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.64
1299.32/325.31	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1299.32/325.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1299.32/325.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24129 time:  0.04 s
1299.32/325.34	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.05 s
1459.51/365.42	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 159.76 s
1459.51/365.44	c vivif2 --  cl tried   104040 cl shrink        0 lits rem          0 time: 0.05
1459.91/365.51	c vivif2 --  cl tried    48957 cl shrink        0 lits rem          0 time: 0.28
1460.71/365.70	c asymm  cl-useful: 0/104040/104040 lits-rem:0 time: 0.77
1460.71/365.71	c calculated reachability. Time: 0.00
1460.71/365.71	c  N dy  2335    357942     24129    104040         0     48957    317043   4485067    145.07   no data  --
1494.66/374.24	c  N dy  2475    377984     24129    104040         0     37002    317043   1599386    145.14    155.45  --
1527.44/382.49	c  N dy  2605    397987     24129    104040         0     57001    317043   6203013    145.17    156.86  --
1561.76/391.07	c  N dy  2739    418045     24129    104040         0     44063    317043   2988743    145.25    161.45  --
1597.73/400.06	c  N dy  2875    438047     24129    104040         0     64062    317043   7534276    145.30    160.09  --
1632.89/408.80	c  N dy  3017    458140     24129    104040         0     50158    317043   4132404    145.36    158.40  --
1670.01/418.16	c  N dy  3157    478175     24129    104040         0     35193    317043    503898    145.45    168.95  --
1704.77/426.84	c  N dy  3284    498184     24129    104040         0     55201    317043   5053688    145.43    154.64  --
1741.52/436.03	c  N dy  3409    518227     24129    104040         0     39244    317043   1184513    145.35    172.98  --
1772.28/443.79	c  S st  3543    536913     24129    104040         0     57928    317043   5411695    145.35   no data  --
1773.49/444.03	c  S st  3543    537414     24129    104040         0     58429    317043   5490629    145.35   no data  --
1773.49/444.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
1773.49/444.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1774.27/444.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.67
1775.47/444.59	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1775.87/444.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1775.87/444.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24129 time:  0.04 s
1775.87/444.62	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.05 s
2058.27/515.35	c lits-rem:         2  cl-subs:        5  v-elim:      0  v-fix:    0  time: 282.13 s
2058.27/515.36	c vivif2 --  cl tried   104040 cl shrink        0 lits rem          0 time: 0.05
2058.69/515.45	c vivif2 --  cl tried    58424 cl shrink        0 lits rem          0 time: 0.33
2059.48/515.66	c asymm  cl-useful: 0/104040/104040 lits-rem:0 time: 0.83
2059.48/515.66	c calculated reachability. Time: 0.00
2059.48/515.67	c  N dy  3543    537414     24129    104040         0     58424    317043   5488115    145.35   no data  --
2093.84/524.21	c  N dy  3675    557642     24129    104040         0     41656    317043   1533995    145.41    153.41  --
2125.78/532.25	c  N dy  3807    577732     24129    104040         0     61746    317043   6148774    145.44    156.27  --
2160.53/540.93	c  N dy  3946    598084     24129    104040         0     44094    317043   1862304    145.45    153.17  --
2192.89/549.08	c  N dy  4086    618101     24129    104040         0     64109    317043   6413594    145.50    173.72  --
2226.84/557.54	c  N dy  4210    638143     24129    104040         0     45160    317043   1821344    145.40    169.10  --
2260.00/565.87	c  N dy  4347    658365     24129    104040         0     65380    317043   6478136    145.40    154.88  --
2295.14/574.65	c  N dy  4488    678449     24129    104040         0     45462    317043   1711397    145.44    167.44  --
2327.89/582.85	c  N dy  4624    698500     24129    104040         0     65513    317043   6286402    145.45    162.06  --
2363.45/591.70	c  N dy  4761    718502     24129    104040         0     44518    317043   1264150    145.45    154.31  --
2395.80/599.86	c  N dy  4901    738569     24129    104040         0     64583    317043   5869377    145.50    154.47  --
2431.75/608.83	c  N dy  5033    758588     24129    104040         0     42604    317043    602525    145.47    157.02  --
2464.10/616.92	c  N dy  5171    778622     24129    104040         0     62638    317043   5213820    145.53    153.57  --
2499.65/625.83	c  N dy  5304    798631     24129    104040         0     82645    317043   9798664    145.54    158.11  --
2512.83/629.11	c  S st  5359    806121     24129    104040         0     47134    317043   1406950    145.56   no data  --
2513.63/629.32	c  S st  5359    806627     24129    104040         0     47640    317043   1497924    145.56   no data  --
2513.63/629.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
2513.63/629.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2514.03/629.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.62
2514.83/629.62	c bin-w-bin subsume rem            0 bins  time:  0.03 s
2514.83/629.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
2514.83/629.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24129 time:  0.04 s
2514.83/629.64	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.05 s
2530.40/633.52	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 15.46 s
2530.40/633.54	c vivif2 --  cl tried   104040 cl shrink        0 lits rem          0 time: 0.05
2530.40/633.56	c vivif2 --  cl tried    47636 cl shrink        0 lits rem          0 time: 0.10
2531.20/633.74	c asymm  cl-useful: 0/104040/104040 lits-rem:0 time: 0.71
2531.20/633.75	c calculated reachability. Time: 0.01
2531.20/633.75	c  N dy  5359    806627     24129    104040         0     47636    317043   1496625    145.56   no data  --
2564.38/642.01	c  N dy  5494    826707     24129    104040         0     67716    317043   6046317    145.56    168.50  --
2601.50/651.35	c  N dy  5631    846778     24129    104040         0     87787    317043  10641991    145.58    153.31  --
2636.25/660.01	c  N dy  5765    866785     24129    104040         0     63798    317043   4984118    145.62    171.02  --
2675.40/669.89	c  N dy  5908    886880     24129    104040         0     83892    317043   9572453    145.67    154.51  --
2712.15/679.06	c  N dy  6045    906933     24129    104040         0     58943    317043   3639381    145.69    156.00  --
2750.09/688.54	c  N dy  6184    926963     24129    104040         0     78972    317043   8178008    145.67    157.91  --
2789.24/698.32	c  N dy  6325    947041     24129    104040         0     53051    317043   2069627    145.71    165.76  --
2824.79/707.27	c  N dy  6458    967144     24129    104040         0     73153    317043   6681201    145.72    154.90  --
2865.94/717.57	c  N dy  6596    987331     24129    104040         0     93339    317043  11321112    145.76    158.01  --
2902.30/726.69	c  N dy  6744   1007409     24129    104040         0     66416    317043   4998329    145.84    155.13  --
2942.25/736.61	c  N dy  6875   1027519     24129    104040         0     86526    317043   9614893    145.84    156.60  --
2981.39/746.46	c  N dy  7014   1047697     24129    104040         0     58706    317043   2977414    145.86    162.14  --
3018.93/755.86	c  N dy  7150   1067710     24129    104040         0     78718    317043   7510151    145.86    167.48  --
3027.72/758.04	c  F st  7184   1071875     24129    104040         0     82882    317043   8547537    145.91   no data  --
3060.49/766.29	c  N dy  7260   1087766     24129    104040         0     49778    317043    676132    145.91    154.71  --
3096.82/775.38	c  N dy  7396   1107817     24129    104040         0     69826    317043   5295966    145.93    182.11  --
3136.77/785.38	c  N dy  7533   1127857     24129    104040         0     89865    317043   9935340    145.98    165.69  --
3173.91/794.60	c  N dy  7665   1147994     24129    104040         0     59999    317043   2793370    145.99    157.87  --
3209.06/803.46	c  N dy  7798   1168173     24129    104040         0     80177    317043   7397623    145.99    159.05  --
3247.81/813.10	c  N dy  7929   1188209     24129    104040         0    100211    317043  11983620    146.01    154.95  --
3282.15/821.79	c  N dy  8067   1208342     24129    104040         0     69350    317043   4718145    146.01    157.71  --
3284.98/822.48	c  S st  8079   1209940     24129    104040         0     70947    317043   5079368    146.01   no data  --
3286.15/822.71	c  S st  8079   1210441     24129    104040         0     71448    317043   5168873    146.01   no data  --
3286.15/822.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
3286.15/822.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3286.95/822.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.70
3288.15/823.24	c bin-w-bin subsume rem            0 bins  time:  0.03 s
3288.15/823.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
3288.15/823.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24129 time:  0.04 s
3288.15/823.27	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.05 s
3544.21/887.35	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 255.58 s
3544.21/887.37	c vivif2 --  cl tried   104040 cl shrink        0 lits rem          0 time: 0.05
3544.58/887.45	c vivif2 --  cl tried    71446 cl shrink        0 lits rem          0 time: 0.32
3545.38/887.68	c asymm  cl-useful: 0/104040/104040 lits-rem:0 time: 0.93
3545.38/887.69	c calculated reachability. Time: 0.00
3545.38/887.69	c  N dy  8079   1210441     24129    104040         0     71446    317043   5167478    146.01   no data  --
3582.53/896.99	c  N dy  8219   1230482     24129    104040         0     91483    317043   9799369    146.07    173.44  --
3620.07/906.32	c  N dy  8354   1250557     24129    104040         0     59558    317043   2233609    146.10    154.07  --
3655.22/915.18	c  N dy  8485   1270717     24129    104040         0     79716    317043   6890670    146.11    159.19  --
3693.97/924.88	c  N dy  8617   1290863     24129    104040         0     99862    317043  11586247    146.12    154.85  --
3730.31/933.92	c  N dy  8752   1310901     24129    104040         0     66909    317043   3695548    146.12    160.03  --
3766.66/943.05	c  N dy  8883   1331072     24129    104040         0     87076    317043   8215312    146.08    156.61  --
3805.81/952.89	c  N dy  9017   1351085     24129    104040         0    107087    317043  12760955    146.08    195.42  --
3840.96/961.67	c  N dy  9157   1371392     24129    104040         0     73391    317043   4975982    146.10    158.13  --
3878.89/971.14	c  N dy  9304   1391469     24129    104040         0     93467    317043   9618726    146.15    199.93  --
3918.84/981.10	c  N dy  9439   1411517     24129    104040         0     58519    317043   1341405    146.16    154.16  --
3953.59/989.87	c  N dy  9577   1431588     24129    104040         0     78588    317043   6025657    146.19    163.23  --
3991.54/999.35	c  N dy  9702   1451663     24129    104040         0     98663    317043  10589620    146.16    154.73  --
4030.68/1009.18	c  N dy  9840   1471822     24129    104040         0     62823    317043   2048911    146.17    154.17  --
4066.22/1018.02	c  N dy  9970   1491840     24129    104040         0     82839    317043   6617539    146.15    158.90  --
4106.59/1028.19	c  N dy 10103   1511939     24129    104040         0    102935    317043  11224227    146.15    154.10  --
4148.51/1038.60	c  N dy 10232   1531999     24129    104040         0     66001    317043   2606009    146.14    155.27  --
4187.66/1048.45	c  N dy 10360   1552138     24129    104040         0     86138    317043   7103949    146.10    158.24  --
4231.60/1059.42	c  N dy 10499   1572146     24129    104040         0    106145    317043  11724057    146.11    156.02  --
4273.56/1069.95	c  N dy 10632   1592150     24129    104040         0     68153    317043   2811289    146.12    154.37  --
4313.48/1079.90	c  N dy 10757   1612186     24129    104040         0     88188    317043   7331073    146.10    158.02  --
4357.82/1091.01	c  N dy 10897   1632622     24129    104040         0    108620    317043  11992805    146.10    155.97  --
4398.97/1101.35	c  N dy 11031   1652789     24129    104040         0     69798    317043   2963845    146.10    157.50  --
4438.51/1111.25	c  N dy 11164   1672945     24129    104040         0     89954    317043   7614754    146.12    170.09  --
4481.65/1122.10	c  N dy 11309   1693031     24129    104040         0    110040    317043  12309237    146.18    154.43  --
4518.80/1131.30	c  S st 11433   1710442     24129    104040         0     67449    317043   2281948    146.20   no data  --
4519.61/1131.54	c  S st 11433   1710946     24129    104040         0     67953    317043   2375171    146.20   no data  --
4519.61/1131.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
4519.61/1131.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4520.39/1131.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.70
4521.19/1131.92	c bin-w-bin subsume rem            0 bins  time:  0.03 s
4521.19/1131.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
4521.19/1131.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  24129 time:  0.04 s
4521.19/1131.95	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.05 s
4550.75/1139.38	c lits-rem:        13  cl-subs:        0  v-elim:      0  v-fix:    0  time: 29.58 s
4551.15/1139.40	c vivif2 --  cl tried   104040 cl shrink        0 lits rem          0 time: 0.06
4551.15/1139.44	c vivif2 --  cl tried    67953 cl shrink        0 lits rem          0 time: 0.17
4551.95/1139.67	c asymm  cl-useful: 0/104040/104040 lits-rem:0 time: 0.91
4551.95/1139.68	c calculated reachability. Time: 0.00
4551.95/1139.68	c  N dy 11433   1710946     24129    104040         0     67953    317043   2375158    146.20   no data  --
4590.30/1149.28	c  N dy 11570   1731037     24129    104040         0     88044    317043   6955064    146.22    156.64  --
4632.64/1159.81	c  N dy 11703   1751147     24129    104040         0    108153    317043  11568394    146.22    154.04  --
4675.38/1170.54	c  N dy 11842   1771181     24129    104040         0     67185    317043   1987888    146.25    154.63  --
4714.12/1180.24	c  N dy 11981   1791199     24129    104040         0     87202    317043   6563812    146.26    201.82  --
4756.49/1190.86	c  N dy 12119   1811242     24129    104040         0    107243    317043  11145687    146.27    161.62  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3174899-1304047964/watcher-3174899-1304047964 -o /tmp/evaluation-result-3174899-1304047964/solver-3174899-1304047964 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3174899-1304047964.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: 6.61 7.74 6.80 5/180 4190
/proc/meminfo: memFree=22172996/32951124 swapFree=67111528/67111528
[pid=4190] ppid=4188 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/4190/stat : 4190 (strangenight1-m) R 4188 4190 4149 0 -1 4202496 417 0 0 0 0 0 0 0 21 0 4 0 497211757 52465664 356 33554432000 4194304 4650419 140736639750704 18446744073709551615 47946694703020 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4190/statm: 12809 356 306 112 0 7774 0
[pid=4190/tid=4191] ppid=4188 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/4190/task/4191/stat : 4191 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 4 0 497211757 52465664 356 33554432000 4194304 4650419 140736639750704 18446744073709551615 254261616571 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4190/tid=4192] ppid=4188 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/4190/task/4192/stat : 4192 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 497211757 52465664 356 33554432000 4194304 4650419 140736639750704 18446744073709551615 47946694703024 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4190/tid=4193] ppid=4188 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/4190/task/4193/stat : 4193 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 497211757 52465664 356 33554432000 4194304 4650419 140736639750704 18446744073709551615 254256663638 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0767539 s]
/proc/loadavg: 6.61 7.74 6.80 5/180 4190
/proc/meminfo: memFree=22172996/32951124 swapFree=67111528/67111528
[pid=4190] ppid=4188 vsize=369888 CPUtime=0.26 cores=1,3,5,7
/proc/4190/stat : 4190 (strangenight1-m) R 4188 4190 4149 0 -1 4202496 14811 0 0 0 18 8 0 0 17 0 4 0 497211757 378765312 12672 33554432000 4194304 4650419 140736639750704 18446744073709551615 254261721631 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4190/statm: 92472 12702 344 112 0 87437 0
[pid=4190/tid=4191] ppid=4188 vsize=369888 CPUtime=0.06 cores=1,3,5,7
/proc/4190/task/4191/stat : 4191 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 3826 0 0 0 5 1 0 0 18 0 4 0 497211757 378765312 12711 33554432000 4194304 4650419 140736639750704 18446744073709551615 254261281656 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4190/tid=4192] ppid=4188 vsize=369888 CPUtime=0.06 cores=1,3,5,7
/proc/4190/task/4192/stat : 4192 (strangenight1-m) S 4188 4190 4149 0 -1 4202560 3505 0 0 0 4 2 0 0 17 0 4 0 497211757 378765312 12721 33554432000 4194304 4650419 140736639750704 18446744073709551615 254261721582 0 0 4096 2 18446604454222670848 0 0 -1 7 0 0 0
[pid=4190/tid=4193] ppid=4188 vsize=369888 CPUtime=0.05 cores=1,3,5,7
/proc/4190/task/4193/stat : 4193 (strangenight1-m) S 4188 4190 4149 0 -1 4202560 3853 0 0 0 4 1 0 0 18 0 4 0 497211757 378765312 12721 33554432000 4194304 4650419 140736639750704 18446744073709551615 254261721582 0 0 4096 2 18446604454222670848 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 369888

[startup+0.102696 s]
/proc/loadavg: 6.61 7.74 6.80 5/180 4190
/proc/meminfo: memFree=22172996/32951124 swapFree=67111528/67111528
[pid=4190] ppid=4188 vsize=373056 CPUtime=0.34 cores=1,3,5,7
/proc/4190/stat : 4190 (strangenight1-m) R 4188 4190 4149 0 -1 4202496 16738 0 0 0 23 11 0 0 17 0 4 0 497211757 382009344 14599 33554432000 4194304 4650419 140736639750704 18446744073709551615 254261721631 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4190/statm: 93264 14623 349 112 0 88229 0
[pid=4190/tid=4191] ppid=4188 vsize=373056 CPUtime=0.08 cores=1,3,5,7
/proc/4190/task/4191/stat : 4191 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 4383 0 0 0 6 2 0 0 18 0 4 0 497211757 382009344 14642 33554432000 4194304 4650419 140736639750704 18446744073709551615 4369360 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4190/tid=4192] ppid=4188 vsize=373056 CPUtime=0.08 cores=1,3,5,7
/proc/4190/task/4192/stat : 4192 (strangenight1-m) S 4188 4190 4149 0 -1 4202560 3827 0 0 0 5 3 0 0 17 0 4 0 497211757 382009344 14667 33554432000 4194304 4650419 140736639750704 18446744073709551615 254261721582 0 0 4096 2 18446604454222670848 0 0 -1 7 0 0 0
[pid=4190/tid=4193] ppid=4188 vsize=373056 CPUtime=0.08 cores=1,3,5,7
/proc/4190/task/4193/stat : 4193 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 4506 0 0 0 6 2 0 0 18 0 4 0 497211757 382009344 14690 33554432000 4194304 4650419 140736639750704 18446744073709551615 254261721631 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 373056

[startup+0.318831 s]
/proc/loadavg: 6.61 7.74 6.80 5/180 4190
/proc/meminfo: memFree=22172996/32951124 swapFree=67111528/67111528
[pid=4190] ppid=4188 vsize=392492 CPUtime=1.25 cores=1,3,5,7
/proc/4190/stat : 4190 (strangenight1-m) R 4188 4190 4149 0 -1 4202496 28841 0 0 0 110 15 0 0 18 0 4 0 497211757 401911808 24685 33554432000 4194304 4650419 140736639750704 18446744073709551615 4427009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4190/statm: 98123 28142 391 112 0 93088 0
[pid=4190/tid=4191] ppid=4188 vsize=392492 CPUtime=1 cores=1,3,5,7
/proc/4190/task/4191/stat : 4191 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 10961 0 0 0 97 3 0 0 19 0 4 0 497211757 401911808 29526 33554432000 4194304 4650419 140736639750704 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4190/tid=4192] ppid=4188 vsize=392492 CPUtime=0.99 cores=1,3,5,7
/proc/4190/task/4192/stat : 4192 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 10218 0 0 0 94 5 0 0 19 0 4 0 497211757 401911808 29526 33554432000 4194304 4650419 140736639750704 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4190/tid=4193] ppid=4188 vsize=392492 CPUtime=1.01 cores=1,3,5,7
/proc/4190/task/4193/stat : 4193 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 5253 0 0 0 98 3 0 0 19 0 4 0 497211757 401911808 29526 33554432000 4194304 4650419 140736639750704 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 392492

[startup+1.12843 s]
/proc/loadavg: 6.61 7.74 6.80 5/180 4190
/proc/meminfo: memFree=22172996/32951124 swapFree=67111528/67111528
[pid=4190] ppid=4188 vsize=392492 CPUtime=4.43 cores=1,3,5,7
/proc/4190/stat : 4190 (strangenight1-m) R 4188 4190 4149 0 -1 4202496 37612 0 0 0 426 17 0 0 19 0 4 0 497211757 401911808 29858 33554432000 4194304 4650419 140736639750704 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4190/statm: 98123 29858 391 112 0 93088 0
[pid=4190/tid=4191] ppid=4188 vsize=392492 CPUtime=1.1 cores=1,3,5,7
/proc/4190/task/4191/stat : 4191 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 11044 0 0 0 107 3 0 0 19 0 4 0 497211757 401911808 29858 33554432000 4194304 4650419 140736639750704 18446744073709551615 4363484 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4190/tid=4192] ppid=4188 vsize=392492 CPUtime=1.09 cores=1,3,5,7
/proc/4190/task/4192/stat : 4192 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 10295 0 0 0 104 5 0 0 19 0 4 0 497211757 401911808 29858 33554432000 4194304 4650419 140736639750704 18446744073709551615 4331981 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4190/tid=4193] ppid=4188 vsize=392492 CPUtime=1.11 cores=1,3,5,7
/proc/4190/task/4193/stat : 4193 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 5328 0 0 0 108 3 0 0 19 0 4 0 497211757 401911808 29858 33554432000 4194304 4650419 140736639750704 18446744073709551615 4363613 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 392492

[startup+1.50037 s]
/proc/loadavg: 6.61 7.74 6.80 5/180 4190
/proc/meminfo: memFree=22172996/32951124 swapFree=67111528/67111528
[pid=4190] ppid=4188 vsize=392492 CPUtime=5.92 cores=1,3,5,7
/proc/4190/stat : 4190 (strangenight1-m) R 4188 4190 4149 0 -1 4202496 38850 0 0 0 574 18 0 0 19 0 4 0 497211757 401911808 31096 33554432000 4194304 4650419 140736639750704 18446744073709551615 4363582 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4190/statm: 98123 31096 391 112 0 93088 0
[pid=4190/tid=4191] ppid=4188 vsize=392492 CPUtime=1.47 cores=1,3,5,7
/proc/4190/task/4191/stat : 4191 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 11350 0 0 0 144 3 0 0 19 0 4 0 497211757 401911808 31096 33554432000 4194304 4650419 140736639750704 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4190/tid=4192] ppid=4188 vsize=392492 CPUtime=1.46 cores=1,3,5,7
/proc/4190/task/4192/stat : 4192 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 10606 0 0 0 141 5 0 0 19 0 4 0 497211757 401911808 31096 33554432000 4194304 4650419 140736639750704 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4190/tid=4193] ppid=4188 vsize=392492 CPUtime=1.48 cores=1,3,5,7
/proc/4190/task/4193/stat : 4193 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 5613 0 0 0 145 3 0 0 19 0 4 0 497211757 401911808 31096 33554432000 4194304 4650419 140736639750704 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 392492

[startup+3.10108 s]
/proc/loadavg: 6.61 7.74 6.80 9/184 4194
/proc/meminfo: memFree=21935024/32951124 swapFree=67111528/67111528
[pid=4190] ppid=4188 vsize=426856 CPUtime=12.31 cores=1,3,5,7
/proc/4190/stat : 4190 (strangenight1-m) R 4188 4190 4149 0 -1 4202496 44042 0 0 0 1212 19 0 0 24 0 4 0 497211757 437100544 36288 33554432000 4194304 4650419 140736639750704 18446744073709551615 4363568 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4190/statm: 106714 36288 391 112 0 101679 0
[pid=4190/tid=4191] ppid=4188 vsize=426856 CPUtime=3.08 cores=1,3,5,7
/proc/4190/task/4191/stat : 4191 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 12578 0 0 0 304 4 0 0 25 0 4 0 497211757 437100544 36288 33554432000 4194304 4650419 140736639750704 18446744073709551615 4306767 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4190/tid=4192] ppid=4188 vsize=426856 CPUtime=3.05 cores=1,3,5,7
/proc/4190/task/4192/stat : 4192 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 11773 0 0 0 300 5 0 0 24 0 4 0 497211757 437100544 36288 33554432000 4194304 4650419 140736639750704 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4190/tid=4193] ppid=4188 vsize=426856 CPUtime=3.08 cores=1,3,5,7
/proc/4190/task/4193/stat : 4193 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 7202 0 0 0 305 3 0 0 25 0 4 0 497211757 437100544 36288 33554432000 4194304 4650419 140736639750704 18446744073709551615 4328130 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 426856

[startup+6.30052 s]
/proc/loadavg: 6.72 7.75 6.80 9/184 4194
/proc/meminfo: memFree=21907732/32951124 swapFree=67111528/67111528
[pid=4190] ppid=4188 vsize=537756 CPUtime=25.09 cores=1,3,5,7
/proc/4190/stat : 4190 (strangenight1-m) R 4188 4190 4149 0 -1 4202496 55283 0 0 0 2488 21 0 0 25 0 4 0 497211757 550662144 42473 33554432000 4194304 4650419 140736639750704 18446744073709551615 4315137 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4190/statm: 134439 42473 393 112 0 129404 0
[pid=4190/tid=4191] ppid=4188 vsize=537756 CPUtime=6.28 cores=1,3,5,7
/proc/4190/task/4191/stat : 4191 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 14915 0 0 0 624 4 0 0 25 0 4 0 497211757 550662144 42473 33554432000 4194304 4650419 140736639750704 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4190/tid=4192] ppid=4188 vsize=537756 CPUtime=6.23 cores=1,3,5,7
/proc/4190/task/4192/stat : 4192 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 14070 0 0 0 617 6 0 0 25 0 4 0 497211757 550662144 42473 33554432000 4194304 4650419 140736639750704 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4190/tid=4193] ppid=4188 vsize=537756 CPUtime=6.28 cores=1,3,5,7
/proc/4190/task/4193/stat : 4193 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 11498 0 0 0 624 4 0 0 25 0 4 0 497211757 550662144 42473 33554432000 4194304 4650419 140736639750704 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 537756

[startup+12.7004 s]
/proc/loadavg: 6.83 7.75 6.81 9/184 4194
/proc/meminfo: memFree=21580036/32951124 swapFree=67111528/67111528
[pid=4190] ppid=4188 vsize=767740 CPUtime=50.67 cores=1,3,5,7
/proc/4190/stat : 4190 (strangenight1-m) R 4188 4190 4149 0 -1 4202496 111093 0 0 0 5030 37 0 0 25 0 4 0 497211757 786165760 77978 33554432000 4194304 4650419 140736639750704 18446744073709551615 4476220 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4190/statm: 191935 77980 395 112 0 186900 0
[pid=4190/tid=4191] ppid=4188 vsize=767740 CPUtime=12.69 cores=1,3,5,7
/proc/4190/task/4191/stat : 4191 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 32937 0 0 0 1259 10 0 0 25 0 4 0 497211757 786165760 77988 33554432000 4194304 4650419 140736639750704 18446744073709551615 254261313291 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4190/tid=4192] ppid=4188 vsize=767740 CPUtime=12.6 cores=1,3,5,7
/proc/4190/task/4192/stat : 4192 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 20312 0 0 0 1253 7 0 0 25 0 4 0 497211757 786165760 77988 33554432000 4194304 4650419 140736639750704 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4190/tid=4193] ppid=4188 vsize=767740 CPUtime=12.68 cores=1,3,5,7
/proc/4190/task/4193/stat : 4193 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 20173 0 0 0 1262 6 0 0 25 0 4 0 497211757 786165760 77988 33554432000 4194304 4650419 140736639750704 18446744073709551615 4367351 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 767740

[startup+25.5011 s]
/proc/loadavg: 7.09 7.76 6.83 9/184 4194
/proc/meminfo: memFree=21342188/32951124 swapFree=67111528/67111528
[pid=4190] ppid=4188 vsize=808220 CPUtime=101.78 cores=1,3,5,7
/proc/4190/stat : 4190 (strangenight1-m) R 4188 4190 4149 0 -1 4202496 173107 0 0 0 10122 56 0 0 25 0 4 0 497211757 827617280 110797 33554432000 4194304 4650419 140736639750704 18446744073709551615 4438951 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4190/statm: 202055 110797 395 112 0 197020 0
[pid=4190/tid=4191] ppid=4188 vsize=808220 CPUtime=25.48 cores=1,3,5,7
/proc/4190/task/4191/stat : 4191 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 48879 0 0 0 2534 14 0 0 25 0 4 0 497211757 827617280 110797 33554432000 4194304 4650419 140736639750704 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4190/tid=4192] ppid=4188 vsize=808220 CPUtime=25.33 cores=1,3,5,7
/proc/4190/task/4192/stat : 4192 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 35172 0 0 0 2521 12 0 0 25 0 4 0 497211757 827617280 110797 33554432000 4194304 4650419 140736639750704 18446744073709551615 4364562 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4190/tid=4193] ppid=4188 vsize=808220 CPUtime=25.47 cores=1,3,5,7
/proc/4190/task/4193/stat : 4193 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 44387 0 0 0 2532 15 0 0 25 0 4 0 497211757 827617280 110797 33554432000 4194304 4650419 140736639750704 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 808220

[startup+51.1006 s]
/proc/loadavg: 7.40 7.78 6.86 9/184 4195
/proc/meminfo: memFree=21148436/32951124 swapFree=67111528/67111528
[pid=4190] ppid=4188 vsize=889660 CPUtime=204.03 cores=1,3,5,7
/proc/4190/stat : 4190 (strangenight1-m) R 4188 4190 4149 0 -1 4202496 301971 0 0 0 20321 82 0 0 25 0 4 0 497211757 911011840 131783 33554432000 4194304 4650419 140736639750704 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4190/statm: 222415 131783 395 112 0 217380 0
[pid=4190/tid=4191] ppid=4188 vsize=889660 CPUtime=51.08 cores=1,3,5,7
/proc/4190/task/4191/stat : 4191 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 115253 0 0 0 5083 25 0 0 25 0 4 0 497211757 911011840 131783 33554432000 4194304 4650419 140736639750704 18446744073709551615 4328238 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4190/tid=4192] ppid=4188 vsize=889660 CPUtime=50.78 cores=1,3,5,7
/proc/4190/task/4192/stat : 4192 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 60822 0 0 0 5061 17 0 0 25 0 4 0 497211757 911011840 131783 33554432000 4194304 4650419 140736639750704 18446744073709551615 4331107 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4190/tid=4193] ppid=4188 vsize=889660 CPUtime=51.08 cores=1,3,5,7
/proc/4190/task/4193/stat : 4193 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 61368 0 0 0 5087 21 0 0 25 0 4 0 497211757 911011840 131783 33554432000 4194304 4650419 140736639750704 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.03
Current children cumulated vsize (KiB) 889660

[startup+102.301 s]
/proc/loadavg: 7.77 7.83 6.92 9/184 4196
/proc/meminfo: memFree=20989436/32951124 swapFree=67111528/67111528
[pid=4190] ppid=4188 vsize=951156 CPUtime=408.54 cores=1,3,5,7
/proc/4190/stat : 4190 (strangenight1-m) R 4188 4190 4149 0 -1 4202496 452821 0 0 0 40733 121 0 0 25 0 4 0 497211757 973983744 155358 33554432000 4194304 4650419 140736639750704 18446744073709551615 4328315 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4190/statm: 237789 155359 395 112 0 232754 0
[pid=4190/tid=4191] ppid=4188 vsize=951156 CPUtime=102.28 cores=1,3,5,7
/proc/4190/task/4191/stat : 4191 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 142670 0 0 0 10194 34 0 0 25 0 4 0 497211757 973983744 155359 33554432000 4194304 4650419 140736639750704 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4190/tid=4192] ppid=4188 vsize=951156 CPUtime=101.7 cores=1,3,5,7
/proc/4190/task/4192/stat : 4192 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 91226 0 0 0 10143 27 0 0 25 0 4 0 497211757 973983744 155359 33554432000 4194304 4650419 140736639750704 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4190/tid=4193] ppid=4188 vsize=951156 CPUtime=102.27 cores=1,3,5,7
/proc/4190/task/4193/stat : 4193 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 79757 0 0 0 10199 28 0 0 25 0 4 0 497211757 973983744 155359 33554432000 4194304 4650419 140736639750704 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.54
Current children cumulated vsize (KiB) 951156

[startup+162.301 s]

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

[pid=4190] ppid=4188 vsize=1486636 CPUtime=2565.56 cores=1,3,5,7
/proc/4190/stat : 4190 (strangenight1-m) R 4188 4190 4149 0 -1 4202496 2160565 0 0 0 255999 557 0 0 25 0 4 0 497211757 1522315264 265645 33554432000 4194304 4650419 140736639750704 18446744073709551615 4363510 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4190/statm: 371659 265645 395 112 0 366624 0
[pid=4190/tid=4191] ppid=4188 vsize=1486636 CPUtime=642.24 cores=1,3,5,7
/proc/4190/task/4191/stat : 4191 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 487198 0 0 0 64087 137 0 0 25 0 4 0 497211757 1522315264 265645 33554432000 4194304 4650419 140736639750704 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4190/tid=4192] ppid=4188 vsize=1486636 CPUtime=641.2 cores=1,3,5,7
/proc/4190/task/4192/stat : 4192 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 323462 0 0 0 64006 114 0 0 25 0 4 0 497211757 1522315264 265645 33554432000 4194304 4650419 140736639750704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4190/tid=4193] ppid=4188 vsize=1486636 CPUtime=641.24 cores=1,3,5,7
/proc/4190/task/4193/stat : 4193 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 559576 0 0 0 63981 143 0 0 25 0 4 0 497211757 1522315264 265645 33554432000 4194304 4650419 140736639750704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2565.56
Current children cumulated vsize (KiB) 1486636

[startup+702.3 s]
/proc/loadavg: 8.07 8.04 7.46 9/184 4212
/proc/meminfo: memFree=20080104/32951124 swapFree=67111528/67111528
[pid=4190] ppid=4188 vsize=1430600 CPUtime=2805.22 cores=1,3,5,7
/proc/4190/stat : 4190 (strangenight1-m) R 4188 4190 4149 0 -1 4202496 2562166 0 0 0 279886 636 0 0 25 0 4 0 497211757 1464934400 263968 33554432000 4194304 4650419 140736639750704 18446744073709551615 4328259 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4190/statm: 357650 263968 395 112 0 352615 0
[pid=4190/tid=4191] ppid=4188 vsize=1430600 CPUtime=702.25 cores=1,3,5,7
/proc/4190/task/4191/stat : 4191 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 705369 0 0 0 70056 169 0 0 25 0 4 0 497211757 1464934400 263968 33554432000 4194304 4650419 140736639750704 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4190/tid=4192] ppid=4188 vsize=1430600 CPUtime=701.2 cores=1,3,5,7
/proc/4190/task/4192/stat : 4192 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 348192 0 0 0 69992 128 0 0 25 0 4 0 497211757 1464934400 263968 33554432000 4194304 4650419 140736639750704 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4190/tid=4193] ppid=4188 vsize=1430600 CPUtime=700.91 cores=1,3,5,7
/proc/4190/task/4193/stat : 4193 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 692476 0 0 0 69928 163 0 0 25 0 4 0 497211757 1464934400 263968 33554432000 4194304 4650419 140736639750704 18446744073709551615 4363460 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.22
Current children cumulated vsize (KiB) 1430600

[startup+762.301 s]
/proc/loadavg: 8.06 8.04 7.49 9/184 4214
/proc/meminfo: memFree=20019204/32951124 swapFree=67111528/67111528
[pid=4190] ppid=4188 vsize=1437484 CPUtime=3044.89 cores=1,3,5,7
/proc/4190/stat : 4190 (strangenight1-m) R 4188 4190 4149 0 -1 4202496 2706242 0 0 0 303814 675 0 0 25 0 4 0 497211757 1471983616 281708 33554432000 4194304 4650419 140736639750704 18446744073709551615 4365242 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4190/statm: 359371 281708 405 112 0 354336 0
[pid=4190/tid=4191] ppid=4188 vsize=1437484 CPUtime=762.24 cores=1,3,5,7
/proc/4190/task/4191/stat : 4191 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 791663 0 0 0 76044 180 0 0 25 0 4 0 497211757 1471983616 281708 33554432000 4194304 4650419 140736639750704 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4190/tid=4192] ppid=4188 vsize=1437484 CPUtime=761.2 cores=1,3,5,7
/proc/4190/task/4192/stat : 4192 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 351931 0 0 0 75991 129 0 0 25 0 4 0 497211757 1471983616 281708 33554432000 4194304 4650419 140736639750704 18446744073709551615 4476761 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4190/tid=4193] ppid=4188 vsize=1437484 CPUtime=760.58 cores=1,3,5,7
/proc/4190/task/4193/stat : 4193 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 722614 0 0 0 75880 178 0 0 25 0 4 0 497211757 1471983616 281708 33554432000 4194304 4650419 140736639750704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.89
Current children cumulated vsize (KiB) 1437484

[startup+822.301 s]
/proc/loadavg: 8.06 8.05 7.53 9/184 4216
/proc/meminfo: memFree=20052172/32951124 swapFree=67111528/67111528
[pid=4190] ppid=4188 vsize=1365844 CPUtime=3284.56 cores=1,3,5,7
/proc/4190/stat : 4190 (strangenight1-m) R 4188 4190 4149 0 -1 4202496 2919736 0 0 0 327729 727 0 0 25 0 4 0 497211757 1398624256 273247 33554432000 4194304 4650419 140736639750704 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4190/statm: 341461 273247 396 112 0 336426 0
[pid=4190/tid=4191] ppid=4188 vsize=1365844 CPUtime=822.24 cores=1,3,5,7
/proc/4190/task/4191/stat : 4191 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 925709 0 0 0 82022 202 0 0 25 0 4 0 497211757 1398624256 273247 33554432000 4194304 4650419 140736639750704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4190/tid=4192] ppid=4188 vsize=1365844 CPUtime=821.21 cores=1,3,5,7
/proc/4190/task/4192/stat : 4192 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 372152 0 0 0 81985 136 0 0 25 0 4 0 497211757 1398624256 273247 33554432000 4194304 4650419 140736639750704 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4190/tid=4193] ppid=4188 vsize=1365844 CPUtime=820.26 cores=1,3,5,7
/proc/4190/task/4193/stat : 4193 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 748694 0 0 0 81837 189 0 0 25 0 4 0 497211757 1398624256 273247 33554432000 4194304 4650419 140736639750704 18446744073709551615 4363541 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.56
Current children cumulated vsize (KiB) 1365844

[startup+882.3 s]
/proc/loadavg: 8.13 8.07 7.56 9/184 4217
/proc/meminfo: memFree=19978996/32951124 swapFree=67111528/67111528
[pid=4190] ppid=4188 vsize=1495932 CPUtime=3524.21 cores=1,3,5,7
/proc/4190/stat : 4190 (strangenight1-m) R 4188 4190 4149 0 -1 4202496 3000734 0 0 0 351659 762 0 0 25 0 4 0 497211757 1531834368 288967 33554432000 4194304 4650419 140736639750704 18446744073709551615 4476522 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4190/statm: 373983 288967 395 112 0 368948 0
[pid=4190/tid=4191] ppid=4188 vsize=1495932 CPUtime=882.23 cores=1,3,5,7
/proc/4190/task/4191/stat : 4191 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 953879 0 0 0 88009 214 0 0 25 0 4 0 497211757 1531834368 288968 33554432000 4194304 4650419 140736639750704 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4190/tid=4192] ppid=4188 vsize=1495932 CPUtime=881.19 cores=1,3,5,7
/proc/4190/task/4192/stat : 4192 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 398517 0 0 0 87971 148 0 0 25 0 4 0 497211757 1531834368 288968 33554432000 4194304 4650419 140736639750704 18446744073709551615 4364424 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4190/tid=4193] ppid=4188 vsize=1495932 CPUtime=879.92 cores=1,3,5,7
/proc/4190/task/4193/stat : 4193 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 774472 0 0 0 87793 199 0 0 25 0 4 0 497211757 1531834368 288968 33554432000 4194304 4650419 140736639750704 18446744073709551615 4326730 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.21
Current children cumulated vsize (KiB) 1495932

[startup+942.307 s]
/proc/loadavg: 8.12 8.07 7.59 9/184 4219
/proc/meminfo: memFree=19849020/32951124 swapFree=67111528/67111528
[pid=4190] ppid=4188 vsize=1481412 CPUtime=3763.89 cores=1,3,5,7
/proc/4190/stat : 4190 (strangenight1-m) R 4188 4190 4149 0 -1 4202496 3110805 0 0 0 375583 806 0 0 25 0 4 0 497211757 1516965888 294799 33554432000 4194304 4650419 140736639750704 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4190/statm: 370353 294799 395 112 0 365318 0
[pid=4190/tid=4191] ppid=4188 vsize=1481412 CPUtime=942.23 cores=1,3,5,7
/proc/4190/task/4191/stat : 4191 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 981537 0 0 0 93998 225 0 0 25 0 4 0 497211757 1516965888 294799 33554432000 4194304 4650419 140736639750704 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4190/tid=4192] ppid=4188 vsize=1481412 CPUtime=941.19 cores=1,3,5,7
/proc/4190/task/4192/stat : 4192 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 428758 0 0 0 93959 160 0 0 25 0 4 0 497211757 1516965888 294799 33554432000 4194304 4650419 140736639750704 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4190/tid=4193] ppid=4188 vsize=1481412 CPUtime=939.59 cores=1,3,5,7
/proc/4190/task/4193/stat : 4193 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 800610 0 0 0 93750 209 0 0 25 0 4 0 497211757 1516965888 294799 33554432000 4194304 4650419 140736639750704 18446744073709551615 4363613 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.89
Current children cumulated vsize (KiB) 1481412

[startup+1002.3 s]
/proc/loadavg: 8.04 8.05 7.62 9/184 4220
/proc/meminfo: memFree=19858548/32951124 swapFree=67111528/67111528
[pid=4190] ppid=4188 vsize=1482328 CPUtime=4003.52 cores=1,3,5,7
/proc/4190/stat : 4190 (strangenight1-m) R 4188 4190 4149 0 -1 4202496 3213459 0 0 0 399508 844 0 0 25 0 4 0 497211757 1517903872 296670 33554432000 4194304 4650419 140736639750704 18446744073709551615 4367287 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4190/statm: 370582 296670 395 112 0 365547 0
[pid=4190/tid=4191] ppid=4188 vsize=1482328 CPUtime=1002.22 cores=1,3,5,7
/proc/4190/task/4191/stat : 4191 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 1005613 0 0 0 99988 234 0 0 25 0 4 0 497211757 1517903872 296670 33554432000 4194304 4650419 140736639750704 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4190/tid=4192] ppid=4188 vsize=1482328 CPUtime=1001.18 cores=1,3,5,7
/proc/4190/task/4192/stat : 4192 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 455849 0 0 0 99949 169 0 0 25 0 4 0 497211757 1517903872 296670 33554432000 4194304 4650419 140736639750704 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4190/tid=4193] ppid=4188 vsize=1482328 CPUtime=999.27 cores=1,3,5,7
/proc/4190/task/4193/stat : 4193 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 824060 0 0 0 99707 220 0 0 25 0 4 0 497211757 1517903872 296670 33554432000 4194304 4650419 140736639750704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.52
Current children cumulated vsize (KiB) 1482328

[startup+1062.3 s]
/proc/loadavg: 8.16 8.07 7.65 9/184 4222
/proc/meminfo: memFree=19788352/32951124 swapFree=67111528/67111528
[pid=4190] ppid=4188 vsize=1586792 CPUtime=4243.18 cores=1,3,5,7
/proc/4190/stat : 4190 (strangenight1-m) R 4188 4190 4149 0 -1 4202496 3472220 0 0 0 423415 903 0 0 25 0 4 0 497211757 1624875008 318855 33554432000 4194304 4650419 140736639750704 18446744073709551615 4328238 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4190/statm: 396698 318855 395 112 0 391663 0
[pid=4190/tid=4191] ppid=4188 vsize=1586792 CPUtime=1062.22 cores=1,3,5,7
/proc/4190/task/4191/stat : 4191 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 1012015 0 0 0 105985 237 0 0 25 0 4 0 497211757 1624875008 318855 33554432000 4194304 4650419 140736639750704 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4190/tid=4192] ppid=4188 vsize=1586792 CPUtime=1061.18 cores=1,3,5,7
/proc/4190/task/4192/stat : 4192 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 651445 0 0 0 105919 199 0 0 25 0 4 0 497211757 1624875008 318855 33554432000 4194304 4650419 140736639750704 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4190/tid=4193] ppid=4188 vsize=1586792 CPUtime=1058.93 cores=1,3,5,7
/proc/4190/task/4193/stat : 4193 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 851252 0 0 0 105661 232 0 0 25 0 4 0 497211757 1624875008 318855 33554432000 4194304 4650419 140736639750704 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.18
Current children cumulated vsize (KiB) 1586792

[startup+1122.3 s]
/proc/loadavg: 8.19 8.09 7.68 9/184 4224
/proc/meminfo: memFree=19698196/32951124 swapFree=67111528/67111528
[pid=4190] ppid=4188 vsize=1588304 CPUtime=4482.84 cores=1,3,5,7
/proc/4190/stat : 4190 (strangenight1-m) R 4188 4190 4149 0 -1 4202496 3872144 0 0 0 447297 987 0 0 25 0 4 0 497211757 1626423296 313704 33554432000 4194304 4650419 140736639750704 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4190/statm: 397076 313704 395 112 0 392041 0
[pid=4190/tid=4191] ppid=4188 vsize=1588304 CPUtime=1122.22 cores=1,3,5,7
/proc/4190/task/4191/stat : 4191 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 1026333 0 0 0 111977 245 0 0 25 0 4 0 497211757 1626423296 313704 33554432000 4194304 4650419 140736639750704 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4190/tid=4192] ppid=4188 vsize=1588304 CPUtime=1121.19 cores=1,3,5,7
/proc/4190/task/4192/stat : 4192 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 982951 0 0 0 111872 247 0 0 25 0 4 0 497211757 1626423296 313704 33554432000 4194304 4650419 140736639750704 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4190/tid=4193] ppid=4188 vsize=1588304 CPUtime=1118.61 cores=1,3,5,7
/proc/4190/task/4193/stat : 4193 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 876482 0 0 0 111615 246 0 0 25 0 4 0 497211757 1626423296 313704 33554432000 4194304 4650419 140736639750704 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.84
Current children cumulated vsize (KiB) 1588304

[startup+1182.3 s]
/proc/loadavg: 8.13 8.09 7.70 9/184 4225
/proc/meminfo: memFree=19761280/32951124 swapFree=67111528/67111528
[pid=4190] ppid=4188 vsize=1614712 CPUtime=4722.51 cores=1,3,5,7
/proc/4190/stat : 4190 (strangenight1-m) R 4188 4190 4149 0 -1 4202496 4293303 0 0 0 471175 1076 0 0 25 0 4 0 497211757 1653465088 303568 33554432000 4194304 4650419 140736639750704 18446744073709551615 4333632 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4190/statm: 403678 303569 395 112 0 398643 0
[pid=4190/tid=4191] ppid=4188 vsize=1614712 CPUtime=1182.21 cores=1,3,5,7
/proc/4190/task/4191/stat : 4191 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 1051726 0 0 0 117964 257 0 0 25 0 4 0 497211757 1653465088 303569 33554432000 4194304 4650419 140736639750704 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4190/tid=4192] ppid=4188 vsize=1614712 CPUtime=1181.18 cores=1,3,5,7
/proc/4190/task/4192/stat : 4192 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 1329042 0 0 0 117819 299 0 0 25 0 4 0 497211757 1653465088 303569 33554432000 4194304 4650419 140736639750704 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4190/tid=4193] ppid=4188 vsize=1614712 CPUtime=1178.28 cores=1,3,5,7
/proc/4190/task/4193/stat : 4193 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 904858 0 0 0 117569 259 0 0 25 0 4 0 497211757 1653465088 303569 33554432000 4194304 4650419 140736639750704 18446744073709551615 4363335 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.51
Current children cumulated vsize (KiB) 1614712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.09 8.08 7.71 6/183 4227
/proc/meminfo: memFree=19764872/32951124 swapFree=67111528/67111528
[pid=4190] ppid=4188 vsize=1556236 CPUtime=4800.02 cores=1,3,5,7
/proc/4190/stat : 4190 (strangenight1-m) R 4188 4190 4149 0 -1 4202496 4434970 0 0 0 478899 1103 0 0 25 0 4 0 497211757 1593585664 317789 33554432000 4194304 4650419 140736639750704 18446744073709551615 4329260 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4190/statm: 389059 317789 395 112 0 384024 0
[pid=4190/tid=4191] ppid=4188 vsize=1556236 CPUtime=1201.62 cores=1,3,5,7
/proc/4190/task/4191/stat : 4191 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 1060053 0 0 0 119901 261 0 0 25 0 4 0 497211757 1593585664 317789 33554432000 4194304 4650419 140736639750704 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4190/tid=4192] ppid=4188 vsize=1556236 CPUtime=1200.59 cores=1,3,5,7
/proc/4190/task/4192/stat : 4192 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 1444249 0 0 0 119743 316 0 0 25 0 4 0 497211757 1593585664 317789 33554432000 4194304 4650419 140736639750704 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4190/tid=4193] ppid=4188 vsize=1556236 CPUtime=1197.58 cores=1,3,5,7
/proc/4190/task/4193/stat : 4193 (strangenight1-m) R 4188 4190 4149 0 -1 4202560 912880 0 0 0 119495 263 0 0 25 0 4 0 497211757 1593585664 317789 33554432000 4194304 4650419 140736639750704 18446744073709551615 4465131 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.02
Current children cumulated vsize (KiB) 1556236

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.77
CPU time (s): 4800.12
CPU user time (s): 4789.02
CPU system time (s): 11.0983
CPU usage (%): 399.42
Max. virtual memory (cumulated for all children) (KiB): 1614712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4789.02
system time used= 11.0983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4435048
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= 9128
involuntary context switches= 31737

runsolver used 1.84472 second user time and 4.73328 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-29 05:32:44
IDJOB=3174899
IDBENCH=82517
IDSOLVER=1588
FILE ID=node140/3174899-1304047964
RUNJOBID= node140-1304047964-4168
PBS_JOBID= 13170406
Free space on /tmp= 72656 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S1233052734-067-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174899-1304047964/watcher-3174899-1304047964 -o /tmp/evaluation-result-3174899-1304047964/solver-3174899-1304047964 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3174899-1304047964.cnf

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

MD5SUM BENCH= eea50e836fd8ac6474349634450aaaf7
RANDOM SEED=1447663791

node140.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.833
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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.14
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.833
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.833
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.77
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.833
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.75
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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.833
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22179600 kB
Buffers:       2296080 kB
Cached:        7825712 kB
SwapCached:          0 kB
Active:        2670456 kB
Inactive:      7532408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22179600 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           16080 kB
Writeback:           0 kB
AnonPages:       81708 kB
Mapped:          14844 kB
Slab:           504116 kB
PageTables:       4684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   283012 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= 72648 MiB
End job on node140 at 2011-04-29 05:52:48