Trace number 3366605

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 (fixed)? (TO) 4800.24 1203.64

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S788239782-034.UNKNOWN.cnf
MD5SUMea72de9bc2f16b1185170420c6413a72
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 variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366605-1305410151.cnf'
0.00/0.01	c -- header says num vars:            150
0.00/0.01	c -- header says num clauses:        3195
0.00/0.02	c -- clauses added:            0 learnts,         3195 normals,            0 xors
0.00/0.02	c -- vars added        150
0.00/0.02	c Parsing time:  0.00 s
0.00/0.02	c  N st     0         0       150      3195         0         0     15975         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.01
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.08/0.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.08/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.08/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.08/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
0.08/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.08/0.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.08/0.06	c Finding binary XORs  T:     0.00 s  found:       0
0.08/0.06	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.08/0.06	c calculated reachability. Time: 0.00
0.08/0.06	c Calc default polars -  time:   0.00 s pos:      70 undec:       9 neg:      71
0.08/0.06	c =========================================================================================
0.08/0.06	c types(t): F = full restart, N = normal restart
0.08/0.06	c types(t): S = simplification begin/end, E = solution found
0.08/0.06	c restart types(rt): st = static, dy = dynamic
0.08/0.06	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.08/0.06	c  B st     0         0       150      3195         0         0     15975         0   no data   no data
3.56/0.91	c Decided on static restart strategy
3.56/0.91	c  N st     8      4914       150      3195         0      4669     15975    141826   no data   no data
3.56/0.91	c  N st    10     11297       150      3195         0      4359     15975    100751   no data   no data
3.56/0.91	c  N st    11     17040       150      3195         0      9809     15975    270067   no data   no data
3.98/1.01	c  F st    12     25000       150      3195         0     12065     15975    329501   no data   no data
3.98/1.01	c  N st    12     25000       150      3195         0     12065     15975    329501   no data   no data
4.75/1.21	c Decided on static restart strategy
4.75/1.21	c  N st    18     30002       150      3195         0     10319     15975    266536   no data   no data
4.75/1.21	c  S st    18     30002       150      3195         0     10319     15975    266536   no data   no data
4.75/1.21	c  S st    18     30502       150      3195         0     10815     15975    281105   no data   no data
4.75/1.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.75/1.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.75/1.21	c blocked clauses removed:        0 vars:      0 tried:         150 T: 0.00 s
4.75/1.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.75/1.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.75/1.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4.75/1.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.75/1.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.15/1.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.51	c lits-rem:       166  cl-subs:     1276  v-elim:      0  v-fix:    0  time:  0.20 s
5.96/1.51	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.04
5.96/1.51	c calculated reachability. Time: 0.00
5.96/1.51	c  N st    18     30502       150      3195         0      9539     15975    238268   no data   no data
7.15/1.83	c  N st    20     37613       150      3195         0      8784     15975    197349   no data   no data
8.37/2.15	c  N st    21     44012       150      3195         0     14839     15975    377233   no data   no data
8.79/2.27	c  S st    22     45754       150      3195         0     16506     15975    427656   no data   no data
9.14/2.32	c  S st    22     46256       150      3195         0     16994     15975    441861   no data   no data
9.14/2.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.14/2.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.14/2.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.14/2.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.14/2.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.14/2.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
9.14/2.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.14/2.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.14/2.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.15/2.83	c lits-rem:       331  cl-subs:     1629  v-elim:      0  v-fix:    0  time:  0.49 s
11.15/2.83	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
11.15/2.84	c vivif2 --  cl tried    15365 cl shrink        0 lits rem          0 time: 0.00
11.15/2.90	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.06
11.15/2.90	c calculated reachability. Time: 0.00
11.15/2.90	c  N st    22     46256       150      3195         0     15365     15975    389791   no data   no data
15.13/3.80	c  N st    23     60655       150      3195         0     11112     15975    227657   no data   no data
17.14/4.31	c  N st    24     69384       150      3195         0     19410     15975    480250   no data   no data
17.14/4.31	c  S st    24     69384       150      3195         0     19410     15975    480250   no data   no data
17.14/4.36	c  S st    24     69889       150      3195         0     19904     15975    495480   no data   no data
17.14/4.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.14/4.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
17.14/4.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.14/4.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.14/4.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.14/4.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
17.14/4.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.14/4.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.14/4.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.91/5.09	c lits-rem:       303  cl-subs:     1914  v-elim:      0  v-fix:    0  time:  0.69 s
19.91/5.09	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
19.91/5.09	c vivif2 --  cl tried    17990 cl shrink        0 lits rem          0 time: 0.00
20.31/5.17	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.07
20.31/5.17	c calculated reachability. Time: 0.00
20.31/5.17	c  N st    24     69889       150      3195         0     17990     15975    435370   no data   no data
24.70/6.25	c  F st    25     87502       150      3195         0     12983     15975    263301   no data   no data
24.70/6.25	c  N st    25     87502       150      3195         0     12983     15975    263301   no data   no data
25.92/6.54	c Decided on static restart strategy
26.69/6.72	c  N st    32     95541       150      3195         0     20658     15975    497723   no data   no data
29.09/7.37	c  N st    34    104833       150      3195         0     17123     15975    379139   no data   no data
29.09/7.37	c  S st    34    104833       150      3195         0     17123     15975    379139   no data   no data
29.49/7.42	c  S st    34    105335       150      3195         0     17615     15975    393221   no data   no data
29.49/7.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.49/7.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
29.49/7.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.49/7.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.49/7.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.49/7.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
29.49/7.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.49/7.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
29.49/7.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.30/7.69	c lits-rem:       215  cl-subs:      949  v-elim:      0  v-fix:    0  time:  0.25 s
30.30/7.69	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
30.30/7.69	c vivif2 --  cl tried    16666 cl shrink        0 lits rem          0 time: 0.00
30.73/7.77	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.07
30.73/7.77	c calculated reachability. Time: 0.00
30.73/7.77	c  N st    34    105335       150      3195         0     16666     15975    361708   no data   no data
33.88/8.53	c  N st    35    114934       150      3195         0     25763     15975    634569   no data   no data
37.87/9.59	c  N st    36    129334       150      3195         0     26129     15975    625458   no data   no data
44.64/11.28	c  N st    37    150929       150      3195         0     17271     15975    321530   no data   no data
46.64/11.77	c  S st    38    158003       150      3195         0     23991     15975    527788   no data   no data
47.04/11.83	c  S st    38    158509       150      3195         0     24487     15975    542483   no data   no data
47.04/11.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.04/11.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
47.04/11.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.04/11.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.04/11.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.04/11.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
47.04/11.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.04/11.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
47.04/11.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.43/12.47	c lits-rem:       385  cl-subs:     1622  v-elim:      0  v-fix:    0  time:  0.61 s
49.43/12.47	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
49.43/12.47	c vivif2 --  cl tried    22865 cl shrink        0 lits rem          0 time: 0.01
49.83/12.57	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.09
49.83/12.57	c calculated reachability. Time: 0.00
49.83/12.57	c  N st    38    158509       150      3195         0     22865     15975    489258   no data   no data
66.58/16.73	c  N st    39    207098       150      3195         0     35565     15975    843794   no data   no data
78.99/19.83	c  N st    40    237763       150      3195         0     27730     15975    582498   no data   no data
78.99/19.83	c  S st    40    237763       150      3195         0     27730     15975    582498   no data   no data
79.34/19.91	c  S st    40    238268       150      3195         0     28222     15975    597468   no data   no data
79.34/19.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
79.34/19.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
79.34/19.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
79.34/19.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
79.34/19.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.34/19.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
79.34/19.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
79.34/19.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
79.34/19.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.96/20.81	c lits-rem:       582  cl-subs:     1992  v-elim:      0  v-fix:    0  time:  0.87 s
82.96/20.81	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
82.96/20.82	c vivif2 --  cl tried    26230 cl shrink        0 lits rem          0 time: 0.01
83.38/20.93	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.11
83.38/20.93	c calculated reachability. Time: 0.00
83.38/20.93	c  N st    40    238268       150      3195         0     26230     15975    536643   no data   no data
111.25/27.93	c  F st    41    306250       150      3195         0     28215     15975    545272   no data   no data
111.25/27.93	c  N st    41    306250       150      3195         0     28215     15975    545272   no data   no data
113.25/28.40	c Decided on static restart strategy
123.22/30.90	c  N st    51    334559       150      3195         0     32515     15975    647588   no data   no data
132.80/33.30	c  N st    53    357402       150      3195         0     30462     15975    565810   no data   no data
132.80/33.30	c  S st    53    357402       150      3195         0     30462     15975    565810   no data   no data
132.80/33.38	c  S st    53    357907       150      3195         0     30955     15975    580282   no data   no data
132.80/33.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
132.80/33.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
132.80/33.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
132.80/33.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
132.80/33.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
132.80/33.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
132.80/33.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
133.20/33.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
133.20/33.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
134.79/33.87	c lits-rem:       320  cl-subs:     1009  v-elim:      0  v-fix:    0  time:  0.46 s
134.79/33.87	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
134.79/33.88	c vivif2 --  cl tried    29946 cl shrink        0 lits rem          0 time: 0.01
135.19/34.01	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.13
135.19/34.01	c calculated reachability. Time: 0.00
135.19/34.01	c  N st    53    357907       150      3195         0     29946     15975    547320   no data   no data
149.95/37.62	c  N st    54    390299       150      3195         0     35995     15975    721148   no data   no data
177.07/44.40	c  N st    55    438888       150      3195         0     29858     15975    511592   no data   no data
214.59/53.85	c  N st    56    511771       150      3195         0     42856     15975    869423   no data   no data
227.76/57.12	c  N st    57    536861       150      3195         0     37319     15975    666365   no data   no data
227.76/57.12	c  S st    57    536861       150      3195         0     37319     15975    666365   no data   no data
228.18/57.22	c  S st    57    537363       150      3195         0     37809     15975    680535   no data   no data
228.18/57.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
228.18/57.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
228.18/57.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
228.18/57.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
228.18/57.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
228.18/57.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
228.18/57.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
228.18/57.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
228.18/57.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
231.33/58.03	c lits-rem:       539  cl-subs:     1379  v-elim:      0  v-fix:    0  time:  0.77 s
231.33/58.03	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
231.33/58.04	c vivif2 --  cl tried    36430 cl shrink        0 lits rem          0 time: 0.01
231.73/58.20	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.16
231.73/58.20	c calculated reachability. Time: 0.00
231.73/58.20	c  N st    57    537363       150      3195         0     36430     15975    638202   no data   no data
326.66/81.93	c  N st    58    701347       150      3195         0     64545     15975   1441081   no data   no data
389.69/97.70	c  N st    59    806044       150      3195         0     58691     15975   1189984   no data   no data
389.69/97.70	c  S st    59    806044       150      3195         0     58691     15975   1189984   no data   no data
390.10/97.86	c  S st    59    806553       150      3195         0     59182     15975   1205185   no data   no data
390.10/97.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
390.10/97.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
390.10/97.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
390.10/97.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
390.10/97.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
390.10/97.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
390.10/97.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
390.10/97.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
390.53/97.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
412.04/103.35	c lits-rem:       809  cl-subs:     4394  v-elim:      0  v-fix:    0  time:  5.42 s
412.04/103.35	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
412.04/103.37	c vivif2 --  cl tried    54788 cl shrink        0 lits rem          0 time: 0.01
413.21/103.65	c asymm  cl-useful: 0/2985/3195 lits-rem:0 time: 0.29
413.21/103.65	c calculated reachability. Time: 0.00
413.21/103.65	c  N st    59    806553       150      3195         0     54788     15975   1070142   no data   no data
581.56/145.89	c  F st    60   1071877       150      3195         0     70330     15975   1456497   no data   no data
581.56/145.89	c  N st    60   1071877       150      3195         0     70330     15975   1456497   no data   no data
586.74/147.17	c Decided on static restart strategy
605.89/151.92	c  N st    70   1100189       150      3195         0     54840     15975    963442   no data   no data
640.20/160.57	c  N st    72   1136183       150      3195         0     45329     15975    640313   no data   no data
666.54/167.15	c  N st    73   1168575       150      3195         0     75762     15975   1550479   no data   no data
702.82/176.29	c  N st    74   1209830       150      3195         0     70286     15975   1379583   no data   no data
702.82/176.29	c  S st    74   1209830       150      3195         0     70286     15975   1379583   no data   no data
704.02/176.55	c  S st    74   1210334       150      3195         0     70779     15975   1394341   no data   no data
704.02/176.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
704.42/176.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
704.42/176.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
704.42/176.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
704.42/176.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
704.42/176.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
704.42/176.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
704.42/176.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
704.42/176.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
762.64/191.30	c lits-rem:      1956  cl-subs:     5531  v-elim:      0  v-fix:    0  time: 14.63 s
762.64/191.30	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
763.06/191.32	c vivif2 --  cl tried    65248 cl shrink        0 lits rem          0 time: 0.02
764.63/191.78	c asymm  cl-useful: 0/2453/3195 lits-rem:0 time: 0.46
764.63/191.78	c calculated reachability. Time: 0.00
764.63/191.78	c  N st    74   1210334       150      3195         0     65248     15975   1223772   no data   no data
836.03/209.61	c  N st    75   1283216       150      3195         0     88851     15975   1911103   no data   no data
940.95/235.90	c  N st    76   1392539       150      3195         0     50845     15975    707979   no data   no data
1078.56/270.50	c  N st    77   1556525       150      3195         0     55479     15975    806252   no data   no data
1212.59/304.07	c  N st    78   1710334       150      3195         0     95883     15975   2061397   no data   no data
1212.59/304.07	c  S st    78   1710334       150      3195         0     95883     15975   2061397   no data   no data
1214.19/304.42	c  S st    78   1710835       150      3195         0     96372     15975   2076392   no data   no data
1214.19/304.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1214.19/304.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1214.19/304.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1214.19/304.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1214.19/304.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1214.19/304.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1214.19/304.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1214.59/304.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1214.59/304.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1301.14/326.29	c lits-rem:      3527  cl-subs:     7980  v-elim:      0  v-fix:    0  time: 21.73 s
1301.14/326.29	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
1301.54/326.31	c vivif2 --  cl tried    88392 cl shrink        0 lits rem          0 time: 0.02
1301.94/326.47	c asymm  cl-useful: 0/742/3195 lits-rem:0 time: 0.16
1301.94/326.47	c calculated reachability. Time: 0.00
1301.94/326.47	c  N st    78   1710835       150      3195         0     88392     15975   1819422   no data   no data
1656.16/415.25	c  N st    79   2079799       150      3195         0    100184     15975   2084157   no data   no data
1789.80/448.75	c  N st    80   2210835       150      3195         0    103976     15975   2119970   no data   no data
1789.80/448.75	c  S st    80   2210835       150      3195         0    103976     15975   2119970   no data   no data
1791.37/449.10	c  S st    80   2211339       150      3195         0    104463     15975   2134464   no data   no data
1791.37/449.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1791.37/449.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1791.37/449.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1791.37/449.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1791.37/449.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1791.37/449.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1791.37/449.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1791.37/449.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1791.77/449.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1875.39/470.24	c lits-rem:      2702  cl-subs:     8054  v-elim:      0  v-fix:    0  time: 20.85 s
1875.39/470.24	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
1875.39/470.26	c vivif2 --  cl tried    96409 cl shrink        0 lits rem          0 time: 0.03
1876.99/470.64	c asymm  cl-useful: 0/1790/3195 lits-rem:0 time: 0.37
1876.99/470.64	c calculated reachability. Time: 0.00
1876.99/470.64	c  N st    80   2211339       150      3195         0     96409     15975   1894858   no data   no data
2428.39/609.09	c  N st    81   2711339       150      3195         0    118333     15975   2355219   no data   no data
2428.39/609.09	c  S st    81   2711339       150      3195         0    118333     15975   2355219   no data   no data
2430.03/609.49	c  S st    81   2711844       150      3195         0    118826     15975   2369929   no data   no data
2430.38/609.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2430.38/609.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2430.38/609.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2430.38/609.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2430.38/609.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2430.38/609.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2430.38/609.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2430.38/609.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2430.78/609.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2581.15/647.39	c lits-rem:      2247  cl-subs:    14301  v-elim:      0  v-fix:    0  time: 37.74 s
2581.15/647.39	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
2581.55/647.42	c vivif2 --  cl tried   104525 cl shrink        0 lits rem          0 time: 0.03
2583.17/647.84	c asymm  cl-useful: 0/1405/3195 lits-rem:0 time: 0.42
2583.17/647.84	c calculated reachability. Time: 0.00
2583.17/647.84	c  N st    81   2711844       150      3195         0    104525     15975   1985057   no data   no data
3194.64/801.16	c  N st    82   3211845       150      3195         0     82027     15975   1180010   no data   no data
3194.64/801.16	c  S st    82   3211845       150      3195         0     82027     15975   1180010   no data   no data
3195.84/801.40	c  S st    82   3212349       150      3195         0     82518     15975   1194835   no data   no data
3195.84/801.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3195.84/801.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3195.84/801.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3195.84/801.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3195.84/801.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3195.84/801.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3195.84/801.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3195.84/801.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3195.84/801.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3203.82/803.41	c lits-rem:       267  cl-subs:     2404  v-elim:      0  v-fix:    0  time:  1.91 s
3203.82/803.41	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
3203.82/803.42	c vivif2 --  cl tried    80114 cl shrink        0 lits rem          0 time: 0.02
3205.02/803.73	c asymm  cl-useful: 0/2081/3195 lits-rem:0 time: 0.31
3205.02/803.73	c calculated reachability. Time: 0.00
3205.02/803.73	c  N st    82   3212349       150      3195         0     80114     15975   1131465   no data   no data
3869.55/970.39	c  N st    83   3712349       150      3195         0     91052     15975   1353934   no data   no data
3869.55/970.39	c  S st    83   3712349       150      3195         0     91052     15975   1353934   no data   no data
3871.15/970.77	c  S st    83   3712858       150      3195         0     91546     15975   1369254   no data   no data
3871.15/970.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3871.55/970.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
3871.55/970.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3871.55/970.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3871.55/970.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3871.55/970.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3871.55/970.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3871.55/970.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3871.95/970.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3892.69/976.17	c lits-rem:       580  cl-subs:     2920  v-elim:      0  v-fix:    0  time:  5.25 s
3892.69/976.17	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
3892.69/976.19	c vivif2 --  cl tried    88626 cl shrink        0 lits rem          0 time: 0.02
3894.29/976.51	c asymm  cl-useful: 0/1114/3195 lits-rem:0 time: 0.32
3894.29/976.51	c calculated reachability. Time: 0.00
3894.29/976.51	c  N st    83   3712858       150      3195         0     88626     15975   1289420   no data   no data
3952.93/991.21	c  F st    84   3751562       150      3195         0    124912     15975   2423008   no data   no data
3952.93/991.21	c  N st    84   3751562       150      3195         0    124912     15975   2423008   no data   no data
3962.90/993.76	c Decided on static restart strategy
4007.58/1004.92	c  N st    94   3779861       150      3195         0    151705     15975   3231183   no data   no data
4057.46/1017.41	c  N st    96   3815855       150      3195         0    105788     15975   1774106   no data   no data
4106.89/1029.84	c  N st    97   3848247       150      3195         0    136447     15975   2733959   no data   no data
4181.10/1048.43	c  N st    98   3896836       150      3195         0    101313     15975   1623465   no data   no data
4294.40/1076.87	c  N st    99   3969718       150      3195         0     88054     15975   1205244   no data   no data
4452.37/1116.43	c  N st   100   4079042       150      3195         0    108221     15975   1780814   no data   no data
4660.57/1168.64	c  N st   101   4212858       150      3195         0    150460     15975   3041994   no data   no data
4660.57/1168.64	c  S st   101   4212858       150      3195         0    150460     15975   3041994   no data   no data
4662.57/1169.15	c  S st   101   4213359       150      3195         0    150948     15975   3056893   no data   no data
4662.57/1169.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4662.98/1169.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.08
4662.98/1169.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4662.98/1169.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4662.98/1169.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4662.98/1169.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4662.98/1169.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4662.98/1169.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4663.41/1169.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 4 cores: 0,2,4,6

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: 4.52 6.92 7.64 2/345 3792
/proc/meminfo: memFree=26255692/32951124 swapFree=53501236/67111528
[pid=3792] ppid=3789 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/3792/stat : 3792 (strangenight2-m) R 3789 3792 3413 0 -1 4202496 409 0 0 0 0 0 0 0 18 0 4 0 652617706 52396032 349 33554432000 4194304 4580107 140736750510400 18446744073709551615 47174327539638 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3792/statm: 12792 349 299 95 0 7774 0
[pid=3792/tid=3793] ppid=3789 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/3792/task/3793/stat : 3793 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 652617706 52396032 349 33554432000 4194304 4580107 140736750510400 18446744073709551615 216634571761 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3792/tid=3794] ppid=3789 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/3792/task/3794/stat : 3794 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 652617706 52396032 349 33554432000 4194304 4580107 140736750510400 18446744073709551615 47174327539632 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3792/tid=3795] ppid=3789 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/3792/task/3795/stat : 3795 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 652617706 52396032 349 33554432000 4194304 4580107 140736750510400 18446744073709551615 47174327539638 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.028234 s]
/proc/loadavg: 4.52 6.92 7.64 2/345 3792
/proc/meminfo: memFree=26255692/32951124 swapFree=53501236/67111528
[pid=3792] ppid=3789 vsize=281848 CPUtime=0.08 cores=0,2,4,6
/proc/3792/stat : 3792 (strangenight2-m) R 3789 3792 3413 0 -1 4202496 989 0 0 0 8 0 0 0 18 0 4 0 652617706 288612352 889 33554432000 4194304 4580107 140736750510400 18446744073709551615 216634176545 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3792/statm: 70462 895 362 95 0 65444 0
[pid=3792/tid=3793] ppid=3789 vsize=281848 CPUtime=0.01 cores=0,2,4,6
/proc/3792/task/3793/stat : 3793 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 133 0 0 0 1 0 0 0 20 0 4 0 652617706 288612352 898 33554432000 4194304 4580107 140736750510400 18446744073709551615 216634558647 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3792/tid=3794] ppid=3789 vsize=281848 CPUtime=0.02 cores=0,2,4,6
/proc/3792/task/3794/stat : 3794 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 155 0 0 0 2 0 0 0 18 0 4 0 652617706 288612352 904 33554432000 4194304 4580107 140736750510400 18446744073709551615 216634176197 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3792/tid=3795] ppid=3789 vsize=281848 CPUtime=0.02 cores=0,2,4,6
/proc/3792/task/3795/stat : 3795 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 159 0 0 0 2 0 0 0 18 0 4 0 652617706 288612352 909 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 281848

[startup+0.165524 s]
/proc/loadavg: 4.52 6.92 7.64 2/345 3792
/proc/meminfo: memFree=26255692/32951124 swapFree=53501236/67111528
[pid=3792] ppid=3789 vsize=284264 CPUtime=0.63 cores=0,2,4,6
/proc/3792/stat : 3792 (strangenight2-m) R 3789 3792 3413 0 -1 4202496 2703 0 0 0 63 0 0 0 18 0 4 0 652617706 291086336 1787 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3792/statm: 71066 1787 376 95 0 66048 0
[pid=3792/tid=3793] ppid=3789 vsize=284264 CPUtime=0.14 cores=0,2,4,6
/proc/3792/task/3793/stat : 3793 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 598 0 0 0 14 0 0 0 20 0 4 0 652617706 291086336 1788 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294418 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3792/tid=3794] ppid=3789 vsize=284264 CPUtime=0.15 cores=0,2,4,6
/proc/3792/task/3794/stat : 3794 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 611 0 0 0 15 0 0 0 18 0 4 0 652617706 291086336 1788 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3792/tid=3795] ppid=3789 vsize=284264 CPUtime=0.16 cores=0,2,4,6
/proc/3792/task/3795/stat : 3795 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 476 0 0 0 16 0 0 0 18 0 4 0 652617706 291086336 1788 33554432000 4194304 4580107 140736750510400 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 284264

[startup+0.365489 s]
/proc/loadavg: 4.52 6.92 7.64 2/345 3792
/proc/meminfo: memFree=26255692/32951124 swapFree=53501236/67111528
[pid=3792] ppid=3789 vsize=284960 CPUtime=1.42 cores=0,2,4,6
/proc/3792/stat : 3792 (strangenight2-m) R 3789 3792 3413 0 -1 4202496 4035 0 0 0 142 0 0 0 18 0 4 0 652617706 291799040 2290 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3792/statm: 71240 2290 377 95 0 66222 0
[pid=3792/tid=3793] ppid=3789 vsize=284960 CPUtime=0.34 cores=0,2,4,6
/proc/3792/task/3793/stat : 3793 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 970 0 0 0 34 0 0 0 20 0 4 0 652617706 291799040 2290 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3792/tid=3794] ppid=3789 vsize=284960 CPUtime=0.35 cores=0,2,4,6
/proc/3792/task/3794/stat : 3794 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 828 0 0 0 35 0 0 0 18 0 4 0 652617706 291799040 2290 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3792/tid=3795] ppid=3789 vsize=284960 CPUtime=0.35 cores=0,2,4,6
/proc/3792/task/3795/stat : 3795 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 844 0 0 0 35 0 0 0 18 0 4 0 652617706 291799040 2290 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 284960

[startup+0.700431 s]
/proc/loadavg: 4.52 6.92 7.64 2/345 3792
/proc/meminfo: memFree=26255692/32951124 swapFree=53501236/67111528
[pid=3792] ppid=3789 vsize=286124 CPUtime=2.76 cores=0,2,4,6
/proc/3792/stat : 3792 (strangenight2-m) R 3789 3792 3413 0 -1 4202496 6069 0 0 0 276 0 0 0 18 0 4 0 652617706 292990976 2673 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3792/statm: 71531 2673 377 95 0 66513 0
[pid=3792/tid=3793] ppid=3789 vsize=286124 CPUtime=0.68 cores=0,2,4,6
/proc/3792/task/3793/stat : 3793 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 1438 0 0 0 68 0 0 0 21 0 4 0 652617706 292990976 2673 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3792/tid=3794] ppid=3789 vsize=286124 CPUtime=0.69 cores=0,2,4,6
/proc/3792/task/3794/stat : 3794 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 1447 0 0 0 69 0 0 0 18 0 4 0 652617706 292990976 2673 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3792/tid=3795] ppid=3789 vsize=286124 CPUtime=0.69 cores=0,2,4,6
/proc/3792/task/3795/stat : 3795 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 1304 0 0 0 69 0 0 0 18 0 4 0 652617706 292990976 2673 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 286124

[startup+1.50029 s]
/proc/loadavg: 4.88 6.95 7.64 10/356 3804
/proc/meminfo: memFree=26224000/32951124 swapFree=53501236/67111528
[pid=3792] ppid=3789 vsize=287292 CPUtime=5.96 cores=0,2,4,6
/proc/3792/stat : 3792 (strangenight2-m) R 3789 3792 3413 0 -1 4202496 11468 0 0 0 595 1 0 0 19 0 4 0 652617706 294187008 4980 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294510 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3792/statm: 71823 4980 379 95 0 66805 0
[pid=3792/tid=3793] ppid=3789 vsize=287292 CPUtime=1.47 cores=0,2,4,6
/proc/3792/task/3793/stat : 3793 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 2474 0 0 0 147 0 0 0 23 0 4 0 652617706 294187008 4980 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3792/tid=3794] ppid=3789 vsize=287292 CPUtime=1.49 cores=0,2,4,6
/proc/3792/task/3794/stat : 3794 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 2503 0 0 0 149 0 0 0 20 0 4 0 652617706 294187008 4980 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3792/tid=3795] ppid=3789 vsize=287292 CPUtime=1.49 cores=0,2,4,6
/proc/3792/task/3795/stat : 3795 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 2341 0 0 0 149 0 0 0 20 0 4 0 652617706 294187008 4980 33554432000 4194304 4580107 140736750510400 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 287292

[startup+3.10101 s]
/proc/loadavg: 4.88 6.95 7.64 9/356 3804
/proc/meminfo: memFree=26183824/32951124 swapFree=53501236/67111528
[pid=3792] ppid=3789 vsize=289100 CPUtime=12.34 cores=0,2,4,6
/proc/3792/stat : 3792 (strangenight2-m) R 3789 3792 3413 0 -1 4202496 23254 0 0 0 1232 2 0 0 25 0 4 0 652617706 296038400 11822 33554432000 4194304 4580107 140736750510400 18446744073709551615 4321747 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3792/statm: 72275 11822 379 95 0 67257 0
[pid=3792/tid=3793] ppid=3789 vsize=289100 CPUtime=3.05 cores=0,2,4,6
/proc/3792/task/3793/stat : 3793 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 5118 0 0 0 305 0 0 0 25 0 4 0 652617706 296038400 11822 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3792/tid=3794] ppid=3789 vsize=289100 CPUtime=3.08 cores=0,2,4,6
/proc/3792/task/3794/stat : 3794 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 6110 0 0 0 308 0 0 0 25 0 4 0 652617706 296038400 11822 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3792/tid=3795] ppid=3789 vsize=289100 CPUtime=3.09 cores=0,2,4,6
/proc/3792/task/3795/stat : 3795 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 5668 0 0 0 309 0 0 0 25 0 4 0 652617706 296038400 11822 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 289100

[startup+6.30045 s]
/proc/loadavg: 4.88 6.95 7.64 9/356 3804
/proc/meminfo: memFree=26134860/32951124 swapFree=53501236/67111528
[pid=3792] ppid=3789 vsize=304060 CPUtime=25.1 cores=0,2,4,6
/proc/3792/stat : 3792 (strangenight2-m) R 3789 3792 3413 0 -1 4202496 34701 0 0 0 2505 5 0 0 25 0 4 0 652617706 311357440 17122 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294356 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3792/statm: 76015 17122 379 95 0 70997 0
[pid=3792/tid=3793] ppid=3789 vsize=304060 CPUtime=6.21 cores=0,2,4,6
/proc/3792/task/3793/stat : 3793 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 8639 0 0 0 620 1 0 0 25 0 4 0 652617706 311357440 17122 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3792/tid=3794] ppid=3789 vsize=304060 CPUtime=6.29 cores=0,2,4,6
/proc/3792/task/3794/stat : 3794 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 8970 0 0 0 628 1 0 0 25 0 4 0 652617706 311357440 17122 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3792/tid=3795] ppid=3789 vsize=304060 CPUtime=6.28 cores=0,2,4,6
/proc/3792/task/3795/stat : 3795 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 8021 0 0 0 628 0 0 0 25 0 4 0 652617706 311357440 17122 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 304060

[startup+12.7003 s]
/proc/loadavg: 5.52 7.02 7.66 9/356 3834
/proc/meminfo: memFree=26143120/32951124 swapFree=53501236/67111528
[pid=3792] ppid=3789 vsize=305184 CPUtime=50.63 cores=0,2,4,6
/proc/3792/stat : 3792 (strangenight2-m) R 3789 3792 3413 0 -1 4202496 54506 0 0 0 5055 8 0 0 25 0 4 0 652617706 312508416 21512 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3792/statm: 76296 21512 379 95 0 71278 0
[pid=3792/tid=3793] ppid=3789 vsize=305184 CPUtime=12.54 cores=0,2,4,6
/proc/3792/task/3793/stat : 3793 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 14009 0 0 0 1252 2 0 0 25 0 4 0 652617706 312508416 21512 33554432000 4194304 4580107 140736750510400 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3792/tid=3794] ppid=3789 vsize=305184 CPUtime=12.68 cores=0,2,4,6
/proc/3792/task/3794/stat : 3794 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 13117 0 0 0 1267 1 0 0 25 0 4 0 652617706 312508416 21512 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3792/tid=3795] ppid=3789 vsize=305184 CPUtime=12.68 cores=0,2,4,6
/proc/3792/task/3795/stat : 3795 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 13521 0 0 0 1267 1 0 0 25 0 4 0 652617706 312508416 21512 33554432000 4194304 4580107 140736750510400 18446744073709551615 4339077 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 305184

[startup+25.5011 s]
/proc/loadavg: 5.90 7.05 7.66 9/356 3834
/proc/meminfo: memFree=26056948/32951124 swapFree=53501236/67111528
[pid=3792] ppid=3789 vsize=294772 CPUtime=101.68 cores=0,2,4,6
/proc/3792/stat : 3792 (strangenight2-m) R 3789 3792 3413 0 -1 4202496 84872 0 0 0 10153 15 0 0 25 0 4 0 652617706 301846528 29084 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294634 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3792/statm: 73693 29084 379 95 0 68675 0
[pid=3792/tid=3793] ppid=3789 vsize=294772 CPUtime=25.2 cores=0,2,4,6
/proc/3792/task/3793/stat : 3793 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 21939 0 0 0 2517 3 0 0 25 0 4 0 652617706 301846528 29084 33554432000 4194304 4580107 140736750510400 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3792/tid=3794] ppid=3789 vsize=294772 CPUtime=25.47 cores=0,2,4,6
/proc/3792/task/3794/stat : 3794 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 21229 0 0 0 2544 3 0 0 25 0 4 0 652617706 301846528 29084 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3792/tid=3795] ppid=3789 vsize=294772 CPUtime=25.48 cores=0,2,4,6
/proc/3792/task/3795/stat : 3795 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 20601 0 0 0 2545 3 0 0 25 0 4 0 652617706 301846528 29084 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 294772

[startup+51.1006 s]
/proc/loadavg: 6.80 7.17 7.68 9/356 3835
/proc/meminfo: memFree=25998220/32951124 swapFree=53501236/67111528
[pid=3792] ppid=3789 vsize=314048 CPUtime=203.8 cores=0,2,4,6
/proc/3792/stat : 3792 (strangenight2-m) R 3789 3792 3413 0 -1 4202496 129095 0 0 0 20356 24 0 0 25 0 4 0 652617706 321585152 36886 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3792/statm: 78512 36886 379 95 0 73494 0
[pid=3792/tid=3793] ppid=3789 vsize=314048 CPUtime=50.53 cores=0,2,4,6
/proc/3792/task/3793/stat : 3793 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 32838 0 0 0 5047 6 0 0 25 0 4 0 652617706 321585152 36886 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3792/tid=3794] ppid=3789 vsize=314048 CPUtime=51.08 cores=0,2,4,6
/proc/3792/task/3794/stat : 3794 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 32894 0 0 0 5103 5 0 0 25 0 4 0 652617706 321585152 36886 33554432000 4194304 4580107 140736750510400 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3792/tid=3795] ppid=3789 vsize=314048 CPUtime=51.08 cores=0,2,4,6
/proc/3792/task/3795/stat : 3795 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 31250 0 0 0 5102 6 0 0 25 0 4 0 652617706 321585152 36886 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 314048

[startup+102.314 s]
/proc/loadavg: 7.65 7.34 7.71 9/356 3836
/proc/meminfo: memFree=25907916/32951124 swapFree=53501236/67111528
[pid=3792] ppid=3789 vsize=381892 CPUtime=408.08 cores=0,2,4,6
/proc/3792/stat : 3792 (strangenight2-m) R 3789 3792 3413 0 -1 4202496 196641 0 0 0 40768 40 0 0 25 0 4 0 652617706 391057408 49434 33554432000 4194304 4580107 140736750510400 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3792/statm: 95473 49434 379 95 0 90455 0
[pid=3792/tid=3793] ppid=3789 vsize=381892 CPUtime=101.17 cores=0,2,4,6
/proc/3792/task/3793/stat : 3793 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 48019 0 0 0 10108 9 0 0 25 0 4 0 652617706 391057408 49434 33554432000 4194304 4580107 140736750510400 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3792/tid=3794] ppid=3789 vsize=381892 CPUtime=102.28 cores=0,2,4,6
/proc/3792/task/3794/stat : 3794 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 48956 0 0 0 10220 8 0 0 25 0 4 0 652617706 391057408 49434 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3792/tid=3795] ppid=3789 vsize=381892 CPUtime=102.29 cores=0,2,4,6
/proc/3792/task/3795/stat : 3795 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 50608 0 0 0 10218 11 0 0 25 0 4 0 652617706 391057408 49434 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.08
Current children cumulated vsize (KiB) 381892

[startup+162.301 s]

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

[pid=3792] ppid=3789 vsize=715136 CPUtime=2561.24 cores=0,2,4,6
/proc/3792/stat : 3792 (strangenight2-m) R 3789 3792 3413 0 -1 4202496 589773 0 0 0 255948 176 0 0 25 0 4 0 652617706 732299264 103602 33554432000 4194304 4580107 140736750510400 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3792/statm: 178784 103602 379 95 0 173766 0
[pid=3792/tid=3793] ppid=3789 vsize=715136 CPUtime=634.67 cores=0,2,4,6
/proc/3792/task/3793/stat : 3793 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 141250 0 0 0 63423 44 0 0 25 0 4 0 652617706 732299264 103604 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3792/tid=3794] ppid=3789 vsize=715136 CPUtime=642.18 cores=0,2,4,6
/proc/3792/task/3794/stat : 3794 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 145520 0 0 0 64176 42 0 0 25 0 4 0 652617706 732299264 103604 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3792/tid=3795] ppid=3789 vsize=715136 CPUtime=642.3 cores=0,2,4,6
/proc/3792/task/3795/stat : 3795 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 157760 0 0 0 64181 49 0 0 25 0 4 0 652617706 732299264 103604 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2561.24
Current children cumulated vsize (KiB) 715136

[startup+702.301 s]
/proc/loadavg: 8.15 8.02 7.89 9/356 3864
/proc/meminfo: memFree=25500528/32951124 swapFree=53501236/67111528
[pid=3792] ppid=3789 vsize=662064 CPUtime=2800.55 cores=0,2,4,6
/proc/3792/stat : 3792 (strangenight2-m) R 3789 3792 3413 0 -1 4202496 626354 0 0 0 279863 192 0 0 25 0 4 0 652617706 677953536 112015 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3792/statm: 165516 112015 379 95 0 160498 0
[pid=3792/tid=3793] ppid=3789 vsize=662064 CPUtime=694.01 cores=0,2,4,6
/proc/3792/task/3793/stat : 3793 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 149782 0 0 0 69353 48 0 0 25 0 4 0 652617706 677953536 112015 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3792/tid=3794] ppid=3789 vsize=662064 CPUtime=702.15 cores=0,2,4,6
/proc/3792/task/3794/stat : 3794 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 154928 0 0 0 70169 46 0 0 25 0 4 0 652617706 677953536 112015 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3792/tid=3795] ppid=3789 vsize=662064 CPUtime=702.28 cores=0,2,4,6
/proc/3792/task/3795/stat : 3795 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 167363 0 0 0 70176 52 0 0 25 0 4 0 652617706 677953536 112015 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2800.55
Current children cumulated vsize (KiB) 662064

[startup+762.313 s]
/proc/loadavg: 8.15 8.04 7.91 9/356 3866
/proc/meminfo: memFree=25403768/32951124 swapFree=53501236/67111528
[pid=3792] ppid=3789 vsize=689552 CPUtime=3039.92 cores=0,2,4,6
/proc/3792/stat : 3792 (strangenight2-m) R 3789 3792 3413 0 -1 4202496 660483 0 0 0 303786 206 0 0 25 0 4 0 652617706 706101248 128445 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3792/statm: 172388 128445 379 95 0 167370 0
[pid=3792/tid=3793] ppid=3789 vsize=689552 CPUtime=753.35 cores=0,2,4,6
/proc/3792/task/3793/stat : 3793 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 162285 0 0 0 75282 53 0 0 25 0 4 0 652617706 706101248 128445 33554432000 4194304 4580107 140736750510400 18446744073709551615 4406480 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3792/tid=3794] ppid=3789 vsize=689552 CPUtime=762.16 cores=0,2,4,6
/proc/3792/task/3794/stat : 3794 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 162552 0 0 0 76166 50 0 0 25 0 4 0 652617706 706101248 128445 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3792/tid=3795] ppid=3789 vsize=689552 CPUtime=762.29 cores=0,2,4,6
/proc/3792/task/3795/stat : 3795 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 176705 0 0 0 76174 55 0 0 25 0 4 0 652617706 706101248 128445 33554432000 4194304 4580107 140736750510400 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3039.92
Current children cumulated vsize (KiB) 689552

[startup+822.301 s]
/proc/loadavg: 8.26 8.09 7.93 9/356 3868
/proc/meminfo: memFree=25401848/32951124 swapFree=53501236/67111528
[pid=3792] ppid=3789 vsize=689828 CPUtime=3279.21 cores=0,2,4,6
/proc/3792/stat : 3792 (strangenight2-m) R 3789 3792 3413 0 -1 4202496 681087 0 0 0 327706 215 0 0 25 0 4 0 652617706 706383872 125417 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3792/statm: 172457 125417 379 95 0 167439 0
[pid=3792/tid=3793] ppid=3789 vsize=689828 CPUtime=812.68 cores=0,2,4,6
/proc/3792/task/3793/stat : 3793 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 166882 0 0 0 81212 56 0 0 25 0 4 0 652617706 706383872 125417 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3792/tid=3794] ppid=3789 vsize=689828 CPUtime=822.14 cores=0,2,4,6
/proc/3792/task/3794/stat : 3794 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 165991 0 0 0 82164 50 0 0 25 0 4 0 652617706 706383872 125417 33554432000 4194304 4580107 140736750510400 18446744073709551615 4406440 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3792/tid=3795] ppid=3789 vsize=689828 CPUtime=822.28 cores=0,2,4,6
/proc/3792/task/3795/stat : 3795 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 184925 0 0 0 82169 59 0 0 25 0 4 0 652617706 706383872 125417 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3279.21
Current children cumulated vsize (KiB) 689828

[startup+882.3 s]
/proc/loadavg: 8.15 8.09 7.94 9/356 3869
/proc/meminfo: memFree=25411252/32951124 swapFree=53501236/67111528
[pid=3792] ppid=3789 vsize=815344 CPUtime=3518.53 cores=0,2,4,6
/proc/3792/stat : 3792 (strangenight2-m) R 3789 3792 3413 0 -1 4202496 710481 0 0 0 351626 227 0 0 25 0 4 0 652617706 834912256 124053 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3792/statm: 203836 124053 379 95 0 198818 0
[pid=3792/tid=3793] ppid=3789 vsize=815344 CPUtime=872.03 cores=0,2,4,6
/proc/3792/task/3793/stat : 3793 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 174689 0 0 0 87143 60 0 0 25 0 4 0 652617706 834912256 124053 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3792/tid=3794] ppid=3789 vsize=815344 CPUtime=882.12 cores=0,2,4,6
/proc/3792/task/3794/stat : 3794 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 169653 0 0 0 88161 51 0 0 25 0 4 0 652617706 834912256 124053 33554432000 4194304 4580107 140736750510400 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3792/tid=3795] ppid=3789 vsize=815344 CPUtime=882.27 cores=0,2,4,6
/proc/3792/task/3795/stat : 3795 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 193528 0 0 0 88164 63 0 0 25 0 4 0 652617706 834912256 124053 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3518.53
Current children cumulated vsize (KiB) 815344

[startup+942.301 s]
/proc/loadavg: 8.11 8.08 7.94 9/356 3871
/proc/meminfo: memFree=25395824/32951124 swapFree=53501236/67111528
[pid=3792] ppid=3789 vsize=760748 CPUtime=3757.88 cores=0,2,4,6
/proc/3792/stat : 3792 (strangenight2-m) R 3789 3792 3413 0 -1 4202496 740664 0 0 0 375549 239 0 0 25 0 4 0 652617706 779005952 126908 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294358 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3792/statm: 190187 126908 379 95 0 185169 0
[pid=3792/tid=3793] ppid=3789 vsize=760748 CPUtime=931.37 cores=0,2,4,6
/proc/3792/task/3793/stat : 3793 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 182421 0 0 0 93074 63 0 0 25 0 4 0 652617706 779005952 126908 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3792/tid=3794] ppid=3789 vsize=760748 CPUtime=942.11 cores=0,2,4,6
/proc/3792/task/3794/stat : 3794 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 173639 0 0 0 94158 53 0 0 25 0 4 0 652617706 779005952 126908 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3792/tid=3795] ppid=3789 vsize=760748 CPUtime=942.28 cores=0,2,4,6
/proc/3792/task/3795/stat : 3795 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 203911 0 0 0 94161 67 0 0 25 0 4 0 652617706 779005952 126908 33554432000 4194304 4580107 140736750510400 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3757.88
Current children cumulated vsize (KiB) 760748

[startup+1002.3 s]
/proc/loadavg: 8.11 8.08 7.95 9/356 3872
/proc/meminfo: memFree=25355476/32951124 swapFree=53501236/67111528
[pid=3792] ppid=3789 vsize=860060 CPUtime=3997.2 cores=0,2,4,6
/proc/3792/stat : 3792 (strangenight2-m) R 3789 3792 3413 0 -1 4202496 760242 0 0 0 399471 249 0 0 25 0 4 0 652617706 880701440 129254 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294436 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3792/statm: 215015 129254 379 95 0 209997 0
[pid=3792/tid=3793] ppid=3789 vsize=860060 CPUtime=990.7 cores=0,2,4,6
/proc/3792/task/3793/stat : 3793 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 188757 0 0 0 99006 64 0 0 25 0 4 0 652617706 880701440 129254 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3792/tid=3794] ppid=3789 vsize=860060 CPUtime=1002.11 cores=0,2,4,6
/proc/3792/task/3794/stat : 3794 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 176065 0 0 0 100156 55 0 0 25 0 4 0 652617706 880701440 129254 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3792/tid=3795] ppid=3789 vsize=860060 CPUtime=1002.27 cores=0,2,4,6
/proc/3792/task/3795/stat : 3795 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 209297 0 0 0 100157 70 0 0 25 0 4 0 652617706 880701440 129254 33554432000 4194304 4580107 140736750510400 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3997.2
Current children cumulated vsize (KiB) 860060

[startup+1062.3 s]
/proc/loadavg: 8.11 8.08 7.95 9/356 3874
/proc/meminfo: memFree=25376892/32951124 swapFree=53501236/67111528
[pid=3792] ppid=3789 vsize=691228 CPUtime=4236.54 cores=0,2,4,6
/proc/3792/stat : 3792 (strangenight2-m) R 3789 3792 3413 0 -1 4202496 788130 0 0 0 423394 260 0 0 25 0 4 0 652617706 707817472 128022 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3792/statm: 172807 128022 379 95 0 167789 0
[pid=3792/tid=3793] ppid=3789 vsize=691228 CPUtime=1050.06 cores=0,2,4,6
/proc/3792/task/3793/stat : 3793 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 196331 0 0 0 104938 68 0 0 25 0 4 0 652617706 707817472 128022 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3792/tid=3794] ppid=3789 vsize=691228 CPUtime=1062.09 cores=0,2,4,6
/proc/3792/task/3794/stat : 3794 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 180652 0 0 0 106153 56 0 0 25 0 4 0 652617706 707817472 128022 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3792/tid=3795] ppid=3789 vsize=691228 CPUtime=1062.27 cores=0,2,4,6
/proc/3792/task/3795/stat : 3795 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 217583 0 0 0 106153 74 0 0 25 0 4 0 652617706 707817472 128022 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4236.54
Current children cumulated vsize (KiB) 691228

[startup+1122.3 s]
/proc/loadavg: 8.10 8.08 7.96 9/356 3876
/proc/meminfo: memFree=25330108/32951124 swapFree=53501236/67111528
[pid=3792] ppid=3789 vsize=677276 CPUtime=4475.88 cores=0,2,4,6
/proc/3792/stat : 3792 (strangenight2-m) R 3789 3792 3413 0 -1 4202496 815910 0 0 0 447317 271 0 0 25 0 4 0 652617706 693530624 130229 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3792/statm: 169319 130229 379 95 0 164301 0
[pid=3792/tid=3793] ppid=3789 vsize=677276 CPUtime=1109.39 cores=0,2,4,6
/proc/3792/task/3793/stat : 3793 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 203796 0 0 0 110869 70 0 0 25 0 4 0 652617706 693530624 130229 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3792/tid=3794] ppid=3789 vsize=677276 CPUtime=1122.09 cores=0,2,4,6
/proc/3792/task/3794/stat : 3794 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 185258 0 0 0 112151 58 0 0 25 0 4 0 652617706 693530624 130229 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3792/tid=3795] ppid=3789 vsize=677276 CPUtime=1122.28 cores=0,2,4,6
/proc/3792/task/3795/stat : 3795 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 225816 0 0 0 112151 77 0 0 25 0 4 0 652617706 693530624 130229 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294404 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4475.88
Current children cumulated vsize (KiB) 677276

[startup+1182.3 s]
/proc/loadavg: 8.09 8.08 7.96 9/356 3877
/proc/meminfo: memFree=25294352/32951124 swapFree=53501236/67111528
[pid=3792] ppid=3789 vsize=738724 CPUtime=4715.22 cores=0,2,4,6
/proc/3792/stat : 3792 (strangenight2-m) R 3789 3792 3413 0 -1 4202496 838296 0 0 0 471240 282 0 0 25 0 4 0 652617706 756453376 133971 33554432000 4194304 4580107 140736750510400 18446744073709551615 4406443 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3792/statm: 184681 133971 379 95 0 179663 0
[pid=3792/tid=3793] ppid=3789 vsize=738724 CPUtime=1168.74 cores=0,2,4,6
/proc/3792/task/3793/stat : 3793 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 211457 0 0 0 116800 74 0 0 25 0 4 0 652617706 756453376 133971 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3792/tid=3794] ppid=3789 vsize=738724 CPUtime=1182.08 cores=0,2,4,6
/proc/3792/task/3794/stat : 3794 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 187245 0 0 0 118149 59 0 0 25 0 4 0 652617706 756453376 133971 33554432000 4194304 4580107 140736750510400 18446744073709551615 4305611 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3792/tid=3795] ppid=3789 vsize=738724 CPUtime=1182.27 cores=0,2,4,6
/proc/3792/task/3795/stat : 3795 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 233534 0 0 0 118147 80 0 0 25 0 4 0 652617706 756453376 133971 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4715.22
Current children cumulated vsize (KiB) 738724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.15 8.09 7.97 9/356 3878
/proc/meminfo: memFree=25263468/32951124 swapFree=53501236/67111528
[pid=3792] ppid=3789 vsize=695208 CPUtime=4800.16 cores=0,2,4,6
/proc/3792/stat : 3792 (strangenight2-m) R 3789 3792 3413 0 -1 4202496 844463 0 0 0 479729 287 0 0 25 0 4 0 652617706 711892992 139577 33554432000 4194304 4580107 140736750510400 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/3792/statm: 173802 139577 379 95 0 168784 0
[pid=3792/tid=3793] ppid=3789 vsize=695208 CPUtime=1189.78 cores=0,2,4,6
/proc/3792/task/3793/stat : 3793 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 213110 0 0 0 118902 76 0 0 25 0 4 0 652617706 711892992 139579 33554432000 4194304 4580107 140736750510400 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3792/tid=3794] ppid=3789 vsize=695208 CPUtime=1203.38 cores=0,2,4,6
/proc/3792/task/3794/stat : 3794 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 190071 0 0 0 120278 60 0 0 25 0 4 0 652617706 711892992 139579 33554432000 4194304 4580107 140736750510400 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3792/tid=3795] ppid=3789 vsize=695208 CPUtime=1203.59 cores=0,2,4,6
/proc/3792/task/3795/stat : 3795 (strangenight2-m) R 3789 3792 3413 0 -1 4202560 235224 0 0 0 120276 83 0 0 25 0 4 0 652617706 711892992 139579 33554432000 4194304 4580107 140736750510400 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.16
Current children cumulated vsize (KiB) 695208

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): 1203.64
CPU time (s): 4800.24
CPU user time (s): 4797.34
CPU system time (s): 2.90056
CPU usage (%): 398.809
Max. virtual memory (cumulated for all children) (KiB): 932024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.34
system time used= 2.90056
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 844465
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= 239
involuntary context switches= 21144

runsolver used 3.73343 second user time and 9.54655 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-14 23:55:51
IDJOB=3366605
IDBENCH=83014
IDSOLVER=1844
FILE ID=node103/3366605-1305410151
RUNJOBID= node103-1305410151-3777
PBS_JOBID= 13324513
Free space on /tmp= 72992 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S788239782-034.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366605-1305410151/watcher-3366605-1305410151 -o /tmp/evaluation-result-3366605-1305410151/solver-3366605-1305410151 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366605-1305410151.cnf

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

MD5SUM BENCH= ea72de9bc2f16b1185170420c6413a72
RANDOM SEED=775748476

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.75
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.858
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.83
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.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26255748 kB
Buffers:        300336 kB
Cached:        3859796 kB
SwapCached:     340192 kB
Active:        1316560 kB
Inactive:      5109740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26255748 kB
SwapTotal:    67111528 kB
SwapFree:     53501236 kB
Dirty:            5516 kB
Writeback:           0 kB
AnonPages:     1936968 kB
Mapped:          10200 kB
Slab:           151392 kB
PageTables:      52940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78290340 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72980 MiB
End job on node103 at 2011-05-15 00:15:57