Trace number 3366573

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.25 1203.15

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1499315720-089.SATISFIABLE.cnf
MD5SUM2a32c611c54ab908b08295ea33000743
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.24681
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.00	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-3366573-1305408770.cnf'
0.00/0.01	c -- header says num vars:            150
0.00/0.01	c -- header says num clauses:        3195
0.00/0.01	c -- clauses added:            0 learnts,         3195 normals,            0 xors
0.00/0.01	c -- vars added        150
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	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.00/0.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:      80 undec:       2 neg:      68
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	c  B st     0         0       150      3195         0         0     15975         0   no data   no data
0.00/0.06	c Decided on static restart strategy
0.00/0.14	c  N st     8      4917       150      3195         0      4714     15975    146494   no data   no data
0.00/0.37	c  N st    10     11303       150      3195         0      4355     15975    101397   no data   no data
0.00/0.59	c  N st    11     17047       150      3195         0      9809     15975    261459   no data   no data
3.61/0.96	c  F st    12     25000       150      3195         0     12048     15975    331455   no data   no data
3.61/0.96	c  N st    12     25000       150      3195         0     12048     15975    331455   no data   no data
4.36/1.19	c Decided on static restart strategy
4.36/1.19	c  N st    18     30000       150      3195         0     10316     15975    259705   no data   no data
4.36/1.19	c  S st    18     30000       150      3195         0     10316     15975    259705   no data   no data
4.76/1.22	c  S st    18     30503       150      3195         0     10814     15975    274448   no data   no data
4.76/1.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.76/1.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.76/1.22	c blocked clauses removed:        0 vars:      0 tried:         150 T: 0.00 s
4.76/1.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.76/1.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4.76/1.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.76/1.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.76/1.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.42	c lits-rem:       237  cl-subs:     1202  v-elim:      0  v-fix:    0  time:  0.19 s
5.57/1.46	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.04
5.57/1.46	c calculated reachability. Time: 0.00
5.57/1.46	c  N st    18     30503       150      3195         0      9612     15975    235237   no data   no data
6.76/1.79	c  N st    20     37616       150      3195         0      8867     15975    196444   no data   no data
8.35/2.12	c  N st    21     44015       150      3195         0     14929     15975    383414   no data   no data
8.75/2.23	c  S st    22     45754       150      3195         0     16588     15975    429153   no data   no data
8.75/2.28	c  S st    22     46258       150      3195         0      8568     15975    168946   no data   no data
8.75/2.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.75/2.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
8.75/2.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.75/2.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.75/2.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.75/2.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
8.75/2.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.75/2.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.75/2.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.15/2.31	c lits-rem:        25  cl-subs:      179  v-elim:      0  v-fix:    0  time:  0.02 s
9.15/2.31	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
9.15/2.31	c vivif2 --  cl tried     8389 cl shrink        0 lits rem          0 time: 0.00
9.15/2.35	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.04
9.15/2.35	c calculated reachability. Time: 0.00
9.15/2.35	c  N st    22     46258       150      3195         0      8389     15975    163365   no data   no data
12.33/3.14	c  N st    23     60658       150      3195         0     12551     15975    269569   no data   no data
14.73/3.70	c  N st    24     69388       150      3195         0     10437     15975    192857   no data   no data
14.73/3.70	c  S st    24     69388       150      3195         0     10437     15975    192857   no data   no data
14.73/3.74	c  S st    24     69891       150      3195         0     10929     15975    207327   no data   no data
14.73/3.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.73/3.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
14.73/3.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.73/3.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.73/3.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.73/3.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
14.73/3.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.73/3.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.73/3.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.73/3.79	c lits-rem:        48  cl-subs:      244  v-elim:      0  v-fix:    0  time:  0.04 s
14.73/3.79	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
14.73/3.79	c vivif2 --  cl tried    10685 cl shrink        0 lits rem          0 time: 0.00
15.13/3.84	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.05
15.13/3.84	c calculated reachability. Time: 0.00
15.13/3.84	c  N st    24     69891       150      3195         0     10685     15975    199719   no data   no data
19.52/4.97	c  F st    25     87500       150      3195         0     15994     15975    351479   no data   no data
19.52/4.97	c  N st    25     87500       150      3195         0     15994     15975    351479   no data   no data
21.11/5.30	c Decided on static restart strategy
21.91/5.56	c  N st    32     95547       150      3195         0     23664     15975    584105   no data   no data
24.72/6.21	c  N st    34    104837       150      3195         0     20166     15975    470927   no data   no data
24.72/6.21	c  S st    34    104837       150      3195         0     20166     15975    470927   no data   no data
24.72/6.26	c  S st    34    105339       150      3195         0     20655     15975    485729   no data   no data
24.72/6.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.72/6.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
24.72/6.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.72/6.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.72/6.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.72/6.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
24.72/6.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.72/6.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
24.72/6.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.70/6.73	c lits-rem:       428  cl-subs:     1399  v-elim:      0  v-fix:    0  time:  0.44 s
26.70/6.73	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
26.70/6.73	c vivif2 --  cl tried    19256 cl shrink        0 lits rem          0 time: 0.00
27.10/6.81	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.08
27.10/6.81	c calculated reachability. Time: 0.00
27.10/6.81	c  N st    34    105339       150      3195         0     19256     15975    438706   no data   no data
29.89/7.51	c  N st    35    114937       150      3195         0     15094     15975    296836   no data   no data
34.28/8.65	c  N st    36    129334       150      3195         0     14553     15975    255707   no data   no data
41.06/10.31	c  N st    37    150930       150      3195         0     19893     15975    397371   no data   no data
43.05/10.82	c  S st    38    158008       150      3195         0     26607     15975    600670   no data   no data
43.05/10.89	c  S st    38    158517       150      3195         0     27109     15975    616057   no data   no data
43.05/10.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.46/10.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
43.46/10.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.46/10.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.46/10.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.46/10.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
43.46/10.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.46/10.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
43.46/10.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.67/11.75	c lits-rem:       460  cl-subs:     1878  v-elim:      0  v-fix:    0  time:  0.83 s
46.67/11.75	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
46.67/11.76	c vivif2 --  cl tried    25231 cl shrink        0 lits rem          0 time: 0.01
47.09/11.86	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.10
47.09/11.86	c calculated reachability. Time: 0.00
47.09/11.86	c  N st    38    158517       150      3195         0     25231     15975    555124   no data   no data
65.40/16.40	c  N st    39    207105       150      3195         0     20010     15975    353465   no data   no data
77.39/19.49	c  N st    40    237777       150      3195         0     30234     15975    664825   no data   no data
77.39/19.49	c  S st    40    237777       150      3195         0     30234     15975    664825   no data   no data
77.81/19.59	c  S st    40    238282       150      3195         0     30728     15975    679287   no data   no data
77.81/19.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
78.17/19.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
78.17/19.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
78.17/19.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
78.17/19.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
78.17/19.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
78.17/19.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
78.17/19.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
78.17/19.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.35/20.93	c lits-rem:       801  cl-subs:     2044  v-elim:      0  v-fix:    0  time:  1.29 s
83.35/20.93	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
83.35/20.94	c vivif2 --  cl tried    28684 cl shrink        0 lits rem          0 time: 0.01
83.75/21.08	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.14
83.75/21.08	c calculated reachability. Time: 0.00
83.75/21.08	c  N st    40    238282       150      3195         0     28684     15975    612416   no data   no data
111.69/28.04	c  F st    41    306251       150      3195         0     30587     15975    611855   no data   no data
111.69/28.04	c  N st    41    306251       150      3195         0     30587     15975    611855   no data   no data
113.68/28.56	c Decided on static restart strategy
124.06/31.17	c  N st    51    334552       150      3195         0     34777     15975    717350   no data   no data
133.64/33.58	c  N st    53    357424       150      3195         0     32754     15975    629751   no data   no data
133.64/33.58	c  S st    53    357424       150      3195         0     32754     15975    629751   no data   no data
134.04/33.66	c  S st    53    357927       150      3195         0     33244     15975    644396   no data   no data
134.04/33.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
134.04/33.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
134.04/33.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
134.04/33.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
134.04/33.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
134.04/33.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
134.04/33.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
134.04/33.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
134.04/33.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
136.82/34.34	c lits-rem:       417  cl-subs:     1238  v-elim:      0  v-fix:    0  time:  0.64 s
136.82/34.34	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
136.82/34.35	c vivif2 --  cl tried    32006 cl shrink        0 lits rem          0 time: 0.01
137.22/34.49	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.14
137.22/34.49	c calculated reachability. Time: 0.00
137.22/34.49	c  N st    53    357927       150      3195         0     32006     15975    603284   no data   no data
151.19/37.91	c  N st    54    390320       150      3195         0     38057     15975    787991   no data   no data
179.11/44.97	c  N st    55    438910       150      3195         0     31940     15975    558091   no data   no data
215.82/54.15	c  N st    56    511792       150      3195         0     44889     15975    906691   no data   no data
229.38/57.57	c  N st    57    536891       150      3195         0     39443     15975    728087   no data   no data
229.38/57.57	c  S st    57    536891       150      3195         0     39443     15975    728087   no data   no data
229.78/57.68	c  S st    57    537394       150      3195         0     39932     15975    742904   no data   no data
229.78/57.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
229.78/57.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
229.78/57.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
229.78/57.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
229.78/57.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
229.78/57.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
229.78/57.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
230.18/57.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
230.18/57.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
234.57/58.87	c lits-rem:       517  cl-subs:     1856  v-elim:      0  v-fix:    0  time:  1.15 s
234.57/58.87	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
234.57/58.88	c vivif2 --  cl tried    38076 cl shrink        0 lits rem          0 time: 0.01
235.39/59.05	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.17
235.39/59.05	c calculated reachability. Time: 0.00
235.39/59.05	c  N st    57    537394       150      3195         0     38076     15975    682449   no data   no data
333.92/83.70	c  N st    58    701378       150      3195         0     66314     15975   1483035   no data   no data
401.75/100.80	c  N st    59    806093       150      3195         0     60524     15975   1275178   no data   no data
401.75/100.80	c  S st    59    806093       150      3195         0     60524     15975   1275178   no data   no data
402.58/100.98	c  S st    59    806596       150      3195         0     61019     15975   1289831   no data   no data
402.58/100.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
402.94/101.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
402.94/101.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
402.94/101.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
402.94/101.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
402.94/101.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
402.94/101.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
402.94/101.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
402.94/101.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
431.27/108.15	c lits-rem:      1618  cl-subs:     4536  v-elim:      0  v-fix:    0  time:  7.09 s
431.27/108.15	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
431.27/108.16	c vivif2 --  cl tried    56483 cl shrink        0 lits rem          0 time: 0.01
432.47/108.46	c asymm  cl-useful: 0/2910/3195 lits-rem:0 time: 0.30
432.47/108.46	c calculated reachability. Time: 0.00
432.47/108.46	c  N st    59    806596       150      3195         0     56483     15975   1143129   no data   no data
617.64/154.82	c  F st    60   1071877       150      3195         0     71951     15975   1504552   no data   no data
617.64/154.82	c  N st    60   1071877       150      3195         0     71951     15975   1504552   no data   no data
621.61/155.90	c Decided on static restart strategy
639.17/160.22	c  N st    70   1100183       150      3195         0     56403     15975   1006567   no data   no data
671.86/168.46	c  N st    72   1136176       150      3195         0     46936     15975    682690   no data   no data
704.58/176.63	c  N st    73   1168573       150      3195         0     77409     15975   1609496   no data   no data
739.69/185.40	c  N st    74   1209894       150      3195         0     72192     15975   1440446   no data   no data
739.69/185.40	c  S st    74   1209894       150      3195         0     72192     15975   1440446   no data   no data
740.52/185.63	c  S st    74   1210397       150      3195         0     72686     15975   1455460   no data   no data
740.52/185.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
740.52/185.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
740.52/185.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
740.52/185.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
740.52/185.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
740.52/185.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
740.52/185.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
740.52/185.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
740.88/185.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
795.14/199.33	c lits-rem:      1602  cl-subs:     4868  v-elim:      0  v-fix:    0  time: 13.61 s
795.14/199.34	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
795.14/199.36	c vivif2 --  cl tried    67818 cl shrink        0 lits rem          0 time: 0.02
797.16/199.81	c asymm  cl-useful: 0/2483/3195 lits-rem:0 time: 0.45
797.16/199.81	c calculated reachability. Time: 0.00
797.16/199.81	c  N st    74   1210397       150      3195         0     67818     15975   1303568   no data   no data
860.57/215.78	c  N st    75   1283279       150      3195         0     91660     15975   2079883   no data   no data
963.93/241.69	c  N st    76   1392603       150      3195         0     53191     15975    787470   no data   no data
1091.98/273.74	c  N st    77   1556589       150      3195         0     57750     15975    873665   no data   no data
1212.49/303.94	c  N st    78   1710398       150      3195         0     97976     15975   2079302   no data   no data
1212.49/303.94	c  S st    78   1710398       150      3195         0     97976     15975   2079302   no data   no data
1213.68/304.25	c  S st    78   1710904       150      3195         0     98472     15975   2094280   no data   no data
1213.68/304.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1214.10/304.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1214.10/304.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1214.10/304.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1214.10/304.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1214.10/304.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1214.10/304.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1214.10/304.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1214.10/304.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1309.43/328.25	c lits-rem:      3896  cl-subs:     9483  v-elim:      0  v-fix:    0  time: 23.86 s
1309.43/328.25	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
1309.43/328.28	c vivif2 --  cl tried    88989 cl shrink        0 lits rem          0 time: 0.02
1310.23/328.43	c asymm  cl-useful: 0/712/3195 lits-rem:0 time: 0.16
1310.23/328.44	c calculated reachability. Time: 0.00
1310.23/328.44	c  N st    78   1710904       150      3195         0     88989     15975   1807403   no data   no data
1651.77/414.02	c  N st    79   2079869       150      3195         0    100738     15975   2081922   no data   no data
1781.04/446.44	c  N st    80   2210904       150      3195         0    104700     15975   2136880   no data   no data
1781.04/446.44	c  S st    80   2210904       150      3195         0    104700     15975   2136880   no data   no data
1782.24/446.78	c  S st    80   2211406       150      3195         0    105197     15975   2152401   no data   no data
1782.24/446.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1782.64/446.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1782.64/446.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1782.64/446.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1782.64/446.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1782.64/446.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1782.64/446.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1782.64/446.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1783.04/446.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1881.21/471.58	c lits-rem:      2117  cl-subs:     9172  v-elim:      0  v-fix:    0  time: 24.66 s
1881.21/471.58	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
1881.21/471.60	c vivif2 --  cl tried    96025 cl shrink        0 lits rem          0 time: 0.03
1882.78/471.96	c asymm  cl-useful: 0/1845/3195 lits-rem:0 time: 0.36
1882.78/471.97	c calculated reachability. Time: 0.00
1882.78/471.97	c  N st    80   2211406       150      3195         0     96025     15975   1870499   no data   no data
2408.29/603.61	c  N st    81   2711407       150      3195         0    118194     15975   2417777   no data   no data
2408.29/603.61	c  S st    81   2711407       150      3195         0    118194     15975   2417777   no data   no data
2409.84/604.03	c  S st    81   2711910       150      3195         0    118688     15975   2432891   no data   no data
2409.84/604.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2410.25/604.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2410.25/604.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2410.25/604.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2410.25/604.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2410.25/604.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2410.25/604.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2410.25/604.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2410.65/604.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2559.87/641.69	c lits-rem:      2493  cl-subs:    12856  v-elim:      0  v-fix:    0  time: 37.49 s
2559.87/641.69	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
2560.27/641.72	c vivif2 --  cl tried   105832 cl shrink        0 lits rem          0 time: 0.03
2561.48/642.10	c asymm  cl-useful: 0/1350/3195 lits-rem:0 time: 0.38
2561.48/642.10	c calculated reachability. Time: 0.00
2561.48/642.10	c  N st    81   2711910       150      3195         0    105832     15975   2067109   no data   no data
3146.77/788.76	c  N st    82   3211910       150      3195         0     83533     15975   1225842   no data   no data
3146.77/788.76	c  S st    82   3211910       150      3195         0     83533     15975   1225842   no data   no data
3148.36/789.19	c  S st    82   3212415       150      3195         0     84027     15975   1241201   no data   no data
3148.77/789.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3148.77/789.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.06
3148.77/789.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3148.77/789.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3148.77/789.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3148.77/789.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3148.77/789.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3149.17/789.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3149.17/789.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3170.31/794.63	c lits-rem:       338  cl-subs:     2142  v-elim:      0  v-fix:    0  time:  5.29 s
3170.31/794.63	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
3170.31/794.65	c vivif2 --  cl tried    81885 cl shrink        0 lits rem          0 time: 0.02
3172.70/795.23	c asymm  cl-useful: 0/2094/3195 lits-rem:0 time: 0.58
3172.70/795.24	c calculated reachability. Time: 0.00
3172.70/795.24	c  N st    82   3212415       150      3195         0     81885     15975   1184561   no data   no data
3817.10/956.78	c  N st    83   3712415       150      3195         0     92367     15975   1395399   no data   no data
3817.10/956.78	c  S st    83   3712415       150      3195         0     92367     15975   1395399   no data   no data
3818.25/957.08	c  S st    83   3712922       150      3195         0     92862     15975   1410784   no data   no data
3818.25/957.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3818.65/957.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
3818.65/957.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3818.65/957.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3818.65/957.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3818.65/957.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3818.65/957.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3818.65/957.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3818.65/957.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3832.62/960.68	c lits-rem:       754  cl-subs:     2979  v-elim:      0  v-fix:    0  time:  3.49 s
3832.62/960.69	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
3833.02/960.70	c vivif2 --  cl tried    89883 cl shrink        0 lits rem          0 time: 0.02
3833.82/960.95	c asymm  cl-useful: 0/1101/3195 lits-rem:0 time: 0.24
3833.82/960.95	c calculated reachability. Time: 0.00
3833.82/960.95	c  N st    83   3712922       150      3195         0     89883     15975   1322049   no data   no data
3883.68/973.47	c  F st    84   3751563       150      3195         0    126452     15975   2435146   no data   no data
3883.68/973.47	c  N st    84   3751563       150      3195         0    126452     15975   2435146   no data   no data
3891.30/975.38	c Decided on static restart strategy
3952.73/990.74	c  N st    94   3779874       150      3195         0    153327     15975   3266035   no data   no data
4020.11/1007.68	c  N st    96   3815873       150      3195         0    107307     15975   1832599   no data   no data
4075.59/1021.60	c  N st    97   3848265       150      3195         0    138097     15975   2796703   no data   no data
4155.36/1041.55	c  N st    98   3896853       150      3195         0    102895     15975   1675607   no data   no data
4253.52/1066.19	c  N st    99   3969735       150      3195         0     89460     15975   1237296   no data   no data
4404.33/1103.94	c  N st   100   4079059       150      3195         0    109609     15975   1836382   no data   no data
4596.65/1152.12	c  N st   101   4212924       150      3195         0    152177     15975   3199049   no data   no data
4596.65/1152.12	c  S st   101   4212924       150      3195         0    152177     15975   3199049   no data   no data
4598.64/1152.63	c  S st   101   4213428       150      3195         0    152672     15975   3214587   no data   no data
4598.64/1152.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4599.04/1152.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.08
4599.04/1152.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4599.04/1152.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4599.04/1152.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4599.04/1152.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4599.04/1152.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4599.04/1152.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4599.44/1152.86	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-3366573-1305408770/watcher-3366573-1305408770 -o /tmp/evaluation-result-3366573-1305408770/solver-3366573-1305408770 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366573-1305408770.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: 7.82 8.06 8.00 6/320 14880
/proc/meminfo: memFree=27635288/32950928 swapFree=60199044/67111528
[pid=14880] ppid=14878 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/14880/stat : 14880 (strangenight2-m) R 14878 14880 14558 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 652475769 52396032 347 33554432000 4194304 4580107 140734652382176 18446744073709551615 47984676366262 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14880/statm: 12792 347 299 95 0 7774 0
[pid=14880/tid=14881] ppid=14878 vsize=216160 CPUtime=0 cores=0,2,4,6
/proc/14880/task/14881/stat : 14881 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 125 0 0 0 0 0 0 0 18 0 4 0 652475769 221347840 714 33554432000 4194304 4580107 140734652382176 18446744073709551615 268272794143 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14880/tid=14882] ppid=14878 vsize=216156 CPUtime=0 cores=0,2,4,6
/proc/14880/task/14882/stat : 14882 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 67 0 0 0 0 0 0 0 25 0 4 0 652475769 221343744 714 33554432000 4194304 4580107 140734652382176 18446744073709551615 268272794094 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14880/tid=14883] ppid=14878 vsize=216156 CPUtime=0 cores=0,2,4,6
/proc/14880/task/14883/stat : 14883 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 101 0 0 0 0 0 0 0 18 0 4 0 652475769 221343744 719 33554432000 4194304 4580107 140734652382176 18446744073709551615 268272794094 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.101072 s]
/proc/loadavg: 7.82 8.06 8.00 6/320 14880
/proc/meminfo: memFree=27635288/32950928 swapFree=60199044/67111528
[pid=14880] ppid=14878 vsize=219004 CPUtime=1.97 cores=0,2,4,6
/proc/14880/stat : 14880 (strangenight2-m) R 14878 14880 14558 0 -1 4202496 4576 0 0 0 197 0 0 0 25 0 4 0 652475769 224260096 2627 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14880/statm: 55021 2998 377 95 0 50003 0
[pid=14880/tid=14881] ppid=14878 vsize=220084 CPUtime=0.8 cores=0,2,4,6
/proc/14880/task/14881/stat : 14881 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 1526 0 0 0 80 0 0 0 19 0 4 0 652475769 225366016 2998 33554432000 4194304 4580107 140734652382176 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14880/tid=14882] ppid=14878 vsize=220084 CPUtime=0.79 cores=0,2,4,6
/proc/14880/task/14882/stat : 14882 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 1473 0 0 0 79 0 0 0 19 0 4 0 652475769 225366016 2998 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14880/tid=14883] ppid=14878 vsize=220084 CPUtime=0.8 cores=0,2,4,6
/proc/14880/task/14883/stat : 14883 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 1396 0 0 0 80 0 0 0 19 0 4 0 652475769 225366016 2998 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 219004

[startup+0.911542 s]
/proc/loadavg: 7.82 8.06 8.00 6/320 14880
/proc/meminfo: memFree=27635288/32950928 swapFree=60199044/67111528
[pid=14880] ppid=14878 vsize=220084 CPUtime=3.61 cores=0,2,4,6
/proc/14880/stat : 14880 (strangenight2-m) R 14878 14880 14558 0 -1 4202496 6591 0 0 0 360 1 0 0 25 0 4 0 652475769 225366016 3285 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294455 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14880/statm: 55021 3285 377 95 0 50003 0
[pid=14880/tid=14881] ppid=14878 vsize=220084 CPUtime=0.9 cores=0,2,4,6
/proc/14880/task/14881/stat : 14881 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 1607 0 0 0 90 0 0 0 19 0 4 0 652475769 225366016 3285 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14880/tid=14882] ppid=14878 vsize=220084 CPUtime=0.89 cores=0,2,4,6
/proc/14880/task/14882/stat : 14882 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 1538 0 0 0 89 0 0 0 19 0 4 0 652475769 225366016 3285 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14880/tid=14883] ppid=14878 vsize=220084 CPUtime=0.9 cores=0,2,4,6
/proc/14880/task/14883/stat : 14883 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 1469 0 0 0 90 0 0 0 19 0 4 0 652475769 225366016 3285 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 220084

[startup+1.00053 s]
/proc/loadavg: 7.82 8.06 8.00 6/320 14880
/proc/meminfo: memFree=27635288/32950928 swapFree=60199044/67111528
[pid=14880] ppid=14878 vsize=220344 CPUtime=3.97 cores=0,2,4,6
/proc/14880/stat : 14880 (strangenight2-m) R 14878 14880 14558 0 -1 4202496 7137 0 0 0 396 1 0 0 25 0 4 0 652475769 225632256 3426 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294460 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14880/statm: 55086 3426 378 95 0 50068 0
[pid=14880/tid=14881] ppid=14878 vsize=220344 CPUtime=0.99 cores=0,2,4,6
/proc/14880/task/14881/stat : 14881 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 1670 0 0 0 99 0 0 0 19 0 4 0 652475769 225632256 3426 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14880/tid=14882] ppid=14878 vsize=220344 CPUtime=0.98 cores=0,2,4,6
/proc/14880/task/14882/stat : 14882 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 1631 0 0 0 98 0 0 0 19 0 4 0 652475769 225632256 3426 33554432000 4194304 4580107 140734652382176 18446744073709551615 4319898 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14880/tid=14883] ppid=14878 vsize=220344 CPUtime=0.99 cores=0,2,4,6
/proc/14880/task/14883/stat : 14883 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 1766 0 0 0 99 0 0 0 19 0 4 0 652475769 225632256 3426 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 220344

[startup+1.1005 s]
/proc/loadavg: 7.82 8.06 8.00 6/320 14880
/proc/meminfo: memFree=27635288/32950928 swapFree=60199044/67111528
[pid=14880] ppid=14878 vsize=220976 CPUtime=4.36 cores=0,2,4,6
/proc/14880/stat : 14880 (strangenight2-m) R 14878 14880 14558 0 -1 4202496 8023 0 0 0 435 1 0 0 25 0 4 0 652475769 226279424 3081 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294389 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14880/statm: 55244 3081 378 95 0 50226 0
[pid=14880/tid=14881] ppid=14878 vsize=220976 CPUtime=1.09 cores=0,2,4,6
/proc/14880/task/14881/stat : 14881 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 1941 0 0 0 109 0 0 0 19 0 4 0 652475769 226279424 3081 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14880/tid=14882] ppid=14878 vsize=220976 CPUtime=1.08 cores=0,2,4,6
/proc/14880/task/14882/stat : 14882 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 1909 0 0 0 108 0 0 0 19 0 4 0 652475769 226279424 3081 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14880/tid=14883] ppid=14878 vsize=220976 CPUtime=1.09 cores=0,2,4,6
/proc/14880/task/14883/stat : 14883 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 1843 0 0 0 109 0 0 0 19 0 4 0 652475769 226279424 3081 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 220976

[startup+1.50043 s]
/proc/loadavg: 7.82 8.06 8.00 6/320 14880
/proc/meminfo: memFree=27635288/32950928 swapFree=60199044/67111528
[pid=14880] ppid=14878 vsize=221296 CPUtime=5.96 cores=0,2,4,6
/proc/14880/stat : 14880 (strangenight2-m) R 14878 14880 14558 0 -1 4202496 11064 0 0 0 594 2 0 0 25 0 4 0 652475769 226607104 4997 33554432000 4194304 4580107 140734652382176 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14880/statm: 55324 4997 379 95 0 50306 0
[pid=14880/tid=14881] ppid=14878 vsize=221296 CPUtime=1.49 cores=0,2,4,6
/proc/14880/task/14881/stat : 14881 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 2218 0 0 0 149 0 0 0 19 0 4 0 652475769 226607104 4997 33554432000 4194304 4580107 140734652382176 18446744073709551615 4318269 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14880/tid=14882] ppid=14878 vsize=221296 CPUtime=1.48 cores=0,2,4,6
/proc/14880/task/14882/stat : 14882 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 2389 0 0 0 148 0 0 0 20 0 4 0 652475769 226607104 4997 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14880/tid=14883] ppid=14878 vsize=221296 CPUtime=1.48 cores=0,2,4,6
/proc/14880/task/14883/stat : 14883 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 2331 0 0 0 148 0 0 0 19 0 4 0 652475769 226607104 4997 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 221296

[startup+3.10108 s]
/proc/loadavg: 7.82 8.06 8.00 10/324 14915
/proc/meminfo: memFree=27960028/32950928 swapFree=60199044/67111528
[pid=14880] ppid=14878 vsize=230868 CPUtime=12.33 cores=0,2,4,6
/proc/14880/stat : 14880 (strangenight2-m) R 14878 14880 14558 0 -1 4202496 22022 0 0 0 1229 4 0 0 25 0 4 0 652475769 236408832 11121 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14880/statm: 57717 11121 379 95 0 52699 0
[pid=14880/tid=14881] ppid=14878 vsize=230868 CPUtime=3.08 cores=0,2,4,6
/proc/14880/task/14881/stat : 14881 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 5061 0 0 0 308 0 0 0 25 0 4 0 652475769 236408832 11121 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14880/tid=14882] ppid=14878 vsize=230868 CPUtime=3.06 cores=0,2,4,6
/proc/14880/task/14882/stat : 14882 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 5659 0 0 0 305 1 0 0 25 0 4 0 652475769 236408832 11121 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14880/tid=14883] ppid=14878 vsize=230868 CPUtime=3.07 cores=0,2,4,6
/proc/14880/task/14883/stat : 14883 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 5599 0 0 0 307 0 0 0 25 0 4 0 652475769 236408832 11121 33554432000 4194304 4580107 140734652382176 18446744073709551615 4489196 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 230868

[startup+6.31152 s]
/proc/loadavg: 7.83 8.06 8.00 9/324 14915
/proc/meminfo: memFree=27913868/32950928 swapFree=60199044/67111528
[pid=14880] ppid=14878 vsize=231900 CPUtime=25.15 cores=0,2,4,6
/proc/14880/stat : 14880 (strangenight2-m) R 14878 14880 14558 0 -1 4202496 35142 0 0 0 2507 8 0 0 25 0 4 0 652475769 237465600 16590 33554432000 4194304 4580107 140734652382176 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14880/statm: 57975 16590 379 95 0 52957 0
[pid=14880/tid=14881] ppid=14878 vsize=231900 CPUtime=6.29 cores=0,2,4,6
/proc/14880/task/14881/stat : 14881 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 8613 0 0 0 628 1 0 0 25 0 4 0 652475769 237465600 16590 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14880/tid=14882] ppid=14878 vsize=231900 CPUtime=6.23 cores=0,2,4,6
/proc/14880/task/14882/stat : 14882 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 9282 0 0 0 622 1 0 0 25 0 4 0 652475769 237465600 16590 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14880/tid=14883] ppid=14878 vsize=231900 CPUtime=6.28 cores=0,2,4,6
/proc/14880/task/14883/stat : 14883 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 7943 0 0 0 627 1 0 0 25 0 4 0 652475769 237465600 16590 33554432000 4194304 4580107 140734652382176 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 231900

[startup+12.7004 s]
/proc/loadavg: 7.85 8.05 8.00 9/324 14915
/proc/meminfo: memFree=27849296/32950928 swapFree=60199044/67111528
[pid=14880] ppid=14878 vsize=241404 CPUtime=50.64 cores=0,2,4,6
/proc/14880/stat : 14880 (strangenight2-m) R 14878 14880 14558 0 -1 4202496 55116 0 0 0 5053 11 0 0 25 0 4 0 652475769 247197696 21501 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14880/statm: 60351 21501 379 95 0 55333 0
[pid=14880/tid=14881] ppid=14878 vsize=241404 CPUtime=12.69 cores=0,2,4,6
/proc/14880/task/14881/stat : 14881 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 13983 0 0 0 1266 3 0 0 25 0 4 0 652475769 247197696 21501 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14880/tid=14882] ppid=14878 vsize=241404 CPUtime=12.57 cores=0,2,4,6
/proc/14880/task/14882/stat : 14882 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 13512 0 0 0 1255 2 0 0 25 0 4 0 652475769 247197696 21501 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14880/tid=14883] ppid=14878 vsize=241404 CPUtime=12.67 cores=0,2,4,6
/proc/14880/task/14883/stat : 14883 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 13446 0 0 0 1265 2 0 0 25 0 4 0 652475769 247197696 21501 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 241404

[startup+25.5011 s]
/proc/loadavg: 7.88 8.05 8.00 9/324 14916
/proc/meminfo: memFree=27777256/32950928 swapFree=60199044/67111528
[pid=14880] ppid=14878 vsize=242044 CPUtime=101.72 cores=0,2,4,6
/proc/14880/stat : 14880 (strangenight2-m) R 14878 14880 14558 0 -1 4202496 83284 0 0 0 10155 17 0 0 25 0 4 0 652475769 247853056 29727 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14880/statm: 60511 29727 379 95 0 55493 0
[pid=14880/tid=14881] ppid=14878 vsize=242044 CPUtime=25.49 cores=0,2,4,6
/proc/14880/task/14881/stat : 14881 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 20846 0 0 0 2545 4 0 0 25 0 4 0 652475769 247853056 29727 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14880/tid=14882] ppid=14878 vsize=242044 CPUtime=25.23 cores=0,2,4,6
/proc/14880/task/14882/stat : 14882 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 21251 0 0 0 2520 3 0 0 25 0 4 0 652475769 247853056 29728 33554432000 4194304 4580107 140734652382176 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14880/tid=14883] ppid=14878 vsize=242044 CPUtime=25.48 cores=0,2,4,6
/proc/14880/task/14883/stat : 14883 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 19933 0 0 0 2544 4 0 0 25 0 4 0 652475769 247853056 29728 33554432000 4194304 4580107 140734652382176 18446744073709551615 4489273 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 242044

[startup+51.1006 s]
/proc/loadavg: 7.92 8.05 8.00 9/324 14917
/proc/meminfo: memFree=27719788/32950928 swapFree=60199044/67111528
[pid=14880] ppid=14878 vsize=373940 CPUtime=203.85 cores=0,2,4,6
/proc/14880/stat : 14880 (strangenight2-m) R 14878 14880 14558 0 -1 4202496 122539 0 0 0 20361 24 0 0 25 0 4 0 652475769 382914560 38612 33554432000 4194304 4580107 140734652382176 18446744073709551615 4316288 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14880/statm: 93485 38612 379 95 0 88467 0
[pid=14880/tid=14881] ppid=14878 vsize=373940 CPUtime=51.08 cores=0,2,4,6
/proc/14880/task/14881/stat : 14881 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 31141 0 0 0 5103 5 0 0 25 0 4 0 652475769 382914560 38612 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14880/tid=14882] ppid=14878 vsize=373940 CPUtime=50.59 cores=0,2,4,6
/proc/14880/task/14882/stat : 14882 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 32097 0 0 0 5054 5 0 0 25 0 4 0 652475769 382914560 38612 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14880/tid=14883] ppid=14878 vsize=373940 CPUtime=51.06 cores=0,2,4,6
/proc/14880/task/14883/stat : 14883 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 29690 0 0 0 5100 6 0 0 25 0 4 0 652475769 382914560 38612 33554432000 4194304 4580107 140734652382176 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.85
Current children cumulated vsize (KiB) 373940

[startup+102.3 s]
/proc/loadavg: 8.00 8.05 8.00 9/324 14918
/proc/meminfo: memFree=27639524/32950928 swapFree=60199044/67111528
[pid=14880] ppid=14878 vsize=337948 CPUtime=408.13 cores=0,2,4,6
/proc/14880/stat : 14880 (strangenight2-m) R 14878 14880 14558 0 -1 4202496 187992 0 0 0 40771 42 0 0 25 0 4 0 652475769 346058752 48573 33554432000 4194304 4580107 140734652382176 18446744073709551615 4406466 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14880/statm: 84487 48573 379 95 0 79469 0
[pid=14880/tid=14881] ppid=14878 vsize=337948 CPUtime=102.28 cores=0,2,4,6
/proc/14880/task/14881/stat : 14881 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 45566 0 0 0 10220 8 0 0 25 0 4 0 652475769 346058752 48573 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14880/tid=14882] ppid=14878 vsize=337948 CPUtime=101.27 cores=0,2,4,6
/proc/14880/task/14882/stat : 14882 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 47916 0 0 0 10117 10 0 0 25 0 4 0 652475769 346058752 48573 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14880/tid=14883] ppid=14878 vsize=337948 CPUtime=102.26 cores=0,2,4,6
/proc/14880/task/14883/stat : 14883 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 47106 0 0 0 10214 12 0 0 25 0 4 0 652475769 346058752 48573 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.13
Current children cumulated vsize (KiB) 337948

[startup+162.301 s]

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

[pid=14880] ppid=14878 vsize=547276 CPUtime=2802.06 cores=0,2,4,6
/proc/14880/stat : 14880 (strangenight2-m) R 14878 14880 14558 0 -1 4202496 565704 0 0 0 280029 177 0 0 25 0 4 0 652475769 560410624 97018 33554432000 4194304 4580107 140734652382176 18446744073709551615 4295723 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14880/statm: 136819 97018 379 95 0 131801 0
[pid=14880/tid=14881] ppid=14878 vsize=547276 CPUtime=702.28 cores=0,2,4,6
/proc/14880/task/14881/stat : 14881 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 136345 0 0 0 70188 40 0 0 25 0 4 0 652475769 560410624 97018 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14880/tid=14882] ppid=14878 vsize=547276 CPUtime=695.27 cores=0,2,4,6
/proc/14880/task/14882/stat : 14882 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 145421 0 0 0 69486 41 0 0 25 0 4 0 652475769 560410624 97018 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14880/tid=14883] ppid=14878 vsize=547276 CPUtime=702.17 cores=0,2,4,6
/proc/14880/task/14883/stat : 14883 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 143603 0 0 0 70165 52 0 0 25 0 4 0 652475769 560410624 97018 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2802.06
Current children cumulated vsize (KiB) 547276

[startup+762.301 s]
/proc/loadavg: 8.07 8.08 8.01 9/324 14935
/proc/meminfo: memFree=27167104/32950928 swapFree=60199044/67111528
[pid=14880] ppid=14878 vsize=521524 CPUtime=3041.45 cores=0,2,4,6
/proc/14880/stat : 14880 (strangenight2-m) R 14878 14880 14558 0 -1 4202496 607362 0 0 0 303954 191 0 0 25 0 4 0 652475769 534040576 103286 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294436 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14880/statm: 130381 103286 379 95 0 125363 0
[pid=14880/tid=14881] ppid=14878 vsize=521524 CPUtime=762.28 cores=0,2,4,6
/proc/14880/task/14881/stat : 14881 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 145869 0 0 0 76184 44 0 0 25 0 4 0 652475769 534040576 103286 33554432000 4194304 4580107 140734652382176 18446744073709551615 4295687 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14880/tid=14882] ppid=14878 vsize=521524 CPUtime=754.67 cores=0,2,4,6
/proc/14880/task/14882/stat : 14882 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 153506 0 0 0 75423 44 0 0 25 0 4 0 652475769 534040576 103286 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14880/tid=14883] ppid=14878 vsize=521524 CPUtime=762.17 cores=0,2,4,6
/proc/14880/task/14883/stat : 14883 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 157801 0 0 0 76161 56 0 0 25 0 4 0 652475769 534040576 103286 33554432000 4194304 4580107 140734652382176 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3041.45
Current children cumulated vsize (KiB) 521524

[startup+822.3 s]
/proc/loadavg: 8.02 8.06 8.01 9/324 14937
/proc/meminfo: memFree=27127640/32950928 swapFree=60199044/67111528
[pid=14880] ppid=14878 vsize=694456 CPUtime=3280.82 cores=0,2,4,6
/proc/14880/stat : 14880 (strangenight2-m) R 14878 14880 14558 0 -1 4202496 630301 0 0 0 327882 200 0 0 25 0 4 0 652475769 711122944 113924 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294510 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14880/statm: 173614 113924 379 95 0 168596 0
[pid=14880/tid=14881] ppid=14878 vsize=694456 CPUtime=822.28 cores=0,2,4,6
/proc/14880/task/14881/stat : 14881 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 153179 0 0 0 82182 46 0 0 25 0 4 0 652475769 711122944 113924 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14880/tid=14882] ppid=14878 vsize=694456 CPUtime=814.05 cores=0,2,4,6
/proc/14880/task/14882/stat : 14882 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 160637 0 0 0 81357 48 0 0 25 0 4 0 652475769 711122944 113924 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14880/tid=14883] ppid=14878 vsize=694456 CPUtime=822.16 cores=0,2,4,6
/proc/14880/task/14883/stat : 14883 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 160018 0 0 0 82159 57 0 0 25 0 4 0 652475769 711122944 113924 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3280.82
Current children cumulated vsize (KiB) 694456

[startup+882.301 s]
/proc/loadavg: 8.04 8.06 8.01 9/324 14939
/proc/meminfo: memFree=27094980/32950928 swapFree=60199044/67111528
[pid=14880] ppid=14878 vsize=708552 CPUtime=3520.21 cores=0,2,4,6
/proc/14880/stat : 14880 (strangenight2-m) R 14878 14880 14558 0 -1 4202496 657976 0 0 0 351810 211 0 0 25 0 4 0 652475769 725557248 120511 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14880/statm: 177138 120511 379 95 0 172120 0
[pid=14880/tid=14881] ppid=14878 vsize=708552 CPUtime=882.28 cores=0,2,4,6
/proc/14880/task/14881/stat : 14881 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 154247 0 0 0 88182 46 0 0 25 0 4 0 652475769 725557248 120511 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14880/tid=14882] ppid=14878 vsize=708552 CPUtime=873.45 cores=0,2,4,6
/proc/14880/task/14882/stat : 14882 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 169178 0 0 0 87294 51 0 0 25 0 4 0 652475769 725557248 120511 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14880/tid=14883] ppid=14878 vsize=708552 CPUtime=882.15 cores=0,2,4,6
/proc/14880/task/14883/stat : 14883 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 168174 0 0 0 88154 61 0 0 25 0 4 0 652475769 725557248 120511 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3520.21
Current children cumulated vsize (KiB) 708552

[startup+942.301 s]
/proc/loadavg: 8.13 8.08 8.01 9/324 14940
/proc/meminfo: memFree=27051424/32950928 swapFree=60199044/67111528
[pid=14880] ppid=14878 vsize=737460 CPUtime=3759.63 cores=0,2,4,6
/proc/14880/stat : 14880 (strangenight2-m) R 14878 14880 14558 0 -1 4202496 683289 0 0 0 375743 220 0 0 25 0 4 0 652475769 755159040 121585 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14880/statm: 184365 121585 379 95 0 179347 0
[pid=14880/tid=14881] ppid=14878 vsize=737460 CPUtime=942.29 cores=0,2,4,6
/proc/14880/task/14881/stat : 14881 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 158490 0 0 0 94181 48 0 0 25 0 4 0 652475769 755159040 121586 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14880/tid=14882] ppid=14878 vsize=737460 CPUtime=932.86 cores=0,2,4,6
/proc/14880/task/14882/stat : 14882 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 173648 0 0 0 93234 52 0 0 25 0 4 0 652475769 755159040 121586 33554432000 4194304 4580107 140734652382176 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14880/tid=14883] ppid=14878 vsize=737460 CPUtime=942.15 cores=0,2,4,6
/proc/14880/task/14883/stat : 14883 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 176328 0 0 0 94151 64 0 0 25 0 4 0 652475769 755159040 121586 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3759.63
Current children cumulated vsize (KiB) 737460

[startup+1002.3 s]
/proc/loadavg: 8.16 8.09 8.02 9/324 14942
/proc/meminfo: memFree=27040988/32950928 swapFree=60199044/67111528
[pid=14880] ppid=14878 vsize=695736 CPUtime=3998.97 cores=0,2,4,6
/proc/14880/stat : 14880 (strangenight2-m) R 14878 14880 14558 0 -1 4202496 705358 0 0 0 399666 231 0 0 25 0 4 0 652475769 712433664 123088 33554432000 4194304 4580107 140734652382176 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14880/statm: 173934 123088 379 95 0 168916 0
[pid=14880/tid=14881] ppid=14878 vsize=695736 CPUtime=1002.28 cores=0,2,4,6
/proc/14880/task/14881/stat : 14881 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 161666 0 0 0 100178 50 0 0 25 0 4 0 652475769 712433664 123088 33554432000 4194304 4580107 140734652382176 18446744073709551615 4406408 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14880/tid=14882] ppid=14878 vsize=695736 CPUtime=992.23 cores=0,2,4,6
/proc/14880/task/14882/stat : 14882 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 180612 0 0 0 99168 55 0 0 25 0 4 0 652475769 712433664 123088 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14880/tid=14883] ppid=14878 vsize=695736 CPUtime=1002.13 cores=0,2,4,6
/proc/14880/task/14883/stat : 14883 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 180570 0 0 0 100147 66 0 0 25 0 4 0 652475769 712433664 123088 33554432000 4194304 4580107 140734652382176 18446744073709551615 4406440 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3998.97
Current children cumulated vsize (KiB) 695736

[startup+1062.31 s]
/proc/loadavg: 8.16 8.10 8.02 9/324 14943
/proc/meminfo: memFree=27021232/32950928 swapFree=60199044/67111528
[pid=14880] ppid=14878 vsize=781348 CPUtime=4238.4 cores=0,2,4,6
/proc/14880/stat : 14880 (strangenight2-m) R 14878 14880 14558 0 -1 4202496 725007 0 0 0 423599 241 0 0 25 0 4 0 652475769 800100352 125742 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294418 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14880/statm: 195337 125742 379 95 0 190319 0
[pid=14880/tid=14881] ppid=14878 vsize=781348 CPUtime=1062.29 cores=0,2,4,6
/proc/14880/task/14881/stat : 14881 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 163150 0 0 0 106178 51 0 0 25 0 4 0 652475769 800100352 125742 33554432000 4194304 4580107 140734652382176 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14880/tid=14882] ppid=14878 vsize=781348 CPUtime=1051.62 cores=0,2,4,6
/proc/14880/task/14882/stat : 14882 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 187693 0 0 0 105103 59 0 0 25 0 4 0 652475769 800100352 125742 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14880/tid=14883] ppid=14878 vsize=781348 CPUtime=1062.14 cores=0,2,4,6
/proc/14880/task/14883/stat : 14883 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 185326 0 0 0 106146 68 0 0 25 0 4 0 652475769 800100352 125742 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4238.4
Current children cumulated vsize (KiB) 781348

[startup+1122.3 s]
/proc/loadavg: 8.20 8.11 8.03 9/324 14945
/proc/meminfo: memFree=26984608/32950928 swapFree=60199044/67111528
[pid=14880] ppid=14878 vsize=839648 CPUtime=4477.75 cores=0,2,4,6
/proc/14880/stat : 14880 (strangenight2-m) R 14878 14880 14558 0 -1 4202496 757144 0 0 0 447522 253 0 0 25 0 4 0 652475769 859799552 129219 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14880/statm: 209912 129219 379 95 0 204894 0
[pid=14880/tid=14881] ppid=14878 vsize=839648 CPUtime=1122.28 cores=0,2,4,6
/proc/14880/task/14881/stat : 14881 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 171188 0 0 0 112174 54 0 0 25 0 4 0 652475769 859799552 129219 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294440 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14880/tid=14882] ppid=14878 vsize=839648 CPUtime=1111.23 cores=0,2,4,6
/proc/14880/task/14882/stat : 14882 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 196010 0 0 0 111061 62 0 0 25 0 4 0 652475769 859799552 129219 33554432000 4194304 4580107 140734652382176 18446744073709551615 4304887 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14880/tid=14883] ppid=14878 vsize=839648 CPUtime=1122.11 cores=0,2,4,6
/proc/14880/task/14883/stat : 14883 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 193225 0 0 0 112141 70 0 0 25 0 4 0 652475769 859799552 129219 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4477.75
Current children cumulated vsize (KiB) 839648

[startup+1182.3 s]
/proc/loadavg: 8.14 8.10 8.03 9/324 14947
/proc/meminfo: memFree=26944776/32950928 swapFree=60199044/67111528
[pid=14880] ppid=14878 vsize=783300 CPUtime=4717.13 cores=0,2,4,6
/proc/14880/stat : 14880 (strangenight2-m) R 14878 14880 14558 0 -1 4202496 786611 0 0 0 471449 264 0 0 25 0 4 0 652475769 802099200 133524 33554432000 4194304 4580107 140734652382176 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14880/statm: 195825 133524 379 95 0 190807 0
[pid=14880/tid=14881] ppid=14878 vsize=783300 CPUtime=1182.29 cores=0,2,4,6
/proc/14880/task/14881/stat : 14881 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 175707 0 0 0 118172 57 0 0 25 0 4 0 652475769 802099200 133524 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14880/tid=14882] ppid=14878 vsize=783300 CPUtime=1171.22 cores=0,2,4,6
/proc/14880/task/14882/stat : 14882 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 204153 0 0 0 117056 66 0 0 25 0 4 0 652475769 802099200 133524 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14880/tid=14883] ppid=14878 vsize=783300 CPUtime=1182.11 cores=0,2,4,6
/proc/14880/task/14883/stat : 14883 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 198163 0 0 0 118138 73 0 0 25 0 4 0 652475769 802099200 133524 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4717.13
Current children cumulated vsize (KiB) 783300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.11 s]
/proc/loadavg: 8.09 8.10 8.02 9/324 14947
/proc/meminfo: memFree=26945388/32950928 swapFree=60199044/67111528
[pid=14880] ppid=14878 vsize=797556 CPUtime=4800.19 cores=0,2,4,6
/proc/14880/stat : 14880 (strangenight2-m) R 14878 14880 14558 0 -1 4202496 792088 0 0 0 479752 267 0 0 25 0 4 0 652475769 816697344 130608 33554432000 4194304 4580107 140734652382176 18446744073709551615 4416469 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14880/statm: 199389 130608 379 95 0 194371 0
[pid=14880/tid=14881] ppid=14878 vsize=797556 CPUtime=1203.1 cores=0,2,4,6
/proc/14880/task/14881/stat : 14881 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 177882 0 0 0 120253 57 0 0 25 0 4 0 652475769 816697344 130610 33554432000 4194304 4580107 140734652382176 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14880/tid=14882] ppid=14878 vsize=797556 CPUtime=1192.04 cores=0,2,4,6
/proc/14880/task/14882/stat : 14882 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 207150 0 0 0 119136 68 0 0 25 0 4 0 652475769 816697344 130610 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14880/tid=14883] ppid=14878 vsize=797556 CPUtime=1202.93 cores=0,2,4,6
/proc/14880/task/14883/stat : 14883 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 198470 0 0 0 120220 73 0 0 25 0 4 0 652475769 816697344 130610 33554432000 4194304 4580107 140734652382176 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 797556

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

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

[startup+1203.11 s]
/proc/loadavg: 8.09 8.10 8.02 9/324 14947
/proc/meminfo: memFree=26945388/32950928 swapFree=60199044/67111528
[pid=14880] ppid=14878 vsize=797556 CPUtime=4800.19 cores=0,2,4,6
/proc/14880/stat : 14880 (strangenight2-m) R 14878 14880 14558 0 -1 4202496 792088 0 0 0 479752 267 0 0 25 0 4 0 652475769 816697344 130608 33554432000 4194304 4580107 140734652382176 18446744073709551615 4416469 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/14880/statm: 199389 130608 379 95 0 194371 0
[pid=14880/tid=14881] ppid=14878 vsize=797556 CPUtime=1203.1 cores=0,2,4,6
/proc/14880/task/14881/stat : 14881 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 177882 0 0 0 120253 57 0 0 25 0 4 0 652475769 816697344 130610 33554432000 4194304 4580107 140734652382176 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14880/tid=14882] ppid=14878 vsize=797556 CPUtime=1192.04 cores=0,2,4,6
/proc/14880/task/14882/stat : 14882 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 207150 0 0 0 119136 68 0 0 25 0 4 0 652475769 816697344 130610 33554432000 4194304 4580107 140734652382176 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14880/tid=14883] ppid=14878 vsize=797556 CPUtime=1202.93 cores=0,2,4,6
/proc/14880/task/14883/stat : 14883 (strangenight2-m) R 14878 14880 14558 0 -1 4202560 198470 0 0 0 120220 73 0 0 25 0 4 0 652475769 816697344 130610 33554432000 4194304 4580107 140734652382176 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 797556

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.15
CPU time (s): 4800.25
CPU user time (s): 4797.56
CPU system time (s): 2.69459
CPU usage (%): 398.974
Max. virtual memory (cumulated for all children) (KiB): 879144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.56
system time used= 2.69459
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 792091
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= 478
involuntary context switches= 23223

runsolver used 3.44848 second user time and 8.67968 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-14 23:32:50
IDJOB=3366573
IDBENCH=82982
IDSOLVER=1844
FILE ID=node122/3366573-1305408770
RUNJOBID= node122-1305405531-14576
PBS_JOBID= 13324494
Free space on /tmp= 73432 MiB

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

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

MD5SUM BENCH= 2a32c611c54ab908b08295ea33000743
RANDOM SEED=1945059799

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27635700 kB
Buffers:        275536 kB
Cached:        3350608 kB
SwapCached:      50104 kB
Active:        1252028 kB
Inactive:      3854048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27635700 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:            5460 kB
Writeback:           0 kB
AnonPages:     1441048 kB
Mapped:          14340 kB
Slab:           113100 kB
PageTables:      32904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 53071784 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= 73428 MiB
End job on node122 at 2011-05-14 23:52:55