Trace number 3173760

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-2-mt? (TO) 4800.46 1201.97

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S471691933-060-UNKNOWN.cnf
MD5SUM91da78a39fd68b6c63602d278464956f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
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.01	c Using 4 threads
0.17/0.06	c This is CryptoMiniSat 3.0.0
0.17/0.06	c WARNING: for repeatability, setting FPU to use double precision
0.17/0.06	c Reading file 'HOME/instance-3173760-1304030498.cnf'
0.17/0.06	c -- header says num vars:          40000
0.17/0.06	c -- header says num clauses:      168000
0.68/0.27	c -- clauses added:            0 learnts,       168000 normals,            0 xors
0.68/0.27	c -- vars added      40000
0.68/0.27	c Parsing time:  0.12 s
0.68/0.28	c  N st     0         0     40000    168000         0         0    504000         0   no data   no data
0.68/0.54	c asymm  cl-useful: 0/168000/168000 lits-rem:0 time: 0.16
0.68/0.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.10
2.00/0.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.68/0.74	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2.68/0.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
2.68/0.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  40000 time:  0.01 s
2.68/0.74	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.02 s
3.79/1.01	c lits-rem:         0  cl-subs:        0  v-elim:    910  v-fix:    0  time:  0.29 s
3.79/1.02	c Finding binary XORs  T:     0.01 s  found:       0
3.79/1.09	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
3.79/1.09	c calculated reachability. Time: 0.00
4.19/1.11	c Calc default polars -  time:   0.02 s pos:   17781 undec:    4347 neg:   17872
4.19/1.11	c =========================================================================================
4.19/1.11	c types(t): F = full restart, N = normal restart
4.19/1.11	c types(t): S = simplification begin/end, E = solution found
4.19/1.11	c restart types(rt): st = static, dy = dynamic
4.19/1.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
4.19/1.11	c  B st     0         0     39090    167019         0         0    506643         0   no data   no data
12.59/3.29	c  N dy    21      4086     39090    167019         0      4086    506643   1184913    170.61    180.01
21.38/5.42	c  N dy    49      8112     39090    167019         0      8112    506643   2254029    173.49    184.14
30.16/7.62	c  N dy    78     12150     39090    167019         0     12150    506643   3337246    175.10    241.35
38.95/9.88	c  N dy   109     16221     39090    167019         0     16221    506643   4420743    175.26    184.52
48.12/12.17	c  N dy   138     20231     39090    167019         0     10236    506643    726450    174.81    184.32
56.91/14.38	c  N dy   170     24298     39090    167019         0     14302    506643   1830445    175.95    188.90
58.51/14.78	c  F st   176     25000     39090    167019         0     15004    506643   2022728    176.27   no data
70.48/17.77	c  N dy   182     30000     39090    167019         0     20004    506643   4009968    176.27   no data
70.48/17.77	c  S st   182     30000     39090    167019         0     20004    506643   4009968    176.27   no data
71.68/18.05	c  S st   182     30500     39090    167019         0     20504    506643   4102387    176.27   no data
71.68/18.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
72.87/18.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.22
72.87/18.37	c blocked clauses removed:      743 vars:    119 tried:       39090 T: 0.02 s
72.87/18.38	c bin-w-bin subsume rem            0 bins  time:  0.01 s
72.87/18.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
73.27/18.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38971 time:  0.01 s
73.27/18.43	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
74.07/18.67	c lits-rem:         0  cl-subs:        0  v-elim:     12  v-fix:    0  time:  0.24 s
75.66/19.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
80.06/20.13	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  1.04 s
80.85/20.33	c asymm  cl-useful: 0/166265/166265 lits-rem:0 time: 0.20
80.85/20.34	c calculated reachability. Time: 0.00
80.85/20.34	c  N dy   182     30500     38959    166265         0     20335    504462   4007087    176.27   no data
90.43/22.75	c  N dy   210     34686     38959    166265         0     24521    504462   5132813    176.66    188.22
100.01/25.19	c  N dy   238     38784     38959    166265         0     28619    504462   6206917    176.91    186.59
109.58/27.59	c  N dy   270     42799     38959    166265         0     17217    504462   1312817    177.40    214.14
116.37/29.26	c  S st   288     45751     38959    166265         0     20169    504462   2122818    177.44   no data
117.57/29.54	c  S st   288     46256     38959    166265         0     20674    504462   2208274    177.44   no data
117.57/29.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
118.36/29.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.23
118.77/29.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
118.77/29.86	c bin-w-bin subsume rem            0 bins  time:  0.01 s
118.77/29.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
118.77/29.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38959 time:  0.01 s
118.77/29.90	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
119.55/30.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
120.35/30.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
121.96/30.61	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.33 s
121.96/30.64	c vivif2 --  cl tried   166265 cl shrink        0 lits rem          0 time: 0.03
121.96/30.69	c vivif2 --  cl tried    20673 cl shrink        0 lits rem          0 time: 0.04
122.75/30.89	c asymm  cl-useful: 0/166265/166265 lits-rem:0 time: 0.20
122.75/30.90	c calculated reachability. Time: 0.00
122.75/30.90	c  N dy   288     46256     38959    166265         0     20673    504462   2208039    177.44   no data
132.72/33.36	c  N dy   317     50510     38959    166265         0     24927    504462   3377489    177.82    188.90
142.32/35.79	c  N dy   346     54593     38959    166265         0     29010    504462   4486534    178.12    189.18
151.90/38.19	c  N dy   374     58607     38959    166265         0     33024    504462   5565403    178.17    187.97
161.88/40.64	c  N dy   400     62675     38959    166265         0     37092    504462   6674288    177.99    188.58
171.07/42.96	c  N dy   425     66694     38959    166265         0     22404    504462   1728687    177.53    187.76
177.06/44.48	c  S st   445     69387     38959    166265         0     25097    504462   2423876    177.48    167.85
178.26/44.79	c  S st   445     69892     38959    166265         0     25602    504462   2534588    177.48   no data
178.66/44.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
179.46/45.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.23
179.46/45.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
179.86/45.10	c bin-w-bin subsume rem            0 bins  time:  0.01 s
179.86/45.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
179.86/45.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38959 time:  0.01 s
179.86/45.15	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
180.67/45.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
181.46/45.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
183.04/45.98	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.44 s
183.44/46.00	c vivif2 --  cl tried   166265 cl shrink        0 lits rem          0 time: 0.03
183.44/46.05	c vivif2 --  cl tried    25601 cl shrink        0 lits rem          0 time: 0.05
184.24/46.26	c asymm  cl-useful: 0/166265/166265 lits-rem:0 time: 0.21
184.24/46.28	c calculated reachability. Time: 0.00
184.24/46.28	c  N dy   445     69892     38959    166265         0     25601    504462   2533928    177.48   no data
195.03/48.96	c  N dy   474     74477     38959    166265         0     30186    504462   3771852    177.44    191.97
206.62/51.87	c  N dy   509     79309     38959    166265         0     35018    504462   5103726    177.71    187.35
219.38/55.08	c  N dy   544     84493     38959    166265         0     40202    504462   6518597    177.87    191.55
226.57/56.89	c  F st   564     87500     38959    166265         0     22353    504462   1136516    177.69   no data
235.35/59.00	c  N st   569     90798     38959    166265         0     25650    504462   2334963    177.69   no data
249.33/62.56	c  N dy   595     96684     38959    166265         0     31535    504462   4239570    177.58    194.89
264.51/66.36	c  N dy   633    102945     38959    166265         0     37796    504462   5917690    177.34    205.48
269.30/67.59	c  S st   649    104838     38959    166265         0     39689    504462   6443870    177.55   no data
270.89/67.90	c  S st   649    105342     38959    166265         0     40193    504462   6534953    177.55   no data
270.89/67.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
271.70/68.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.24
272.11/68.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
272.11/68.24	c bin-w-bin subsume rem            0 bins  time:  0.01 s
272.11/68.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
272.11/68.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38959 time:  0.01 s
272.11/68.28	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
273.30/68.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.23 s
274.90/68.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
282.09/70.76	c lits-rem:         6  cl-subs:       10  v-elim:      0  v-fix:    0  time:  1.77 s
282.09/70.79	c vivif2 --  cl tried   166265 cl shrink        0 lits rem          0 time: 0.03
282.89/70.91	c vivif2 --  cl tried    40183 cl shrink        0 lits rem          0 time: 0.12
283.69/71.15	c asymm  cl-useful: 0/166265/166265 lits-rem:0 time: 0.24
283.69/71.16	c calculated reachability. Time: 0.00
283.69/71.16	c  N dy   649    105342     38959    166265         0     40183    504462   6529488    177.55   no data
300.45/75.39	c  N dy   697    112203     38959    166265         0     24616    504462   1272552    177.77    189.90
318.02/79.79	c  N dy   754    119371     38959    166265         0     31784    504462   3229428    178.18    222.03
337.20/84.54	c  N dy   809    127068     38959    166265         0     39481    504462   5335063    178.45    209.67
357.56/89.69	c  N dy   866    135204     38959    166265         0     23906    504462    700542    178.52    188.75
378.35/94.87	c  N dy   930    143951     38959    166265         0     32653    504462   3102516    178.65    189.10
400.69/100.42	c  N dy   988    153140     38959    166265         0     41842    504462   5543362    178.51    188.29
413.09/103.50	c  S st  1022    158015     38959    166265         0     46716    504462   6850897    178.54    126.85
414.28/103.84	c  S st  1022    158523     38959    166265         0     47224    504462   6968491    178.54   no data
414.28/103.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
415.48/104.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.25
415.48/104.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
415.48/104.18	c bin-w-bin subsume rem            0 bins  time:  0.01 s
415.88/104.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
415.88/104.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38959 time:  0.01 s
415.88/104.23	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
416.67/104.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.23 s
418.67/104.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
427.84/107.27	c lits-rem:         0  cl-subs:        7  v-elim:      0  v-fix:    0  time:  2.30 s
428.24/107.30	c vivif2 --  cl tried   166265 cl shrink        0 lits rem          0 time: 0.03
428.64/107.43	c vivif2 --  cl tried    47217 cl shrink        0 lits rem          0 time: 0.13
429.44/107.69	c asymm  cl-useful: 0/166265/166265 lits-rem:0 time: 0.25
429.84/107.70	c calculated reachability. Time: 0.00
429.84/107.70	c  N dy  1022    158523     38959    166265         0     47217    504462   6966611    178.54   no data
454.61/113.92	c  N dy  1090    168649     38959    166265         0     32492    504462   2661618    178.65    190.08
480.96/120.56	c  N dy  1164    179453     38959    166265         0     43296    504462   5574453    178.63    188.23
510.14/127.89	c  N dy  1249    190970     38959    166265         0     28883    504462   1390382    178.90    198.12
540.08/135.39	c  N dy  1334    203238     38959    166265         0     41149    504462   4688112    178.91    191.29
573.22/143.66	c  N dy  1422    216218     38959    166265         0     27166    504462    617217    178.94    188.37
607.18/152.15	c  N dy  1521    230074     38959    166265         0     41022    504462   4450948    179.26    189.10
626.74/157.09	c  S st  1578    237786     38959    166265         0     48734    504462   6561996    179.38   no data
628.35/157.42	c  S st  1578    238290     38959    166265         0     49238    504462   6666345    179.38   no data
628.35/157.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
629.53/157.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.25
629.53/157.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
629.53/157.77	c bin-w-bin subsume rem            0 bins  time:  0.01 s
629.53/157.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
629.93/157.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38959 time:  0.01 s
629.93/157.82	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
630.74/158.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.23 s
632.34/158.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
642.31/160.90	c lits-rem:        12  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.39 s
642.31/160.93	c vivif2 --  cl tried   166265 cl shrink        0 lits rem          0 time: 0.03
642.71/161.06	c vivif2 --  cl tried    49234 cl shrink        0 lits rem          0 time: 0.13
643.92/161.32	c asymm  cl-useful: 0/166265/166265 lits-rem:0 time: 0.26
643.92/161.33	c calculated reachability. Time: 0.00
643.92/161.33	c  N dy  1578    238290     38959    166265         0     49234    504462   6665559    179.38   no data
682.65/171.01	c  N dy  1681    253573     38959    166265         0     36534    504462   2889991    179.75    190.01
723.38/181.25	c  N dy  1788    269763     38959    166265         0     52722    504462   7271936    179.75    191.20
767.31/192.22	c  N dy  1908    287171     38959    166265         0     41138    504462   3843494    179.91    192.89
814.42/204.00	c  N dy  2033    305532     38959    166265         0     59498    504462   8822625    179.94    194.17
816.42/204.51	c  F st  2038    306250     38959    166265         0     30224    504462    581501    179.91   no data
863.55/216.39	c  N dy  2139    325070     38959    166265         0     49043    504462   6237257    180.09    200.75
915.47/229.31	c  N dy  2271    345287     38959    166265         0     38261    504462   2503972    180.06    197.38
945.82/236.96	c  S st  2352    357435     38959    166265         0     50409    504462   5778809    180.00   no data
947.02/237.29	c  S st  2352    357937     38959    166265         0     50911    504462   5878388    180.00   no data
947.42/237.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
948.22/237.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.26
948.62/237.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
948.62/237.64	c bin-w-bin subsume rem            0 bins  time:  0.01 s
948.62/237.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
948.62/237.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38959 time:  0.01 s
948.62/237.69	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
949.81/237.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.23 s
951.02/238.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
959.80/240.46	c lits-rem:         3  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.13 s
959.80/240.48	c vivif2 --  cl tried   166265 cl shrink        0 lits rem          0 time: 0.03
960.60/240.60	c vivif2 --  cl tried    50906 cl shrink        0 lits rem          0 time: 0.11
961.40/240.86	c asymm  cl-useful: 0/166265/166265 lits-rem:0 time: 0.26
961.40/240.87	c calculated reachability. Time: 0.00
961.40/240.87	c  N dy  2352    357937     38959    166265         0     50906    504462   5876937    180.00   no data
1013.32/253.88	c  N dy  2495    377945     38959    166265         0     38916    504462   2398712    180.12    209.89
1065.23/266.84	c  N dy  2631    397990     38959    166265         0     58961    504462   7917840    180.16    203.18
1116.37/279.66	c  N dy  2764    417998     38959    166265         0     45975    504462   4075745    180.20    197.51
1169.09/292.89	c  N dy  2905    438048     38959    166265         0     66024    504462   9552625    180.24    190.13
1220.21/305.65	c  N dy  3040    458078     38959    166265         0     52054    504462   5491031    180.26    251.54
1273.73/319.03	c  N dy  3183    478137     38959    166265         0     37119    504462   1091095    180.41    195.26
1324.85/331.87	c  N dy  3317    498302     38959    166265         0     57283    504462   6604206    180.38    191.55
1377.57/345.05	c  N dy  3446    518367     38959    166265         0     41347    504462   1981226    180.36    197.92
1425.10/356.97	c  S st  3568    536905     38959    166265         0     59884    504462   7043895    180.35   no data
1426.71/357.32	c  S st  3568    537408     38959    166265         0     60387    504462   7144220    180.35   no data
1426.71/357.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1427.91/357.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.27
1427.91/357.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1427.91/357.68	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1427.91/357.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1428.32/357.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38959 time:  0.01 s
1428.32/357.73	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
1429.10/357.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.25 s
1431.09/358.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1443.88/361.62	c lits-rem:         5  cl-subs:        0  v-elim:      0  v-fix:    0  time:  3.15 s
1443.88/361.64	c vivif2 --  cl tried   166265 cl shrink        0 lits rem          0 time: 0.03
1444.27/361.78	c vivif2 --  cl tried    60387 cl shrink        0 lits rem          0 time: 0.14
1445.48/362.06	c asymm  cl-useful: 0/166265/166265 lits-rem:0 time: 0.28
1445.48/362.07	c calculated reachability. Time: 0.00
1445.48/362.07	c  N dy  3568    537408     38959    166265         0     60387    504462   7144215    180.35   no data
1499.00/375.45	c  N dy  3708    557473     38959    166265         0     43452    504462   2267246    180.40    193.28
1551.34/388.54	c  N dy  3847    577533     38959    166265         0     63508    504462   7780303    180.43    196.65
1605.24/402.04	c  N dy  3981    597580     38959    166265         0     45555    504462   2623970    180.53    256.31
1657.96/415.27	c  N dy  4112    617745     38959    166265         0     65718    504462   8214146    180.55    195.65
1711.10/428.54	c  N dy  4240    637756     38959    166265         0     46727    504462   2636324    180.48    191.75
1764.62/441.98	c  N dy  4379    657973     38959    166265         0     66944    504462   8247444    180.53    193.53
1818.55/455.44	c  N dy  4516    678012     38959    166265         0     46983    504462   2392460    180.54    192.30
1872.09/468.80	c  N dy  4654    698081     38959    166265         0     67052    504462   7964295    180.57    192.45
1927.58/482.71	c  N dy  4797    718186     38959    166265         0     46164    504462   1970635    180.68    193.00
1980.32/495.97	c  N dy  4938    738270     38959    166265         0     66246    504462   7560261    180.71    217.77
2037.03/510.13	c  N dy  5077    758563     38959    166265         0     44537    504462   1205557    180.68    205.12
2089.76/523.34	c  N dy  5216    778703     38959    166265         0     64675    504462   6759193    180.71    190.32
2146.08/537.49	c  N dy  5358    798790     38959    166265         0     84762    504462  12352531    180.74    192.44
2165.65/542.34	c  S st  5410    806114     38959    166265         0     49096    504462   2199023    180.76   no data
2166.84/542.67	c  S st  5410    806620     38959    166265         0     49602    504462   2301480    180.76   no data
2166.84/542.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2168.04/542.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.25
2168.44/543.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2168.44/543.01	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2168.44/543.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
2168.44/543.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38959 time:  0.01 s
2168.44/543.06	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
2169.24/543.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.19 s
2170.04/543.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
2172.84/544.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.76 s
2173.24/544.22	c vivif2 --  cl tried   166265 cl shrink        0 lits rem          0 time: 0.03
2173.24/544.26	c vivif2 --  cl tried    49602 cl shrink        0 lits rem          0 time: 0.05
2174.44/544.52	c asymm  cl-useful: 0/166265/166265 lits-rem:0 time: 0.26
2174.44/544.53	c calculated reachability. Time: 0.00
2174.44/544.53	c  N dy  5410    806620     38959    166265         0     49602    504462   2301480    180.76   no data
2227.98/557.95	c  N dy  5552    826681     38959    166265         0     69662    504462   7862873    180.80    214.68
2285.09/572.29	c  N dy  5697    846780     38959    166265         0     45758    504462    994820    180.89    197.92
2338.20/585.58	c  N dy  5833    866863     38959    166265         0     65838    504462   6483356    180.90    214.03
2394.93/599.75	c  N dy  5974    886952     38959    166265         0     85927    504462  11944563    180.88    191.71
2448.43/613.18	c  N dy  6108    907144     38959    166265         0     61125    504462   4895940    180.84    193.95
2504.37/627.14	c  N dy  6244    927295     38959    166265         0     81275    504462  10461216    180.87    200.35
2560.28/641.13	c  N dy  6386    947443     38959    166265         0     55426    504462   3129356    180.89    192.19
2614.99/654.88	c  N dy  6531    967600     38959    166265         0     75583    504462   8711721    180.95    193.24
2672.91/669.38	c  N dy  6662    987689     38959    166265         0     48670    504462    975722    180.95    201.79
2726.43/682.78	c  N dy  6799   1007858     38959    166265         0     68838    504462   6533290    180.96    190.59
2784.35/697.27	c  N dy  6943   1027889     38959    166265         0     88867    504462  12099393    181.01    198.92
2839.87/711.10	c  N dy  7080   1048066     38959    166265         0     61046    504462   4145787    181.05    190.62
2895.40/725.09	c  N dy  7219   1068071     38959    166265         0     81051    504462   9680816    181.07    192.75
2906.58/727.83	c  F st  7246   1071875     38959    166265         0     84855    504462  10700333    181.07    205.88
2952.93/739.46	c  N dy  7319   1088137     38959    166265         0     52126    504462   1378732    181.02    190.65
3007.23/753.08	c  N dy  7461   1108309     38959    166265         0     72296    504462   6931404    181.02    190.70
3064.75/767.48	c  N dy  7595   1128358     38959    166265         0     92345    504462  12411037    181.02    191.06
3120.67/781.42	c  N dy  7729   1148422     38959    166265         0     62405    504462   4018901    181.04    268.44
3175.79/795.25	c  N dy  7857   1168512     38959    166265         0     82494    504462   9444836    180.98    191.31
3235.30/810.13	c  N dy  7995   1188581     38959    166265         0     51562    504462    702840    180.98    198.71
3288.83/823.56	c  N dy  8136   1208614     38959    166265         0     71592    504462   6195036    181.00    195.38
3292.43/824.50	c  S st  8146   1209930     38959    166265         0     72908    504462   6551253    181.00   no data
3294.43/824.90	c  S st  8146   1210436     38959    166265         0     73414    504462   6656022    181.00   no data
3294.43/824.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3295.65/825.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.29
3295.65/825.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3295.65/825.29	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3296.02/825.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
3296.02/825.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38959 time:  0.02 s
3296.02/825.34	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
3297.22/825.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.26 s
3298.82/826.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
3312.40/829.42	c lits-rem:         1  cl-subs:        5  v-elim:      0  v-fix:    0  time:  3.34 s
3312.40/829.45	c vivif2 --  cl tried   166265 cl shrink        0 lits rem          0 time: 0.03
3312.81/829.58	c vivif2 --  cl tried    73409 cl shrink        0 lits rem          0 time: 0.13
3313.99/829.88	c asymm  cl-useful: 0/166265/166265 lits-rem:0 time: 0.30
3313.99/829.89	c calculated reachability. Time: 0.00
3313.99/829.89	c  N dy  8146   1210436     38959    166265         0     73409    504462   6654397    181.00   no data
3371.90/844.38	c  N dy  8286   1230488     38959    166265         0     93461    504462  12190802    181.02    191.23
3429.42/858.75	c  N dy  8428   1250613     38959    166265         0     61583    504462   3234662    181.06    194.00
3484.95/872.67	c  N dy  8569   1270625     38959    166265         0     81594    504462   8765904    181.08    191.10
3544.07/887.40	c  N dy  8703   1290630     38959    166265         0    101598    504462  14278478    181.08    191.11
3599.59/901.37	c  N dy  8845   1310677     38959    166265         0     68644    504462   4849427    181.11    194.50
3656.71/915.65	c  N dy  8985   1330727     38959    166265         0     88693    504462  10384408    181.14    200.52
3717.44/930.86	c  N dy  9127   1350806     38959    166265         0     54773    504462    764373    181.18    197.26
3771.75/944.48	c  N dy  9267   1370881     38959    166265         0     74847    504462   6307455    181.21    196.33
3830.08/959.06	c  N dy  9406   1390901     38959    166265         0     94867    504462  11815009    181.19    191.03
3890.39/974.14	c  N dy  9546   1411085     38959    166265         0     60062    504462   1979999    181.22    193.81
3945.94/988.05	c  N dy  9686   1431213     38959    166265         0     80190    504462   7459790    181.21    200.35
4005.45/1002.93	c  N dy  9825   1451242     38959    166265         0    100219    504462  12998002    181.20    192.08
4064.17/1017.61	c  N dy  9968   1471244     38959    166265         0     64217    504462   2885424    181.23    192.90
4120.10/1031.68	c  N dy 10113   1491321     38959    166265         0     84294    504462   8453793    181.28    221.58
4180.01/1046.69	c  N dy 10251   1511458     38959    166265         0    104430    504462  14073636    181.33    191.22
4238.73/1061.32	c  N dy 10390   1531554     38959    166265         0     67524    504462   3505125    181.36    234.50
4295.46/1075.58	c  N dy 10537   1551721     38959    166265         0     87688    504462   9106286    181.38    191.08
4355.38/1090.52	c  N dy 10665   1571726     38959    166265         0    107693    504462  14591228    181.37    195.27
4413.30/1105.06	c  N dy 10798   1591811     38959    166265         0     69783    504462   3858113    181.38    192.09
4470.43/1119.35	c  N dy 10936   1611819     38959    166265         0     89787    504462   9491267    181.42    193.14
4531.14/1134.55	c  N dy 11072   1631886     38959    166265         0    109852    504462  15031731    181.44    203.89
4589.46/1149.13	c  N dy 11209   1652019     38959    166265         0     70989    504462   3865055    181.46    191.02
4646.98/1163.55	c  N dy 11351   1672090     38959    166265         0     91060    504462   9427001    181.48    194.85
4708.49/1178.93	c  N dy 11489   1692118     38959    166265         0    111088    504462  15029346    181.50    193.65
4763.23/1192.60	c  S st 11620   1710436     38959    166265         0     69404    504462   3214692    181.53   no data
4764.41/1192.97	c  S st 11620   1710938     38959    166265         0     69906    504462   3315448    181.53   no data
4764.41/1193.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4765.60/1193.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.28
4766.00/1193.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4766.00/1193.34	c bin-w-bin subsume rem            0 bins  time:  0.01 s
4766.00/1193.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
4766.00/1193.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  38959 time:  0.01 s
4766.00/1193.39	c Removed useless bin:       0  fixed:     0  props:   0.38M  time:  0.02 s
4767.21/1193.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.22 s
4768.00/1193.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
4776.00/1195.90	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  2.05 s
4776.41/1195.93	c vivif2 --  cl tried   166265 cl shrink        0 lits rem          0 time: 0.03
4776.78/1196.00	c vivif2 --  cl tried    69905 cl shrink        0 lits rem          0 time: 0.07
4777.58/1196.29	c asymm  cl-useful: 0/166265/166265 lits-rem:0 time: 0.29
4777.98/1196.31	c calculated reachability. Time: 0.00
4777.98/1196.31	c  N dy 11620   1710938     38959    166265         0     69905    504462   3315208    181.53   no data

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3173760-1304030498/watcher-3173760-1304030498 -o /tmp/evaluation-result-3173760-1304030498/solver-3173760-1304030498 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173760-1304030498.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.60 8.02 6.92 5/178 1118
/proc/meminfo: memFree=16447620/32951132 swapFree=67111524/67111528
[pid=1118] ppid=1116 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/1118/stat : 1118 (strangenight2-m) R 1116 1118 904 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 514649451 52441088 346 33554432000 4194304 4627427 140737180592128 18446744073709551615 210647202801 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1118/statm: 12803 346 299 106 0 7774 0
[pid=1118/tid=1119] ppid=1116 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/1118/task/1119/stat : 1119 (strangenight2-m) R 1116 1118 904 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514649451 52441088 346 33554432000 4194304 4627427 140737180592128 18446744073709551615 210647202801 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1118/tid=1120] ppid=1116 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/1118/task/1120/stat : 1120 (strangenight2-m) R 1116 1118 904 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514649451 52441088 346 33554432000 4194304 4627427 140737180592128 18446744073709551615 210647202801 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1118/tid=1121] ppid=1116 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/1118/task/1121/stat : 1121 (strangenight2-m) R 1116 1118 904 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514649451 52441088 346 33554432000 4194304 4627427 140737180592128 18446744073709551615 210647202801 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0626671 s]
/proc/loadavg: 7.60 8.02 6.92 5/178 1118
/proc/meminfo: memFree=16447620/32951132 swapFree=67111524/67111528
[pid=1118] ppid=1116 vsize=51212 CPUtime=0.17 cores=1,3,5,7
/proc/1118/stat : 1118 (strangenight2-m) D 1116 1118 904 0 -1 4202496 433 0 0 0 17 0 0 0 25 0 4 0 514649451 52441088 364 33554432000 4194304 4627427 140737180592128 18446744073709551615 210647189594 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1118/statm: 12803 364 310 106 0 7774 0
[pid=1118/tid=1119] ppid=1116 vsize=51212 CPUtime=0.04 cores=1,3,5,7
/proc/1118/task/1119/stat : 1119 (strangenight2-m) D 1116 1118 904 0 -1 4202560 6 0 0 0 4 0 0 0 18 0 4 0 514649451 52441088 364 33554432000 4194304 4627427 140737180592128 18446744073709551615 210646821208 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1118/tid=1120] ppid=1116 vsize=51212 CPUtime=0.05 cores=1,3,5,7
/proc/1118/task/1120/stat : 1120 (strangenight2-m) D 1116 1118 904 0 -1 4202560 9 0 0 0 5 0 0 0 25 0 4 0 514649451 52441088 364 33554432000 4194304 4627427 140737180592128 18446744073709551615 210646807237 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1118/tid=1121] ppid=1116 vsize=51212 CPUtime=0.05 cores=1,3,5,7
/proc/1118/task/1121/stat : 1121 (strangenight2-m) R 1116 1118 904 0 -1 4202560 6 0 0 0 5 0 0 0 25 0 4 0 514649451 52441088 364 33554432000 4194304 4627427 140737180592128 18446744073709551615 47286203806736 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 51212

[startup+0.101163 s]
/proc/loadavg: 7.60 8.02 6.92 5/178 1118
/proc/meminfo: memFree=16447620/32951132 swapFree=67111524/67111528
[pid=1118] ppid=1116 vsize=384440 CPUtime=0.31 cores=1,3,5,7
/proc/1118/stat : 1118 (strangenight2-m) D 1116 1118 904 0 -1 4202496 18222 0 0 0 27 4 0 0 18 0 4 0 514649451 393666560 13984 33554432000 4194304 4627427 140737180592128 18446744073709551615 210646807585 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1118/statm: 96110 14012 339 106 0 91081 0
[pid=1118/tid=1119] ppid=1116 vsize=384760 CPUtime=0.07 cores=1,3,5,7
/proc/1118/task/1119/stat : 1119 (strangenight2-m) S 1116 1118 904 0 -1 4202560 4099 0 0 0 7 0 0 0 18 0 4 0 514649451 393994240 14021 33554432000 4194304 4627427 140737180592128 18446744073709551615 210647251438 0 0 4096 2 18446604470979873536 0 0 -1 5 0 0 0
[pid=1118/tid=1120] ppid=1116 vsize=384760 CPUtime=0.08 cores=1,3,5,7
/proc/1118/task/1120/stat : 1120 (strangenight2-m) R 1116 1118 904 0 -1 4202560 4563 0 0 0 7 1 0 0 18 0 4 0 514649451 393994240 14036 33554432000 4194304 4627427 140737180592128 18446744073709551615 210646843495 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1118/tid=1121] ppid=1116 vsize=384760 CPUtime=0.09 cores=1,3,5,7
/proc/1118/task/1121/stat : 1121 (strangenight2-m) S 1116 1118 904 0 -1 4202560 4564 0 0 0 8 1 0 0 18 0 4 0 514649451 393994240 14051 33554432000 4194304 4627427 140737180592128 18446744073709551615 210647251438 0 0 4096 2 18446604470979873536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 384440

[startup+0.549718 s]
/proc/loadavg: 7.60 8.02 6.92 5/178 1118
/proc/meminfo: memFree=16447620/32951132 swapFree=67111524/67111528
[pid=1118] ppid=1116 vsize=402584 CPUtime=2 cores=1,3,5,7
/proc/1118/stat : 1118 (strangenight2-m) R 1116 1118 904 0 -1 4202496 29783 0 0 0 173 27 0 0 18 0 4 0 514649451 412246016 25544 33554432000 4194304 4627427 140737180592128 18446744073709551615 210646843600 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1118/statm: 103055 32295 371 106 0 98026 0
[pid=1118/tid=1119] ppid=1116 vsize=412220 CPUtime=0.55 cores=1,3,5,7
/proc/1118/task/1119/stat : 1119 (strangenight2-m) S 1116 1118 904 0 -1 4202560 8537 0 0 0 48 7 0 0 18 0 4 0 514649451 422113280 32319 33554432000 4194304 4627427 140737180592128 18446744073709551615 210647251438 0 0 4096 2 18446604470979873536 0 0 -1 5 0 0 0
[pid=1118/tid=1120] ppid=1116 vsize=412220 CPUtime=0.56 cores=1,3,5,7
/proc/1118/task/1120/stat : 1120 (strangenight2-m) R 1116 1118 904 0 -1 4202560 10132 0 0 0 48 8 0 0 18 0 4 0 514649451 422113280 32336 33554432000 4194304 4627427 140737180592128 18446744073709551615 210646843861 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1118/tid=1121] ppid=1116 vsize=412220 CPUtime=0.58 cores=1,3,5,7
/proc/1118/task/1121/stat : 1121 (strangenight2-m) S 1116 1118 904 0 -1 4202560 7281 0 0 0 51 7 0 0 18 0 4 0 514649451 422113280 32256 33554432000 4194304 4627427 140737180592128 18446744073709551615 210647251438 0 0 4096 2 18446604470979873536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 402584

[startup+0.750521 s]
/proc/loadavg: 7.60 8.02 6.92 5/178 1118
/proc/meminfo: memFree=16447620/32951132 swapFree=67111524/67111528
[pid=1118] ppid=1116 vsize=427336 CPUtime=2.79 cores=1,3,5,7
/proc/1118/stat : 1118 (strangenight2-m) R 1116 1118 904 0 -1 4202496 48757 0 0 0 245 34 0 0 18 0 4 0 514649451 437592064 42799 33554432000 4194304 4627427 140737180592128 18446744073709551615 4467838 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1118/statm: 106834 42803 379 106 0 101805 0
[pid=1118/tid=1119] ppid=1116 vsize=427336 CPUtime=0.69 cores=1,3,5,7
/proc/1118/task/1119/stat : 1119 (strangenight2-m) R 1116 1118 904 0 -1 4202560 13254 0 0 0 61 8 0 0 18 0 4 0 514649451 437592064 42807 33554432000 4194304 4627427 140737180592128 18446744073709551615 210647251487 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1118/tid=1120] ppid=1116 vsize=429500 CPUtime=0.7 cores=1,3,5,7
/proc/1118/task/1120/stat : 1120 (strangenight2-m) R 1116 1118 904 0 -1 4202560 12797 0 0 0 61 9 0 0 18 0 4 0 514649451 439808000 42823 33554432000 4194304 4627427 140737180592128 18446744073709551615 4429527 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1118/tid=1121] ppid=1116 vsize=429500 CPUtime=0.71 cores=1,3,5,7
/proc/1118/task/1121/stat : 1121 (strangenight2-m) S 1116 1118 904 0 -1 4202560 7361 0 0 0 64 7 0 0 18 0 4 0 514649451 439808000 42840 33554432000 4194304 4627427 140737180592128 18446744073709551615 210647251438 0 0 4096 2 18446604470979873536 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 427336

[startup+1.5004 s]
/proc/loadavg: 7.60 8.02 6.92 9/182 1122
/proc/meminfo: memFree=16208448/32951132 swapFree=67111524/67111528
[pid=1118] ppid=1116 vsize=429800 CPUtime=5.79 cores=1,3,5,7
/proc/1118/stat : 1118 (strangenight2-m) R 1116 1118 904 0 -1 4202496 55916 0 0 0 543 36 0 0 19 0 4 0 514649451 440115200 43320 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308139 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1118/statm: 107450 43320 385 106 0 102421 0
[pid=1118/tid=1119] ppid=1116 vsize=429800 CPUtime=1.44 cores=1,3,5,7
/proc/1118/task/1119/stat : 1119 (strangenight2-m) R 1116 1118 904 0 -1 4202560 15798 0 0 0 135 9 0 0 19 0 4 0 514649451 440115200 43320 33554432000 4194304 4627427 140737180592128 18446744073709551615 4332767 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1118/tid=1120] ppid=1116 vsize=429800 CPUtime=1.45 cores=1,3,5,7
/proc/1118/task/1120/stat : 1120 (strangenight2-m) R 1116 1118 904 0 -1 4202560 15074 0 0 0 135 10 0 0 18 0 4 0 514649451 440115200 43320 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1118/tid=1121] ppid=1116 vsize=429800 CPUtime=1.45 cores=1,3,5,7
/proc/1118/task/1121/stat : 1121 (strangenight2-m) R 1116 1118 904 0 -1 4202560 7918 0 0 0 138 7 0 0 19 0 4 0 514649451 440115200 43320 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 429800

[startup+3.10113 s]
/proc/loadavg: 7.64 8.02 6.93 9/182 1122
/proc/meminfo: memFree=16194436/32951132 swapFree=67111524/67111528
[pid=1118] ppid=1116 vsize=561064 CPUtime=12.19 cores=1,3,5,7
/proc/1118/stat : 1118 (strangenight2-m) R 1116 1118 904 0 -1 4202496 59490 0 0 0 1182 37 0 0 22 0 4 0 514649451 574529536 46849 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308282 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1118/statm: 140266 46849 385 106 0 135237 0
[pid=1118/tid=1119] ppid=1116 vsize=561064 CPUtime=3.04 cores=1,3,5,7
/proc/1118/task/1119/stat : 1119 (strangenight2-m) R 1116 1118 904 0 -1 4202560 16685 0 0 0 295 9 0 0 22 0 4 0 514649451 574529536 46849 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308275 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1118/tid=1120] ppid=1116 vsize=561064 CPUtime=3.05 cores=1,3,5,7
/proc/1118/task/1120/stat : 1120 (strangenight2-m) R 1116 1118 904 0 -1 4202560 15992 0 0 0 295 10 0 0 22 0 4 0 514649451 574529536 46849 33554432000 4194304 4627427 140737180592128 18446744073709551615 4299605 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1118/tid=1121] ppid=1116 vsize=561064 CPUtime=3.05 cores=1,3,5,7
/proc/1118/task/1121/stat : 1121 (strangenight2-m) R 1116 1118 904 0 -1 4202560 8724 0 0 0 298 7 0 0 23 0 4 0 514649451 574529536 46849 33554432000 4194304 4627427 140737180592128 18446744073709551615 4330946 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 561064

[startup+6.30059 s]
/proc/loadavg: 7.64 8.02 6.93 11/182 1123
/proc/meminfo: memFree=16153748/32951132 swapFree=67111524/67111528
[pid=1118] ppid=1116 vsize=561064 CPUtime=24.97 cores=1,3,5,7
/proc/1118/stat : 1118 (strangenight2-m) R 1116 1118 904 0 -1 4202496 65922 0 0 0 2457 40 0 0 25 0 4 0 514649451 574529536 53281 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308275 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1118/statm: 140266 53281 385 106 0 135237 0
[pid=1118/tid=1119] ppid=1116 vsize=561064 CPUtime=6.24 cores=1,3,5,7
/proc/1118/task/1119/stat : 1119 (strangenight2-m) R 1116 1118 904 0 -1 4202560 18258 0 0 0 614 10 0 0 25 0 4 0 514649451 574529536 53281 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1118/tid=1120] ppid=1116 vsize=561064 CPUtime=6.25 cores=1,3,5,7
/proc/1118/task/1120/stat : 1120 (strangenight2-m) R 1116 1118 904 0 -1 4202560 17573 0 0 0 614 11 0 0 25 0 4 0 514649451 574529536 53281 33554432000 4194304 4627427 140737180592128 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1118/tid=1121] ppid=1116 vsize=561064 CPUtime=6.23 cores=1,3,5,7
/proc/1118/task/1121/stat : 1121 (strangenight2-m) R 1116 1118 904 0 -1 4202560 10322 0 0 0 615 8 0 0 25 0 4 0 514649451 574529536 53281 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308584 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 561064

[startup+12.7005 s]
/proc/loadavg: 7.69 8.02 6.94 9/182 1123
/proc/meminfo: memFree=16166300/32951132 swapFree=67111524/67111528
[pid=1118] ppid=1116 vsize=462748 CPUtime=50.52 cores=1,3,5,7
/proc/1118/stat : 1118 (strangenight2-m) R 1116 1118 904 0 -1 4202496 85222 0 0 0 5006 46 0 0 25 0 4 0 514649451 473853952 47098 33554432000 4194304 4627427 140737180592128 18446744073709551615 4332767 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1118/statm: 115687 47098 386 106 0 110658 0
[pid=1118/tid=1119] ppid=1116 vsize=462748 CPUtime=12.64 cores=1,3,5,7
/proc/1118/task/1119/stat : 1119 (strangenight2-m) R 1116 1118 904 0 -1 4202560 23022 0 0 0 1253 11 0 0 25 0 4 0 514649451 473853952 47098 33554432000 4194304 4627427 140737180592128 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1118/tid=1120] ppid=1116 vsize=462748 CPUtime=12.65 cores=1,3,5,7
/proc/1118/task/1120/stat : 1120 (strangenight2-m) R 1116 1118 904 0 -1 4202560 22431 0 0 0 1252 13 0 0 25 0 4 0 514649451 473853952 47098 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1118/tid=1121] ppid=1116 vsize=462748 CPUtime=12.6 cores=1,3,5,7
/proc/1118/task/1121/stat : 1121 (strangenight2-m) R 1116 1118 904 0 -1 4202560 15159 0 0 0 1250 10 0 0 25 0 4 0 514649451 473853952 47098 33554432000 4194304 4627427 140737180592128 18446744073709551615 4327897 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 462748

[startup+25.5064 s]
/proc/loadavg: 7.74 8.02 6.95 9/182 1123
/proc/meminfo: memFree=15916256/32951132 swapFree=67111524/67111528
[pid=1118] ppid=1116 vsize=739008 CPUtime=101.63 cores=1,3,5,7
/proc/1118/stat : 1118 (strangenight2-m) R 1116 1118 904 0 -1 4202496 176322 0 0 0 10095 68 0 0 25 0 4 0 514649451 756744192 108345 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1118/statm: 184752 108345 390 106 0 179723 0
[pid=1118/tid=1119] ppid=1116 vsize=739008 CPUtime=25.44 cores=1,3,5,7
/proc/1118/task/1119/stat : 1119 (strangenight2-m) R 1116 1118 904 0 -1 4202560 60399 0 0 0 2523 21 0 0 25 0 4 0 514649451 756744192 108345 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308584 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1118/tid=1120] ppid=1116 vsize=739008 CPUtime=25.43 cores=1,3,5,7
/proc/1118/task/1120/stat : 1120 (strangenight2-m) R 1116 1118 904 0 -1 4202560 31196 0 0 0 2524 19 0 0 25 0 4 0 514649451 756744192 108345 33554432000 4194304 4627427 140737180592128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1118/tid=1121] ppid=1116 vsize=739008 CPUtime=25.33 cores=1,3,5,7
/proc/1118/task/1121/stat : 1121 (strangenight2-m) R 1116 1118 904 0 -1 4202560 33011 0 0 0 2519 14 0 0 25 0 4 0 514649451 756744192 108345 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 739008

[startup+51.101 s]
/proc/loadavg: 7.83 8.01 6.98 9/182 1123
/proc/meminfo: memFree=15786388/32951132 swapFree=67111524/67111528
[pid=1118] ppid=1116 vsize=945104 CPUtime=203.8 cores=1,3,5,7
/proc/1118/stat : 1118 (strangenight2-m) R 1116 1118 904 0 -1 4202496 261372 0 0 0 20288 92 0 0 25 0 4 0 514649451 967786496 139060 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308139 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1118/statm: 236276 139060 390 106 0 231247 0
[pid=1118/tid=1119] ppid=1116 vsize=945104 CPUtime=51.01 cores=1,3,5,7
/proc/1118/task/1119/stat : 1119 (strangenight2-m) R 1116 1118 904 0 -1 4202560 76964 0 0 0 5076 25 0 0 25 0 4 0 514649451 967786496 139060 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308593 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1118/tid=1120] ppid=1116 vsize=945104 CPUtime=50.99 cores=1,3,5,7
/proc/1118/task/1120/stat : 1120 (strangenight2-m) R 1116 1118 904 0 -1 4202560 53546 0 0 0 5071 28 0 0 25 0 4 0 514649451 967786496 139060 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1118/tid=1121] ppid=1116 vsize=945104 CPUtime=50.78 cores=1,3,5,7
/proc/1118/task/1121/stat : 1121 (strangenight2-m) R 1116 1118 904 0 -1 4202560 59498 0 0 0 5058 20 0 0 25 0 4 0 514649451 967786496 139060 33554432000 4194304 4627427 140737180592128 18446744073709551615 4330946 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 945104

[startup+102.3 s]
/proc/loadavg: 7.96 8.02 7.03 9/182 1125
/proc/meminfo: memFree=15570320/32951132 swapFree=67111524/67111528
[pid=1118] ppid=1116 vsize=1035432 CPUtime=408.28 cores=1,3,5,7
/proc/1118/stat : 1118 (strangenight2-m) R 1116 1118 904 0 -1 4202496 391414 0 0 0 40698 130 0 0 25 0 4 0 514649451 1060282368 189402 33554432000 4194304 4627427 140737180592128 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1118/statm: 258858 189402 390 106 0 253829 0
[pid=1118/tid=1119] ppid=1116 vsize=1035432 CPUtime=102.19 cores=1,3,5,7
/proc/1118/task/1119/stat : 1119 (strangenight2-m) R 1116 1118 904 0 -1 4202560 110622 0 0 0 10184 35 0 0 25 0 4 0 514649451 1060282368 189402 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1118/tid=1120] ppid=1116 vsize=1035432 CPUtime=102.18 cores=1,3,5,7
/proc/1118/task/1120/stat : 1120 (strangenight2-m) R 1116 1118 904 0 -1 4202560 90696 0 0 0 10179 39 0 0 25 0 4 0 514649451 1060282368 189402 33554432000 4194304 4627427 140737180592128 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1118/tid=1121] ppid=1116 vsize=1035432 CPUtime=101.7 cores=1,3,5,7
/proc/1118/task/1121/stat : 1121 (strangenight2-m) R 1116 1118 904 0 -1 4202560 90740 0 0 0 10141 29 0 0 25 0 4 0 514649451 1060282368 189402 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.28
Current children cumulated vsize (KiB) 1035432

[startup+162.3 s]

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

[pid=1118] ppid=1116 vsize=1621508 CPUtime=2804.73 cores=1,3,5,7
/proc/1118/stat : 1118 (strangenight2-m) R 1116 1118 904 0 -1 4202496 1459424 0 0 0 279992 481 0 0 25 0 4 0 514649451 1660424192 324021 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308362 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1118/statm: 405377 324021 390 106 0 400348 0
[pid=1118/tid=1119] ppid=1116 vsize=1621508 CPUtime=701.97 cores=1,3,5,7
/proc/1118/task/1119/stat : 1119 (strangenight2-m) R 1116 1118 904 0 -1 4202560 366309 0 0 0 70079 118 0 0 25 0 4 0 514649451 1660424192 324021 33554432000 4194304 4627427 140737180592128 18446744073709551615 4305848 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1118/tid=1120] ppid=1116 vsize=1621508 CPUtime=702.13 cores=1,3,5,7
/proc/1118/task/1120/stat : 1120 (strangenight2-m) R 1116 1118 904 0 -1 4202560 344753 0 0 0 70089 124 0 0 25 0 4 0 514649451 1660424192 324021 33554432000 4194304 4627427 140737180592128 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1118/tid=1121] ppid=1116 vsize=1621508 CPUtime=698.45 cores=1,3,5,7
/proc/1118/task/1121/stat : 1121 (strangenight2-m) R 1116 1118 904 0 -1 4202560 383192 0 0 0 69728 117 0 0 25 0 4 0 514649451 1660424192 324021 33554432000 4194304 4627427 140737180592128 18446744073709551615 4299712 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2804.73
Current children cumulated vsize (KiB) 1621508

[startup+762.3 s]
/proc/loadavg: 8.12 8.09 7.56 9/182 1143
/proc/meminfo: memFree=14542468/32951132 swapFree=67111524/67111528
[pid=1118] ppid=1116 vsize=1686516 CPUtime=3044.38 cores=1,3,5,7
/proc/1118/stat : 1118 (strangenight2-m) R 1116 1118 904 0 -1 4202496 1557628 0 0 0 303924 514 0 0 25 0 4 0 514649451 1726992384 348152 33554432000 4194304 4627427 140737180592128 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1118/statm: 421629 348152 390 106 0 416600 0
[pid=1118/tid=1119] ppid=1116 vsize=1686516 CPUtime=761.96 cores=1,3,5,7
/proc/1118/task/1119/stat : 1119 (strangenight2-m) R 1116 1118 904 0 -1 4202560 391647 0 0 0 76069 127 0 0 25 0 4 0 514649451 1726992384 348152 33554432000 4194304 4627427 140737180592128 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1118/tid=1120] ppid=1116 vsize=1686516 CPUtime=762.13 cores=1,3,5,7
/proc/1118/task/1120/stat : 1120 (strangenight2-m) R 1116 1118 904 0 -1 4202560 369682 0 0 0 76081 132 0 0 25 0 4 0 514649451 1726992384 348152 33554432000 4194304 4627427 140737180592128 18446744073709551615 4327410 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1118/tid=1121] ppid=1116 vsize=1686516 CPUtime=758.13 cores=1,3,5,7
/proc/1118/task/1121/stat : 1121 (strangenight2-m) R 1116 1118 904 0 -1 4202560 403664 0 0 0 75688 125 0 0 25 0 4 0 514649451 1726992384 348153 33554432000 4194304 4627427 140737180592128 18446744073709551615 4310574 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.38
Current children cumulated vsize (KiB) 1686516

[startup+822.301 s]
/proc/loadavg: 8.11 8.10 7.59 9/182 1144
/proc/meminfo: memFree=14629968/32951132 swapFree=67111524/67111528
[pid=1118] ppid=1116 vsize=1638488 CPUtime=3284.04 cores=1,3,5,7
/proc/1118/stat : 1118 (strangenight2-m) R 1116 1118 904 0 -1 4202496 1651836 0 0 0 327856 548 0 0 25 0 4 0 514649451 1677811712 329603 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308139 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1118/statm: 409622 329603 390 106 0 404593 0
[pid=1118/tid=1119] ppid=1116 vsize=1638488 CPUtime=821.95 cores=1,3,5,7
/proc/1118/task/1119/stat : 1119 (strangenight2-m) R 1116 1118 904 0 -1 4202560 414135 0 0 0 82059 136 0 0 25 0 4 0 514649451 1677811712 329603 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1118/tid=1120] ppid=1116 vsize=1638488 CPUtime=822.13 cores=1,3,5,7
/proc/1118/task/1120/stat : 1120 (strangenight2-m) R 1116 1118 904 0 -1 4202560 392365 0 0 0 82072 141 0 0 25 0 4 0 514649451 1677811712 329603 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1118/tid=1121] ppid=1116 vsize=1638488 CPUtime=817.81 cores=1,3,5,7
/proc/1118/task/1121/stat : 1121 (strangenight2-m) R 1116 1118 904 0 -1 4202560 430013 0 0 0 81646 135 0 0 25 0 4 0 514649451 1677811712 329603 33554432000 4194304 4627427 140737180592128 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.04
Current children cumulated vsize (KiB) 1638488

[startup+882.301 s]
/proc/loadavg: 8.11 8.10 7.62 9/182 1146
/proc/meminfo: memFree=14477184/32951132 swapFree=67111524/67111528
[pid=1118] ppid=1116 vsize=1754260 CPUtime=3523.71 cores=1,3,5,7
/proc/1118/stat : 1118 (strangenight2-m) R 1116 1118 904 0 -1 4202496 1750326 0 0 0 351789 582 0 0 25 0 4 0 514649451 1796362240 354784 33554432000 4194304 4627427 140737180592128 18446744073709551615 4305848 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1118/statm: 438565 354784 390 106 0 433536 0
[pid=1118/tid=1119] ppid=1116 vsize=1754260 CPUtime=881.94 cores=1,3,5,7
/proc/1118/task/1119/stat : 1119 (strangenight2-m) R 1116 1118 904 0 -1 4202560 442626 0 0 0 88049 145 0 0 25 0 4 0 514649451 1796362240 354785 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1118/tid=1120] ppid=1116 vsize=1754260 CPUtime=882.13 cores=1,3,5,7
/proc/1118/task/1120/stat : 1120 (strangenight2-m) R 1116 1118 904 0 -1 4202560 418591 0 0 0 88063 150 0 0 25 0 4 0 514649451 1796362240 354785 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1118/tid=1121] ppid=1116 vsize=1754260 CPUtime=877.48 cores=1,3,5,7
/proc/1118/task/1121/stat : 1121 (strangenight2-m) R 1116 1118 904 0 -1 4202560 450815 0 0 0 87607 141 0 0 25 0 4 0 514649451 1796362240 354785 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3523.71
Current children cumulated vsize (KiB) 1754260

[startup+942.301 s]
/proc/loadavg: 8.04 8.08 7.64 9/182 1147
/proc/meminfo: memFree=14539796/32951132 swapFree=67111524/67111528
[pid=1118] ppid=1116 vsize=1722796 CPUtime=3763.37 cores=1,3,5,7
/proc/1118/stat : 1118 (strangenight2-m) R 1116 1118 904 0 -1 4202496 1839827 0 0 0 375721 616 0 0 25 0 4 0 514649451 1764143104 331736 33554432000 4194304 4627427 140737180592128 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1118/statm: 430699 331736 390 106 0 425670 0
[pid=1118/tid=1119] ppid=1116 vsize=1722796 CPUtime=941.94 cores=1,3,5,7
/proc/1118/task/1119/stat : 1119 (strangenight2-m) R 1116 1118 904 0 -1 4202560 465005 0 0 0 94040 154 0 0 25 0 4 0 514649451 1764143104 331736 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308323 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1118/tid=1120] ppid=1116 vsize=1722796 CPUtime=942.12 cores=1,3,5,7
/proc/1118/task/1120/stat : 1120 (strangenight2-m) R 1116 1118 904 0 -1 4202560 441321 0 0 0 94054 158 0 0 25 0 4 0 514649451 1764143104 331736 33554432000 4194304 4627427 140737180592128 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1118/tid=1121] ppid=1116 vsize=1722796 CPUtime=937.16 cores=1,3,5,7
/proc/1118/task/1121/stat : 1121 (strangenight2-m) R 1116 1118 904 0 -1 4202560 473047 0 0 0 93565 151 0 0 25 0 4 0 514649451 1764143104 331736 33554432000 4194304 4627427 140737180592128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.37
Current children cumulated vsize (KiB) 1722796

[startup+1002.31 s]
/proc/loadavg: 8.06 8.07 7.67 9/182 1180
/proc/meminfo: memFree=15176368/32951132 swapFree=67111524/67111528
[pid=1118] ppid=1116 vsize=1756220 CPUtime=4003.08 cores=1,3,5,7
/proc/1118/stat : 1118 (strangenight2-m) R 1116 1118 904 0 -1 4202496 1936390 0 0 0 399660 648 0 0 25 0 4 0 514649451 1798369280 373003 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308162 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1118/statm: 439055 373003 390 106 0 434026 0
[pid=1118/tid=1119] ppid=1116 vsize=1756220 CPUtime=1001.94 cores=1,3,5,7
/proc/1118/task/1119/stat : 1119 (strangenight2-m) R 1116 1118 904 0 -1 4202560 489349 0 0 0 100033 161 0 0 25 0 4 0 514649451 1798369280 373003 33554432000 4194304 4627427 140737180592128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1118/tid=1120] ppid=1116 vsize=1756220 CPUtime=1002.12 cores=1,3,5,7
/proc/1118/task/1120/stat : 1120 (strangenight2-m) R 1116 1118 904 0 -1 4202560 465191 0 0 0 100046 166 0 0 25 0 4 0 514649451 1798369280 373003 33554432000 4194304 4627427 140737180592128 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1118/tid=1121] ppid=1116 vsize=1756220 CPUtime=996.86 cores=1,3,5,7
/proc/1118/task/1121/stat : 1121 (strangenight2-m) R 1116 1118 904 0 -1 4202560 497010 0 0 0 99527 159 0 0 25 0 4 0 514649451 1798369280 373003 33554432000 4194304 4627427 140737180592128 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.08
Current children cumulated vsize (KiB) 1756220

[startup+1062.3 s]
/proc/loadavg: 8.02 8.06 7.68 9/182 1182
/proc/meminfo: memFree=15266212/32951132 swapFree=67111524/67111528
[pid=1118] ppid=1116 vsize=1774008 CPUtime=4242.73 cores=1,3,5,7
/proc/1118/stat : 1118 (strangenight2-m) R 1116 1118 904 0 -1 4202496 2024464 0 0 0 423592 681 0 0 25 0 4 0 514649451 1816584192 333859 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308654 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1118/statm: 443502 333859 390 106 0 438473 0
[pid=1118/tid=1119] ppid=1116 vsize=1774008 CPUtime=1061.93 cores=1,3,5,7
/proc/1118/task/1119/stat : 1119 (strangenight2-m) R 1116 1118 904 0 -1 4202560 511811 0 0 0 106023 170 0 0 25 0 4 0 514649451 1816584192 333859 33554432000 4194304 4627427 140737180592128 18446744073709551615 4324759 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1118/tid=1120] ppid=1116 vsize=1774008 CPUtime=1062.12 cores=1,3,5,7
/proc/1118/task/1120/stat : 1120 (strangenight2-m) R 1116 1118 904 0 -1 4202560 487213 0 0 0 106037 175 0 0 25 0 4 0 514649451 1816584192 333859 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308285 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1118/tid=1121] ppid=1116 vsize=1774008 CPUtime=1056.54 cores=1,3,5,7
/proc/1118/task/1121/stat : 1121 (strangenight2-m) R 1116 1118 904 0 -1 4202560 518636 0 0 0 105487 167 0 0 25 0 4 0 514649451 1816584192 333859 33554432000 4194304 4627427 140737180592128 18446744073709551615 4327410 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4242.73
Current children cumulated vsize (KiB) 1774008

[startup+1122.3 s]
/proc/loadavg: 8.11 8.07 7.71 9/182 1183
/proc/meminfo: memFree=15092848/32951132 swapFree=67111524/67111528
[pid=1118] ppid=1116 vsize=1807412 CPUtime=4482.4 cores=1,3,5,7
/proc/1118/stat : 1118 (strangenight2-m) R 1116 1118 904 0 -1 4202496 2121220 0 0 0 447525 715 0 0 25 0 4 0 514649451 1850789888 371139 33554432000 4194304 4627427 140737180592128 18446744073709551615 4321739 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1118/statm: 451853 371139 390 106 0 446824 0
[pid=1118/tid=1119] ppid=1116 vsize=1807412 CPUtime=1121.94 cores=1,3,5,7
/proc/1118/task/1119/stat : 1119 (strangenight2-m) R 1116 1118 904 0 -1 4202560 535888 0 0 0 112014 180 0 0 25 0 4 0 514649451 1850789888 371139 33554432000 4194304 4627427 140737180592128 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1118/tid=1120] ppid=1116 vsize=1807412 CPUtime=1122.11 cores=1,3,5,7
/proc/1118/task/1120/stat : 1120 (strangenight2-m) R 1116 1118 904 0 -1 4202560 511300 0 0 0 112029 182 0 0 25 0 4 0 514649451 1850789888 371139 33554432000 4194304 4627427 140737180592128 18446744073709551615 4330994 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1118/tid=1121] ppid=1116 vsize=1807412 CPUtime=1116.22 cores=1,3,5,7
/proc/1118/task/1121/stat : 1121 (strangenight2-m) R 1116 1118 904 0 -1 4202560 542849 0 0 0 111446 176 0 0 25 0 4 0 514649451 1850789888 371139 33554432000 4194304 4627427 140737180592128 18446744073709551615 4332984 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 1807412

[startup+1182.3 s]
/proc/loadavg: 8.12 8.07 7.73 9/182 1194
/proc/meminfo: memFree=15080292/32951132 swapFree=67111524/67111528
[pid=1118] ppid=1116 vsize=1627260 CPUtime=4722.06 cores=1,3,5,7
/proc/1118/stat : 1118 (strangenight2-m) R 1116 1118 904 0 -1 4202496 2211592 0 0 0 471459 747 0 0 25 0 4 0 514649451 1666314240 356207 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308752 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1118/statm: 406815 356207 390 106 0 401786 0
[pid=1118/tid=1119] ppid=1116 vsize=1627260 CPUtime=1181.93 cores=1,3,5,7
/proc/1118/task/1119/stat : 1119 (strangenight2-m) R 1116 1118 904 0 -1 4202560 557271 0 0 0 118005 188 0 0 25 0 4 0 514649451 1666314240 356207 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1118/tid=1120] ppid=1116 vsize=1627260 CPUtime=1182.11 cores=1,3,5,7
/proc/1118/task/1120/stat : 1120 (strangenight2-m) R 1116 1118 904 0 -1 4202560 532814 0 0 0 118021 190 0 0 25 0 4 0 514649451 1666314240 356207 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1118/tid=1121] ppid=1116 vsize=1627260 CPUtime=1175.89 cores=1,3,5,7
/proc/1118/task/1121/stat : 1121 (strangenight2-m) R 1116 1118 904 0 -1 4202560 566316 0 0 0 117406 183 0 0 25 0 4 0 514649451 1666314240 356207 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.06
Current children cumulated vsize (KiB) 1627260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.14 8.08 7.74 9/182 1194
/proc/meminfo: memFree=15127412/32951132 swapFree=67111524/67111528
[pid=1118] ppid=1116 vsize=1759332 CPUtime=4800.37 cores=1,3,5,7
/proc/1118/stat : 1118 (strangenight2-m) R 1116 1118 904 0 -1 4202496 2238045 0 0 0 479280 757 0 0 25 0 4 0 514649451 1801555968 344860 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308139 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1118/statm: 439833 344860 390 106 0 434804 0
[pid=1118/tid=1119] ppid=1116 vsize=1759332 CPUtime=1201.53 cores=1,3,5,7
/proc/1118/task/1119/stat : 1119 (strangenight2-m) R 1116 1118 904 0 -1 4202560 565017 0 0 0 119963 190 0 0 25 0 4 0 514649451 1801555968 344864 33554432000 4194304 4627427 140737180592128 18446744073709551615 4327492 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1118/tid=1120] ppid=1116 vsize=1759332 CPUtime=1201.71 cores=1,3,5,7
/proc/1118/task/1120/stat : 1120 (strangenight2-m) R 1116 1118 904 0 -1 4202560 540144 0 0 0 119979 192 0 0 25 0 4 0 514649451 1801555968 344864 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1118/tid=1121] ppid=1116 vsize=1759332 CPUtime=1195.39 cores=1,3,5,7
/proc/1118/task/1121/stat : 1121 (strangenight2-m) R 1116 1118 904 0 -1 4202560 573556 0 0 0 119353 186 0 0 25 0 4 0 514649451 1801555968 344864 33554432000 4194304 4627427 140737180592128 18446744073709551615 4527454 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 1759332

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1201.9 s]
/proc/loadavg: 8.14 8.08 7.74 9/182 1194
/proc/meminfo: memFree=15127412/32951132 swapFree=67111524/67111528
[pid=1118] ppid=1116 vsize=1759332 CPUtime=4800.37 cores=1,3,5,7
/proc/1118/stat : 1118 (strangenight2-m) R 1116 1118 904 0 -1 4202496 2238045 0 0 0 479280 757 0 0 25 0 4 0 514649451 1801555968 344860 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308139 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1118/statm: 439833 344860 390 106 0 434804 0
[pid=1118/tid=1119] ppid=1116 vsize=1759332 CPUtime=1201.53 cores=1,3,5,7
/proc/1118/task/1119/stat : 1119 (strangenight2-m) R 1116 1118 904 0 -1 4202560 565017 0 0 0 119963 190 0 0 25 0 4 0 514649451 1801555968 344864 33554432000 4194304 4627427 140737180592128 18446744073709551615 4327492 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1118/tid=1120] ppid=1116 vsize=1759332 CPUtime=1201.71 cores=1,3,5,7
/proc/1118/task/1120/stat : 1120 (strangenight2-m) R 1116 1118 904 0 -1 4202560 540144 0 0 0 119979 192 0 0 25 0 4 0 514649451 1801555968 344864 33554432000 4194304 4627427 140737180592128 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1118/tid=1121] ppid=1116 vsize=1759332 CPUtime=1195.39 cores=1,3,5,7
/proc/1118/task/1121/stat : 1121 (strangenight2-m) R 1116 1118 904 0 -1 4202560 573556 0 0 0 119353 186 0 0 25 0 4 0 514649451 1801555968 344864 33554432000 4194304 4627427 140737180592128 18446744073709551615 4527454 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.37
Current children cumulated vsize (KiB) 1759332

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.97
CPU time (s): 4800.46
CPU user time (s): 4792.83
CPU system time (s): 7.62984
CPU usage (%): 399.383
Max. virtual memory (cumulated for all children) (KiB): 1807412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.83
system time used= 7.62984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2238055
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= 25015
involuntary context switches= 30140

runsolver used 1.78173 second user time and 4.6073 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-29 00:41:38
IDJOB=3173760
IDBENCH=82578
IDSOLVER=1586
FILE ID=node129/3173760-1304030498
RUNJOBID= node129-1304028687-924
PBS_JOBID= 13170323
Free space on /tmp= 66360 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S471691933-060-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173760-1304030498/watcher-3173760-1304030498 -o /tmp/evaluation-result-3173760-1304030498/solver-3173760-1304030498 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173760-1304030498.cnf

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

MD5SUM BENCH= 91da78a39fd68b6c63602d278464956f
RANDOM SEED=2059390692

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      16447900 kB
Buffers:       1274764 kB
Cached:       14112036 kB
SwapCached:          4 kB
Active:        4126804 kB
Inactive:     11712128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      16447900 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            8704 kB
Writeback:          16 kB
AnonPages:      451708 kB
Mapped:          15808 kB
Slab:           602368 kB
PageTables:       5672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   751860 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66356 MiB
End job on node129 at 2011-04-29 01:01:42