Trace number 3368992

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt (fixed)? (TO) 4800.4 1201.73

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S247862791-097.UNKNOWN.cnf
MD5SUM6b69f72e1046222baee8c8d817a4adac
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark485.529
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3368992-1307657442.cnf'
0.00/0.00	c -- header says num vars:            500
0.00/0.00	c -- header says num clauses:        2130
0.00/0.14	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.14	c -- vars added        500
0.00/0.14	c Parsing time:  0.00 s
0.00/0.14	c  N st     0         0       500      2130         0         0      6390         0   no data   no data  --
0.00/0.14	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.01
0.00/0.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    500 time:  0.00 s
0.00/0.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.14	c lits-rem:         0  cl-subs:        0  v-elim:     15  v-fix:    0  time:  0.01 s
0.00/0.14	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.14	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.14	c calculated reachability. Time: 0.00
0.00/0.14	c Calc default polars -  time:   0.00 s pos:     222 undec:      52 neg:     226
0.00/0.70	c =========================================================================================
0.00/0.70	c types(t): F = full restart, N = normal restart
0.00/0.70	c types(t): S = simplification begin/end, E = solution found
0.00/0.70	c restart types(rt): st = static, dy = dynamic
0.00/0.70	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.70	c  B st     0         0       485      2119         0         0      6450         0   no data   no data  --
0.00/0.70	c Decided on static restart strategy
0.00/0.70	c  N st     8      4916       485      2119         0      4801      6450    108332   no data   no data  --
0.00/0.70	c  N st    10     11303       485      2119         0      4462      6450     72375   no data   no data  --
0.00/0.70	c  N st    11     17046       485      2119         0     10057      6450    196251   no data   no data  --
4.09/1.06	c  F st    12     25000       485      2119         0     12295      6450    237218   no data   no data  --
4.09/1.06	c  N st    12     25000       485      2119         0     12295      6450    237218   no data   no data  --
4.78/1.29	c Decided on static restart strategy
4.78/1.29	c  N st    18     30000       485      2119         0     10586      6450    188101   no data   no data  --
4.78/1.29	c  S st    18     30000       485      2119         0     10586      6450    188101   no data   no data  --
5.18/1.32	c  S st    18     30502       485      2119         0     11087      6450    199437   no data   no data  --
5.18/1.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.18/1.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.18/1.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.18/1.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.18/1.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.18/1.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
5.18/1.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.98/1.52	c lits-rem:       204  cl-subs:      754  v-elim:      0  v-fix:    0  time:  0.75 s
5.98/1.53	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.03
5.98/1.53	c calculated reachability. Time: 0.00
5.98/1.53	c  N st    18     30502       485      2119         0     10333      6450    182930   no data   no data  --
7.59/1.92	c  N st    20     37612       485      2119         0      9621      6450    148443   no data   no data  --
8.78/2.26	c  N st    21     44011       485      2119         0     15875      6450    285385   no data   no data  --
9.18/2.37	c  S st    22     45754       485      2119         0     17596      6450    325354   no data   no data  --
9.58/2.41	c  S st    22     46256       485      2119         0      9370      6450    128294   no data   no data  --
9.58/2.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.58/2.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.58/2.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.58/2.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.58/2.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.58/2.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
9.58/2.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.58/2.49	c lits-rem:       103  cl-subs:       54  v-elim:      0  v-fix:    0  time:  0.30 s
9.58/2.49	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
9.58/2.49	c vivif2 --  cl tried     9316 cl shrink        0 lits rem          0 time: 0.00
9.98/2.50	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.03
9.98/2.50	c calculated reachability. Time: 0.00
9.98/2.50	c  N st    22     46256       485      2119         0      9316      6450    127096   no data   no data  --
13.56/3.40	c  N st    23     60654       485      2119         0     13667      6450    212842   no data   no data  --
15.98/4.02	c  N st    24     69384       485      2119         0     11451      6450    155726   no data   no data  --
15.98/4.02	c  S st    24     69384       485      2119         0     11451      6450    155726   no data   no data  --
15.98/4.05	c  S st    24     69886       485      2119         0     11953      6450    166756   no data   no data  --
15.98/4.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.98/4.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.98/4.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
15.98/4.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.98/4.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.98/4.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
15.98/4.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.75/4.22	c lits-rem:       174  cl-subs:      167  v-elim:      0  v-fix:    0  time:  0.64 s
16.75/4.22	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
16.75/4.22	c vivif2 --  cl tried    11786 cl shrink        0 lits rem          0 time: 0.01
16.75/4.23	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.04
16.75/4.23	c calculated reachability. Time: 0.00
16.75/4.23	c  N st    24     69886       485      2119         0     11786      6450    162959   no data   no data  --
21.95/5.50	c  F st    25     87500       485      2119         0     17243      6450    285683   no data   no data  --
21.95/5.50	c  N st    25     87500       485      2119         0     17243      6450    285683   no data   no data  --
23.55/5.91	c Decided on static restart strategy
24.35/6.14	c  N st    32     95540       485      2119         0     25117      6450    460106   no data   no data  --
27.14/6.81	c  N st    34    104829       485      2119         0     21565      6450    370977   no data   no data  --
27.14/6.81	c  S st    34    104829       485      2119         0     21565      6450    370977   no data   no data  --
27.14/6.87	c  S st    34    105332       485      2119         0     22067      6450    381800   no data   no data  --
27.14/6.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.14/6.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.14/6.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
27.14/6.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.14/6.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.14/6.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
27.14/6.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.74/7.72	c lits-rem:       438  cl-subs:      653  v-elim:      0  v-fix:    0  time:  3.32 s
30.74/7.72	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
30.74/7.72	c vivif2 --  cl tried    21414 cl shrink        0 lits rem          0 time: 0.01
30.74/7.74	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.06
30.74/7.74	c calculated reachability. Time: 0.00
30.74/7.74	c  N st    34    105332       485      2119         0     21414      6450    365308   no data   no data  --
34.74/8.72	c  N st    35    114931       485      2119         0     17131      6450    245746   no data   no data  --
39.53/9.93	c  N st    36    129330       485      2119         0     16443      6450    212986   no data   no data  --
47.14/11.80	c  N st    37    150926       485      2119         0     21895      6450    325335   no data   no data  --
49.52/12.44	c  S st    38    158000       485      2119         0     28790      6450    482384   no data   no data  --
49.92/12.51	c  S st    38    158503       485      2119         0     29291      6450    493204   no data   no data  --
49.92/12.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
49.92/12.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
49.92/12.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
49.92/12.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.92/12.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.92/12.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
49.92/12.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
56.31/14.11	c lits-rem:      1009  cl-subs:     1731  v-elim:      0  v-fix:    0  time:  6.27 s
56.31/14.11	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
56.31/14.12	c vivif2 --  cl tried    27560 cl shrink        0 lits rem          0 time: 0.02
56.31/14.14	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.09
56.31/14.14	c calculated reachability. Time: 0.00
56.31/14.14	c  N st    38    158503       485      2119         0     27560      6450    454273   no data   no data  --
75.48/18.92	c  N st    39    207091       485      2119         0     22404      6450    307914   no data   no data  --
88.66/22.22	c  N st    40    237757       485      2119         0     32655      6450    511276   no data   no data  --
88.66/22.22	c  S st    40    237757       485      2119         0     32655      6450    511276   no data   no data  --
89.06/22.31	c  S st    40    238259       485      2119         0     33156      6450    522302   no data   no data  --
89.06/22.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
89.06/22.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
89.06/22.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
89.06/22.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
89.06/22.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
89.06/22.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
89.06/22.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
95.86/24.05	c lits-rem:       802  cl-subs:     2245  v-elim:      0  v-fix:    0  time:  6.85 s
95.86/24.05	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
95.86/24.06	c vivif2 --  cl tried    30911 cl shrink        0 lits rem          0 time: 0.02
95.86/24.08	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.10
95.86/24.08	c calculated reachability. Time: 0.00
95.86/24.08	c  N st    40    238259       485      2119         0     30911      6450    475758   no data   no data  --
126.23/31.64	c  F st    41    306253       485      2119         0     32860      6450    484148   no data   no data  --
126.23/31.64	c  N st    41    306253       485      2119         0     32860      6450    484148   no data   no data  --
129.01/32.30	c Decided on static restart strategy
139.42/34.97	c  N st    51    334559       485      2119         0     37084      6450    561439   no data   no data  --
150.59/37.76	c  N st    53    357388       485      2119         0     35076      6450    521874   no data   no data  --
150.59/37.76	c  S st    53    357388       485      2119         0     35076      6450    521874   no data   no data  --
150.99/37.86	c  S st    53    357891       485      2119         0     35579      6450    533247   no data   no data  --
150.99/37.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
150.99/37.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
150.99/37.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
150.99/37.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
150.99/37.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
150.99/37.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
150.99/37.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
157.77/39.50	c lits-rem:       923  cl-subs:     1035  v-elim:      0  v-fix:    0  time:  6.43 s
157.77/39.50	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
157.77/39.50	c vivif2 --  cl tried    34544 cl shrink        0 lits rem          0 time: 0.02
157.77/39.53	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.12
157.77/39.54	c calculated reachability. Time: 0.00
157.77/39.54	c  N st    53    357891       485      2119         0     34544      6450    506246   no data   no data  --
176.14/44.15	c  N st    54    390283       485      2119         0     40683      6450    624636   no data   no data  --
206.10/51.65	c  N st    55    438871       485      2119         0     34360      6450    438299   no data   no data  --
246.45/61.78	c  N st    56    511753       485      2119         0     47864      6450    738835   no data   no data  --
260.43/65.24	c  N st    57    536837       485      2119         0     42226      6450    605331   no data   no data  --
260.43/65.24	c  S st    57    536837       485      2119         0     42226      6450    605331   no data   no data  --
260.83/65.35	c  S st    57    537344       485      2119         0     42732      6450    616583   no data   no data  --
260.83/65.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
260.83/65.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
260.83/65.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
260.83/65.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
260.83/65.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
260.83/65.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
260.83/65.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
269.22/67.44	c lits-rem:      1138  cl-subs:     1435  v-elim:      0  v-fix:    0  time:  8.20 s
269.22/67.44	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
269.22/67.45	c vivif2 --  cl tried    41297 cl shrink        0 lits rem          0 time: 0.03
269.22/67.49	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.16
269.22/67.49	c calculated reachability. Time: 0.00
269.22/67.49	c  N st    57    537344       485      2119         0     41297      6450    582626   no data   no data  --
383.46/96.08	c  N st    58    701328       485      2119         0     35365      6450    351763   no data   no data  --
460.18/115.27	c  N st    59    806016       485      2119         0     64003      6450    959060   no data   no data  --
460.18/115.27	c  S st    59    806016       485      2119         0     64003      6450    959060   no data   no data  --
460.96/115.46	c  S st    59    806521       485      2119         0     64508      6450    970772   no data   no data  --
460.96/115.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
460.96/115.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
460.96/115.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
461.36/115.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
461.36/115.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
461.36/115.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
461.36/115.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
478.13/119.80	c lits-rem:       939  cl-subs:     6298  v-elim:      0  v-fix:    0  time: 17.05 s
478.13/119.80	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
478.53/119.81	c vivif2 --  cl tried    58210 cl shrink        0 lits rem          0 time: 0.04
478.53/119.87	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.26
478.53/119.87	c calculated reachability. Time: 0.00
478.53/119.87	c  N st    59    806521       485      2119         0     58210      6450    847069   no data   no data  --
675.09/169.02	c  F st    60   1071875       485      2119         0     74286      6450   1115592   no data   no data  --
675.09/169.02	c  N st    60   1071875       485      2119         0     74286      6450   1115592   no data   no data  --
680.27/170.38	c Decided on static restart strategy
697.84/174.76	c  N st    70   1100180       485      2119         0     58263      6450    754100   no data   no data  --
727.00/182.04	c  N st    72   1136172       485      2119         0     48573      6450    518128   no data   no data  --
754.19/188.82	c  N st    73   1168564       485      2119         0     80128      6450   1275098   no data   no data  --
790.12/197.80	c  N st    74   1209786       485      2119         0     74552      6450   1108241   no data   no data  --
790.12/197.80	c  S st    74   1209786       485      2119         0     74552      6450   1108241   no data   no data  --
790.91/198.06	c  S st    74   1210287       485      2119         0     75052      6450   1119974   no data   no data  --
790.91/198.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
790.91/198.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
791.31/198.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.17
791.31/198.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
791.31/198.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
791.31/198.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
791.31/198.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
813.29/203.63	c lits-rem:       261  cl-subs:     3787  v-elim:      0  v-fix:    0  time: 21.89 s
813.29/203.63	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
813.29/203.65	c vivif2 --  cl tried    71265 cl shrink        0 lits rem          0 time: 0.06
813.69/203.77	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.48
813.69/203.77	c calculated reachability. Time: 0.00
813.69/203.77	c  N st    74   1210287       485      2119         0     71265      6450   1036958   no data   no data  --
880.80/220.56	c  N st    75   1283169       485      2119         0     47789      6450    452517   no data   no data  --
985.05/246.64	c  N st    76   1392492       485      2119         0     55977      6450    608626   no data   no data  --
1129.66/282.84	c  N st    77   1556477       485      2119         0     60624      6450    677091   no data   no data  --
1276.27/319.50	c  N st    78   1710287       485      2119         0    102038      6450   1516680   no data   no data  --
1276.27/319.50	c  S st    78   1710287       485      2119         0    102038      6450   1516680   no data   no data  --
1277.48/319.85	c  S st    78   1710788       485      2119         0    102537      6450   1528847   no data   no data  --
1277.48/319.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1277.48/319.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1277.86/319.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
1277.86/319.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1277.86/319.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1277.86/319.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
1277.86/319.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1329.00/332.73	c lits-rem:       834  cl-subs:    13731  v-elim:      0  v-fix:    0  time: 51.01 s
1329.00/332.73	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
1329.00/332.75	c vivif2 --  cl tried    88806 cl shrink        0 lits rem          0 time: 0.07
1329.40/332.87	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.50
1329.40/332.88	c calculated reachability. Time: 0.00
1329.40/332.88	c  N st    78   1710788       485      2119         0     88806      6450   1266612   no data   no data  --
1728.46/432.70	c  N st    79   2079752       485      2119         0    100783      6450   1419222   no data   no data  --
1879.48/470.52	c  N st    80   2210790       485      2119         0    104597      6450   1467189   no data   no data  --
1879.48/470.52	c  S st    80   2210790       485      2119         0    104597      6450   1467189   no data   no data  --
1880.65/470.89	c  S st    80   2211295       485      2119         0    105102      6450   1479580   no data   no data  --
1880.65/470.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1880.65/470.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1881.05/470.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
1881.05/470.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1881.05/470.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1881.05/470.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
1881.05/470.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1919.03/480.48	c lits-rem:       334  cl-subs:     9774  v-elim:      0  v-fix:    0  time: 37.87 s
1919.03/480.48	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
1919.03/480.50	c vivif2 --  cl tried    95328 cl shrink        0 lits rem          0 time: 0.08
1919.80/480.64	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.57
1919.80/480.64	c calculated reachability. Time: 0.00
1919.80/480.64	c  N st    80   2211295       485      2119         0     95328      6450   1298305   no data   no data  --
2547.75/637.89	c  N st    81   2711295       485      2119         0    118393      6450   1681173   no data   no data  --
2547.75/637.89	c  S st    81   2711295       485      2119         0    118393      6450   1681173   no data   no data  --
2549.76/638.32	c  S st    81   2711799       485      2119         0    118896      6450   1693418   no data   no data  --
2549.76/638.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2549.76/638.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2549.76/638.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
2550.16/638.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2550.16/638.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2550.16/638.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
2550.16/638.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2601.29/651.28	c lits-rem:      1380  cl-subs:    13123  v-elim:      0  v-fix:    0  time: 51.27 s
2601.29/651.28	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
2601.69/651.30	c vivif2 --  cl tried   105773 cl shrink        0 lits rem          0 time: 0.08
2602.09/651.46	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.61
2602.09/651.46	c calculated reachability. Time: 0.00
2602.09/651.46	c  N st    81   2711799       485      2119         0    105773      6450   1455123   no data   no data  --
3257.61/815.51	c  N st    82   3211799       485      2119         0     82262      6450    819774   no data   no data  --
3257.61/815.51	c  S st    82   3211799       485      2119         0     82262      6450    819774   no data   no data  --
3258.40/815.76	c  S st    82   3212303       485      2119         0     82765      6450    831494   no data   no data  --
3258.40/815.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3258.40/815.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3258.82/815.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.13
3258.82/815.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3258.82/815.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3258.82/815.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
3258.82/815.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3269.99/818.66	c lits-rem:       568  cl-subs:     1631  v-elim:      0  v-fix:    0  time: 11.31 s
3269.99/818.66	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
3269.99/818.68	c vivif2 --  cl tried    81134 cl shrink        0 lits rem          0 time: 0.05
3270.39/818.78	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.42
3270.39/818.78	c calculated reachability. Time: 0.00
3270.39/818.78	c  N st    82   3212303       485      2119         0     81134      6450    801407   no data   no data  --
3949.47/988.77	c  N st    83   3712303       485      2119         0     91947      6450    955363   no data   no data  --
3949.47/988.77	c  S st    83   3712303       485      2119         0     91947      6450    955363   no data   no data  --
3951.07/989.12	c  S st    83   3712805       485      2119         0     92446      6450    967070   no data   no data  --
3951.07/989.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3951.07/989.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3951.07/989.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.21
3951.47/989.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3951.47/989.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3951.47/989.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
3951.47/989.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3972.24/994.46	c lits-rem:       694  cl-subs:     2027  v-elim:      0  v-fix:    0  time: 20.95 s
3972.24/994.46	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
3972.24/994.48	c vivif2 --  cl tried    90419 cl shrink        0 lits rem          0 time: 0.06
3973.05/994.64	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.65
3973.05/994.65	c calculated reachability. Time: 0.00
3973.05/994.65	c  N st    83   3712805       485      2119         0     90419      6450    931285   no data   no data  --
4027.78/1008.35	c  F st    84   3751565       485      2119         0    127912      6450   1787661   no data   no data  --
4027.78/1008.35	c  N st    84   3751565       485      2119         0    127912      6450   1787661   no data   no data  --
4037.35/1010.74	c Decided on static restart strategy
4088.89/1023.63	c  N st    94   3779876       485      2119         0    155541      6450   2419126   no data   no data  --
4137.64/1035.88	c  N st    96   3815868       485      2119         0    108153      6450   1318084   no data   no data  --
4188.35/1048.53	c  N st    97   3848262       485      2119         0    139524      6450   1972495   no data   no data  --
4262.25/1067.05	c  N st    98   3896850       485      2119         0    103330      6450   1200472   no data   no data  --
4375.32/1095.32	c  N st    99   3969735       485      2119         0     89603      6450    863506   no data   no data  --
4539.08/1136.31	c  N st   100   4079058       485      2119         0    110214      6450   1306212   no data   no data  --
4734.02/1185.11	c  N st   101   4212805       485      2119         0    153525      6450   2273998   no data   no data  --
4734.02/1185.11	c  S st   101   4212805       485      2119         0    153525      6450   2273998   no data   no data  --
4736.01/1185.61	c  S st   101   4213307       485      2119         0    154026      6450   2286134   no data   no data  --
4736.01/1185.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4736.01/1185.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4736.41/1185.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.32
4736.41/1185.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4736.41/1185.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4736.41/1185.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
4736.41/1185.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  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: 977)

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-3368992-1307657442/watcher-3368992-1307657442 -o /tmp/evaluation-result-3368992-1307657442/solver-3368992-1307657442 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368992-1307657442.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: 3.70 4.88 5.48 2/176 8565
/proc/meminfo: memFree=32124380/32951124 swapFree=67051740/67111528
[pid=8565] ppid=8561 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8565/stat : 8565 (strangenight1-m) R 8561 8565 7396 0 -1 4202496 413 0 0 0 0 0 0 0 22 0 4 0 877342208 52465664 352 33554432000 4194304 4650419 140736439900384 18446744073709551615 47488690083756 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8565/statm: 12809 352 303 112 0 7774 0
[pid=8565/tid=8566] ppid=8561 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8565/task/8566/stat : 8566 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 877342209 52465664 352 33554432000 4194304 4650419 140736439900384 18446744073709551615 47488690084002 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8565/tid=8567] ppid=8561 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8565/task/8567/stat : 8567 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 877342209 52465664 352 33554432000 4194304 4650419 140736439900384 18446744073709551615 47488690083762 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8565/tid=8569] ppid=8561 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8565/task/8569/stat : 8569 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 877342209 52465664 352 33554432000 4194304 4650419 140736439900384 18446744073709551615 47488690083762 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.139153 s]
/proc/loadavg: 3.70 4.88 5.48 2/176 8565
/proc/meminfo: memFree=32124380/32951124 swapFree=67051740/67111528
[pid=8565] ppid=8561 vsize=285308 CPUtime=3.29 cores=0,2,4,6
/proc/8565/stat : 8565 (strangenight1-m) R 8561 8565 7396 0 -1 4202496 5191 0 0 0 328 1 0 0 19 0 4 0 877342208 292155392 2661 33554432000 4194304 4650419 140736439900384 18446744073709551615 4333908 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8565/statm: 71327 2661 393 112 0 66292 0
[pid=8565/tid=8566] ppid=8561 vsize=285308 CPUtime=0.81 cores=0,2,4,6
/proc/8565/task/8566/stat : 8566 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 1254 0 0 0 81 0 0 0 19 0 4 0 877342209 292155392 2661 33554432000 4194304 4650419 140736439900384 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8565/tid=8567] ppid=8561 vsize=285308 CPUtime=0.82 cores=0,2,4,6
/proc/8565/task/8567/stat : 8567 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 1246 0 0 0 82 0 0 0 25 0 4 0 877342209 292155392 2661 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8565/tid=8569] ppid=8561 vsize=285308 CPUtime=0.82 cores=0,2,4,6
/proc/8565/task/8569/stat : 8569 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 1081 0 0 0 82 0 0 0 19 0 4 0 877342209 292155392 2661 33554432000 4194304 4650419 140736439900384 18446744073709551615 4333952 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 285308

[startup+0.930173 s]
/proc/loadavg: 3.70 4.88 5.48 2/176 8565
/proc/meminfo: memFree=32124380/32951124 swapFree=67051740/67111528
[pid=8565] ppid=8561 vsize=285308 CPUtime=3.69 cores=0,2,4,6
/proc/8565/stat : 8565 (strangenight1-m) R 8561 8565 7396 0 -1 4202496 5387 0 0 0 368 1 0 0 19 0 4 0 877342208 292155392 2857 33554432000 4194304 4650419 140736439900384 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8565/statm: 71327 2857 393 112 0 66292 0
[pid=8565/tid=8566] ppid=8561 vsize=285308 CPUtime=0.91 cores=0,2,4,6
/proc/8565/task/8566/stat : 8566 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 1302 0 0 0 91 0 0 0 19 0 4 0 877342209 292155392 2857 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8565/tid=8567] ppid=8561 vsize=285308 CPUtime=0.92 cores=0,2,4,6
/proc/8565/task/8567/stat : 8567 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 1301 0 0 0 92 0 0 0 25 0 4 0 877342209 292155392 2857 33554432000 4194304 4650419 140736439900384 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8565/tid=8569] ppid=8561 vsize=285308 CPUtime=0.92 cores=0,2,4,6
/proc/8565/task/8569/stat : 8569 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 1127 0 0 0 92 0 0 0 19 0 4 0 877342209 292155392 2857 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 285308

[startup+1.03016 s]
/proc/loadavg: 3.70 4.88 5.48 2/176 8565
/proc/meminfo: memFree=32124380/32951124 swapFree=67051740/67111528
[pid=8565] ppid=8561 vsize=285308 CPUtime=4.09 cores=0,2,4,6
/proc/8565/stat : 8565 (strangenight1-m) R 8561 8565 7396 0 -1 4202496 5649 0 0 0 408 1 0 0 19 0 4 0 877342208 292155392 3119 33554432000 4194304 4650419 140736439900384 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8565/statm: 71327 3119 394 112 0 66292 0
[pid=8565/tid=8566] ppid=8561 vsize=285308 CPUtime=1.01 cores=0,2,4,6
/proc/8565/task/8566/stat : 8566 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 1373 0 0 0 101 0 0 0 19 0 4 0 877342209 292155392 3119 33554432000 4194304 4650419 140736439900384 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8565/tid=8567] ppid=8561 vsize=285308 CPUtime=1.02 cores=0,2,4,6
/proc/8565/task/8567/stat : 8567 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 1375 0 0 0 102 0 0 0 25 0 4 0 877342209 292155392 3119 33554432000 4194304 4650419 140736439900384 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8565/tid=8569] ppid=8561 vsize=285308 CPUtime=1.02 cores=0,2,4,6
/proc/8565/task/8569/stat : 8569 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 1200 0 0 0 102 0 0 0 19 0 4 0 877342209 292155392 3119 33554432000 4194304 4650419 140736439900384 18446744073709551615 4363520 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 285308

[startup+1.13014 s]
/proc/loadavg: 3.70 4.88 5.48 2/176 8565
/proc/meminfo: memFree=32124380/32951124 swapFree=67051740/67111528
[pid=8565] ppid=8561 vsize=285956 CPUtime=4.49 cores=0,2,4,6
/proc/8565/stat : 8565 (strangenight1-m) R 8561 8565 7396 0 -1 4202496 6567 0 0 0 448 1 0 0 19 0 4 0 877342208 292818944 2792 33554432000 4194304 4650419 140736439900384 18446744073709551615 4363458 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8565/statm: 71489 2793 394 112 0 66454 0
[pid=8565/tid=8566] ppid=8561 vsize=285956 CPUtime=1.11 cores=0,2,4,6
/proc/8565/task/8566/stat : 8566 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 1613 0 0 0 111 0 0 0 19 0 4 0 877342209 292818944 2793 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8565/tid=8567] ppid=8561 vsize=285956 CPUtime=1.12 cores=0,2,4,6
/proc/8565/task/8567/stat : 8567 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 1615 0 0 0 112 0 0 0 25 0 4 0 877342209 292818944 2793 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8565/tid=8569] ppid=8561 vsize=285956 CPUtime=1.12 cores=0,2,4,6
/proc/8565/task/8569/stat : 8569 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 1393 0 0 0 112 0 0 0 19 0 4 0 877342209 292818944 2793 33554432000 4194304 4650419 140736439900384 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 285956

[startup+1.50107 s]
/proc/loadavg: 3.70 4.88 5.48 2/176 8565
/proc/meminfo: memFree=32124380/32951124 swapFree=67051740/67111528
[pid=8565] ppid=8561 vsize=290772 CPUtime=5.98 cores=0,2,4,6
/proc/8565/stat : 8565 (strangenight1-m) R 8561 8565 7396 0 -1 4202496 8354 0 0 0 596 2 0 0 20 0 4 0 877342208 297750528 4579 33554432000 4194304 4650419 140736439900384 18446744073709551615 4438822 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8565/statm: 72693 4579 395 112 0 67658 0
[pid=8565/tid=8566] ppid=8561 vsize=290772 CPUtime=1.48 cores=0,2,4,6
/proc/8565/task/8566/stat : 8566 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 1793 0 0 0 148 0 0 0 20 0 4 0 877342209 297750528 4579 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8565/tid=8567] ppid=8561 vsize=290772 CPUtime=1.49 cores=0,2,4,6
/proc/8565/task/8567/stat : 8567 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 1787 0 0 0 149 0 0 0 25 0 4 0 877342209 297750528 4579 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8565/tid=8569] ppid=8561 vsize=290772 CPUtime=1.49 cores=0,2,4,6
/proc/8565/task/8569/stat : 8569 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 1559 0 0 0 149 0 0 0 20 0 4 0 877342209 297750528 4579 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 290772

[startup+3.10078 s]
/proc/loadavg: 3.70 4.88 5.48 10/184 8573
/proc/meminfo: memFree=32049900/32951124 swapFree=67051740/67111528
[pid=8565] ppid=8561 vsize=273972 CPUtime=12.37 cores=0,2,4,6
/proc/8565/stat : 8565 (strangenight1-m) R 8561 8565 7396 0 -1 4202496 16214 0 0 0 1234 3 0 0 25 0 4 0 877342208 280547328 9751 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365231 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8565/statm: 68493 9751 395 112 0 63458 0
[pid=8565/tid=8566] ppid=8561 vsize=273972 CPUtime=3.08 cores=0,2,4,6
/proc/8565/task/8566/stat : 8566 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 3943 0 0 0 307 1 0 0 25 0 4 0 877342209 280547328 9751 33554432000 4194304 4650419 140736439900384 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8565/tid=8567] ppid=8561 vsize=273972 CPUtime=3.08 cores=0,2,4,6
/proc/8565/task/8567/stat : 8567 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 4325 0 0 0 308 0 0 0 25 0 4 0 877342209 280547328 9751 33554432000 4194304 4650419 140736439900384 18446744073709551615 4327608 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8565/tid=8569] ppid=8561 vsize=273972 CPUtime=3.09 cores=0,2,4,6
/proc/8565/task/8569/stat : 8569 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 3650 0 0 0 309 0 0 0 25 0 4 0 877342209 280547328 9751 33554432000 4194304 4650419 140736439900384 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 273972

[startup+6.3062 s]
/proc/loadavg: 4.13 4.95 5.50 9/184 8574
/proc/meminfo: memFree=32022364/32951124 swapFree=67051740/67111528
[pid=8565] ppid=8561 vsize=275812 CPUtime=25.17 cores=0,2,4,6
/proc/8565/stat : 8565 (strangenight1-m) R 8561 8565 7396 0 -1 4202496 23580 0 0 0 2513 4 0 0 25 0 4 0 877342208 282431488 12802 33554432000 4194304 4650419 140736439900384 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8565/statm: 68953 12802 395 112 0 63918 0
[pid=8565/tid=8566] ppid=8561 vsize=275812 CPUtime=6.26 cores=0,2,4,6
/proc/8565/task/8566/stat : 8566 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 6624 0 0 0 625 1 0 0 25 0 4 0 877342209 282431488 12802 33554432000 4194304 4650419 140736439900384 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8565/tid=8567] ppid=8561 vsize=275812 CPUtime=6.3 cores=0,2,4,6
/proc/8565/task/8567/stat : 8567 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 5767 0 0 0 629 1 0 0 25 0 4 0 877342209 282431488 12802 33554432000 4194304 4650419 140736439900384 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8565/tid=8569] ppid=8561 vsize=275812 CPUtime=6.29 cores=0,2,4,6
/proc/8565/task/8569/stat : 8569 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 4768 0 0 0 629 0 0 0 25 0 4 0 877342209 282431488 12802 33554432000 4194304 4650419 140736439900384 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 275812

[startup+12.701 s]
/proc/loadavg: 4.44 5.00 5.51 10/184 8574
/proc/meminfo: memFree=31991696/32951124 swapFree=67051740/67111528
[pid=8565] ppid=8561 vsize=285852 CPUtime=50.72 cores=0,2,4,6
/proc/8565/stat : 8565 (strangenight1-m) R 8561 8565 7396 0 -1 4202496 36816 0 0 0 5065 7 0 0 25 0 4 0 877342208 292712448 18458 33554432000 4194304 4650419 140736439900384 18446744073709551615 4433048 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8565/statm: 71463 18458 395 112 0 66428 0
[pid=8565/tid=8566] ppid=8561 vsize=285852 CPUtime=12.63 cores=0,2,4,6
/proc/8565/task/8566/stat : 8566 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 10294 0 0 0 1261 2 0 0 25 0 4 0 877342209 292712448 18458 33554432000 4194304 4650419 140736439900384 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8565/tid=8567] ppid=8561 vsize=285852 CPUtime=12.69 cores=0,2,4,6
/proc/8565/task/8567/stat : 8567 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 8569 0 0 0 1268 1 0 0 25 0 4 0 877342209 292712448 18458 33554432000 4194304 4650419 140736439900384 18446744073709551615 4364424 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8565/tid=8569] ppid=8561 vsize=285852 CPUtime=12.68 cores=0,2,4,6
/proc/8565/task/8569/stat : 8569 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 6934 0 0 0 1268 0 0 0 25 0 4 0 877342209 292712448 18458 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 285852

[startup+25.5007 s]
/proc/loadavg: 5.23 5.14 5.55 10/184 8574
/proc/meminfo: memFree=31925472/32951124 swapFree=67051740/67111528
[pid=8565] ppid=8561 vsize=315080 CPUtime=101.85 cores=0,2,4,6
/proc/8565/stat : 8565 (strangenight1-m) R 8561 8565 7396 0 -1 4202496 55306 0 0 0 10175 10 0 0 25 0 4 0 877342208 322641920 25964 33554432000 4194304 4650419 140736439900384 18446744073709551615 4367284 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8565/statm: 78770 25964 395 112 0 73735 0
[pid=8565/tid=8566] ppid=8561 vsize=315080 CPUtime=25.36 cores=0,2,4,6
/proc/8565/task/8566/stat : 8566 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 15239 0 0 0 2533 3 0 0 25 0 4 0 877342209 322641920 25964 33554432000 4194304 4650419 140736439900384 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8565/tid=8567] ppid=8561 vsize=315080 CPUtime=25.48 cores=0,2,4,6
/proc/8565/task/8567/stat : 8567 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 15063 0 0 0 2546 2 0 0 25 0 4 0 877342209 322641920 25964 33554432000 4194304 4650419 140736439900384 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8565/tid=8569] ppid=8561 vsize=315080 CPUtime=25.49 cores=0,2,4,6
/proc/8565/task/8569/stat : 8569 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 9697 0 0 0 2548 1 0 0 25 0 4 0 877342209 322641920 25964 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 315080

[startup+51.1011 s]
/proc/loadavg: 6.17 5.37 5.61 9/184 8575
/proc/meminfo: memFree=31857108/32951124 swapFree=67051740/67111528
[pid=8565] ppid=8561 vsize=296644 CPUtime=204.11 cores=0,2,4,6
/proc/8565/stat : 8565 (strangenight1-m) R 8561 8565 7396 0 -1 4202496 79587 0 0 0 20395 16 0 0 25 0 4 0 877342208 303763456 30197 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365273 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8565/statm: 74161 30197 395 112 0 69126 0
[pid=8565/tid=8566] ppid=8561 vsize=296644 CPUtime=50.81 cores=0,2,4,6
/proc/8565/task/8566/stat : 8566 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 22658 0 0 0 5077 4 0 0 25 0 4 0 877342209 303763456 30197 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8565/tid=8567] ppid=8561 vsize=296644 CPUtime=51.09 cores=0,2,4,6
/proc/8565/task/8567/stat : 8567 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 24070 0 0 0 5105 4 0 0 25 0 4 0 877342209 303763456 30197 33554432000 4194304 4650419 140736439900384 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8565/tid=8569] ppid=8561 vsize=296644 CPUtime=51.09 cores=0,2,4,6
/proc/8565/task/8569/stat : 8569 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 13983 0 0 0 5106 3 0 0 25 0 4 0 877342209 303763456 30197 33554432000 4194304 4650419 140736439900384 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 296644

[startup+102.301 s]
/proc/loadavg: 7.25 5.79 5.74 10/184 8576
/proc/meminfo: memFree=31804620/32951124 swapFree=67051740/67111528
[pid=8565] ppid=8561 vsize=367700 CPUtime=408.63 cores=0,2,4,6
/proc/8565/stat : 8565 (strangenight1-m) R 8561 8565 7396 0 -1 4202496 122067 0 0 0 40835 28 0 0 25 0 4 0 877342208 376524800 38268 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8565/statm: 91925 38268 395 112 0 86890 0
[pid=8565/tid=8566] ppid=8561 vsize=367700 CPUtime=101.74 cores=0,2,4,6
/proc/8565/task/8566/stat : 8566 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 32589 0 0 0 10166 8 0 0 25 0 4 0 877342209 376524800 38268 33554432000 4194304 4650419 140736439900384 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8565/tid=8567] ppid=8561 vsize=367700 CPUtime=102.29 cores=0,2,4,6
/proc/8565/task/8567/stat : 8567 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 37277 0 0 0 10222 7 0 0 25 0 4 0 877342209 376524800 38268 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8565/tid=8569] ppid=8561 vsize=367700 CPUtime=102.29 cores=0,2,4,6
/proc/8565/task/8569/stat : 8569 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 22645 0 0 0 10224 5 0 0 25 0 4 0 877342209 376524800 38268 33554432000 4194304 4650419 140736439900384 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 367700

[startup+162.301 s]

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

[pid=8565] ppid=8561 vsize=582644 CPUtime=2805.41 cores=0,2,4,6
/proc/8565/stat : 8565 (strangenight1-m) R 8561 8565 7396 0 -1 4202496 414025 0 0 0 280397 144 0 0 25 0 4 0 877342208 596627456 85310 33554432000 4194304 4650419 140736439900384 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8565/statm: 145661 85310 395 112 0 140626 0
[pid=8565/tid=8566] ppid=8561 vsize=582644 CPUtime=698.48 cores=0,2,4,6
/proc/8565/task/8566/stat : 8566 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 121687 0 0 0 69805 43 0 0 25 0 4 0 877342209 596627456 85310 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8565/tid=8567] ppid=8561 vsize=582644 CPUtime=702.3 cores=0,2,4,6
/proc/8565/task/8567/stat : 8567 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 137138 0 0 0 70185 45 0 0 25 0 4 0 877342209 596627456 85310 33554432000 4194304 4650419 140736439900384 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8565/tid=8569] ppid=8561 vsize=582644 CPUtime=702.3 cores=0,2,4,6
/proc/8565/task/8569/stat : 8569 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 71442 0 0 0 70203 27 0 0 25 0 4 0 877342209 596627456 85310 33554432000 4194304 4650419 140736439900384 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.41
Current children cumulated vsize (KiB) 582644

[startup+762.301 s]
/proc/loadavg: 8.13 7.86 6.93 10/184 8594
/proc/meminfo: memFree=31407512/32951124 swapFree=67051740/67111528
[pid=8565] ppid=8561 vsize=583320 CPUtime=3045.09 cores=0,2,4,6
/proc/8565/stat : 8565 (strangenight1-m) R 8561 8565 7396 0 -1 4202496 433304 0 0 0 304358 151 0 0 25 0 4 0 877342208 597319680 84069 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8565/statm: 145830 84069 395 112 0 140795 0
[pid=8565/tid=8566] ppid=8561 vsize=583320 CPUtime=758.16 cores=0,2,4,6
/proc/8565/task/8566/stat : 8566 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 130403 0 0 0 75769 47 0 0 25 0 4 0 877342209 597319680 84069 33554432000 4194304 4650419 140736439900384 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8565/tid=8567] ppid=8561 vsize=583320 CPUtime=762.3 cores=0,2,4,6
/proc/8565/task/8567/stat : 8567 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 144637 0 0 0 76182 48 0 0 25 0 4 0 877342209 597319680 84069 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8565/tid=8569] ppid=8561 vsize=583320 CPUtime=762.3 cores=0,2,4,6
/proc/8565/task/8569/stat : 8569 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 74379 0 0 0 76202 28 0 0 25 0 4 0 877342209 597319680 84069 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.09
Current children cumulated vsize (KiB) 583320

[startup+822.3 s]
/proc/loadavg: 8.18 7.93 7.01 10/184 8595
/proc/meminfo: memFree=31338424/32951124 swapFree=67051740/67111528
[pid=8565] ppid=8561 vsize=583476 CPUtime=3284.77 cores=0,2,4,6
/proc/8565/stat : 8565 (strangenight1-m) R 8561 8565 7396 0 -1 4202496 454372 0 0 0 328317 160 0 0 25 0 4 0 877342208 597479424 94408 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8565/statm: 145869 94408 395 112 0 140834 0
[pid=8565/tid=8566] ppid=8561 vsize=583476 CPUtime=817.83 cores=0,2,4,6
/proc/8565/task/8566/stat : 8566 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 140369 0 0 0 81734 49 0 0 25 0 4 0 877342209 597479424 94408 33554432000 4194304 4650419 140736439900384 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8565/tid=8567] ppid=8561 vsize=583476 CPUtime=822.31 cores=0,2,4,6
/proc/8565/task/8567/stat : 8567 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 151574 0 0 0 82179 52 0 0 25 0 4 0 877342209 597479424 94408 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365267 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8565/tid=8569] ppid=8561 vsize=583476 CPUtime=822.3 cores=0,2,4,6
/proc/8565/task/8569/stat : 8569 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 78391 0 0 0 82200 30 0 0 25 0 4 0 877342209 597479424 94408 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.77
Current children cumulated vsize (KiB) 583476

[startup+882.3 s]
/proc/loadavg: 8.22 7.98 7.08 10/184 8597
/proc/meminfo: memFree=31339392/32951124 swapFree=67051740/67111528
[pid=8565] ppid=8561 vsize=595728 CPUtime=3524.44 cores=0,2,4,6
/proc/8565/stat : 8565 (strangenight1-m) R 8561 8565 7396 0 -1 4202496 475527 0 0 0 352276 168 0 0 25 0 4 0 877342208 610025472 92806 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8565/statm: 148932 92806 395 112 0 143897 0
[pid=8565/tid=8566] ppid=8561 vsize=595728 CPUtime=877.51 cores=0,2,4,6
/proc/8565/task/8566/stat : 8566 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 147486 0 0 0 87699 52 0 0 25 0 4 0 877342209 610025472 92806 33554432000 4194304 4650419 140736439900384 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8565/tid=8567] ppid=8561 vsize=595728 CPUtime=882.31 cores=0,2,4,6
/proc/8565/task/8567/stat : 8567 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 161518 0 0 0 88177 54 0 0 25 0 4 0 877342209 610025472 92806 33554432000 4194304 4650419 140736439900384 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8565/tid=8569] ppid=8561 vsize=595728 CPUtime=882.31 cores=0,2,4,6
/proc/8565/task/8569/stat : 8569 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 79704 0 0 0 88199 32 0 0 25 0 4 0 877342209 610025472 92806 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.44
Current children cumulated vsize (KiB) 595728

[startup+942.301 s]
/proc/loadavg: 8.20 8.01 7.14 10/184 8599
/proc/meminfo: memFree=31318784/32951124 swapFree=67051740/67111528
[pid=8565] ppid=8561 vsize=597152 CPUtime=3764.14 cores=0,2,4,6
/proc/8565/stat : 8565 (strangenight1-m) R 8561 8565 7396 0 -1 4202496 492782 0 0 0 376237 177 0 0 25 0 4 0 877342208 611483648 97358 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8565/statm: 149288 97358 395 112 0 144253 0
[pid=8565/tid=8566] ppid=8561 vsize=597152 CPUtime=937.19 cores=0,2,4,6
/proc/8565/task/8566/stat : 8566 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 153455 0 0 0 93664 55 0 0 25 0 4 0 877342209 611483648 97358 33554432000 4194304 4650419 140736439900384 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8565/tid=8567] ppid=8561 vsize=597152 CPUtime=942.31 cores=0,2,4,6
/proc/8565/task/8567/stat : 8567 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 168143 0 0 0 94174 57 0 0 25 0 4 0 877342209 611483648 97358 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8565/tid=8569] ppid=8561 vsize=597152 CPUtime=942.32 cores=0,2,4,6
/proc/8565/task/8569/stat : 8569 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 84364 0 0 0 94197 35 0 0 25 0 4 0 877342209 611483648 97358 33554432000 4194304 4650419 140736439900384 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.14
Current children cumulated vsize (KiB) 597152

[startup+1002.3 s]
/proc/loadavg: 8.18 8.04 7.21 10/184 8600
/proc/meminfo: memFree=31324828/32951124 swapFree=67051740/67111528
[pid=8565] ppid=8561 vsize=586444 CPUtime=4003.8 cores=0,2,4,6
/proc/8565/stat : 8565 (strangenight1-m) R 8561 8565 7396 0 -1 4202496 509652 0 0 0 400195 185 0 0 25 0 4 0 877342208 600518656 94620 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8565/statm: 146611 94620 395 112 0 141576 0
[pid=8565/tid=8566] ppid=8561 vsize=586444 CPUtime=996.86 cores=0,2,4,6
/proc/8565/task/8566/stat : 8566 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 160782 0 0 0 99629 57 0 0 25 0 4 0 877342209 600518656 94620 33554432000 4194304 4650419 140736439900384 18446744073709551615 4431779 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8565/tid=8567] ppid=8561 vsize=586444 CPUtime=1002.31 cores=0,2,4,6
/proc/8565/task/8567/stat : 8567 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 173472 0 0 0 100170 61 0 0 25 0 4 0 877342209 600518656 94620 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8565/tid=8569] ppid=8561 vsize=586444 CPUtime=1002.31 cores=0,2,4,6
/proc/8565/task/8569/stat : 8569 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 86124 0 0 0 100195 36 0 0 25 0 4 0 877342209 600518656 94620 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.8
Current children cumulated vsize (KiB) 586444

[startup+1062.31 s]
/proc/loadavg: 8.16 8.06 7.26 10/184 8602
/proc/meminfo: memFree=31292308/32951124 swapFree=67051740/67111528
[pid=8565] ppid=8561 vsize=588380 CPUtime=4243.5 cores=0,2,4,6
/proc/8565/stat : 8565 (strangenight1-m) R 8561 8565 7396 0 -1 4202496 532179 0 0 0 424158 192 0 0 25 0 4 0 877342208 602501120 97986 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365263 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8565/statm: 147095 97986 395 112 0 142060 0
[pid=8565/tid=8566] ppid=8561 vsize=588380 CPUtime=1056.54 cores=0,2,4,6
/proc/8565/task/8566/stat : 8566 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 167041 0 0 0 105595 59 0 0 25 0 4 0 877342209 602501120 97986 33554432000 4194304 4650419 140736439900384 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8565/tid=8567] ppid=8561 vsize=588380 CPUtime=1062.32 cores=0,2,4,6
/proc/8565/task/8567/stat : 8567 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 182676 0 0 0 106168 64 0 0 25 0 4 0 877342209 602501120 97986 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8565/tid=8569] ppid=8561 vsize=588380 CPUtime=1062.31 cores=0,2,4,6
/proc/8565/task/8569/stat : 8569 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 90346 0 0 0 106194 37 0 0 25 0 4 0 877342209 602501120 97986 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.5
Current children cumulated vsize (KiB) 588380

[startup+1122.3 s]
/proc/loadavg: 8.15 8.08 7.32 10/184 8603
/proc/meminfo: memFree=31285208/32951124 swapFree=67051740/67111528
[pid=8565] ppid=8561 vsize=588560 CPUtime=4483.16 cores=0,2,4,6
/proc/8565/stat : 8565 (strangenight1-m) R 8561 8565 7396 0 -1 4202496 549960 0 0 0 448115 201 0 0 25 0 4 0 877342208 602685440 96216 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8565/statm: 147140 96216 395 112 0 142105 0
[pid=8565/tid=8566] ppid=8561 vsize=588560 CPUtime=1116.2 cores=0,2,4,6
/proc/8565/task/8566/stat : 8566 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 172253 0 0 0 111560 60 0 0 25 0 4 0 877342209 602685440 96216 33554432000 4194304 4650419 140736439900384 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8565/tid=8567] ppid=8561 vsize=588560 CPUtime=1122.32 cores=0,2,4,6
/proc/8565/task/8567/stat : 8567 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 189073 0 0 0 112165 67 0 0 25 0 4 0 877342209 602685440 96216 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8565/tid=8569] ppid=8561 vsize=588560 CPUtime=1122.31 cores=0,2,4,6
/proc/8565/task/8569/stat : 8569 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 91486 0 0 0 112193 38 0 0 25 0 4 0 877342209 602685440 96216 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.16
Current children cumulated vsize (KiB) 588560

[startup+1182.3 s]
/proc/loadavg: 8.22 8.10 7.37 10/184 8605
/proc/meminfo: memFree=31245504/32951124 swapFree=67051740/67111528
[pid=8565] ppid=8561 vsize=588792 CPUtime=4722.84 cores=0,2,4,6
/proc/8565/stat : 8565 (strangenight1-m) R 8561 8565 7396 0 -1 4202496 572884 0 0 0 472074 210 0 0 25 0 4 0 877342208 602923008 101885 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365286 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8565/statm: 147198 101885 395 112 0 142163 0
[pid=8565/tid=8566] ppid=8561 vsize=588792 CPUtime=1175.87 cores=0,2,4,6
/proc/8565/task/8566/stat : 8566 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 179446 0 0 0 117524 63 0 0 25 0 4 0 877342209 602923008 101885 33554432000 4194304 4650419 140736439900384 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8565/tid=8567] ppid=8561 vsize=588792 CPUtime=1182.32 cores=0,2,4,6
/proc/8565/task/8567/stat : 8567 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 194176 0 0 0 118163 69 0 0 25 0 4 0 877342209 602923008 101885 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8565/tid=8569] ppid=8561 vsize=588792 CPUtime=1182.31 cores=0,2,4,6
/proc/8565/task/8569/stat : 8569 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 96132 0 0 0 118191 40 0 0 25 0 4 0 877342209 602923008 101885 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.84
Current children cumulated vsize (KiB) 588792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.16 8.10 7.39 10/184 8605
/proc/meminfo: memFree=31240284/32951124 swapFree=67051740/67111528
[pid=8565] ppid=8561 vsize=644828 CPUtime=4800.35 cores=0,2,4,6
/proc/8565/stat : 8565 (strangenight1-m) R 8561 8565 7396 0 -1 4202496 578194 0 0 0 479823 212 0 0 25 0 4 0 877342208 660303872 103656 33554432000 4194304 4650419 140736439900384 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8565/statm: 161207 103656 395 112 0 156172 0
[pid=8565/tid=8566] ppid=8561 vsize=644828 CPUtime=1195.18 cores=0,2,4,6
/proc/8565/task/8566/stat : 8566 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 180527 0 0 0 119454 64 0 0 25 0 4 0 877342209 660303872 103656 33554432000 4194304 4650419 140736439900384 18446744073709551615 4313443 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8565/tid=8567] ppid=8561 vsize=644828 CPUtime=1201.72 cores=0,2,4,6
/proc/8565/task/8567/stat : 8567 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 196634 0 0 0 120102 70 0 0 25 0 4 0 877342209 660303872 103656 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8565/tid=8569] ppid=8561 vsize=644828 CPUtime=1201.72 cores=0,2,4,6
/proc/8565/task/8569/stat : 8569 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 96865 0 0 0 120132 40 0 0 25 0 4 0 877342209 660303872 103656 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 644828

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

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

[startup+1201.7 s]
/proc/loadavg: 8.16 8.10 7.39 10/184 8605
/proc/meminfo: memFree=31240284/32951124 swapFree=67051740/67111528
[pid=8565] ppid=8561 vsize=644828 CPUtime=4800.35 cores=0,2,4,6
/proc/8565/stat : 8565 (strangenight1-m) R 8561 8565 7396 0 -1 4202496 578194 0 0 0 479823 212 0 0 25 0 4 0 877342208 660303872 103656 33554432000 4194304 4650419 140736439900384 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/8565/statm: 161207 103656 395 112 0 156172 0
[pid=8565/tid=8566] ppid=8561 vsize=644828 CPUtime=1195.18 cores=0,2,4,6
/proc/8565/task/8566/stat : 8566 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 180527 0 0 0 119454 64 0 0 25 0 4 0 877342209 660303872 103656 33554432000 4194304 4650419 140736439900384 18446744073709551615 4313443 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=8565/tid=8567] ppid=8561 vsize=644828 CPUtime=1201.72 cores=0,2,4,6
/proc/8565/task/8567/stat : 8567 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 196634 0 0 0 120102 70 0 0 25 0 4 0 877342209 660303872 103656 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=8565/tid=8569] ppid=8561 vsize=644828 CPUtime=1201.72 cores=0,2,4,6
/proc/8565/task/8569/stat : 8569 (strangenight1-m) R 8561 8565 7396 0 -1 4202560 96865 0 0 0 120132 40 0 0 25 0 4 0 877342209 660303872 103656 33554432000 4194304 4650419 140736439900384 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 644828

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.4
CPU user time (s): 4798.25
CPU system time (s): 2.14967
CPU usage (%): 399.456
Max. virtual memory (cumulated for all children) (KiB): 646192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.25
system time used= 2.14967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 578507
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= 246
involuntary context switches= 38671

runsolver used 2.10268 second user time and 4.46232 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-10 00:10:42
IDJOB=3368992
IDBENCH=83001
IDSOLVER=1846
FILE ID=node138/3368992-1307657442
RUNJOBID= node138-1307657442-8538
PBS_JOBID= 13549404
Free space on /tmp= 74108 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S247862791-097.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368992-1307657442/watcher-3368992-1307657442 -o /tmp/evaluation-result-3368992-1307657442/solver-3368992-1307657442 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368992-1307657442.cnf

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

MD5SUM BENCH= 6b69f72e1046222baee8c8d817a4adac
RANDOM SEED=1857517949

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.82
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.854
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:      32125252 kB
Buffers:        210400 kB
Cached:         407796 kB
SwapCached:      13344 kB
Active:         377232 kB
Inactive:       258716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32125252 kB
SwapTotal:    67111528 kB
SwapFree:     67051740 kB
Dirty:           12460 kB
Writeback:           0 kB
AnonPages:       15396 kB
Mapped:           8444 kB
Slab:           125380 kB
PageTables:       4440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188276 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= 74096 MiB
End job on node138 at 2011-06-10 00:30:46