Trace number 3174969

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.14 1201.97

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v20000-c84000-S921718479-079-UNKNOWN.cnf
MD5SUMd523f5efa43fecaa5caf604137870a4e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark139.522
Satisfiable
(Un)Satisfiability was proved
Number of variables20000
Number of clauses84000
Sum of the clauses size252000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 384000
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-3174969-1304063099.cnf'
0.00/0.00	c -- header says num vars:          20000
0.00/0.00	c -- header says num clauses:       84000
0.00/0.13	c -- clauses added:            0 learnts,        84000 normals,            0 xors
0.00/0.13	c -- vars added      20000
0.00/0.13	c Parsing time:  0.20 s
0.00/0.13	c  N st     0         0     20000     84000         0         0    252000         0   no data   no data  --
0.00/0.13	c asymm  cl-useful: 0/84000/84000 lits-rem:0 time: 0.23
0.00/0.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.14
0.49/0.25	c bin-w-bin subsume rem            0 bins  time:  0.02 s
0.49/0.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
0.49/0.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  20000 time:  0.02 s
0.49/0.25	c Removed useless bin:       0  fixed:     0  props:   0.20M  time:  0.03 s
0.49/0.91	c lits-rem:         0  cl-subs:        0  v-elim:    694  v-fix:    0  time:  0.78 s
0.49/0.91	c Finding binary XORs  T:     0.02 s  found:       0
0.49/0.91	c Finding non-binary XORs:     0.15 s (found:       0, avg size: nan)
0.49/0.91	c calculated reachability. Time: 0.00
0.49/0.91	c Calc default polars -  time:   0.03 s pos:    8674 undec:    2338 neg:    8988
0.49/0.91	c =========================================================================================
0.49/0.91	c types(t): F = full restart, N = normal restart
0.49/0.91	c types(t): S = simplification begin/end, E = solution found
0.49/0.91	c restart types(rt): st = static, dy = dynamic
0.49/0.91	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.49/0.91	c  B st     0         0     19306     83138         0         0    253191         0   no data   no data  --
5.93/1.50	c  N dy    20      4082     19306     83138         0      4081    253191    966889    130.69    145.56  --
9.53/2.49	c  N dy    47      8106     19306     83138         0      8104    253191   1791902    130.90    138.43  --
13.53/3.48	c  N dy    73     12130     19306     83138         0     12128    253191   2571522    129.14    136.65  --
17.92/4.54	c  N dy    99     16158     19306     83138         0     16156    253191   3397234    129.53    151.62  --
22.31/5.67	c  N dy   127     20203     19306     83138         0     10202    253191    600028    130.26    159.14  --
26.70/6.72	c  N dy   154     24286     19306     83138         0     14285    253191   1438846    130.03    139.86  --
27.50/6.91	c  F st   161     25001     19306     83138         0     15000    253191   1588386    130.18   no data  --
31.10/7.83	c  N st   166     28298     19306     83138         0     18296    253191   2425350    130.18   no data  --
33.50/8.42	c  S st   167     30001     19306     83138         0     19999    253191   3129583    130.18   no data  --
33.91/8.56	c  S st   167     30504     19306     83138         0     20502    253191   3204523    130.18   no data  --
33.91/8.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
33.91/8.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
34.31/8.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.37
35.49/8.95	c bin-w-bin subsume rem            0 bins  time:  0.02 s
35.49/8.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
35.49/8.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19306 time:  0.02 s
35.49/8.97	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.03 s
57.06/14.37	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time: 21.47 s
57.46/14.48	c asymm  cl-useful: 0/83138/83138 lits-rem:0 time: 0.45
57.46/14.49	c calculated reachability. Time: 0.00
57.46/14.49	c  N dy   167     30504     19306     83138         0     20500    253191   3203755    130.18   no data  --
63.05/15.85	c  N dy   190     34721     19306     83138         0     24717    253191   4065027    129.71    137.04  --
68.25/17.15	c  N dy   216     38793     19306     83138         0     28789    253191   4874641    129.27    151.96  --
73.85/18.50	c  N dy   240     42917     19306     83138         0     17418    253191   1088572    129.28    137.74  --
77.03/19.37	c  S st   256     45756     19306     83138         0     20257    253191   1651084    128.79     98.57  --
77.84/19.52	c  S st   256     46258     19306     83138         0     20759    253191   1733079    128.79   no data  --
77.84/19.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
77.84/19.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
78.24/19.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.39
78.63/19.75	c bin-w-bin subsume rem            0 bins  time:  0.02 s
78.63/19.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
78.63/19.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19306 time:  0.03 s
78.63/19.77	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.03 s
92.20/23.16	c lits-rem:         5  cl-subs:        2  v-elim:      0  v-fix:    0  time: 13.49 s
92.20/23.17	c vivif2 --  cl tried    83138 cl shrink        0 lits rem          0 time: 0.03
92.60/23.20	c vivif2 --  cl tried    20757 cl shrink        0 lits rem          0 time: 0.10
93.00/23.30	c asymm  cl-useful: 0/83138/83138 lits-rem:0 time: 0.42
93.00/23.31	c calculated reachability. Time: 0.00
93.00/23.31	c  N dy   256     46258     19306     83138         0     20757    253191   1732858    128.79   no data  --
97.80/24.52	c  N dy   284     50281     19306     83138         0     24779    253191   2565826    128.84    139.73  --
102.60/25.73	c  N dy   309     54357     19306     83138         0     28855    253191   3403909    128.80    137.99  --
107.38/26.99	c  N dy   333     58416     19306     83138         0     32913    253191   4237660    128.82    139.37  --
112.58/28.27	c  N dy   363     62432     19306     83138         0     36929    253191   5039605    128.86    136.39  --
117.79/29.53	c  N dy   392     66602     19306     83138         0     22350    253191   1377400    129.00    138.90  --
120.97/30.35	c  S st   409     69387     19306     83138         0     25135    253191   1951248    128.87    108.41  --
121.78/30.51	c  S st   409     69889     19306     83138         0     25637    253191   2037194    128.87   no data  --
121.78/30.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
121.78/30.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
122.19/30.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.40
122.56/30.76	c bin-w-bin subsume rem            0 bins  time:  0.02 s
122.56/30.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
122.56/30.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19306 time:  0.03 s
122.56/30.78	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.03 s
139.36/34.92	c lits-rem:        13  cl-subs:        1  v-elim:      0  v-fix:    0  time: 16.48 s
139.36/34.93	c vivif2 --  cl tried    83138 cl shrink        0 lits rem          0 time: 0.04
139.36/34.97	c vivif2 --  cl tried    25636 cl shrink        0 lits rem          0 time: 0.12
139.76/35.09	c asymm  cl-useful: 0/83138/83138 lits-rem:0 time: 0.49
139.76/35.10	c calculated reachability. Time: 0.00
140.13/35.10	c  N dy   409     69889     19306     83138         0     25636    253191   2036459    128.87   no data  --
145.72/36.55	c  N dy   438     74557     19306     83138         0     30304    253191   2982769    128.76    135.97  --
151.32/37.97	c  N dy   470     79327     19306     83138         0     35074    253191   3955717    128.86    136.23  --
157.70/39.58	c  N dy   506     84461     19306     83138         0     40208    253191   4979301    128.96    138.80  --
161.72/40.56	c  F st   529     87501     19306     83138         0     22377    253191    945301    129.21   no data  --
165.71/41.60	c  N st   534     90802     19306     83138         0     25678    253191   1868952    129.21   no data  --
173.29/43.43	c  N dy   562     96733     19306     83138         0     31609    253191   3283544    129.21    136.16  --
181.27/45.43	c  N dy   602    103003     19306     83138         0     37879    253191   4521233    129.11    136.03  --
183.70/46.02	c  S st   615    104834     19306     83138         0     39710    253191   4883975    129.15    138.51  --
184.07/46.19	c  S st   615    105336     19306     83138         0     40212    253191   4962852    129.15   no data  --
184.47/46.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
184.47/46.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
184.87/46.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.45
186.07/46.64	c bin-w-bin subsume rem            0 bins  time:  0.02 s
186.07/46.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
186.07/46.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19306 time:  0.03 s
186.07/46.66	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.03 s
386.20/96.76	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time: 199.81 s
386.20/96.77	c vivif2 --  cl tried    83138 cl shrink        0 lits rem          0 time: 0.03
386.60/96.84	c vivif2 --  cl tried    40209 cl shrink        0 lits rem          0 time: 0.27
387.00/96.98	c asymm  cl-useful: 0/83138/83138 lits-rem:0 time: 0.57
387.00/96.99	c calculated reachability. Time: 0.00
387.00/96.99	c  N dy   615    105336     19306     83138         0     40209    253191   4961362    129.15   no data  --
396.19/99.22	c  N dy   663    112150     19306     83138         0     24585    253191   1032131    129.28    136.71  --
404.57/101.38	c  N dy   711    119355     19306     83138         0     31789    253191   2519005    129.44    188.22  --
414.56/103.81	c  N dy   765    127036     19306     83138         0     39470    253191   4107591    129.76    216.11  --
425.75/106.67	c  N dy   815    135314     19306     83138         0     24029    253191    608941    129.76    137.63  --
436.93/109.41	c  N dy   870    143994     19306     83138         0     32707    253191   2429855    129.71    139.88  --
449.71/112.63	c  N dy   941    153181     19306     83138         0     41894    253191   4361742    130.02    157.21  --
456.12/114.22	c  S st   971    158004     19306     83138         0     46716    253191   5366300    129.99   no data  --
456.50/114.39	c  S st   971    158507     19306     83138         0     47219    253191   5443502    129.99   no data  --
456.90/114.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
456.90/114.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
457.30/114.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.47
458.51/114.85	c bin-w-bin subsume rem            0 bins  time:  0.02 s
458.51/114.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
458.51/114.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19306 time:  0.03 s
458.51/114.87	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.03 s
726.94/182.08	c lits-rem:         0  cl-subs:        7  v-elim:      0  v-fix:    0  time: 268.08 s
726.94/182.09	c vivif2 --  cl tried    83138 cl shrink        0 lits rem          0 time: 0.04
727.34/182.17	c vivif2 --  cl tried    47212 cl shrink        0 lits rem          0 time: 0.31
728.15/182.33	c asymm  cl-useful: 0/83138/83138 lits-rem:0 time: 0.65
728.15/182.34	c calculated reachability. Time: 0.00
728.15/182.34	c  N dy   971    158507     19306     83138         0     47212    253191   5440793    129.99   no data  --
741.73/185.72	c  N dy  1043    168764     19306     83138         0     32611    253191   2124557    130.10    144.96  --
756.10/189.39	c  N dy  1111    179595     19306     83138         0     43441    253191   4370373    130.12    137.19  --
772.49/193.46	c  N dy  1190    191107     19306     83138         0     29026    253191   1129962    130.09    156.78  --
788.86/197.51	c  N dy  1271    203485     19306     83138         0     41403    253191   3662720    130.02    137.32  --
807.65/202.21	c  N dy  1359    216543     19306     83138         0     27500    253191    594907    130.03    137.32  --
825.60/206.77	c  N dy  1459    230390     19306     83138         0     41346    253191   3469551    130.20    140.21  --
835.99/209.37	c  S st  1507    237762     19306     83138         0     48717    253191   4980293    130.23   no data  --
836.79/209.57	c  S st  1507    238265     19306     83138         0     49220    253191   5062395    130.23   no data  --
836.79/209.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
836.79/209.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
837.59/209.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.49
838.78/210.02	c bin-w-bin subsume rem            0 bins  time:  0.02 s
838.78/210.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
838.78/210.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19306 time:  0.03 s
838.78/210.04	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.03 s
1081.26/270.75	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 241.86 s
1081.26/270.76	c vivif2 --  cl tried    83138 cl shrink        0 lits rem          0 time: 0.04
1081.66/270.84	c vivif2 --  cl tried    49216 cl shrink        0 lits rem          0 time: 0.30
1082.45/271.01	c asymm  cl-useful: 0/83138/83138 lits-rem:0 time: 0.70
1082.45/271.02	c calculated reachability. Time: 0.00
1082.45/271.02	c  N dy  1507    238265     19306     83138         0     49216    253191   5061659    130.23   no data  --
1104.43/276.57	c  N dy  1616    253593     19306     83138         0     36559    253191   2266290    130.39    138.11  --
1128.02/282.50	c  N dy  1717    269807     19306     83138         0     52772    253191   5615501    130.39    139.37  --
1152.37/288.51	c  N dy  1828    287137     19306     83138         0     41116    253191   2985785    130.45    139.28  --
1179.13/295.24	c  N dy  1951    305630     19306     83138         0     59607    253191   6851370    130.60    138.07  --
1180.32/295.51	c  F st  1955    306252     19306     83138         0     30231    253191    501638    130.59   no data  --
1206.29/302.07	c  N dy  2047    325277     19306     83138         0     49256    253191   4863344    130.60    137.98  --
1235.45/309.34	c  N dy  2186    345301     19306     83138         0     38285    253191   1990499    130.77    139.21  --
1252.22/313.54	c  S st  2264    357397     19306     83138         0     50381    253191   4509216    130.72   no data  --
1253.03/313.73	c  S st  2264    357900     19306     83138         0     50884    253191   4575394    130.72   no data  --
1253.03/313.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
1253.03/313.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1253.43/313.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.49
1254.62/314.15	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1254.62/314.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1254.62/314.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19306 time:  0.03 s
1254.62/314.17	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.04 s
1430.79/358.23	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time: 175.39 s
1430.79/358.24	c vivif2 --  cl tried    83138 cl shrink        0 lits rem          0 time: 0.04
1431.20/358.31	c vivif2 --  cl tried    50880 cl shrink        0 lits rem          0 time: 0.27
1431.60/358.49	c asymm  cl-useful: 0/83138/83138 lits-rem:0 time: 0.70
1431.60/358.49	c calculated reachability. Time: 0.00
1431.60/358.49	c  N dy  2264    357900     19306     83138         0     50880    253191   4573599    130.72   no data  --
1462.36/366.13	c  N dy  2400    378123     19306     83138         0     39101    253191   1922282    130.64    137.77  --
1492.30/373.65	c  N dy  2530    398158     19306     83138         0     59136    253191   6096526    130.71    152.33  --
1522.26/381.19	c  N dy  2666    418287     19306     83138         0     46266    253191   3212178    130.82    137.82  --
1554.23/389.13	c  N dy  2803    438347     19306     83138         0     66326    253191   7415869    130.91    175.90  --
1582.58/396.24	c  N dy  2945    458353     19306     83138         0     52333    253191   4266343    130.99    140.24  --
1613.33/403.97	c  N dy  3081    478371     19306     83138         0     37356    253191    929414    131.01    140.65  --
1642.89/411.31	c  N dy  3216    498432     19306     83138         0     57417    253191   5153938    131.02    150.25  --
1673.65/419.08	c  N dy  3355    518448     19306     83138         0     41435    253191   1605001    131.09    140.34  --
1700.01/425.66	c  S st  3486    536852     19306     83138         0     59835    253191   5427603    131.14    132.59  --
1700.82/425.87	c  S st  3486    537357     19306     83138         0     60340    253191   5507440    131.14   no data  --
1700.82/425.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
1700.82/425.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1701.61/426.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.51
1702.81/426.33	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1702.81/426.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1702.81/426.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19306 time:  0.03 s
1702.81/426.35	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.04 s
1998.42/500.32	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time: 294.96 s
1998.42/500.33	c vivif2 --  cl tried    83138 cl shrink        0 lits rem          0 time: 0.04
1998.80/500.41	c vivif2 --  cl tried    60339 cl shrink        0 lits rem          0 time: 0.32
1999.60/500.60	c asymm  cl-useful: 0/83138/83138 lits-rem:0 time: 0.74
1999.60/500.60	c calculated reachability. Time: 0.00
1999.60/500.61	c  N dy  3486    537357     19306     83138         0     60339    253191   5507275    131.14   no data  --
2028.78/507.94	c  N dy  3628    557379     19306     83138         0     43357    253191   1745100    131.24    160.26  --
2056.72/514.97	c  N dy  3759    577446     19306     83138         0     63422    253191   5852256    131.22    155.65  --
2086.30/522.32	c  N dy  3893    597517     19306     83138         0     45495    253191   1986745    131.29    138.86  --
2114.64/529.45	c  N dy  4023    617604     19306     83138         0     65582    253191   6123945    131.27    143.60  --
2144.60/536.96	c  N dy  4162    637663     19306     83138         0     46640    253191   2075920    131.35    172.73  --
2173.36/544.18	c  N dy  4297    657701     19306     83138         0     66677    253191   6244301    131.39    208.84  --
2203.71/551.70	c  N dy  4431    677750     19306     83138         0     46730    253191   1809230    131.41    140.05  --
2232.47/558.94	c  N dy  4563    697885     19306     83138         0     66865    253191   6022316    131.41    139.90  --
2263.22/566.61	c  N dy  4695    717938     19306     83138         0     45918    253191   1452107    131.38    140.09  --
2291.99/573.85	c  N dy  4834    737964     19306     83138         0     65943    253191   5654136    131.44    144.89  --
2323.93/581.85	c  N dy  4975    758025     19306     83138         0     44006    253191    874018    131.49    139.09  --
2352.30/588.98	c  N dy  5110    778132     19306     83138         0     64112    253191   5008560    131.50    138.59  --
2386.25/597.47	c  N dy  5246    798403     19306     83138         0     84381    253191   9221816    131.53    139.02  --
2397.85/600.31	c  S st  5294    806037     19306     83138         0     49026    253191   1710706    131.52   no data  --
2398.25/600.49	c  S st  5294    806539     19306     83138         0     49528    253191   1784211    131.52   no data  --
2398.63/600.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
2398.63/600.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2399.03/600.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.47
2399.43/600.75	c bin-w-bin subsume rem            0 bins  time:  0.02 s
2399.43/600.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
2399.43/600.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19306 time:  0.03 s
2399.43/600.77	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.04 s
2416.60/605.04	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time: 17.01 s
2416.60/605.05	c vivif2 --  cl tried    83138 cl shrink        0 lits rem          0 time: 0.04
2416.60/605.08	c vivif2 --  cl tried    49527 cl shrink        0 lits rem          0 time: 0.12
2417.41/605.24	c asymm  cl-useful: 0/83138/83138 lits-rem:0 time: 0.64
2417.41/605.25	c calculated reachability. Time: 0.00
2417.41/605.25	c  N dy  5294    806539     19306     83138         0     49527    253191   1784028    131.52   no data  --
2448.57/613.06	c  N dy  5433    826715     19306     83138         0     69700    253191   5902686    131.51    141.81  --
2484.12/621.91	c  N dy  5574    846789     19306     83138         0     45774    253191    828688    131.57    139.37  --
2514.88/629.64	c  N dy  5705    866883     19306     83138         0     65868    253191   5002778    131.58    149.50  --
2549.63/638.33	c  N dy  5836    886976     19306     83138         0     85961    253191   9189301    131.59    147.09  --
2581.18/646.26	c  N dy  5965    907022     19306     83138         0     61008    253191   3757871    131.55    138.68  --
2615.14/654.80	c  N dy  6100    927059     19306     83138         0     81045    253191   7969648    131.55    145.75  --
2649.49/663.37	c  N dy  6236    947102     19306     83138         0     55082    253191   2362700    131.57    140.10  --
2682.24/671.56	c  N dy  6373    967284     19306     83138         0     75261    253191   6601247    131.59    141.51  --
2718.61/680.70	c  N dy  6513    987342     19306     83138         0     48322    253191    740809    131.61    140.55  --
2750.55/688.65	c  N dy  6658   1007415     19306     83138         0     68394    253191   4930611    131.64    151.49  --
2786.49/697.62	c  N dy  6795   1027888     19306     83138         0     88866    253191   9274522    131.66    138.86  --
2818.86/705.76	c  N dy  6929   1048023     19306     83138         0     61007    253191   3174279    131.67    142.56  --
2852.00/714.09	c  N dy  7072   1068139     19306     83138         0     81122    253191   7373364    131.69    143.87  --
2858.80/715.72	c  F st  7100   1071876     19306     83138         0     84857    253191   8138671    131.69    134.90  --
2887.56/722.90	c  N dy  7185   1088221     19306     83138         0     52206    253191   1169613    131.71    151.87  --
2918.72/730.77	c  N dy  7328   1108384     19306     83138         0     72367    253191   5395421    131.75    141.82  --
2953.88/739.54	c  N dy  7460   1128603     19306     83138         0     92585    253191   9576828    131.74    139.25  --
2986.65/747.75	c  N dy  7586   1148667     19306     83138         0     62652    253191   3121016    131.73    139.87  --
3019.79/756.09	c  N dy  7717   1168676     19306     83138         0     82660    253191   7308130    131.76    141.59  --
3056.13/765.11	c  N dy  7857   1188689     19306     83138         0     51679    253191    638734    131.78    157.55  --
3085.29/772.48	c  N dy  7990   1208703     19306     83138         0     71693    253191   4797018    131.78    141.04  --
3087.29/772.90	c  S st  7997   1209808     19306     83138         0     72798    253191   5028659    131.78   no data  --
3088.10/773.11	c  S st  7997   1210309     19306     83138         0     73299    253191   5105891    131.78   no data  --
3088.10/773.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
3088.10/773.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3088.48/773.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.55
3089.68/773.56	c bin-w-bin subsume rem            0 bins  time:  0.02 s
3089.68/773.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
3089.68/773.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19306 time:  0.03 s
3089.68/773.59	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.04 s
3356.52/840.39	c lits-rem:         4  cl-subs:        3  v-elim:      0  v-fix:    0  time: 266.39 s
3356.52/840.40	c vivif2 --  cl tried    83138 cl shrink        0 lits rem          0 time: 0.03
3356.91/840.47	c vivif2 --  cl tried    73296 cl shrink        0 lits rem          0 time: 0.30
3357.71/840.68	c asymm  cl-useful: 0/83138/83138 lits-rem:0 time: 0.84
3357.71/840.69	c calculated reachability. Time: 0.00
3357.71/840.69	c  N dy  7997   1210309     19306     83138         0     73296    253191   5104599    131.78   no data  --
3391.28/849.02	c  N dy  8134   1230452     19306     83138         0     93438    253191   9298879    131.80    138.96  --
3423.62/857.15	c  N dy  8265   1250470     19306     83138         0     61459    253191   2447674    131.80    146.29  --
3455.17/865.03	c  N dy  8402   1270506     19306     83138         0     81491    253191   6615213    131.79    140.91  --
3489.92/873.79	c  N dy  8533   1290572     19306     83138         0    101557    253191  10847822    131.79    139.59  --
3521.87/881.75	c  N dy  8677   1310720     19306     83138         0     68703    253191   3802341    131.81    143.82  --
3554.63/889.97	c  N dy  8818   1330862     19306     83138         0     88843    253191   8017782    131.84    140.75  --
3590.98/899.03	c  N dy  8955   1350874     19306     83138         0     54859    253191    700456    131.86    145.06  --
3620.93/906.50	c  N dy  9083   1370893     19306     83138         0     74878    253191   4844479    131.84    141.07  --
3655.28/915.13	c  N dy  9219   1390915     19306     83138         0     94897    253191   9087821    131.87    142.13  --
3692.44/924.49	c  N dy  9347   1411309     19306     83138         0     60293    253191   1614928    131.86    139.31  --
3725.98/932.81	c  N dy  9491   1431411     19306     83138         0     80393    253191   5801761    131.90    142.87  --
3762.74/942.05	c  N dy  9632   1451425     19306     83138         0    100401    253191   9978206    131.93    139.35  --
3799.09/951.14	c  N dy  9769   1471482     19306     83138         0     64458    253191   2316471    131.96    139.87  --
3833.04/959.62	c  N dy  9904   1491589     19306     83138         0     84563    253191   6554683    131.99    139.75  --
3870.56/969.03	c  N dy 10038   1511677     19306     83138         0    104648    253191  10837218    132.02    139.19  --
3906.91/978.17	c  N dy 10183   1531926     19306     83138         0     67905    253191   2851193    132.05    140.81  --
3942.87/987.17	c  N dy 10319   1552077     19306     83138         0     88056    253191   7064366    132.06    141.61  --
3982.81/997.12	c  N dy 10446   1572366     19306     83138         0    108345    253191  11221684    132.05    148.73  --
4019.17/1006.27	c  N dy 10580   1592435     19306     83138         0     70413    253191   3077512    132.06    142.08  --
4056.31/1015.55	c  N dy 10717   1613140     19306     83138         0     91117    253191   7409205    132.05    149.69  --
4097.46/1025.83	c  N dy 10861   1633347     19306     83138         0    111323    253191  11633543    132.06    139.37  --
4134.21/1035.00	c  N dy 10996   1653431     19306     83138         0     72407    253191   3364142    132.08    157.89  --
4170.96/1044.27	c  N dy 11130   1673622     19306     83138         0     92597    253191   7602092    132.10    143.59  --
4211.30/1054.32	c  N dy 11256   1693670     19306     83138         0    112643    253191  11873559    132.11    139.62  --
4241.66/1061.97	c  S st 11374   1710309     19306     83138         0     69288    253191   2474621    132.13   no data  --
4242.46/1062.20	c  S st 11374   1710813     19306     83138         0     69792    253191   2554594    132.13   no data  --
4242.85/1062.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
4242.85/1062.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4243.27/1062.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.54
4244.05/1062.52	c bin-w-bin subsume rem            0 bins  time:  0.02 s
4244.05/1062.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
4244.05/1062.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19306 time:  0.03 s
4244.05/1062.55	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.04 s
4276.42/1070.67	c lits-rem:         6  cl-subs:        5  v-elim:      0  v-fix:    0  time: 32.33 s
4276.42/1070.68	c vivif2 --  cl tried    83138 cl shrink        0 lits rem          0 time: 0.04
4276.81/1070.72	c vivif2 --  cl tried    69787 cl shrink        0 lits rem          0 time: 0.17
4277.61/1070.93	c asymm  cl-useful: 0/83138/83138 lits-rem:0 time: 0.82
4277.61/1070.93	c calculated reachability. Time: 0.00
4277.61/1070.94	c  N dy 11374   1710813     19306     83138         0     69787    253191   2553708    132.13   no data  --
4311.56/1079.43	c  N dy 11498   1730949     19306     83138         0     89921    253191   6706172    132.11    141.13  --
4350.71/1089.21	c  N dy 11629   1751010     19306     83138         0    109980    253191  10857065    132.10    143.18  --
4391.06/1099.35	c  N dy 11765   1771081     19306     83138         0     69052    253191   2250907    132.12    145.12  --
4427.41/1108.50	c  N dy 11897   1791215     19306     83138         0     89184    253191   6511708    132.13    142.86  --
4468.55/1118.70	c  N dy 12034   1811305     19306     83138         0    109273    253191  10754700    132.16    139.95  --
4510.09/1129.13	c  N dy 12166   1831309     19306     83138         0     67282    253191   1663549    132.16    141.92  --
4545.64/1138.05	c  N dy 12294   1851486     19306     83138         0     87458    253191   5800707    132.14    142.53  --
4586.01/1148.17	c  N dy 12431   1871685     19306     83138         0    107654    253191   9996619    132.15    145.82  --
4630.35/1159.24	c  N dy 12574   1891710     19306     83138         0     64682    253191    904074    132.17    143.91  --
4665.39/1168.09	c  N dy 12710   1911727     19306     83138         0     84697    253191   5133715    132.18    144.42  --
4704.16/1177.82	c  N dy 12838   1931802     19306     83138         0    104770    253191   9333415    132.17    144.05  --
4747.31/1188.76	c  N dy 12976   1951813     19306     83138         0    124779    253191  13491229    132.19    155.69  --
4784.46/1198.03	c  N dy 13111   1971840     19306     83138         0     80814    253191   4082197    132.19    139.41  --

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

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

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


[startup+0 s]
/proc/loadavg: 8.18 8.12 7.56 2/176 6378
/proc/meminfo: memFree=25060476/32951124 swapFree=67111352/67111528
[pid=6378] ppid=6376 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/6378/stat : 6378 (strangenight1-m) R 6376 6378 6256 0 -1 4202496 413 0 0 0 0 0 0 0 18 0 4 0 517908128 52465664 352 33554432000 4194304 4650419 140737209211136 18446744073709551615 47428818216882 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6378/statm: 12809 352 303 112 0 7774 0
[pid=6378/tid=6379] ppid=6376 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 517908129 52465664 352 33554432000 4194304 4650419 140737209211136 18446744073709551615 246516890609 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6378/tid=6380] ppid=6376 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6380/stat : 6380 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 517908129 52465664 352 33554432000 4194304 4650419 140737209211136 18446744073709551615 246516890609 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6378/tid=6381] ppid=6376 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 517908129 52465664 352 33554432000 4194304 4650419 140737209211136 18446744073709551615 47428818216882 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.130862 s]
/proc/loadavg: 8.18 8.12 7.56 2/176 6378
/proc/meminfo: memFree=25060476/32951124 swapFree=67111352/67111528
[pid=6378] ppid=6376 vsize=320536 CPUtime=0.49 cores=1,3,5,7
/proc/6378/stat : 6378 (strangenight1-m) R 6376 6378 6256 0 -1 4202496 17971 0 0 0 46 3 0 0 18 0 4 0 517908128 328228864 14655 33554432000 4194304 4650419 140737209211136 18446744073709551615 246516877447 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6378/statm: 80134 14444 370 112 0 75099 0
[pid=6378/tid=6379] ppid=6376 vsize=320536 CPUtime=0.12 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 4611 0 0 0 11 1 0 0 18 0 4 0 517908129 328228864 14444 33554432000 4194304 4650419 140737209211136 18446744073709551615 246516531842 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6378/tid=6380] ppid=6376 vsize=312328 CPUtime=0.15 cores=1,3,5,7
/proc/6378/task/6380/stat : 6380 (strangenight1-m) D 6376 6378 6256 0 -1 4202560 4747 0 0 0 15 0 0 0 18 0 4 0 517908129 319823872 14548 33554432000 4194304 4650419 140737209211136 18446744073709551615 4249344 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6378/tid=6381] ppid=6376 vsize=312804 CPUtime=0.16 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 3673 0 0 0 16 0 0 0 18 0 4 0 517908129 320311296 14990 33554432000 4194304 4650419 140737209211136 18446744073709551615 4333632 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 320536

[startup+0.289769 s]
/proc/loadavg: 8.18 8.12 7.56 2/176 6378
/proc/meminfo: memFree=25060476/32951124 swapFree=67111352/67111528
[pid=6378] ppid=6376 vsize=327300 CPUtime=4 cores=1,3,5,7
/proc/6378/stat : 6378 (strangenight1-m) R 6376 6378 6256 0 -1 4202496 31982 0 0 0 393 7 0 0 19 0 4 0 517908128 335155200 25550 33554432000 4194304 4650419 140737209211136 18446744073709551615 4367329 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6378/statm: 81825 25550 391 112 0 76790 0
[pid=6378/tid=6379] ppid=6376 vsize=327300 CPUtime=0.99 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 9152 0 0 0 97 2 0 0 19 0 4 0 517908129 335155200 25550 33554432000 4194304 4650419 140737209211136 18446744073709551615 4331082 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6378/tid=6380] ppid=6376 vsize=327300 CPUtime=0.99 cores=1,3,5,7
/proc/6378/task/6380/stat : 6380 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 9263 0 0 0 98 1 0 0 19 0 4 0 517908129 335155200 25550 33554432000 4194304 4650419 140737209211136 18446744073709551615 4364402 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6378/tid=6381] ppid=6376 vsize=327300 CPUtime=0.99 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 4413 0 0 0 98 1 0 0 19 0 4 0 517908129 335155200 25550 33554432000 4194304 4650419 140737209211136 18446744073709551615 4333611 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 327300

[startup+1.11567 s]
/proc/loadavg: 8.18 8.12 7.56 2/176 6378
/proc/meminfo: memFree=25060476/32951124 swapFree=67111352/67111528
[pid=6378] ppid=6376 vsize=327300 CPUtime=4.4 cores=1,3,5,7
/proc/6378/stat : 6378 (strangenight1-m) R 6376 6378 6256 0 -1 4202496 32309 0 0 0 433 7 0 0 19 0 4 0 517908128 335155200 25877 33554432000 4194304 4650419 140737209211136 18446744073709551615 4333771 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6378/statm: 81825 25877 391 112 0 76790 0
[pid=6378/tid=6379] ppid=6376 vsize=327300 CPUtime=1.09 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 9238 0 0 0 107 2 0 0 19 0 4 0 517908129 335155200 25877 33554432000 4194304 4650419 140737209211136 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6378/tid=6380] ppid=6376 vsize=327300 CPUtime=1.09 cores=1,3,5,7
/proc/6378/task/6380/stat : 6380 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 9342 0 0 0 108 1 0 0 19 0 4 0 517908129 335155200 25877 33554432000 4194304 4650419 140737209211136 18446744073709551615 4334075 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6378/tid=6381] ppid=6376 vsize=327300 CPUtime=1.09 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 4495 0 0 0 108 1 0 0 19 0 4 0 517908129 335155200 25878 33554432000 4194304 4650419 140737209211136 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 327300

[startup+1.21565 s]
/proc/loadavg: 8.18 8.12 7.56 2/176 6378
/proc/meminfo: memFree=25060476/32951124 swapFree=67111352/67111528
[pid=6378] ppid=6376 vsize=327300 CPUtime=4.8 cores=1,3,5,7
/proc/6378/stat : 6378 (strangenight1-m) R 6376 6378 6256 0 -1 4202496 32652 0 0 0 473 7 0 0 19 0 4 0 517908128 335155200 26220 33554432000 4194304 4650419 140737209211136 18446744073709551615 4363500 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6378/statm: 81825 26220 391 112 0 76790 0
[pid=6378/tid=6379] ppid=6376 vsize=327300 CPUtime=1.19 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 9325 0 0 0 117 2 0 0 19 0 4 0 517908129 335155200 26220 33554432000 4194304 4650419 140737209211136 18446744073709551615 4363390 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6378/tid=6380] ppid=6376 vsize=327300 CPUtime=1.19 cores=1,3,5,7
/proc/6378/task/6380/stat : 6380 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 9422 0 0 0 118 1 0 0 19 0 4 0 517908129 335155200 26220 33554432000 4194304 4650419 140737209211136 18446744073709551615 4364346 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6378/tid=6381] ppid=6376 vsize=327300 CPUtime=1.19 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 4585 0 0 0 118 1 0 0 19 0 4 0 517908129 335155200 26220 33554432000 4194304 4650419 140737209211136 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.8
Current children cumulated vsize (KiB) 327300

[startup+1.5006 s]
/proc/loadavg: 8.18 8.12 7.56 2/176 6378
/proc/meminfo: memFree=25060476/32951124 swapFree=67111352/67111528
[pid=6378] ppid=6376 vsize=327300 CPUtime=5.93 cores=1,3,5,7
/proc/6378/stat : 6378 (strangenight1-m) R 6376 6378 6256 0 -1 4202496 33631 0 0 0 586 7 0 0 20 0 4 0 517908128 335155200 27199 33554432000 4194304 4650419 140737209211136 18446744073709551615 4363510 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6378/statm: 81825 27199 391 112 0 76790 0
[pid=6378/tid=6379] ppid=6376 vsize=327300 CPUtime=1.48 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 9563 0 0 0 146 2 0 0 19 0 4 0 517908129 335155200 27199 33554432000 4194304 4650419 140737209211136 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6378/tid=6380] ppid=6376 vsize=327300 CPUtime=1.48 cores=1,3,5,7
/proc/6378/task/6380/stat : 6380 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 9658 0 0 0 146 2 0 0 19 0 4 0 517908129 335155200 27199 33554432000 4194304 4650419 140737209211136 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6378/tid=6381] ppid=6376 vsize=327300 CPUtime=1.48 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 4845 0 0 0 147 1 0 0 19 0 4 0 517908129 335155200 27199 33554432000 4194304 4650419 140737209211136 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 327300

[startup+3.10631 s]
/proc/loadavg: 8.25 8.13 7.57 9/188 6395
/proc/meminfo: memFree=24864156/32951124 swapFree=67111352/67111528
[pid=6378] ppid=6376 vsize=486924 CPUtime=12.34 cores=1,3,5,7
/proc/6378/stat : 6378 (strangenight1-m) R 6376 6378 6256 0 -1 4202496 39217 0 0 0 1225 9 0 0 25 0 4 0 517908128 498610176 32785 33554432000 4194304 4650419 140737209211136 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6378/statm: 121731 32785 391 112 0 116696 0
[pid=6378/tid=6379] ppid=6376 vsize=486924 CPUtime=3.08 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 10904 0 0 0 306 2 0 0 25 0 4 0 517908129 498610176 32785 33554432000 4194304 4650419 140737209211136 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6378/tid=6380] ppid=6376 vsize=486924 CPUtime=3.07 cores=1,3,5,7
/proc/6378/task/6380/stat : 6380 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 10967 0 0 0 305 2 0 0 24 0 4 0 517908129 498610176 32785 33554432000 4194304 4650419 140737209211136 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6378/tid=6381] ppid=6376 vsize=486924 CPUtime=3.08 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 6479 0 0 0 306 2 0 0 25 0 4 0 517908129 498610176 32785 33554432000 4194304 4650419 140737209211136 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 486924

[startup+6.30072 s]
/proc/loadavg: 8.25 8.13 7.57 9/188 6396
/proc/meminfo: memFree=24817100/32951124 swapFree=67111352/67111528
[pid=6378] ppid=6376 vsize=340416 CPUtime=25.12 cores=1,3,5,7
/proc/6378/stat : 6378 (strangenight1-m) R 6376 6378 6256 0 -1 4202496 54640 0 0 0 2498 14 0 0 25 0 4 0 517908128 348585984 29370 33554432000 4194304 4650419 140737209211136 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6378/statm: 85104 29370 393 112 0 80069 0
[pid=6378/tid=6379] ppid=6376 vsize=340416 CPUtime=6.28 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 14779 0 0 0 625 3 0 0 25 0 4 0 517908129 348585984 29370 33554432000 4194304 4650419 140737209211136 18446744073709551615 4363335 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6378/tid=6380] ppid=6376 vsize=340416 CPUtime=6.25 cores=1,3,5,7
/proc/6378/task/6380/stat : 6380 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 14806 0 0 0 622 3 0 0 25 0 4 0 517908129 348585984 29371 33554432000 4194304 4650419 140737209211136 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6378/tid=6381] ppid=6376 vsize=340416 CPUtime=6.29 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 10694 0 0 0 626 3 0 0 25 0 4 0 517908129 348585984 29371 33554432000 4194304 4650419 140737209211136 18446744073709551615 4303888 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) 340416

[startup+12.7006 s]
/proc/loadavg: 8.21 8.13 7.57 9/188 6396
/proc/meminfo: memFree=24602620/32951124 swapFree=67111352/67111528
[pid=6378] ppid=6376 vsize=583844 CPUtime=50.67 cores=1,3,5,7
/proc/6378/stat : 6378 (strangenight1-m) R 6376 6378 6256 0 -1 4202496 114601 0 0 0 5039 28 0 0 25 0 4 0 517908128 597856256 77234 33554432000 4194304 4650419 140737209211136 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6378/statm: 145961 77235 395 112 0 140926 0
[pid=6378/tid=6379] ppid=6376 vsize=583844 CPUtime=12.67 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 41783 0 0 0 1257 10 0 0 25 0 4 0 517908129 597856256 77235 33554432000 4194304 4650419 140737209211136 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6378/tid=6380] ppid=6376 vsize=583844 CPUtime=12.62 cores=1,3,5,7
/proc/6378/task/6380/stat : 6380 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 22202 0 0 0 1256 6 0 0 25 0 4 0 517908129 597856256 77235 33554432000 4194304 4650419 140737209211136 18446744073709551615 4426624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6378/tid=6381] ppid=6376 vsize=583844 CPUtime=12.67 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 16891 0 0 0 1263 4 0 0 25 0 4 0 517908129 597856256 77235 33554432000 4194304 4650419 140737209211136 18446744073709551615 4520364 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) 583844

[startup+25.5012 s]
/proc/loadavg: 8.18 8.12 7.58 9/188 6396
/proc/meminfo: memFree=24394692/32951124 swapFree=67111352/67111528
[pid=6378] ppid=6376 vsize=772584 CPUtime=101.79 cores=1,3,5,7
/proc/6378/stat : 6378 (strangenight1-m) R 6376 6378 6256 0 -1 4202496 197520 0 0 0 10133 46 0 0 25 0 4 0 517908128 791126016 107975 33554432000 4194304 4650419 140737209211136 18446744073709551615 4328259 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6378/statm: 193146 107975 395 112 0 188111 0
[pid=6378/tid=6379] ppid=6376 vsize=772584 CPUtime=25.47 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 78803 0 0 0 2531 16 0 0 25 0 4 0 517908129 791126016 107976 33554432000 4194304 4650419 140737209211136 18446744073709551615 4476769 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6378/tid=6380] ppid=6376 vsize=772584 CPUtime=25.34 cores=1,3,5,7
/proc/6378/task/6380/stat : 6380 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 36943 0 0 0 2524 10 0 0 25 0 4 0 517908129 791126016 107976 33554432000 4194304 4650419 140737209211136 18446744073709551615 4363500 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6378/tid=6381] ppid=6376 vsize=772584 CPUtime=25.48 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 39812 0 0 0 2537 11 0 0 25 0 4 0 517908129 791126016 107976 33554432000 4194304 4650419 140737209211136 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 772584

[startup+51.1005 s]
/proc/loadavg: 8.18 8.13 7.59 9/188 6397
/proc/meminfo: memFree=24275724/32951124 swapFree=67111352/67111528
[pid=6378] ppid=6376 vsize=754508 CPUtime=204.05 cores=1,3,5,7
/proc/6378/stat : 6378 (strangenight1-m) R 6376 6378 6256 0 -1 4202496 338497 0 0 0 20328 77 0 0 25 0 4 0 517908128 772616192 128191 33554432000 4194304 4650419 140737209211136 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6378/statm: 188627 128191 395 112 0 183592 0
[pid=6378/tid=6379] ppid=6376 vsize=754508 CPUtime=51.06 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 151114 0 0 0 5080 26 0 0 25 0 4 0 517908129 772616192 128191 33554432000 4194304 4650419 140737209211136 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6378/tid=6380] ppid=6376 vsize=754508 CPUtime=50.79 cores=1,3,5,7
/proc/6378/task/6380/stat : 6380 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 61733 0 0 0 5062 17 0 0 25 0 4 0 517908129 772616192 128191 33554432000 4194304 4650419 140737209211136 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6378/tid=6381] ppid=6376 vsize=754508 CPUtime=51.08 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 56850 0 0 0 5090 18 0 0 25 0 4 0 517908129 772616192 128191 33554432000 4194304 4650419 140737209211136 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 754508

[startup+102.301 s]
/proc/loadavg: 8.22 8.15 7.63 9/188 6398
/proc/meminfo: memFree=24131704/32951124 swapFree=67111352/67111528
[pid=6378] ppid=6376 vsize=776320 CPUtime=408.57 cores=1,3,5,7
/proc/6378/stat : 6378 (strangenight1-m) R 6376 6378 6256 0 -1 4202496 435428 0 0 0 40748 109 0 0 25 0 4 0 517908128 794951680 141129 33554432000 4194304 4650419 140737209211136 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6378/statm: 194080 141129 395 112 0 189045 0
[pid=6378/tid=6379] ppid=6376 vsize=776320 CPUtime=102.26 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 182949 0 0 0 10190 36 0 0 25 0 4 0 517908129 794951680 141129 33554432000 4194304 4650419 140737209211136 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6378/tid=6380] ppid=6376 vsize=776320 CPUtime=101.71 cores=1,3,5,7
/proc/6378/task/6380/stat : 6380 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 95240 0 0 0 10144 27 0 0 25 0 4 0 517908129 794951680 141129 33554432000 4194304 4650419 140737209211136 18446744073709551615 4333593 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6378/tid=6381] ppid=6376 vsize=776320 CPUtime=102.28 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 87230 0 0 0 10198 30 0 0 25 0 4 0 517908129 794951680 141129 33554432000 4194304 4650419 140737209211136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.57
Current children cumulated vsize (KiB) 776320

[startup+162.3 s]

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

[pid=6378] ppid=6376 vsize=1242800 CPUtime=2565.61 cores=1,3,5,7
/proc/6378/stat : 6378 (strangenight1-m) R 6376 6378 6256 0 -1 4202496 2526995 0 0 0 255925 636 0 0 25 0 4 0 517908128 1272627200 257136 33554432000 4194304 4650419 140737209211136 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6378/statm: 310700 257136 395 112 0 305665 0
[pid=6378/tid=6379] ppid=6376 vsize=1242800 CPUtime=642.26 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 904275 0 0 0 64026 200 0 0 25 0 4 0 517908129 1272627200 257136 33554432000 4194304 4650419 140737209211136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6378/tid=6380] ppid=6376 vsize=1242800 CPUtime=639.75 cores=1,3,5,7
/proc/6378/task/6380/stat : 6380 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 689640 0 0 0 63799 176 0 0 25 0 4 0 517908129 1272627200 257136 33554432000 4194304 4650419 140737209211136 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6378/tid=6381] ppid=6376 vsize=1242800 CPUtime=641.28 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 743403 0 0 0 63941 187 0 0 25 0 4 0 517908129 1272627200 257136 33554432000 4194304 4650419 140737209211136 18446744073709551615 4333632 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2565.61
Current children cumulated vsize (KiB) 1242800

[startup+702.3 s]
/proc/loadavg: 8.26 8.19 7.88 9/188 6414
/proc/meminfo: memFree=23400052/32951124 swapFree=67111352/67111528
[pid=6378] ppid=6376 vsize=1297844 CPUtime=2805.27 cores=1,3,5,7
/proc/6378/stat : 6378 (strangenight1-m) R 6376 6378 6256 0 -1 4202496 2791786 0 0 0 279832 695 0 0 25 0 4 0 517908128 1328992256 263305 33554432000 4194304 4650419 140737209211136 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6378/statm: 324461 263305 395 112 0 319426 0
[pid=6378/tid=6379] ppid=6376 vsize=1297844 CPUtime=702.26 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 1115116 0 0 0 69994 232 0 0 25 0 4 0 517908129 1328992256 263305 33554432000 4194304 4650419 140737209211136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6378/tid=6380] ppid=6376 vsize=1297844 CPUtime=699.74 cores=1,3,5,7
/proc/6378/task/6380/stat : 6380 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 693523 0 0 0 69797 177 0 0 25 0 4 0 517908129 1328992256 263305 33554432000 4194304 4650419 140737209211136 18446744073709551615 4367391 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6378/tid=6381] ppid=6376 vsize=1297844 CPUtime=700.96 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 770364 0 0 0 69894 202 0 0 25 0 4 0 517908129 1328992256 263305 33554432000 4194304 4650419 140737209211136 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.27
Current children cumulated vsize (KiB) 1297844

[startup+762.3 s]
/proc/loadavg: 8.36 8.22 7.91 9/188 6416
/proc/meminfo: memFree=23308028/32951124 swapFree=67111352/67111528
[pid=6378] ppid=6376 vsize=1297576 CPUtime=3044.94 cores=1,3,5,7
/proc/6378/stat : 6378 (strangenight1-m) R 6376 6378 6256 0 -1 4202496 3111670 0 0 0 303729 765 0 0 25 0 4 0 517908128 1328717824 266132 33554432000 4194304 4650419 140737209211136 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6378/statm: 324394 266132 395 112 0 319359 0
[pid=6378/tid=6379] ppid=6376 vsize=1297576 CPUtime=762.26 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 1354887 0 0 0 75960 266 0 0 25 0 4 0 517908129 1328717824 266132 33554432000 4194304 4650419 140737209211136 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6378/tid=6380] ppid=6376 vsize=1297576 CPUtime=759.75 cores=1,3,5,7
/proc/6378/task/6380/stat : 6380 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 722959 0 0 0 75786 189 0 0 25 0 4 0 517908129 1328717824 266132 33554432000 4194304 4650419 140737209211136 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6378/tid=6381] ppid=6376 vsize=1297576 CPUtime=760.62 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 797084 0 0 0 75848 214 0 0 25 0 4 0 517908129 1328717824 266132 33554432000 4194304 4650419 140737209211136 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.94
Current children cumulated vsize (KiB) 1297576

[startup+822.301 s]
/proc/loadavg: 8.28 8.22 7.93 9/188 6417
/proc/meminfo: memFree=23372980/32951124 swapFree=67111352/67111528
[pid=6378] ppid=6376 vsize=1354424 CPUtime=3284.61 cores=1,3,5,7
/proc/6378/stat : 6378 (strangenight1-m) R 6376 6378 6256 0 -1 4202496 3202501 0 0 0 327657 804 0 0 25 0 4 0 517908128 1386930176 253250 33554432000 4194304 4650419 140737209211136 18446744073709551615 4476315 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6378/statm: 338606 253250 395 112 0 333571 0
[pid=6378/tid=6379] ppid=6376 vsize=1354424 CPUtime=822.26 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 1385296 0 0 0 81947 279 0 0 25 0 4 0 517908129 1386930176 253250 33554432000 4194304 4650419 140737209211136 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6378/tid=6380] ppid=6376 vsize=1354424 CPUtime=819.75 cores=1,3,5,7
/proc/6378/task/6380/stat : 6380 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 751311 0 0 0 81773 202 0 0 25 0 4 0 517908129 1386930176 253250 33554432000 4194304 4650419 140737209211136 18446744073709551615 4303912 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6378/tid=6381] ppid=6376 vsize=1354424 CPUtime=820.3 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 825622 0 0 0 81803 227 0 0 25 0 4 0 517908129 1386930176 253250 33554432000 4194304 4650419 140737209211136 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.61
Current children cumulated vsize (KiB) 1354424

[startup+882.301 s]
/proc/loadavg: 8.26 8.22 7.94 9/188 6419
/proc/meminfo: memFree=23309560/32951124 swapFree=67111352/67111528
[pid=6378] ppid=6376 vsize=1435012 CPUtime=3524.27 cores=1,3,5,7
/proc/6378/stat : 6378 (strangenight1-m) R 6376 6378 6256 0 -1 4202496 3304187 0 0 0 351578 849 0 0 25 0 4 0 517908128 1469452288 268520 33554432000 4194304 4650419 140737209211136 18446744073709551615 4328259 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6378/statm: 358753 268520 395 112 0 353718 0
[pid=6378/tid=6379] ppid=6376 vsize=1435012 CPUtime=882.25 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 1416995 0 0 0 87932 293 0 0 25 0 4 0 517908129 1469452288 268520 33554432000 4194304 4650419 140737209211136 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6378/tid=6380] ppid=6376 vsize=1435012 CPUtime=879.75 cores=1,3,5,7
/proc/6378/task/6380/stat : 6380 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 776431 0 0 0 87762 213 0 0 25 0 4 0 517908129 1469452288 268521 33554432000 4194304 4650419 140737209211136 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6378/tid=6381] ppid=6376 vsize=1435012 CPUtime=879.96 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 853910 0 0 0 87758 238 0 0 25 0 4 0 517908129 1469452288 268521 33554432000 4194304 4650419 140737209211136 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.27
Current children cumulated vsize (KiB) 1435012

[startup+942.301 s]
/proc/loadavg: 8.10 8.18 7.94 9/188 6420
/proc/meminfo: memFree=23236004/32951124 swapFree=67111352/67111528
[pid=6378] ppid=6376 vsize=1460656 CPUtime=3763.94 cores=1,3,5,7
/proc/6378/stat : 6378 (strangenight1-m) R 6376 6378 6256 0 -1 4202496 3567547 0 0 0 375474 920 0 0 25 0 4 0 517908128 1495711744 286448 33554432000 4194304 4650419 140737209211136 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6378/statm: 365164 286448 395 112 0 360129 0
[pid=6378/tid=6379] ppid=6376 vsize=1460656 CPUtime=942.24 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 1445457 0 0 0 93918 306 0 0 25 0 4 0 517908129 1495711744 286448 33554432000 4194304 4650419 140737209211136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6378/tid=6380] ppid=6376 vsize=1460656 CPUtime=939.75 cores=1,3,5,7
/proc/6378/task/6380/stat : 6380 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 956783 0 0 0 93729 246 0 0 25 0 4 0 517908129 1495711744 286448 33554432000 4194304 4650419 140737209211136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6378/tid=6381] ppid=6376 vsize=1460656 CPUtime=939.63 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 883996 0 0 0 93712 251 0 0 25 0 4 0 517908129 1495711744 286448 33554432000 4194304 4650419 140737209211136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.94
Current children cumulated vsize (KiB) 1460656

[startup+1002.3 s]
/proc/loadavg: 8.17 8.18 7.95 9/188 6431
/proc/meminfo: memFree=23239752/32951124 swapFree=67111352/67111528
[pid=6378] ppid=6376 vsize=1462220 CPUtime=4003.58 cores=1,3,5,7
/proc/6378/stat : 6378 (strangenight1-m) R 6376 6378 6256 0 -1 4202496 3938153 0 0 0 399356 1002 0 0 25 0 4 0 517908128 1497313280 284855 33554432000 4194304 4650419 140737209211136 18446744073709551615 4333921 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6378/statm: 365555 284855 395 112 0 360520 0
[pid=6378/tid=6379] ppid=6376 vsize=1462220 CPUtime=1002.22 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 1462573 0 0 0 99907 315 0 0 25 0 4 0 517908129 1497313280 284855 33554432000 4194304 4650419 140737209211136 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6378/tid=6380] ppid=6376 vsize=1462220 CPUtime=999.75 cores=1,3,5,7
/proc/6378/task/6380/stat : 6380 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 1259725 0 0 0 99684 291 0 0 25 0 4 0 517908129 1497313280 284855 33554432000 4194304 4650419 140737209211136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6378/tid=6381] ppid=6376 vsize=1462220 CPUtime=999.3 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 912364 0 0 0 99665 265 0 0 25 0 4 0 517908129 1497313280 284855 33554432000 4194304 4650419 140737209211136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.58
Current children cumulated vsize (KiB) 1462220

[startup+1062.3 s]
/proc/loadavg: 8.23 8.19 7.97 9/188 6433
/proc/meminfo: memFree=23192332/32951124 swapFree=67111352/67111528
[pid=6378] ppid=6376 vsize=1406080 CPUtime=4243.27 cores=1,3,5,7
/proc/6378/stat : 6378 (strangenight1-m) R 6376 6378 6256 0 -1 4202496 4308707 0 0 0 423241 1086 0 0 25 0 4 0 517908128 1439825920 286185 33554432000 4194304 4650419 140737209211136 18446744073709551615 4245554 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6378/statm: 351520 286185 395 112 0 346485 0
[pid=6378/tid=6379] ppid=6376 vsize=1406080 CPUtime=1062.23 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 1467074 0 0 0 105906 317 0 0 25 0 4 0 517908129 1439825920 286186 33554432000 4194304 4650419 140737209211136 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6378/tid=6380] ppid=6376 vsize=1406080 CPUtime=1059.76 cores=1,3,5,7
/proc/6378/task/6380/stat : 6380 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 1577796 0 0 0 105634 342 0 0 25 0 4 0 517908129 1439825920 286186 33554432000 4194304 4650419 140737209211136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6378/tid=6381] ppid=6376 vsize=1406080 CPUtime=1058.98 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 939765 0 0 0 105616 282 0 0 25 0 4 0 517908129 1439825920 286186 33554432000 4194304 4650419 140737209211136 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.27
Current children cumulated vsize (KiB) 1406080

[startup+1122.3 s]
/proc/loadavg: 8.19 8.18 7.98 9/188 6434
/proc/meminfo: memFree=23039052/32951124 swapFree=67111352/67111528
[pid=6378] ppid=6376 vsize=1584652 CPUtime=4482.93 cores=1,3,5,7
/proc/6378/stat : 6378 (strangenight1-m) R 6376 6378 6256 0 -1 4202496 4878900 0 0 0 447095 1198 0 0 25 0 4 0 517908128 1622683648 325212 33554432000 4194304 4650419 140737209211136 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6378/statm: 396163 325212 413 112 0 391128 0
[pid=6378/tid=6379] ppid=6376 vsize=1584652 CPUtime=1122.23 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 1492076 0 0 0 111891 332 0 0 25 0 4 0 517908129 1622683648 325212 33554432000 4194304 4650419 140737209211136 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6378/tid=6380] ppid=6376 vsize=1584652 CPUtime=1119.76 cores=1,3,5,7
/proc/6378/task/6380/stat : 6380 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 1922782 0 0 0 111583 393 0 0 25 0 4 0 517908129 1622683648 325212 33554432000 4194304 4650419 140737209211136 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6378/tid=6381] ppid=6376 vsize=1584652 CPUtime=1118.65 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 1120220 0 0 0 111549 316 0 0 25 0 4 0 517908129 1622683648 325212 33554432000 4194304 4650419 140737209211136 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.93
Current children cumulated vsize (KiB) 1584652

[startup+1182.31 s]
/proc/loadavg: 8.43 8.24 8.01 10/189 6439
/proc/meminfo: memFree=23035264/32951124 swapFree=67111352/67111528
[pid=6378] ppid=6376 vsize=1585664 CPUtime=4721.92 cores=1,3,5,7
/proc/6378/stat : 6378 (strangenight1-m) R 6376 6378 6256 0 -1 4202496 5639889 0 0 0 470848 1344 0 0 25 0 4 0 517908128 1623719936 318870 33554432000 4194304 4650419 140737209211136 18446744073709551615 4363566 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6378/statm: 396416 318870 395 112 0 391381 0
[pid=6378/tid=6379] ppid=6376 vsize=1585664 CPUtime=1181.53 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 1516124 0 0 0 117802 351 0 0 25 0 4 0 517908129 1623719936 318870 33554432000 4194304 4650419 140737209211136 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6378/tid=6380] ppid=6376 vsize=1585664 CPUtime=1179.76 cores=1,3,5,7
/proc/6378/task/6380/stat : 6380 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 2374619 0 0 0 117514 462 0 0 25 0 4 0 517908129 1623719936 318870 33554432000 4194304 4650419 140737209211136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6378/tid=6381] ppid=6376 vsize=1585664 CPUtime=1178.32 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 1384563 0 0 0 117475 357 0 0 25 0 4 0 517908129 1623719936 318870 33554432000 4194304 4650419 140737209211136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4721.92
Current children cumulated vsize (KiB) 1585664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.31 8.22 8.01 5/184 6440
/proc/meminfo: memFree=23797504/32951124 swapFree=67111352/67111528
[pid=6378] ppid=6376 vsize=1529468 CPUtime=4800.06 cores=1,3,5,7
/proc/6378/stat : 6378 (strangenight1-m) R 6376 6378 6256 0 -1 4202496 5818831 0 0 0 478627 1379 0 0 25 0 4 0 517908128 1566175232 313135 33554432000 4194304 4650419 140737209211136 18446744073709551615 4367329 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6378/statm: 382367 313135 395 112 0 377332 0
[pid=6378/tid=6379] ppid=6376 vsize=1529468 CPUtime=1200.97 cores=1,3,5,7
/proc/6378/task/6379/stat : 6379 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 1525137 0 0 0 119741 356 0 0 25 0 4 0 517908129 1566175232 313135 33554432000 4194304 4650419 140737209211136 18446744073709551615 4333890 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6378/tid=6380] ppid=6376 vsize=1529468 CPUtime=1199.36 cores=1,3,5,7
/proc/6378/task/6380/stat : 6380 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 2448960 0 0 0 119463 473 0 0 25 0 4 0 517908129 1566175232 313135 33554432000 4194304 4650419 140737209211136 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6378/tid=6381] ppid=6376 vsize=1529468 CPUtime=1197.81 cores=1,3,5,7
/proc/6378/task/6381/stat : 6381 (strangenight1-m) R 6376 6378 6256 0 -1 4202560 1474110 0 0 0 119410 371 0 0 25 0 4 0 517908129 1566175232 313135 33554432000 4194304 4650419 140737209211136 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 1529468

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.97
CPU time (s): 4800.14
CPU user time (s): 4786.3
CPU system time (s): 13.8459
CPU usage (%): 399.357
Max. virtual memory (cumulated for all children) (KiB): 1585852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4786.3
system time used= 13.8459
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5818840
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= 2089
involuntary context switches= 33898

runsolver used 1.66975 second user time and 4.91725 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-29 09:44:59
IDJOB=3174969
IDBENCH=82587
IDSOLVER=1588
FILE ID=node134/3174969-1304063099
RUNJOBID= node134-1304061895-6275
PBS_JOBID= 13170453
Free space on /tmp= 71584 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v20000-c84000-S921718479-079-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174969-1304063099/watcher-3174969-1304063099 -o /tmp/evaluation-result-3174969-1304063099/solver-3174969-1304063099 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3174969-1304063099.cnf

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

MD5SUM BENCH= d523f5efa43fecaa5caf604137870a4e
RANDOM SEED=1315603408

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25060632 kB
Buffers:       1477608 kB
Cached:        5827028 kB
SwapCached:         64 kB
Active:        1419284 kB
Inactive:      5948988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25060632 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            7784 kB
Writeback:           0 kB
AnonPages:       63956 kB
Mapped:          14464 kB
Slab:           458268 kB
PageTables:       4788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189508 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71576 MiB
End job on node134 at 2011-04-29 10:05:03