Trace number 3175383

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.3 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-3175383-1304121919.cnf'
0.00/0.00	c -- header says num vars:            500
0.00/0.00	c -- header says num clauses:        2130
0.00/0.00	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.00	c -- vars added        500
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       500      2130         0         0      6390         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    500 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     15  v-fix:    0  time:  0.01 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     222 undec:      52 neg:     226
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       485      2119         0         0      6450         0   no data   no data  --
0.00/0.06	c Decided on static restart strategy
0.37/0.14	c  N st     8      4916       485      2119         0      4801      6450    108332   no data   no data  --
1.17/0.38	c  N st    10     11303       485      2119         0      4462      6450     72375   no data   no data  --
2.38/0.64	c  N st    11     17046       485      2119         0     10057      6450    196251   no data   no data  --
3.98/1.06	c  F st    12     25000       485      2119         0     12295      6450    237218   no data   no data  --
3.98/1.06	c  N st    12     25000       485      2119         0     12295      6450    237218   no data   no data  --
4.79/1.29	c Decided on static restart strategy
4.79/1.29	c  N st    18     30000       485      2119         0     10586      6450    188101   no data   no data  --
4.79/1.29	c  S st    18     30000       485      2119         0     10586      6450    188101   no data   no data  --
5.17/1.32	c  S st    18     30502       485      2119         0     11087      6450    199437   no data   no data  --
5.17/1.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.17/1.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.17/1.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
5.17/1.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.97/1.52	c lits-rem:       204  cl-subs:      754  v-elim:      0  v-fix:    0  time:  0.74 s
5.97/1.53	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.03
5.97/1.53	c calculated reachability. Time: 0.00
5.97/1.53	c  N st    18     30502       485      2119         0     10333      6450    182930   no data   no data  --
7.57/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.19/2.38	c  S st    22     45754       485      2119         0     17596      6450    325354   no data   no data  --
9.56/2.41	c  S st    22     46256       485      2119         0      9370      6450    128294   no data   no data  --
9.56/2.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.56/2.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.56/2.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.56/2.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.56/2.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
9.56/2.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.56/2.49	c lits-rem:       103  cl-subs:       54  v-elim:      0  v-fix:    0  time:  0.29 s
9.56/2.49	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
9.56/2.49	c vivif2 --  cl tried     9316 cl shrink        0 lits rem          0 time: 0.01
9.96/2.50	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.03
9.96/2.50	c calculated reachability. Time: 0.00
9.96/2.50	c  N st    22     46256       485      2119         0      9316      6450    127096   no data   no data  --
13.57/3.41	c  N st    23     60654       485      2119         0     13667      6450    212842   no data   no data  --
15.96/4.02	c  N st    24     69384       485      2119         0     11451      6450    155726   no data   no data  --
15.96/4.02	c  S st    24     69384       485      2119         0     11451      6450    155726   no data   no data  --
15.96/4.06	c  S st    24     69886       485      2119         0     11953      6450    166756   no data   no data  --
15.96/4.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.96/4.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.96/4.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
15.96/4.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.96/4.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.96/4.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
15.96/4.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.76/4.22	c lits-rem:       174  cl-subs:      167  v-elim:      0  v-fix:    0  time:  0.62 s
16.76/4.22	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
16.76/4.22	c vivif2 --  cl tried    11786 cl shrink        0 lits rem          0 time: 0.00
16.76/4.23	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.04
16.76/4.23	c calculated reachability. Time: 0.00
16.76/4.23	c  N st    24     69886       485      2119         0     11786      6450    162959   no data   no data  --
21.54/5.50	c  F st    25     87500       485      2119         0     17243      6450    285683   no data   no data  --
21.54/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.34/6.14	c  N st    32     95540       485      2119         0     25117      6450    460106   no data   no data  --
27.13/6.81	c  N st    34    104829       485      2119         0     21565      6450    370977   no data   no data  --
27.13/6.81	c  S st    34    104829       485      2119         0     21565      6450    370977   no data   no data  --
27.13/6.87	c  S st    34    105332       485      2119         0     22067      6450    381800   no data   no data  --
27.13/6.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.13/6.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.13/6.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
27.13/6.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.13/6.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.13/6.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
27.13/6.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.75/7.71	c lits-rem:       438  cl-subs:      653  v-elim:      0  v-fix:    0  time:  3.29 s
30.75/7.71	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
30.75/7.72	c vivif2 --  cl tried    21414 cl shrink        0 lits rem          0 time: 0.02
30.75/7.73	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.06
30.75/7.74	c calculated reachability. Time: 0.00
30.75/7.74	c  N st    34    105332       485      2119         0     21414      6450    365308   no data   no data  --
34.73/8.71	c  N st    35    114931       485      2119         0     17131      6450    245746   no data   no data  --
39.54/9.94	c  N st    36    129330       485      2119         0     16443      6450    212986   no data   no data  --
47.11/11.81	c  N st    37    150926       485      2119         0     21895      6450    325335   no data   no data  --
49.51/12.44	c  S st    38    158000       485      2119         0     28790      6450    482384   no data   no data  --
49.91/12.52	c  S st    38    158503       485      2119         0     29291      6450    493204   no data   no data  --
49.91/12.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.91/12.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
49.91/12.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
49.91/12.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.91/12.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.91/12.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
49.91/12.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
55.90/14.09	c lits-rem:      1009  cl-subs:     1731  v-elim:      0  v-fix:    0  time:  6.20 s
55.90/14.09	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
56.30/14.10	c vivif2 --  cl tried    27560 cl shrink        0 lits rem          0 time: 0.02
56.30/14.12	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.09
56.30/14.12	c calculated reachability. Time: 0.00
56.30/14.12	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.21	c  N st    40    237757       485      2119         0     32655      6450    511276   no data   no data  --
88.66/22.21	c  S st    40    237757       485      2119         0     32655      6450    511276   no data   no data  --
89.06/22.30	c  S st    40    238259       485      2119         0     33156      6450    522302   no data   no data  --
89.06/22.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
89.06/22.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
89.06/22.31	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.85/24.01	c lits-rem:       802  cl-subs:     2245  v-elim:      0  v-fix:    0  time:  6.71 s
95.85/24.01	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
95.85/24.01	c vivif2 --  cl tried    30911 cl shrink        0 lits rem          0 time: 0.02
95.85/24.04	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.10
95.85/24.04	c calculated reachability. Time: 0.00
95.85/24.04	c  N st    40    238259       485      2119         0     30911      6450    475758   no data   no data  --
125.80/31.57	c  F st    41    306253       485      2119         0     32860      6450    484148   no data   no data  --
125.80/31.57	c  N st    41    306253       485      2119         0     32860      6450    484148   no data   no data  --
128.59/32.24	c Decided on static restart strategy
139.38/34.90	c  N st    51    334559       485      2119         0     37084      6450    561439   no data   no data  --
150.57/37.70	c  N st    53    357388       485      2119         0     35076      6450    521874   no data   no data  --
150.57/37.70	c  S st    53    357388       485      2119         0     35076      6450    521874   no data   no data  --
150.57/37.79	c  S st    53    357891       485      2119         0     35579      6450    533247   no data   no data  --
150.97/37.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
150.97/37.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
150.97/37.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
150.97/37.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
150.97/37.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
150.97/37.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
150.97/37.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
157.36/39.41	c lits-rem:       923  cl-subs:     1035  v-elim:      0  v-fix:    0  time:  6.35 s
157.36/39.41	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
157.36/39.42	c vivif2 --  cl tried    34544 cl shrink        0 lits rem          0 time: 0.02
157.36/39.45	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.12
157.36/39.45	c calculated reachability. Time: 0.00
157.36/39.45	c  N st    53    357891       485      2119         0     34544      6450    506246   no data   no data  --
175.76/44.07	c  N st    54    390283       485      2119         0     40683      6450    624636   no data   no data  --
205.69/51.59	c  N st    55    438871       485      2119         0     34360      6450    438299   no data   no data  --
246.46/61.72	c  N st    56    511753       485      2119         0     47864      6450    738835   no data   no data  --
260.02/65.19	c  N st    57    536837       485      2119         0     42226      6450    605331   no data   no data  --
260.02/65.19	c  S st    57    536837       485      2119         0     42226      6450    605331   no data   no data  --
260.82/65.31	c  S st    57    537344       485      2119         0     42732      6450    616583   no data   no data  --
260.82/65.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
260.82/65.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
260.82/65.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
260.82/65.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
260.82/65.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
260.82/65.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
260.82/65.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
268.81/67.37	c lits-rem:      1138  cl-subs:     1435  v-elim:      0  v-fix:    0  time:  8.11 s
268.81/67.37	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
268.81/67.38	c vivif2 --  cl tried    41297 cl shrink        0 lits rem          0 time: 0.03
269.21/67.42	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.16
269.21/67.42	c calculated reachability. Time: 0.00
269.21/67.42	c  N st    57    537344       485      2119         0     41297      6450    582626   no data   no data  --
383.45/96.02	c  N st    58    701328       485      2119         0     35365      6450    351763   no data   no data  --
459.75/115.19	c  N st    59    806016       485      2119         0     64003      6450    959060   no data   no data  --
459.75/115.19	c  S st    59    806016       485      2119         0     64003      6450    959060   no data   no data  --
460.55/115.38	c  S st    59    806521       485      2119         0     64508      6450    970772   no data   no data  --
460.55/115.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
460.55/115.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
460.95/115.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
460.95/115.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
460.95/115.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
460.95/115.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
460.95/115.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
478.12/119.71	c lits-rem:       939  cl-subs:     6298  v-elim:      0  v-fix:    0  time: 17.04 s
478.12/119.71	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
478.12/119.72	c vivif2 --  cl tried    58210 cl shrink        0 lits rem          0 time: 0.04
478.12/119.79	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.26
478.12/119.79	c calculated reachability. Time: 0.00
478.12/119.79	c  N st    59    806521       485      2119         0     58210      6450    847069   no data   no data  --
675.05/169.04	c  F st    60   1071875       485      2119         0     74286      6450   1115592   no data   no data  --
675.05/169.05	c  N st    60   1071875       485      2119         0     74286      6450   1115592   no data   no data  --
680.65/170.41	c Decided on static restart strategy
697.82/174.79	c  N st    70   1100180       485      2119         0     58263      6450    754100   no data   no data  --
727.38/182.10	c  N st    72   1136172       485      2119         0     48573      6450    518128   no data   no data  --
754.54/188.93	c  N st    73   1168564       485      2119         0     80128      6450   1275098   no data   no data  --
790.91/198.05	c  N st    74   1209786       485      2119         0     74552      6450   1108241   no data   no data  --
790.91/198.05	c  S st    74   1209786       485      2119         0     74552      6450   1108241   no data   no data  --
792.09/198.36	c  S st    74   1210287       485      2119         0     75052      6450   1119974   no data   no data  --
792.09/198.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
792.09/198.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
792.49/198.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.17
792.49/198.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
792.49/198.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
792.49/198.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
792.49/198.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
814.07/203.90	c lits-rem:       261  cl-subs:     3787  v-elim:      0  v-fix:    0  time: 21.76 s
814.07/203.90	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
814.47/203.91	c vivif2 --  cl tried    71265 cl shrink        0 lits rem          0 time: 0.06
814.87/204.03	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.47
814.87/204.03	c calculated reachability. Time: 0.00
814.87/204.03	c  N st    74   1210287       485      2119         0     71265      6450   1036958   no data   no data  --
881.57/220.76	c  N st    75   1283169       485      2119         0     47789      6450    452517   no data   no data  --
986.63/247.02	c  N st    76   1392492       485      2119         0     55977      6450    608626   no data   no data  --
1131.63/283.37	c  N st    77   1556477       485      2119         0     60624      6450    677091   no data   no data  --
1278.24/320.04	c  N st    78   1710287       485      2119         0    102038      6450   1516680   no data   no data  --
1278.24/320.04	c  S st    78   1710287       485      2119         0    102038      6450   1516680   no data   no data  --
1279.83/320.40	c  S st    78   1710788       485      2119         0    102537      6450   1528847   no data   no data  --
1279.83/320.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1279.83/320.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1279.83/320.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
1280.23/320.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1280.23/320.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1280.23/320.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
1280.23/320.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1331.38/333.33	c lits-rem:       834  cl-subs:    13731  v-elim:      0  v-fix:    0  time: 51.21 s
1331.38/333.33	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
1331.38/333.34	c vivif2 --  cl tried    88806 cl shrink        0 lits rem          0 time: 0.07
1331.78/333.47	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.51
1331.78/333.47	c calculated reachability. Time: 0.00
1331.78/333.47	c  N st    78   1710788       485      2119         0     88806      6450   1266612   no data   no data  --
1732.01/433.65	c  N st    79   2079752       485      2119         0    100783      6450   1419222   no data   no data  --
1883.41/471.59	c  N st    80   2210790       485      2119         0    104597      6450   1467189   no data   no data  --
1883.41/471.59	c  S st    80   2210790       485      2119         0    104597      6450   1467189   no data   no data  --
1885.02/471.95	c  S st    80   2211295       485      2119         0    105102      6450   1479580   no data   no data  --
1885.02/471.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1885.02/471.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1885.42/472.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
1885.42/472.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1885.42/472.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1885.42/472.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
1885.42/472.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1923.35/481.57	c lits-rem:       334  cl-subs:     9774  v-elim:      0  v-fix:    0  time: 38.00 s
1923.35/481.57	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
1923.35/481.59	c vivif2 --  cl tried    95328 cl shrink        0 lits rem          0 time: 0.07
1924.15/481.73	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.58
1924.15/481.74	c calculated reachability. Time: 0.00
1924.15/481.74	c  N st    80   2211295       485      2119         0     95328      6450   1298305   no data   no data  --
2554.08/639.42	c  N st    81   2711295       485      2119         0    118393      6450   1681173   no data   no data  --
2554.08/639.42	c  S st    81   2711295       485      2119         0    118393      6450   1681173   no data   no data  --
2555.68/639.86	c  S st    81   2711799       485      2119         0    118896      6450   1693418   no data   no data  --
2555.68/639.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2555.68/639.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2556.08/639.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
2556.08/639.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2556.08/639.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2556.08/639.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
2556.08/639.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2607.61/652.88	c lits-rem:      1380  cl-subs:    13123  v-elim:      0  v-fix:    0  time: 51.53 s
2607.61/652.88	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
2608.01/652.90	c vivif2 --  cl tried   105773 cl shrink        0 lits rem          0 time: 0.08
2608.41/653.05	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.61
2608.41/653.06	c calculated reachability. Time: 0.00
2608.41/653.06	c  N st    81   2711799       485      2119         0    105773      6450   1455123   no data   no data  --
3266.72/817.87	c  N st    82   3211799       485      2119         0     82262      6450    819774   no data   no data  --
3266.72/817.87	c  S st    82   3211799       485      2119         0     82262      6450    819774   no data   no data  --
3267.92/818.13	c  S st    82   3212303       485      2119         0     82765      6450    831494   no data   no data  --
3267.92/818.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3267.92/818.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3267.92/818.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
3267.92/818.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3267.92/818.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3267.92/818.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
3267.92/818.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3279.50/821.05	c lits-rem:       568  cl-subs:     1631  v-elim:      0  v-fix:    0  time: 11.38 s
3279.50/821.05	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
3279.50/821.06	c vivif2 --  cl tried    81134 cl shrink        0 lits rem          0 time: 0.05
3279.90/821.16	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.42
3279.90/821.17	c calculated reachability. Time: 0.00
3279.90/821.17	c  N st    82   3212303       485      2119         0     81134      6450    801407   no data   no data  --
3964.97/992.62	c  N st    83   3712303       485      2119         0     91947      6450    955363   no data   no data  --
3964.97/992.62	c  S st    83   3712303       485      2119         0     91947      6450    955363   no data   no data  --
3966.17/992.97	c  S st    83   3712805       485      2119         0     92446      6450    967070   no data   no data  --
3966.17/992.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3966.17/992.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3966.57/993.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.21
3966.57/993.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3966.57/993.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3966.57/993.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
3966.57/993.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3985.36/997.71	c lits-rem:       694  cl-subs:     2027  v-elim:      0  v-fix:    0  time: 18.55 s
3985.36/997.71	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
3985.36/997.73	c vivif2 --  cl tried    90419 cl shrink        0 lits rem          0 time: 0.06
3985.76/997.88	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.60
3985.76/997.88	c calculated reachability. Time: 0.00
3985.76/997.88	c  N st    83   3712805       485      2119         0     90419      6450    931285   no data   no data  --
4037.68/1010.87	c  F st    84   3751565       485      2119         0    127912      6450   1787661   no data   no data  --
4037.68/1010.87	c  N st    84   3751565       485      2119         0    127912      6450   1787661   no data   no data  --
4047.28/1013.26	c Decided on static restart strategy
4098.79/1026.14	c  N st    94   3779876       485      2119         0    155541      6450   2419126   no data   no data  --
4144.33/1037.56	c  N st    96   3815868       485      2119         0    108153      6450   1318084   no data   no data  --
4197.46/1050.87	c  N st    97   3848262       485      2119         0    139524      6450   1972495   no data   no data  --
4272.94/1069.79	c  N st    98   3896850       485      2119         0    103330      6450   1200472   no data   no data  --
4386.39/1098.15	c  N st    99   3969735       485      2119         0     89603      6450    863506   no data   no data  --
4550.97/1139.31	c  N st   100   4079058       485      2119         0    110214      6450   1306212   no data   no data  --
4746.31/1188.22	c  N st   101   4212805       485      2119         0    153525      6450   2273998   no data   no data  --
4746.31/1188.22	c  S st   101   4212805       485      2119         0    153525      6450   2273998   no data   no data  --
4748.31/1188.72	c  S st   101   4213307       485      2119         0    154026      6450   2286134   no data   no data  --
4748.31/1188.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4748.31/1188.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4748.71/1188.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.32
4748.71/1188.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4748.71/1188.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4748.71/1188.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    485 time:  0.00 s
4748.71/1188.89	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: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 5.11 4.41 5.28 5/184 13005
/proc/meminfo: memFree=30048912/32951124 swapFree=67102748/67111528
[pid=13005] ppid=13003 vsize=208040 CPUtime=0 cores=1,3,5,7
/proc/13005/stat : 13005 (strangenight1-m) S 13003 13005 12247 0 -1 4202496 708 0 0 0 0 0 0 0 24 0 4 0 523790120 213032960 622 33554432000 4194304 4650419 140734182479856 18446744073709551615 246516939246 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13005/statm: 52010 627 343 112 0 46975 0
[pid=13005/tid=13006] ppid=13003 vsize=216248 CPUtime=0 cores=1,3,5,7
/proc/13005/task/13006/stat : 13006 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 4 0 523790120 221437952 640 33554432000 4194304 4650419 140734182479856 18446744073709551615 246516939295 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13005/tid=13007] ppid=13003 vsize=216248 CPUtime=0 cores=1,3,5,7
/proc/13005/task/13007/stat : 13007 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 77 0 0 0 0 0 0 0 25 0 4 0 523790120 221437952 641 33554432000 4194304 4650419 140734182479856 18446744073709551615 4373800 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13005/tid=13008] ppid=13003 vsize=216248 CPUtime=0 cores=1,3,5,7
/proc/13005/task/13008/stat : 13008 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 83 0 0 0 0 0 0 0 25 0 4 0 523790120 221437952 642 33554432000 4194304 4650419 140734182479856 18446744073709551615 246516939246 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.100152 s]
/proc/loadavg: 5.11 4.41 5.28 5/184 13005
/proc/meminfo: memFree=30048912/32951124 swapFree=67102748/67111528
[pid=13005] ppid=13003 vsize=282656 CPUtime=0.37 cores=1,3,5,7
/proc/13005/stat : 13005 (strangenight1-m) R 13003 13005 12247 0 -1 4202496 1702 0 0 0 37 0 0 0 24 0 4 0 523790120 289439744 1568 33554432000 4194304 4650419 140734182479856 18446744073709551615 4363311 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13005/statm: 70664 1568 391 112 0 65629 0
[pid=13005/tid=13006] ppid=13003 vsize=282656 CPUtime=0.09 cores=1,3,5,7
/proc/13005/task/13006/stat : 13006 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 324 0 0 0 9 0 0 0 25 0 4 0 523790120 289439744 1568 33554432000 4194304 4650419 140734182479856 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13005/tid=13007] ppid=13003 vsize=282656 CPUtime=0.09 cores=1,3,5,7
/proc/13005/task/13007/stat : 13007 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 321 0 0 0 9 0 0 0 25 0 4 0 523790120 289439744 1568 33554432000 4194304 4650419 140734182479856 18446744073709551615 4367372 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13005/tid=13008] ppid=13003 vsize=282656 CPUtime=0.09 cores=1,3,5,7
/proc/13005/task/13008/stat : 13008 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 237 0 0 0 9 0 0 0 25 0 4 0 523790120 289439744 1568 33554432000 4194304 4650419 140734182479856 18446744073709551615 4366073 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282656

[startup+0.201134 s]
/proc/loadavg: 5.11 4.41 5.28 5/184 13005
/proc/meminfo: memFree=30048912/32951124 swapFree=67102748/67111528
[pid=13005] ppid=13003 vsize=283888 CPUtime=0.78 cores=1,3,5,7
/proc/13005/stat : 13005 (strangenight1-m) R 13003 13005 12247 0 -1 4202496 2408 0 0 0 78 0 0 0 25 0 4 0 523790120 290701312 1734 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365242 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13005/statm: 70972 1734 393 112 0 65937 0
[pid=13005/tid=13006] ppid=13003 vsize=283888 CPUtime=0.19 cores=1,3,5,7
/proc/13005/task/13006/stat : 13006 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 494 0 0 0 19 0 0 0 25 0 4 0 523790120 290701312 1734 33554432000 4194304 4650419 140734182479856 18446744073709551615 4361085 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13005/tid=13007] ppid=13003 vsize=283888 CPUtime=0.19 cores=1,3,5,7
/proc/13005/task/13007/stat : 13007 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 494 0 0 0 19 0 0 0 25 0 4 0 523790120 290701312 1734 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13005/tid=13008] ppid=13003 vsize=283888 CPUtime=0.19 cores=1,3,5,7
/proc/13005/task/13008/stat : 13008 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 417 0 0 0 19 0 0 0 25 0 4 0 523790120 290701312 1734 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 283888

[startup+0.301115 s]
/proc/loadavg: 5.11 4.41 5.28 5/184 13005
/proc/meminfo: memFree=30048912/32951124 swapFree=67102748/67111528
[pid=13005] ppid=13003 vsize=284020 CPUtime=1.17 cores=1,3,5,7
/proc/13005/stat : 13005 (strangenight1-m) R 13003 13005 12247 0 -1 4202496 2786 0 0 0 117 0 0 0 25 0 4 0 523790120 290836480 2112 33554432000 4194304 4650419 140734182479856 18446744073709551615 4364433 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13005/statm: 71005 2112 393 112 0 65970 0
[pid=13005/tid=13006] ppid=13003 vsize=284020 CPUtime=0.29 cores=1,3,5,7
/proc/13005/task/13006/stat : 13006 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 601 0 0 0 29 0 0 0 25 0 4 0 523790120 290836480 2112 33554432000 4194304 4650419 140734182479856 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13005/tid=13007] ppid=13003 vsize=284020 CPUtime=0.29 cores=1,3,5,7
/proc/13005/task/13007/stat : 13007 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 589 0 0 0 29 0 0 0 25 0 4 0 523790120 290836480 2112 33554432000 4194304 4650419 140734182479856 18446744073709551615 4363576 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13005/tid=13008] ppid=13003 vsize=284020 CPUtime=0.29 cores=1,3,5,7
/proc/13005/task/13008/stat : 13008 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 498 0 0 0 29 0 0 0 25 0 4 0 523790120 290836480 2112 33554432000 4194304 4650419 140734182479856 18446744073709551615 4363496 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284020

[startup+0.701046 s]
/proc/loadavg: 5.11 4.41 5.28 5/184 13005
/proc/meminfo: memFree=30048912/32951124 swapFree=67102748/67111528
[pid=13005] ppid=13003 vsize=285384 CPUtime=2.78 cores=1,3,5,7
/proc/13005/stat : 13005 (strangenight1-m) R 13003 13005 12247 0 -1 4202496 4585 0 0 0 277 1 0 0 25 0 4 0 523790120 292233216 2590 33554432000 4194304 4650419 140734182479856 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13005/statm: 71346 2590 393 112 0 66311 0
[pid=13005/tid=13006] ppid=13003 vsize=285384 CPUtime=0.69 cores=1,3,5,7
/proc/13005/task/13006/stat : 13006 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 973 0 0 0 69 0 0 0 25 0 4 0 523790120 292233216 2590 33554432000 4194304 4650419 140734182479856 18446744073709551615 4364402 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13005/tid=13007] ppid=13003 vsize=285384 CPUtime=0.69 cores=1,3,5,7
/proc/13005/task/13007/stat : 13007 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 1147 0 0 0 69 0 0 0 25 0 4 0 523790120 292233216 2590 33554432000 4194304 4650419 140734182479856 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13005/tid=13008] ppid=13003 vsize=285384 CPUtime=0.69 cores=1,3,5,7
/proc/13005/task/13008/stat : 13008 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 975 0 0 0 69 0 0 0 25 0 4 0 523790120 292233216 2590 33554432000 4194304 4650419 140734182479856 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 285384

[startup+1.5009 s]
/proc/loadavg: 5.34 4.47 5.29 10/188 13009
/proc/meminfo: memFree=30035116/32951124 swapFree=67102748/67111528
[pid=13005] ppid=13003 vsize=291496 CPUtime=5.97 cores=1,3,5,7
/proc/13005/stat : 13005 (strangenight1-m) R 13003 13005 12247 0 -1 4202496 8365 0 0 0 595 2 0 0 25 0 4 0 523790120 298491904 4586 33554432000 4194304 4650419 140734182479856 18446744073709551615 4439106 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13005/statm: 72874 4586 395 112 0 67839 0
[pid=13005/tid=13006] ppid=13003 vsize=291496 CPUtime=1.48 cores=1,3,5,7
/proc/13005/task/13006/stat : 13006 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 1763 0 0 0 148 0 0 0 25 0 4 0 523790120 298491904 4586 33554432000 4194304 4650419 140734182479856 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13005/tid=13007] ppid=13003 vsize=291496 CPUtime=1.49 cores=1,3,5,7
/proc/13005/task/13007/stat : 13007 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 1714 0 0 0 149 0 0 0 25 0 4 0 523790120 298491904 4586 33554432000 4194304 4650419 140734182479856 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13005/tid=13008] ppid=13003 vsize=291496 CPUtime=1.48 cores=1,3,5,7
/proc/13005/task/13008/stat : 13008 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 1515 0 0 0 148 0 0 0 25 0 4 0 523790120 298491904 4586 33554432000 4194304 4650419 140734182479856 18446744073709551615 4315640 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 291496

[startup+3.10061 s]
/proc/loadavg: 5.34 4.47 5.29 9/188 13009
/proc/meminfo: memFree=30016764/32951124 swapFree=67102748/67111528
[pid=13005] ppid=13003 vsize=291396 CPUtime=12.36 cores=1,3,5,7
/proc/13005/stat : 13005 (strangenight1-m) R 13003 13005 12247 0 -1 4202496 16264 0 0 0 1234 2 0 0 25 0 4 0 523790120 298389504 9725 33554432000 4194304 4650419 140734182479856 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13005/statm: 72849 9725 395 112 0 67814 0
[pid=13005/tid=13006] ppid=13003 vsize=291396 CPUtime=3.09 cores=1,3,5,7
/proc/13005/task/13006/stat : 13006 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 4015 0 0 0 308 1 0 0 25 0 4 0 523790120 298389504 9725 33554432000 4194304 4650419 140734182479856 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13005/tid=13007] ppid=13003 vsize=291396 CPUtime=3.08 cores=1,3,5,7
/proc/13005/task/13007/stat : 13007 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 4259 0 0 0 308 0 0 0 25 0 4 0 523790120 298389504 9726 33554432000 4194304 4650419 140734182479856 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13005/tid=13008] ppid=13003 vsize=291396 CPUtime=3.07 cores=1,3,5,7
/proc/13005/task/13008/stat : 13008 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 3639 0 0 0 307 0 0 0 25 0 4 0 523790120 298389504 9726 33554432000 4194304 4650419 140734182479856 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 291396

[startup+6.30103 s]
/proc/loadavg: 5.34 4.47 5.29 9/188 13009
/proc/meminfo: memFree=29986604/32951124 swapFree=67102748/67111528
[pid=13005] ppid=13003 vsize=327272 CPUtime=25.14 cores=1,3,5,7
/proc/13005/stat : 13005 (strangenight1-m) R 13003 13005 12247 0 -1 4202496 23840 0 0 0 2510 4 0 0 25 0 4 0 523790120 335126528 14342 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365195 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13005/statm: 81818 14342 395 112 0 76783 0
[pid=13005/tid=13006] ppid=13003 vsize=327272 CPUtime=6.29 cores=1,3,5,7
/proc/13005/task/13006/stat : 13006 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 5863 0 0 0 628 1 0 0 25 0 4 0 523790120 335126528 14342 33554432000 4194304 4650419 140734182479856 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13005/tid=13007] ppid=13003 vsize=327272 CPUtime=6.29 cores=1,3,5,7
/proc/13005/task/13007/stat : 13007 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 6287 0 0 0 628 1 0 0 25 0 4 0 523790120 335126528 14342 33554432000 4194304 4650419 140734182479856 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13005/tid=13008] ppid=13003 vsize=327272 CPUtime=6.25 cores=1,3,5,7
/proc/13005/task/13008/stat : 13008 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 5298 0 0 0 625 0 0 0 25 0 4 0 523790120 335126528 14342 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 327272

[startup+12.7009 s]
/proc/loadavg: 5.75 4.59 5.32 9/188 13009
/proc/meminfo: memFree=29958108/32951124 swapFree=67102748/67111528
[pid=13005] ppid=13003 vsize=319284 CPUtime=50.71 cores=1,3,5,7
/proc/13005/stat : 13005 (strangenight1-m) R 13003 13005 12247 0 -1 4202496 36186 0 0 0 5064 7 0 0 25 0 4 0 523790120 326946816 19486 33554432000 4194304 4650419 140734182479856 18446744073709551615 4433087 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13005/statm: 79821 19486 395 112 0 74786 0
[pid=13005/tid=13006] ppid=13003 vsize=319284 CPUtime=12.69 cores=1,3,5,7
/proc/13005/task/13006/stat : 13006 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 8838 0 0 0 1267 2 0 0 25 0 4 0 523790120 326946816 19486 33554432000 4194304 4650419 140734182479856 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13005/tid=13007] ppid=13003 vsize=319284 CPUtime=12.68 cores=1,3,5,7
/proc/13005/task/13007/stat : 13007 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 9107 0 0 0 1267 1 0 0 25 0 4 0 523790120 326946816 19486 33554432000 4194304 4650419 140734182479856 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13005/tid=13008] ppid=13003 vsize=319284 CPUtime=12.62 cores=1,3,5,7
/proc/13005/task/13008/stat : 13008 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 7731 0 0 0 1261 1 0 0 25 0 4 0 523790120 326946816 19486 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 319284

[startup+25.5005 s]
/proc/loadavg: 6.09 4.70 5.35 10/188 13010
/proc/meminfo: memFree=29926124/32951124 swapFree=67102748/67111528
[pid=13005] ppid=13003 vsize=320368 CPUtime=101.84 cores=1,3,5,7
/proc/13005/stat : 13005 (strangenight1-m) R 13003 13005 12247 0 -1 4202496 52994 0 0 0 10172 12 0 0 25 0 4 0 523790120 328056832 25359 33554432000 4194304 4650419 140734182479856 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13005/statm: 80092 25359 395 112 0 75057 0
[pid=13005/tid=13006] ppid=13003 vsize=320368 CPUtime=25.49 cores=1,3,5,7
/proc/13005/task/13006/stat : 13006 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 12738 0 0 0 2546 3 0 0 25 0 4 0 523790120 328056832 25359 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13005/tid=13007] ppid=13003 vsize=320368 CPUtime=25.48 cores=1,3,5,7
/proc/13005/task/13007/stat : 13007 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 15717 0 0 0 2545 3 0 0 25 0 4 0 523790120 328056832 25359 33554432000 4194304 4650419 140734182479856 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13005/tid=13008] ppid=13003 vsize=320368 CPUtime=25.35 cores=1,3,5,7
/proc/13005/task/13008/stat : 13008 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 9180 0 0 0 2533 2 0 0 25 0 4 0 523790120 328056832 25359 33554432000 4194304 4650419 140734182479856 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 320368

[startup+51.1008 s]
/proc/loadavg: 6.80 4.98 5.42 9/188 13010
/proc/meminfo: memFree=29888388/32951124 swapFree=67102748/67111528
[pid=13005] ppid=13003 vsize=312336 CPUtime=204.1 cores=1,3,5,7
/proc/13005/stat : 13005 (strangenight1-m) R 13003 13005 12247 0 -1 4202496 78367 0 0 0 20390 20 0 0 25 0 4 0 523790120 319832064 29614 33554432000 4194304 4650419 140734182479856 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13005/statm: 78084 29614 395 112 0 73049 0
[pid=13005/tid=13006] ppid=13003 vsize=312336 CPUtime=51.09 cores=1,3,5,7
/proc/13005/task/13006/stat : 13006 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 22400 0 0 0 5104 5 0 0 25 0 4 0 523790120 319832064 29614 33554432000 4194304 4650419 140734182479856 18446744073709551615 4334592 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13005/tid=13007] ppid=13003 vsize=312336 CPUtime=51.08 cores=1,3,5,7
/proc/13005/task/13007/stat : 13007 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 22578 0 0 0 5104 4 0 0 25 0 4 0 523790120 319832064 29614 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13005/tid=13008] ppid=13003 vsize=312336 CPUtime=50.81 cores=1,3,5,7
/proc/13005/task/13008/stat : 13008 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 12865 0 0 0 5076 5 0 0 25 0 4 0 523790120 319832064 29614 33554432000 4194304 4650419 140734182479856 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 312336

[startup+102.3 s]
/proc/loadavg: 7.70 5.53 5.58 9/188 13042
/proc/meminfo: memFree=29803624/32951124 swapFree=67102748/67111528
[pid=13005] ppid=13003 vsize=332500 CPUtime=408.63 cores=1,3,5,7
/proc/13005/stat : 13005 (strangenight1-m) R 13003 13005 12247 0 -1 4202496 118858 0 0 0 40829 34 0 0 25 0 4 0 523790120 340480000 39863 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13005/statm: 83125 39863 395 112 0 78090 0
[pid=13005/tid=13006] ppid=13003 vsize=332500 CPUtime=102.3 cores=1,3,5,7
/proc/13005/task/13006/stat : 13006 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 35583 0 0 0 10219 11 0 0 25 0 4 0 523790120 340480000 39863 33554432000 4194304 4650419 140734182479856 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13005/tid=13007] ppid=13003 vsize=332500 CPUtime=102.29 cores=1,3,5,7
/proc/13005/task/13007/stat : 13007 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 34462 0 0 0 10221 8 0 0 25 0 4 0 523790120 340480000 39863 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13005/tid=13008] ppid=13003 vsize=332500 CPUtime=101.74 cores=1,3,5,7
/proc/13005/task/13008/stat : 13008 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 17550 0 0 0 10167 7 0 0 25 0 4 0 523790120 340480000 39863 33554432000 4194304 4650419 140734182479856 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 332500

[startup+162.301 s]

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

[pid=13005] ppid=13003 vsize=502804 CPUtime=2565.68 cores=1,3,5,7
/proc/13005/stat : 13005 (strangenight1-m) R 13003 13005 12247 0 -1 4202496 391948 0 0 0 256407 161 0 0 25 0 4 0 523790120 514871296 83882 33554432000 4194304 4650419 140734182479856 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13005/statm: 125701 83882 395 112 0 120666 0
[pid=13005/tid=13006] ppid=13003 vsize=502804 CPUtime=642.3 cores=1,3,5,7
/proc/13005/task/13006/stat : 13006 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 109079 0 0 0 64183 47 0 0 25 0 4 0 523790120 514871296 83882 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13005/tid=13007] ppid=13003 vsize=502804 CPUtime=642.29 cores=1,3,5,7
/proc/13005/task/13007/stat : 13007 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 119808 0 0 0 64185 44 0 0 25 0 4 0 523790120 514871296 83882 33554432000 4194304 4650419 140734182479856 18446744073709551615 4366933 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13005/tid=13008] ppid=13003 vsize=502804 CPUtime=638.8 cores=1,3,5,7
/proc/13005/task/13008/stat : 13008 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 59171 0 0 0 63855 25 0 0 25 0 4 0 523790120 514871296 83882 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2565.68
Current children cumulated vsize (KiB) 502804

[startup+702.301 s]
/proc/loadavg: 8.14 7.80 6.79 9/188 13058
/proc/meminfo: memFree=29340816/32951124 swapFree=67102748/67111528
[pid=13005] ppid=13003 vsize=449824 CPUtime=2805.35 cores=1,3,5,7
/proc/13005/stat : 13005 (strangenight1-m) R 13003 13005 12247 0 -1 4202496 409070 0 0 0 280365 170 0 0 25 0 4 0 523790120 460619776 81404 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13005/statm: 112456 81404 395 112 0 107421 0
[pid=13005/tid=13006] ppid=13003 vsize=449824 CPUtime=702.31 cores=1,3,5,7
/proc/13005/task/13006/stat : 13006 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 112471 0 0 0 70182 49 0 0 25 0 4 0 523790120 460619776 81404 33554432000 4194304 4650419 140734182479856 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13005/tid=13007] ppid=13003 vsize=449824 CPUtime=702.29 cores=1,3,5,7
/proc/13005/task/13007/stat : 13007 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 127092 0 0 0 70182 47 0 0 25 0 4 0 523790120 460619776 81404 33554432000 4194304 4650419 140734182479856 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13005/tid=13008] ppid=13003 vsize=449824 CPUtime=698.47 cores=1,3,5,7
/proc/13005/task/13008/stat : 13008 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 60134 0 0 0 69821 26 0 0 25 0 4 0 523790120 460619776 81404 33554432000 4194304 4650419 140734182479856 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.35
Current children cumulated vsize (KiB) 449824

[startup+762.301 s]
/proc/loadavg: 8.18 7.86 6.88 9/188 13059
/proc/meminfo: memFree=29293796/32951124 swapFree=67102748/67111528
[pid=13005] ppid=13003 vsize=503180 CPUtime=3045.04 cores=1,3,5,7
/proc/13005/stat : 13005 (strangenight1-m) R 13003 13005 12247 0 -1 4202496 430656 0 0 0 304322 182 0 0 25 0 4 0 523790120 515256320 85589 33554432000 4194304 4650419 140734182479856 18446744073709551615 4363506 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13005/statm: 125795 85589 395 112 0 120760 0
[pid=13005/tid=13006] ppid=13003 vsize=503180 CPUtime=762.31 cores=1,3,5,7
/proc/13005/task/13006/stat : 13006 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 120318 0 0 0 76177 54 0 0 25 0 4 0 523790120 515256320 85589 33554432000 4194304 4650419 140734182479856 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13005/tid=13007] ppid=13003 vsize=503180 CPUtime=762.31 cores=1,3,5,7
/proc/13005/task/13007/stat : 13007 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 133173 0 0 0 76180 51 0 0 25 0 4 0 523790120 515256320 85589 33554432000 4194304 4650419 140734182479856 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13005/tid=13008] ppid=13003 vsize=503180 CPUtime=758.15 cores=1,3,5,7
/proc/13005/task/13008/stat : 13008 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 60380 0 0 0 75789 26 0 0 25 0 4 0 523790120 515256320 85589 33554432000 4194304 4650419 140734182479856 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.04
Current children cumulated vsize (KiB) 503180

[startup+822.301 s]
/proc/loadavg: 8.11 7.90 6.95 10/188 13061
/proc/meminfo: memFree=29287552/32951124 swapFree=67102748/67111528
[pid=13005] ppid=13003 vsize=500900 CPUtime=3284.69 cores=1,3,5,7
/proc/13005/stat : 13005 (strangenight1-m) R 13003 13005 12247 0 -1 4202496 451856 0 0 0 328277 192 0 0 25 0 4 0 523790120 512921600 83769 33554432000 4194304 4650419 140734182479856 18446744073709551615 4363479 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13005/statm: 125225 83769 395 112 0 120190 0
[pid=13005/tid=13006] ppid=13003 vsize=500900 CPUtime=822.31 cores=1,3,5,7
/proc/13005/task/13006/stat : 13006 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 128790 0 0 0 82174 57 0 0 25 0 4 0 523790120 512921600 83769 33554432000 4194304 4650419 140734182479856 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13005/tid=13007] ppid=13003 vsize=500900 CPUtime=822.3 cores=1,3,5,7
/proc/13005/task/13007/stat : 13007 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 138290 0 0 0 82176 54 0 0 25 0 4 0 523790120 512921600 83769 33554432000 4194304 4650419 140734182479856 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13005/tid=13008] ppid=13003 vsize=500900 CPUtime=817.83 cores=1,3,5,7
/proc/13005/task/13008/stat : 13008 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 62256 0 0 0 81756 27 0 0 25 0 4 0 523790120 512921600 83769 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.69
Current children cumulated vsize (KiB) 500900

[startup+882.307 s]
/proc/loadavg: 8.24 7.96 7.03 9/188 13062
/proc/meminfo: memFree=29275852/32951124 swapFree=67102748/67111528
[pid=13005] ppid=13003 vsize=527308 CPUtime=3524.39 cores=1,3,5,7
/proc/13005/stat : 13005 (strangenight1-m) R 13003 13005 12247 0 -1 4202496 475607 0 0 0 352235 204 0 0 25 0 4 0 523790120 539963392 91930 33554432000 4194304 4650419 140734182479856 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13005/statm: 131827 91930 395 112 0 126792 0
[pid=13005/tid=13006] ppid=13003 vsize=527308 CPUtime=882.32 cores=1,3,5,7
/proc/13005/task/13006/stat : 13006 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 133793 0 0 0 88171 61 0 0 25 0 4 0 523790120 539963392 91930 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13005/tid=13007] ppid=13003 vsize=527308 CPUtime=882.3 cores=1,3,5,7
/proc/13005/task/13007/stat : 13007 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 147850 0 0 0 88173 57 0 0 25 0 4 0 523790120 539963392 91930 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13005/tid=13008] ppid=13003 vsize=527308 CPUtime=877.5 cores=1,3,5,7
/proc/13005/task/13008/stat : 13008 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 64734 0 0 0 87723 27 0 0 25 0 4 0 523790120 539963392 91930 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.39
Current children cumulated vsize (KiB) 527308

[startup+942.301 s]
/proc/loadavg: 8.09 7.97 7.09 10/188 13064
/proc/meminfo: memFree=29271864/32951124 swapFree=67102748/67111528
[pid=13005] ppid=13003 vsize=452664 CPUtime=3764.05 cores=1,3,5,7
/proc/13005/stat : 13005 (strangenight1-m) R 13003 13005 12247 0 -1 4202496 498378 0 0 0 376189 216 0 0 25 0 4 0 523790120 463527936 82157 33554432000 4194304 4650419 140734182479856 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13005/statm: 113166 82157 395 112 0 108131 0
[pid=13005/tid=13006] ppid=13003 vsize=452664 CPUtime=942.31 cores=1,3,5,7
/proc/13005/task/13006/stat : 13006 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 140322 0 0 0 94167 64 0 0 25 0 4 0 523790120 463527936 82157 33554432000 4194304 4650419 140734182479856 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13005/tid=13007] ppid=13003 vsize=452664 CPUtime=942.3 cores=1,3,5,7
/proc/13005/task/13007/stat : 13007 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 153327 0 0 0 94170 60 0 0 25 0 4 0 523790120 463527936 82157 33554432000 4194304 4650419 140734182479856 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13005/tid=13008] ppid=13003 vsize=452664 CPUtime=937.18 cores=1,3,5,7
/proc/13005/task/13008/stat : 13008 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 69127 0 0 0 93688 30 0 0 25 0 4 0 523790120 463527936 82157 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.05
Current children cumulated vsize (KiB) 452664

[startup+1002.3 s]
/proc/loadavg: 8.27 8.03 7.16 9/188 13066
/proc/meminfo: memFree=29260424/32951124 swapFree=67102748/67111528
[pid=13005] ppid=13003 vsize=511668 CPUtime=4003.72 cores=1,3,5,7
/proc/13005/stat : 13005 (strangenight1-m) R 13003 13005 12247 0 -1 4202496 524592 0 0 0 400145 227 0 0 25 0 4 0 523790120 523948032 87649 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13005/statm: 127917 87649 395 112 0 122882 0
[pid=13005/tid=13006] ppid=13003 vsize=511668 CPUtime=1002.31 cores=1,3,5,7
/proc/13005/task/13006/stat : 13006 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 148770 0 0 0 100164 67 0 0 25 0 4 0 523790120 523948032 87649 33554432000 4194304 4650419 140734182479856 18446744073709551615 4364352 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13005/tid=13007] ppid=13003 vsize=511668 CPUtime=1002.3 cores=1,3,5,7
/proc/13005/task/13007/stat : 13007 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 159977 0 0 0 100167 63 0 0 25 0 4 0 523790120 523948032 87649 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13005/tid=13008] ppid=13003 vsize=511668 CPUtime=996.85 cores=1,3,5,7
/proc/13005/task/13008/stat : 13008 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 72974 0 0 0 99652 33 0 0 25 0 4 0 523790120 523948032 87649 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.72
Current children cumulated vsize (KiB) 511668

[startup+1062.3 s]
/proc/loadavg: 8.14 8.04 7.22 9/188 13067
/proc/meminfo: memFree=29212656/32951124 swapFree=67102748/67111528
[pid=13005] ppid=13003 vsize=598892 CPUtime=4243.39 cores=1,3,5,7
/proc/13005/stat : 13005 (strangenight1-m) R 13003 13005 12247 0 -1 4202496 549592 0 0 0 424102 237 0 0 25 0 4 0 523790120 613265408 93972 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13005/statm: 149723 93972 395 112 0 144688 0
[pid=13005/tid=13006] ppid=13003 vsize=598892 CPUtime=1062.32 cores=1,3,5,7
/proc/13005/task/13006/stat : 13006 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 154793 0 0 0 106161 71 0 0 25 0 4 0 523790120 613265408 93972 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13005/tid=13007] ppid=13003 vsize=598892 CPUtime=1062.3 cores=1,3,5,7
/proc/13005/task/13007/stat : 13007 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 168311 0 0 0 106164 66 0 0 25 0 4 0 523790120 613265408 93972 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13005/tid=13008] ppid=13003 vsize=598892 CPUtime=1056.52 cores=1,3,5,7
/proc/13005/task/13008/stat : 13008 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 78834 0 0 0 105618 34 0 0 25 0 4 0 523790120 613265408 93972 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.39
Current children cumulated vsize (KiB) 598892

[startup+1122.3 s]
/proc/loadavg: 8.32 8.11 7.29 9/188 13069
/proc/meminfo: memFree=29167360/32951124 swapFree=67102748/67111528
[pid=13005] ppid=13003 vsize=599084 CPUtime=4483.06 cores=1,3,5,7
/proc/13005/stat : 13005 (strangenight1-m) R 13003 13005 12247 0 -1 4202496 570142 0 0 0 448059 247 0 0 25 0 4 0 523790120 613462016 99003 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13005/statm: 149771 99003 395 112 0 144736 0
[pid=13005/tid=13006] ppid=13003 vsize=599084 CPUtime=1122.32 cores=1,3,5,7
/proc/13005/task/13006/stat : 13006 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 159331 0 0 0 112159 73 0 0 25 0 4 0 523790120 613462016 99003 33554432000 4194304 4650419 140734182479856 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13005/tid=13007] ppid=13003 vsize=599084 CPUtime=1122.31 cores=1,3,5,7
/proc/13005/task/13007/stat : 13007 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 173436 0 0 0 112163 68 0 0 25 0 4 0 523790120 613462016 99003 33554432000 4194304 4650419 140734182479856 18446744073709551615 4313456 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13005/tid=13008] ppid=13003 vsize=599084 CPUtime=1116.19 cores=1,3,5,7
/proc/13005/task/13008/stat : 13008 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 82949 0 0 0 111582 37 0 0 25 0 4 0 523790120 613462016 99003 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365453 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.06
Current children cumulated vsize (KiB) 599084

[startup+1182.3 s]
/proc/loadavg: 8.15 8.10 7.33 9/188 13070
/proc/meminfo: memFree=29193236/32951124 swapFree=67102748/67111528
[pid=13005] ppid=13003 vsize=599348 CPUtime=4722.75 cores=1,3,5,7
/proc/13005/stat : 13005 (strangenight1-m) R 13003 13005 12247 0 -1 4202496 592698 0 0 0 472016 259 0 0 25 0 4 0 523790120 613732352 97306 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365348 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13005/statm: 149837 97306 395 112 0 144802 0
[pid=13005/tid=13006] ppid=13003 vsize=599348 CPUtime=1182.32 cores=1,3,5,7
/proc/13005/task/13006/stat : 13006 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 166477 0 0 0 118155 77 0 0 25 0 4 0 523790120 613732352 97306 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13005/tid=13007] ppid=13003 vsize=599348 CPUtime=1182.31 cores=1,3,5,7
/proc/13005/task/13007/stat : 13007 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 179953 0 0 0 118159 72 0 0 25 0 4 0 523790120 613732352 97306 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13005/tid=13008] ppid=13003 vsize=599348 CPUtime=1175.87 cores=1,3,5,7
/proc/13005/task/13008/stat : 13008 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 85093 0 0 0 117549 38 0 0 25 0 4 0 523790120 613732352 97306 33554432000 4194304 4650419 140734182479856 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.75
Current children cumulated vsize (KiB) 599348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.17 8.11 7.35 9/188 13071
/proc/meminfo: memFree=29189140/32951124 swapFree=67102748/67111528
[pid=13005] ppid=13003 vsize=599440 CPUtime=4800.26 cores=1,3,5,7
/proc/13005/stat : 13005 (strangenight1-m) R 13003 13005 12247 0 -1 4202496 598943 0 0 0 479763 263 0 0 25 0 4 0 523790120 613826560 96329 33554432000 4194304 4650419 140734182479856 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13005/statm: 149860 96329 395 112 0 144825 0
[pid=13005/tid=13006] ppid=13003 vsize=599440 CPUtime=1201.72 cores=1,3,5,7
/proc/13005/task/13006/stat : 13006 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 168857 0 0 0 120094 78 0 0 25 0 4 0 523790120 613826560 96329 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13005/tid=13007] ppid=13003 vsize=599440 CPUtime=1201.72 cores=1,3,5,7
/proc/13005/task/13007/stat : 13007 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 182290 0 0 0 120099 73 0 0 25 0 4 0 523790120 613826560 96329 33554432000 4194304 4650419 140734182479856 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13005/tid=13008] ppid=13003 vsize=599440 CPUtime=1195.16 cores=1,3,5,7
/proc/13005/task/13008/stat : 13008 (strangenight1-m) R 13003 13005 12247 0 -1 4202560 86052 0 0 0 119477 39 0 0 25 0 4 0 523790120 613826560 96329 33554432000 4194304 4650419 140734182479856 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 599440

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.3
CPU user time (s): 4797.65
CPU system time (s): 2.6456
CPU usage (%): 399.45
Max. virtual memory (cumulated for all children) (KiB): 664572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.65
system time used= 2.6456
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 598945
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= 441
involuntary context switches= 32717

runsolver used 1.74673 second user time and 4.82727 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-30 02:05:19
IDJOB=3175383
IDBENCH=83001
IDSOLVER=1588
FILE ID=node134/3175383-1304121919
RUNJOBID= node134-1304121890-12952
PBS_JOBID= 13170706
Free space on /tmp= 71580 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
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-3175383-1304121919/watcher-3175383-1304121919 -o /tmp/evaluation-result-3175383-1304121919/solver-3175383-1304121919 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175383-1304121919.cnf

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

MD5SUM BENCH= 6b69f72e1046222baee8c8d817a4adac
RANDOM SEED=1259375853

node134.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30049192 kB
Buffers:       1001916 kB
Cached:        1375748 kB
SwapCached:       4440 kB
Active:         210944 kB
Inactive:      2293560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30049192 kB
SwapTotal:    67111528 kB
SwapFree:     67102748 kB
Dirty:           12656 kB
Writeback:           0 kB
AnonPages:      123928 kB
Mapped:          15524 kB
Slab:           334752 kB
PageTables:       4616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   377636 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71572 MiB
End job on node134 at 2011-04-30 02:25:23