Trace number 3368748

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.3 1203.63

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1008065350-031.UNKNOWN.cnf
MD5SUMf9acc85431fa3756e8067132423a3a4a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark152.234
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368748-1305402165.cnf'
0.00/0.01	c -- header says num vars:            450
0.00/0.01	c -- header says num clauses:        1917
0.00/0.01	c -- clauses added:            0 learnts,         1917 normals,            0 xors
0.00/0.01	c -- vars added        450
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       450      1917         0         0      5751         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1917/1917 lits-rem:0 time: 0.00
0.00/0.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    450 time:  0.00 s
0.00/0.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.70	c lits-rem:         0  cl-subs:        0  v-elim:     13  v-fix:    0  time:  0.01 s
0.00/0.70	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.70	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.70	c calculated reachability. Time: 0.00
0.00/0.70	c Calc default polars -  time:   0.00 s pos:     187 undec:      47 neg:     216
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
3.41/0.90	c  B st     0         0       437      1899         0         0      5771         0   no data   no data  --
3.41/0.90	c Decided on static restart strategy
3.41/0.90	c  N st     8      4918       437      1899         0      4817      5771    102860   no data   no data  --
3.41/0.90	c  N st    10     11301       437      1899         0      4478      5771     71724   no data   no data  --
3.41/0.90	c  N st    11     17046       437      1899         0     10116      5771    202037   no data   no data  --
4.21/1.10	c  F st    12     25000       437      1899         0     12377      5771    247229   no data   no data  --
4.21/1.10	c  N st    12     25000       437      1899         0     12377      5771    247229   no data   no data  --
5.01/1.30	c Decided on static restart strategy
5.01/1.30	c  N st    18     30003       437      1899         0     10641      5771    179406   no data   no data  --
5.01/1.30	c  S st    18     30003       437      1899         0     10641      5771    179406   no data   no data  --
5.57/1.40	c  S st    18     30507       437      1899         0     11143      5771    190057   no data   no data  --
5.57/1.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.57/1.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.57/1.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.57/1.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.57/1.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
5.57/1.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.97/1.50	c lits-rem:       121  cl-subs:      683  v-elim:      0  v-fix:    0  time:  0.69 s
5.97/1.51	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.03
5.97/1.51	c calculated reachability. Time: 0.00
5.97/1.51	c  N st    18     30507       437      1899         0     10460      5771    175404   no data   no data  --
7.60/1.94	c  N st    20     37617       437      1899         0      9712      5771    145546   no data   no data  --
9.16/2.33	c  N st    21     44016       437      1899         0     15901      5771    283226   no data   no data  --
9.56/2.47	c  S st    22     45761       437      1899         0      8911      5771    116642   no data   no data  --
9.56/2.49	c  S st    22     46266       437      1899         0      9415      5771    126483   no data   no data  --
9.56/2.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.56/2.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.95/2.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.95/2.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.95/2.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.95/2.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
9.95/2.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.95/2.57	c lits-rem:        27  cl-subs:       52  v-elim:      0  v-fix:    0  time:  0.29 s
9.95/2.57	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
9.95/2.57	c vivif2 --  cl tried     9363 cl shrink        0 lits rem          0 time: 0.00
9.95/2.58	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.03
9.95/2.58	c calculated reachability. Time: 0.00
9.95/2.58	c  N st    22     46266       437      1899         0      9363      5771    125328   no data   no data  --
13.55/3.44	c  N st    23     60663       437      1899         0     13707      5771    210137   no data   no data  --
15.98/4.05	c  N st    24     69400       437      1899         0     11494      5771    155310   no data   no data  --
15.98/4.05	c  S st    24     69400       437      1899         0     11494      5771    155310   no data   no data  --
15.98/4.08	c  S st    24     69903       437      1899         0     11994      5771    165491   no data   no data  --
15.98/4.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.98/4.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.98/4.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
15.98/4.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.98/4.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.98/4.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
15.98/4.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.73/4.24	c lits-rem:        63  cl-subs:      184  v-elim:      0  v-fix:    0  time:  0.59 s
16.73/4.24	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
16.73/4.24	c vivif2 --  cl tried    11810 cl shrink        0 lits rem          0 time: 0.01
16.73/4.25	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.03
16.73/4.25	c calculated reachability. Time: 0.00
16.73/4.25	c  N st    24     69903       437      1899         0     11810      5771    161637   no data   no data  --
21.51/5.49	c  F st    25     87500       437      1899         0     17295      5771    268365   no data   no data  --
21.51/5.49	c  N st    25     87500       437      1899         0     17295      5771    268365   no data   no data  --
23.52/5.92	c Decided on static restart strategy
24.32/6.17	c  N st    32     95539       437      1899         0     25094      5771    423602   no data   no data  --
27.10/6.83	c  N st    34    104856       437      1899         0     21537      5771    345343   no data   no data  --
27.10/6.83	c  S st    34    104856       437      1899         0     21537      5771    345343   no data   no data  --
27.10/6.88	c  S st    34    105360       437      1899         0     22040      5771    356156   no data   no data  --
27.10/6.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
27.10/6.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.10/6.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
27.50/6.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.50/6.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.50/6.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
27.50/6.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.28/7.66	c lits-rem:       264  cl-subs:      981  v-elim:      0  v-fix:    0  time:  3.03 s
30.28/7.66	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
30.28/7.66	c vivif2 --  cl tried    21059 cl shrink        0 lits rem          0 time: 0.02
30.28/7.68	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.06
30.28/7.68	c calculated reachability. Time: 0.00
30.28/7.68	c  N st    34    105360       437      1899         0     21059      5771    335367   no data   no data  --
33.93/8.52	c  N st    35    114958       437      1899         0     16757      5771    224268   no data   no data  --
39.06/9.84	c  N st    36    129355       437      1899         0     16189      5771    198201   no data   no data  --
46.25/11.62	c  N st    37    150951       437      1899         0     21698      5771    306166   no data   no data  --
49.04/12.30	c  S st    38    158040       437      1899         0     28585      5771    453516   no data   no data  --
49.04/12.37	c  S st    38    158543       437      1899         0     29088      5771    464701   no data   no data  --
49.04/12.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.04/12.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
49.04/12.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
49.04/12.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.04/12.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.04/12.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
49.04/12.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
54.62/13.79	c lits-rem:       863  cl-subs:     1684  v-elim:      0  v-fix:    0  time:  5.57 s
54.62/13.79	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
54.62/13.79	c vivif2 --  cl tried    27404 cl shrink        0 lits rem          0 time: 0.02
55.02/13.81	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.08
55.02/13.82	c calculated reachability. Time: 0.00
55.02/13.82	c  N st    38    158543       437      1899         0     27404      5771    426297   no data   no data  --
74.56/18.79	c  N st    39    207131       437      1899         0     22021      5771    276392   no data   no data  --
87.32/21.93	c  N st    40    237815       437      1899         0     32266      5771    468617   no data   no data  --
87.32/21.93	c  S st    40    237815       437      1899         0     32266      5771    468617   no data   no data  --
87.72/22.01	c  S st    40    238318       437      1899         0     32769      5771    479751   no data   no data  --
87.72/22.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
87.72/22.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
87.72/22.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
87.72/22.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
87.72/22.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.72/22.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
87.72/22.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
94.11/23.63	c lits-rem:      1075  cl-subs:     2666  v-elim:      0  v-fix:    0  time:  6.35 s
94.11/23.63	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
94.11/23.63	c vivif2 --  cl tried    30103 cl shrink        0 lits rem          0 time: 0.02
94.11/23.66	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.10
94.11/23.66	c calculated reachability. Time: 0.00
94.11/23.66	c  N st    40    238318       437      1899         0     30103      5771    429559   no data   no data  --
123.62/31.01	c  F st    41    306250       437      1899         0     32200      5771    445372   no data   no data  --
123.62/31.01	c  N st    41    306250       437      1899         0     32200      5771    445372   no data   no data  --
126.06/31.61	c Decided on static restart strategy
136.78/34.34	c  N st    51    334553       437      1899         0     36422      5771    514065   no data   no data  --
147.15/36.99	c  N st    53    357477       437      1899         0     34404      5771    462652   no data   no data  --
147.15/36.99	c  S st    53    357477       437      1899         0     34404      5771    462652   no data   no data  --
147.59/37.08	c  S st    53    357981       437      1899         0     34904      5771    473563   no data   no data  --
147.59/37.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
147.59/37.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
147.59/37.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
147.59/37.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
147.59/37.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
147.59/37.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
147.59/37.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
153.53/38.57	c lits-rem:       405  cl-subs:     1365  v-elim:      0  v-fix:    0  time:  5.86 s
153.53/38.57	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
153.53/38.58	c vivif2 --  cl tried    33539 cl shrink        0 lits rem          0 time: 0.02
153.93/38.61	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.11
153.93/38.61	c calculated reachability. Time: 0.00
153.93/38.61	c  N st    53    357981       437      1899         0     33539      5771    444904   no data   no data  --
169.93/42.66	c  N st    54    390374       437      1899         0     39752      5771    566639   no data   no data  --
198.19/49.79	c  N st    55    438962       437      1899         0     33402      5771    391452   no data   no data  --
235.74/59.13	c  N st    56    511844       437      1899         0     46839      5771    663171   no data   no data  --
249.24/62.56	c  N st    57    536971       437      1899         0     41218      5771    528061   no data   no data  --
249.24/62.56	c  S st    57    536971       437      1899         0     41218      5771    528061   no data   no data  --
249.64/62.67	c  S st    57    537472       437      1899         0     41717      5771    539480   no data   no data  --
249.64/62.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
249.64/62.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
249.64/62.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
250.04/62.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
250.04/62.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
250.04/62.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
250.04/62.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
256.83/64.47	c lits-rem:       702  cl-subs:     1975  v-elim:      0  v-fix:    0  time:  7.07 s
256.83/64.47	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
256.83/64.48	c vivif2 --  cl tried    39742 cl shrink        0 lits rem          0 time: 0.02
256.83/64.51	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.12
257.27/64.51	c calculated reachability. Time: 0.00
257.27/64.51	c  N st    57    537472       437      1899         0     39742      5771    498362   no data   no data  --
362.56/90.92	c  N st    58    701456       437      1899         0     68351      5771    996127   no data   no data  --
436.70/109.56	c  N st    59    806208       437      1899         0     62394      5771    845747   no data   no data  --
436.70/109.56	c  S st    59    806208       437      1899         0     62394      5771    845747   no data   no data  --
437.54/109.74	c  S st    59    806712       437      1899         0     62896      5771    856357   no data   no data  --
437.54/109.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
437.54/109.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
437.54/109.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
437.54/109.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
437.54/109.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
437.54/109.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
437.54/109.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
452.25/113.50	c lits-rem:      1007  cl-subs:     8269  v-elim:      0  v-fix:    0  time: 14.77 s
452.25/113.50	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
452.65/113.51	c vivif2 --  cl tried    54627 cl shrink        0 lits rem          0 time: 0.04
452.65/113.57	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.24
452.65/113.57	c calculated reachability. Time: 0.00
452.65/113.57	c  N st    59    806712       437      1899         0     54627      5771    708042   no data   no data  --
649.26/162.85	c  F st    60   1071875       437      1899         0     70692      5771    996005   no data   no data  --
649.26/162.85	c  N st    60   1071875       437      1899         0     70692      5771    996005   no data   no data  --
654.06/164.04	c Decided on static restart strategy
674.04/169.10	c  N st    70   1100186       437      1899         0     54650      5771    632098   no data   no data  --
703.91/176.56	c  N st    72   1136178       437      1899         0     45065      5771    415173   no data   no data  --
726.69/182.28	c  N st    73   1168573       437      1899         0     76397      5771   1059159   no data   no data  --
760.54/190.72	c  N st    74   1210068       437      1899         0     71102      5771    958943   no data   no data  --
760.54/190.72	c  S st    74   1210068       437      1899         0     71102      5771    958943   no data   no data  --
761.34/190.94	c  S st    74   1210569       437      1899         0     71603      5771    969850   no data   no data  --
761.34/190.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
761.34/190.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
761.34/190.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.12
761.34/191.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
761.34/191.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
761.34/191.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
761.34/191.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
779.74/195.55	c lits-rem:      1340  cl-subs:     4380  v-elim:      0  v-fix:    0  time: 18.13 s
779.74/195.55	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
779.74/195.57	c vivif2 --  cl tried    67223 cl shrink        0 lits rem          0 time: 0.05
780.09/195.68	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.44
780.09/195.68	c calculated reachability. Time: 0.00
780.09/195.68	c  N st    74   1210569       437      1899         0     67223      5771    884933   no data   no data  --
849.09/212.91	c  N st    75   1283452       437      1899         0     91469      5771   1396380   no data   no data  --
956.37/239.85	c  N st    76   1392775       437      1899         0     51833      5771    497137   no data   no data  --
1100.74/276.08	c  N st    77   1556759       437      1899         0     56654      5771    565782   no data   no data  --
1243.12/311.75	c  N st    78   1710569       437      1899         0     97946      5771   1421250   no data   no data  --
1243.12/311.75	c  S st    78   1710569       437      1899         0     97946      5771   1421250   no data   no data  --
1244.37/312.07	c  S st    78   1711073       437      1899         0     98449      5771   1432184   no data   no data  --
1244.37/312.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1244.37/312.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1244.77/312.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
1244.77/312.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1244.77/312.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1244.77/312.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
1244.77/312.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1292.18/324.10	c lits-rem:      1467  cl-subs:    12447  v-elim:      0  v-fix:    0  time: 47.54 s
1292.18/324.10	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
1292.62/324.11	c vivif2 --  cl tried    86002 cl shrink        0 lits rem          0 time: 0.05
1293.02/324.23	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.45
1293.02/324.23	c calculated reachability. Time: 0.00
1293.02/324.23	c  N st    78   1711073       437      1899         0     86002      5771   1187001   no data   no data  --
1664.29/417.30	c  N st    79   2080038       437      1899         0     98054      5771   1345580   no data   no data  --
1799.48/451.22	c  N st    80   2211077       437      1899         0    102117      5771   1414392   no data   no data  --
1799.48/451.22	c  S st    80   2211077       437      1899         0    102117      5771   1414392   no data   no data  --
1800.68/451.54	c  S st    80   2211582       437      1899         0    102618      5771   1425190   no data   no data  --
1800.68/451.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1800.68/451.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1801.08/451.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
1801.08/451.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1801.08/451.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1801.08/451.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
1801.08/451.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1830.60/459.02	c lits-rem:        93  cl-subs:     8331  v-elim:      0  v-fix:    0  time: 29.37 s
1830.60/459.02	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
1830.60/459.03	c vivif2 --  cl tried    94287 cl shrink        0 lits rem          0 time: 0.07
1831.00/459.17	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.54
1831.00/459.17	c calculated reachability. Time: 0.00
1831.00/459.17	c  N st    80   2211582       437      1899         0     94287      5771   1269690   no data   no data  --
2361.84/592.21	c  N st    81   2711584       437      1899         0    117645      5771   1695710   no data   no data  --
2361.84/592.21	c  S st    81   2711584       437      1899         0    117645      5771   1695710   no data   no data  --
2363.48/592.65	c  S st    81   2712085       437      1899         0    118146      5771   1706934   no data   no data  --
2363.48/592.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2363.48/592.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2363.82/592.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
2363.82/592.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2363.82/592.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2363.82/592.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
2363.82/592.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2405.31/603.17	c lits-rem:       270  cl-subs:     8527  v-elim:      0  v-fix:    0  time: 41.42 s
2405.31/603.17	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
2405.31/603.19	c vivif2 --  cl tried   109619 cl shrink        0 lits rem          0 time: 0.09
2406.11/603.38	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.74
2406.11/603.38	c calculated reachability. Time: 0.00
2406.11/603.38	c  N st    81   2712085       437      1899         0    109619      5771   1551810   no data   no data  --
3092.08/775.32	c  N st    82   3212085       437      1899         0     85586      5771    874545   no data   no data  --
3092.08/775.32	c  S st    82   3212085       437      1899         0     85586      5771    874545   no data   no data  --
3093.28/775.65	c  S st    82   3212588       437      1899         0     86085      5771    885936   no data   no data  --
3093.28/775.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3093.28/775.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3093.67/775.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.19
3093.67/775.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3093.67/775.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3093.67/775.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
3093.67/775.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3112.01/780.36	c lits-rem:       618  cl-subs:     2085  v-elim:      0  v-fix:    0  time: 18.46 s
3112.01/780.36	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
3112.01/780.38	c vivif2 --  cl tried    84000 cl shrink        0 lits rem          0 time: 0.06
3112.81/780.52	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.56
3112.81/780.52	c calculated reachability. Time: 0.00
3112.81/780.52	c  N st    82   3212588       437      1899         0     84000      5771    846162   no data   no data  --
3775.27/946.61	c  N st    83   3712589       437      1899         0     94313      5771    971561   no data   no data  --
3775.27/946.61	c  S st    83   3712589       437      1899         0     94313      5771    971561   no data   no data  --
3776.11/946.89	c  S st    83   3713093       437      1899         0     94817      5771    983541   no data   no data  --
3776.11/946.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3776.11/946.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3776.45/946.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.17
3776.45/946.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3776.45/946.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3776.45/946.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
3776.45/946.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3792.01/950.83	c lits-rem:       725  cl-subs:     3876  v-elim:      0  v-fix:    0  time: 15.40 s
3792.01/950.83	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
3792.01/950.85	c vivif2 --  cl tried    90941 cl shrink        0 lits rem          0 time: 0.06
3792.41/950.97	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.50
3792.41/950.98	c calculated reachability. Time: 0.00
3792.41/950.98	c  N st    83   3713093       437      1899         0     90941      5771    920051   no data   no data  --
3842.66/963.54	c  F st    84   3751563       437      1899         0    128169      5771   1732023   no data   no data  --
3842.66/963.54	c  N st    84   3751563       437      1899         0    128169      5771   1732023   no data   no data  --
3852.64/966.00	c Decided on static restart strategy
3896.10/976.92	c  N st    94   3779869       437      1899         0    155608      5771   2314618   no data   no data  --
3947.95/989.90	c  N st    96   3815863       437      1899         0    108480      5771   1274097   no data   no data  --
3994.62/1001.62	c  N st    97   3848255       437      1899         0    139763      5771   1946644   no data   no data  --
4073.58/1021.49	c  N st    98   3896843       437      1899         0    103708      5771   1192948   no data   no data  --
4190.84/1050.88	c  N st    99   3969727       437      1899         0     90201      5771    854358   no data   no data  --
4348.38/1090.32	c  N st   100   4079052       437      1899         0    110620      5771   1282368   no data   no data  --
4531.81/1136.34	c  N st   101   4213094       437      1899         0    154555      5771   2274119   no data   no data  --
4531.81/1136.34	c  S st   101   4213094       437      1899         0    154555      5771   2274119   no data   no data  --
4534.21/1136.94	c  S st   101   4213596       437      1899         0    155055      5771   2285453   no data   no data  --
4534.21/1136.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4534.21/1136.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4534.65/1137.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.31
4534.65/1137.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4535.05/1137.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4535.05/1137.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
4535.05/1137.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4646.67/1165.12	c lits-rem:       334  cl-subs:    15185  v-elim:      0  v-fix:    0  time: 111.65 s
4646.67/1165.12	c vivif2 --  cl tried     1899 cl shrink        0 lits rem          0 time: 0.00
4646.67/1165.14	c vivif2 --  cl tried   139870 cl shrink        0 lits rem          0 time: 0.10
4647.47/1165.37	c asymm  cl-useful: 0/1899/1899 lits-rem:0 time: 0.90
4647.47/1165.37	c calculated reachability. Time: 0.00
4647.47/1165.37	c  N st   101   4213596       437      1899         0    139870      5771   1983143   no data   no data  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.45 7.96 8.04 6/361 28383
/proc/meminfo: memFree=24015536/32951124 swapFree=56449224/67111528
[pid=28383] ppid=28381 vsize=51236 CPUtime=0.02 cores=1,3,5,7
/proc/28383/stat : 28383 (strangenight1-m) R 28381 28383 28046 0 -1 4202496 412 0 0 0 2 0 0 0 23 0 4 0 651816849 52465664 352 33554432000 4194304 4650419 140736246033424 18446744073709551615 47708517828530 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28383/statm: 12809 352 303 112 0 7774 0
[pid=28383/tid=28384] ppid=28381 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28384/stat : 28384 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 651816849 52465664 352 33554432000 4194304 4650419 140736246033424 18446744073709551615 47708517828530 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28383/tid=28385] ppid=28381 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 0 0 0 0 1 0 0 0 24 0 4 0 651816849 52465664 352 33554432000 4194304 4650419 140736246033424 18446744073709551615 47708517828534 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651816849 52465664 352 33554432000 4194304 4650419 140736246033424 18446744073709551615 253640915953 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.10626 s]
/proc/loadavg: 7.45 7.96 8.04 6/361 28383
/proc/meminfo: memFree=24015536/32951124 swapFree=56449224/67111528
[pid=28383] ppid=28381 vsize=350768 CPUtime=3.41 cores=1,3,5,7
/proc/28383/stat : 28383 (strangenight1-m) R 28381 28383 28046 0 -1 4202496 5082 0 0 0 341 0 0 0 19 0 4 0 651816849 359186432 2653 33554432000 4194304 4650419 140736246033424 18446744073709551615 4366047 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28383/statm: 87692 2653 393 112 0 82657 0
[pid=28383/tid=28384] ppid=28381 vsize=350768 CPUtime=0.85 cores=1,3,5,7
/proc/28383/task/28384/stat : 28384 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 1210 0 0 0 85 0 0 0 18 0 4 0 651816849 359186432 2653 33554432000 4194304 4650419 140736246033424 18446744073709551615 4364416 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28383/tid=28385] ppid=28381 vsize=350768 CPUtime=0.85 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 1245 0 0 0 85 0 0 0 18 0 4 0 651816849 359186432 2653 33554432000 4194304 4650419 140736246033424 18446744073709551615 4328357 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=350768 CPUtime=0.84 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 1025 0 0 0 84 0 0 0 19 0 4 0 651816849 359186432 2653 33554432000 4194304 4650419 140736246033424 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 350768

[startup+0.963667 s]
/proc/loadavg: 7.45 7.96 8.04 6/361 28383
/proc/meminfo: memFree=24015536/32951124 swapFree=56449224/67111528
[pid=28383] ppid=28381 vsize=350904 CPUtime=3.81 cores=1,3,5,7
/proc/28383/stat : 28383 (strangenight1-m) R 28381 28383 28046 0 -1 4202496 5304 0 0 0 381 0 0 0 19 0 4 0 651816849 359325696 2875 33554432000 4194304 4650419 140736246033424 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28383/statm: 87726 2875 393 112 0 82691 0
[pid=28383/tid=28384] ppid=28381 vsize=350904 CPUtime=0.95 cores=1,3,5,7
/proc/28383/task/28384/stat : 28384 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 1270 0 0 0 95 0 0 0 19 0 4 0 651816849 359325696 2875 33554432000 4194304 4650419 140736246033424 18446744073709551615 4315464 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28383/tid=28385] ppid=28381 vsize=350904 CPUtime=0.95 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 1298 0 0 0 95 0 0 0 19 0 4 0 651816849 359325696 2875 33554432000 4194304 4650419 140736246033424 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=350904 CPUtime=0.94 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 1071 0 0 0 94 0 0 0 19 0 4 0 651816849 359325696 2875 33554432000 4194304 4650419 140736246033424 18446744073709551615 4328361 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 350904

[startup+1.06365 s]
/proc/loadavg: 7.45 7.96 8.04 6/361 28383
/proc/meminfo: memFree=24015536/32951124 swapFree=56449224/67111528
[pid=28383] ppid=28381 vsize=359808 CPUtime=4.21 cores=1,3,5,7
/proc/28383/stat : 28383 (strangenight1-m) R 28381 28383 28046 0 -1 4202496 5665 0 0 0 421 0 0 0 19 0 4 0 651816849 368443392 3236 33554432000 4194304 4650419 140736246033424 18446744073709551615 4363426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28383/statm: 89952 3236 394 112 0 84917 0
[pid=28383/tid=28384] ppid=28381 vsize=359808 CPUtime=1.05 cores=1,3,5,7
/proc/28383/task/28384/stat : 28384 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 1338 0 0 0 105 0 0 0 19 0 4 0 651816849 368443392 3236 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28383/tid=28385] ppid=28381 vsize=359808 CPUtime=1.05 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 1374 0 0 0 105 0 0 0 19 0 4 0 651816849 368443392 3236 33554432000 4194304 4650419 140736246033424 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=359808 CPUtime=1.04 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 1217 0 0 0 104 0 0 0 19 0 4 0 651816849 368443392 3236 33554432000 4194304 4650419 140736246033424 18446744073709551615 4516622 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 359808

[startup+1.16363 s]
/proc/loadavg: 7.45 7.96 8.04 6/361 28383
/proc/meminfo: memFree=24015536/32951124 swapFree=56449224/67111528
[pid=28383] ppid=28381 vsize=351572 CPUtime=4.61 cores=1,3,5,7
/proc/28383/stat : 28383 (strangenight1-m) R 28381 28383 28046 0 -1 4202496 6416 0 0 0 461 0 0 0 19 0 4 0 651816849 360009728 2782 33554432000 4194304 4650419 140736246033424 18446744073709551615 4363496 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28383/statm: 87893 2782 394 112 0 82858 0
[pid=28383/tid=28384] ppid=28381 vsize=351572 CPUtime=1.15 cores=1,3,5,7
/proc/28383/task/28384/stat : 28384 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 1547 0 0 0 115 0 0 0 19 0 4 0 651816849 360009728 2783 33554432000 4194304 4650419 140736246033424 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28383/tid=28385] ppid=28381 vsize=351572 CPUtime=1.15 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 1573 0 0 0 115 0 0 0 19 0 4 0 651816849 360009728 2783 33554432000 4194304 4650419 140736246033424 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=351572 CPUtime=1.14 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 1331 0 0 0 114 0 0 0 19 0 4 0 651816849 360009728 2783 33554432000 4194304 4650419 140736246033424 18446744073709551615 4334592 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 351572

[startup+1.50057 s]
/proc/loadavg: 7.45 7.96 8.04 6/361 28383
/proc/meminfo: memFree=24015536/32951124 swapFree=56449224/67111528
[pid=28383] ppid=28381 vsize=351572 CPUtime=5.97 cores=1,3,5,7
/proc/28383/stat : 28383 (strangenight1-m) R 28381 28383 28046 0 -1 4202496 8109 0 0 0 596 1 0 0 20 0 4 0 651816849 360009728 4350 33554432000 4194304 4650419 140736246033424 18446744073709551615 4451368 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28383/statm: 87893 4350 395 112 0 82858 0
[pid=28383/tid=28384] ppid=28381 vsize=351572 CPUtime=1.49 cores=1,3,5,7
/proc/28383/task/28384/stat : 28384 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 1706 0 0 0 149 0 0 0 20 0 4 0 651816849 360009728 4350 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28383/tid=28385] ppid=28381 vsize=351572 CPUtime=1.49 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 1730 0 0 0 149 0 0 0 19 0 4 0 651816849 360009728 4350 33554432000 4194304 4650419 140736246033424 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=351572 CPUtime=1.48 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 1472 0 0 0 148 0 0 0 20 0 4 0 651816849 360009728 4350 33554432000 4194304 4650419 140736246033424 18446744073709551615 4366896 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) 351572

[startup+3.10028 s]
/proc/loadavg: 7.49 7.96 8.04 9/365 28387
/proc/meminfo: memFree=23947624/32951124 swapFree=56449224/67111528
[pid=28383] ppid=28381 vsize=346992 CPUtime=12.34 cores=1,3,5,7
/proc/28383/stat : 28383 (strangenight1-m) R 28381 28383 28046 0 -1 4202496 16329 0 0 0 1232 2 0 0 25 0 4 0 651816849 355319808 9454 33554432000 4194304 4650419 140736246033424 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28383/statm: 86748 9454 395 112 0 81713 0
[pid=28383/tid=28384] ppid=28381 vsize=346992 CPUtime=3.08 cores=1,3,5,7
/proc/28383/task/28384/stat : 28384 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 3781 0 0 0 308 0 0 0 25 0 4 0 651816849 355319808 9454 33554432000 4194304 4650419 140736246033424 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28383/tid=28385] ppid=28381 vsize=346992 CPUtime=3.09 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 4306 0 0 0 309 0 0 0 25 0 4 0 651816849 355319808 9454 33554432000 4194304 4650419 140736246033424 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=346992 CPUtime=3.05 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 3907 0 0 0 305 0 0 0 25 0 4 0 651816849 355319808 9454 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 346992

[startup+6.3137 s]
/proc/loadavg: 7.49 7.96 8.04 9/365 28387
/proc/meminfo: memFree=23920224/32951124 swapFree=56449224/67111528
[pid=28383] ppid=28381 vsize=353884 CPUtime=25.15 cores=1,3,5,7
/proc/28383/stat : 28383 (strangenight1-m) R 28381 28383 28046 0 -1 4202496 23975 0 0 0 2511 4 0 0 25 0 4 0 651816849 362377216 12538 33554432000 4194304 4650419 140736246033424 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28383/statm: 88471 12538 395 112 0 83436 0
[pid=28383/tid=28384] ppid=28381 vsize=353884 CPUtime=6.29 cores=1,3,5,7
/proc/28383/task/28384/stat : 28384 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 6505 0 0 0 629 0 0 0 25 0 4 0 651816849 362377216 12538 33554432000 4194304 4650419 140736246033424 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28383/tid=28385] ppid=28381 vsize=353884 CPUtime=6.3 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 6417 0 0 0 629 1 0 0 25 0 4 0 651816849 362377216 12538 33554432000 4194304 4650419 140736246033424 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=353884 CPUtime=6.22 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 4955 0 0 0 622 0 0 0 25 0 4 0 651816849 362377216 12538 33554432000 4194304 4650419 140736246033424 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 353884

[startup+12.7005 s]
/proc/loadavg: 7.53 7.96 8.04 9/365 28388
/proc/meminfo: memFree=23882936/32951124 swapFree=56449224/67111528
[pid=28383] ppid=28381 vsize=366980 CPUtime=50.63 cores=1,3,5,7
/proc/28383/stat : 28383 (strangenight1-m) R 28381 28383 28046 0 -1 4202496 36216 0 0 0 5056 7 0 0 25 0 4 0 651816849 375787520 17240 33554432000 4194304 4650419 140736246033424 18446744073709551615 4433090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28383/statm: 91745 17240 395 112 0 86710 0
[pid=28383/tid=28384] ppid=28381 vsize=366980 CPUtime=12.68 cores=1,3,5,7
/proc/28383/task/28384/stat : 28384 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 9945 0 0 0 1267 1 0 0 25 0 4 0 651816849 375787520 17240 33554432000 4194304 4650419 140736246033424 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28383/tid=28385] ppid=28381 vsize=366980 CPUtime=12.69 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 9289 0 0 0 1267 2 0 0 25 0 4 0 651816849 375787520 17240 33554432000 4194304 4650419 140736246033424 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=366980 CPUtime=12.54 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 7528 0 0 0 1253 1 0 0 25 0 4 0 651816849 375787520 17240 33554432000 4194304 4650419 140736246033424 18446744073709551615 4328518 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 366980

[startup+25.5012 s]
/proc/loadavg: 7.72 7.98 8.05 9/365 28388
/proc/meminfo: memFree=23843976/32951124 swapFree=56449224/67111528
[pid=28383] ppid=28381 vsize=358176 CPUtime=101.69 cores=1,3,5,7
/proc/28383/stat : 28383 (strangenight1-m) R 28381 28383 28046 0 -1 4202496 55348 0 0 0 10156 13 0 0 25 0 4 0 651816849 366772224 22371 33554432000 4194304 4650419 140736246033424 18446744073709551615 4333678 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28383/statm: 89544 22371 395 112 0 84509 0
[pid=28383/tid=28384] ppid=28381 vsize=358176 CPUtime=25.48 cores=1,3,5,7
/proc/28383/task/28384/stat : 28384 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 15273 0 0 0 2546 2 0 0 25 0 4 0 651816849 366772224 22371 33554432000 4194304 4650419 140736246033424 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28383/tid=28385] ppid=28381 vsize=358176 CPUtime=25.49 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 14701 0 0 0 2546 3 0 0 25 0 4 0 651816849 366772224 22371 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=358176 CPUtime=25.19 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 11346 0 0 0 2516 3 0 0 25 0 4 0 651816849 366772224 22371 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 358176

[startup+51.1005 s]
/proc/loadavg: 7.81 7.98 8.05 9/365 28389
/proc/meminfo: memFree=23805980/32951124 swapFree=56449224/67111528
[pid=28383] ppid=28381 vsize=385688 CPUtime=203.79 cores=1,3,5,7
/proc/28383/stat : 28383 (strangenight1-m) R 28381 28383 28046 0 -1 4202496 84752 0 0 0 20356 23 0 0 25 0 4 0 651816849 394944512 27591 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28383/statm: 96422 27591 395 112 0 91387 0
[pid=28383/tid=28384] ppid=28381 vsize=385688 CPUtime=51.08 cores=1,3,5,7
/proc/28383/task/28384/stat : 28384 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 24995 0 0 0 5103 5 0 0 25 0 4 0 651816849 394944512 27591 33554432000 4194304 4650419 140736246033424 18446744073709551615 4328518 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28383/tid=28385] ppid=28381 vsize=385688 CPUtime=51.09 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 21661 0 0 0 5103 6 0 0 25 0 4 0 651816849 394944512 27591 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=385688 CPUtime=50.5 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 16568 0 0 0 5045 5 0 0 25 0 4 0 651816849 394944512 27591 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.79
Current children cumulated vsize (KiB) 385688

[startup+102.301 s]
/proc/loadavg: 8.03 8.01 8.05 9/365 28390
/proc/meminfo: memFree=23752648/32951124 swapFree=56449224/67111528
[pid=28383] ppid=28381 vsize=391132 CPUtime=407.98 cores=1,3,5,7
/proc/28383/stat : 28383 (strangenight1-m) R 28381 28383 28046 0 -1 4202496 126626 0 0 0 40760 38 0 0 25 0 4 0 651816849 400519168 33713 33554432000 4194304 4650419 140736246033424 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28383/statm: 97783 33713 395 112 0 92748 0
[pid=28383/tid=28384] ppid=28381 vsize=391132 CPUtime=102.28 cores=1,3,5,7
/proc/28383/task/28384/stat : 28384 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 32968 0 0 0 10220 8 0 0 25 0 4 0 651816849 400519168 33713 33554432000 4194304 4650419 140736246033424 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28383/tid=28385] ppid=28381 vsize=391132 CPUtime=102.29 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 33863 0 0 0 10219 10 0 0 25 0 4 0 651816849 400519168 33713 33554432000 4194304 4650419 140736246033424 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=391132 CPUtime=101.08 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 25730 0 0 0 10100 8 0 0 25 0 4 0 651816849 400519168 33713 33554432000 4194304 4650419 140736246033424 18446744073709551615 4476432 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.98
Current children cumulated vsize (KiB) 391132

[startup+162.3 s]

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

[pid=28383] ppid=28381 vsize=570004 CPUtime=2561.63 cores=1,3,5,7
/proc/28383/stat : 28383 (strangenight1-m) R 28381 28383 28046 0 -1 4202496 399644 0 0 0 256006 157 0 0 25 0 4 0 651816849 583684096 75760 33554432000 4194304 4650419 140736246033424 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28383/statm: 142501 75760 395 112 0 137466 0
[pid=28383/tid=28384] ppid=28381 vsize=570004 CPUtime=642.29 cores=1,3,5,7
/proc/28383/task/28384/stat : 28384 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 92597 0 0 0 64195 34 0 0 25 0 4 0 651816849 583684096 75760 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28383/tid=28385] ppid=28381 vsize=570004 CPUtime=642.3 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 117823 0 0 0 64182 48 0 0 25 0 4 0 651816849 583684096 75760 33554432000 4194304 4650419 140736246033424 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=570004 CPUtime=634.71 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 73193 0 0 0 63442 29 0 0 25 0 4 0 651816849 583684096 75760 33554432000 4194304 4650419 140736246033424 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2561.63
Current children cumulated vsize (KiB) 570004

[startup+702.301 s]
/proc/loadavg: 8.08 8.09 8.07 9/365 28406
/proc/meminfo: memFree=23366688/32951124 swapFree=56449224/67111528
[pid=28383] ppid=28381 vsize=570308 CPUtime=2800.94 cores=1,3,5,7
/proc/28383/stat : 28383 (strangenight1-m) R 28381 28383 28046 0 -1 4202496 419297 0 0 0 279927 167 0 0 25 0 4 0 651816849 583995392 77730 33554432000 4194304 4650419 140736246033424 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28383/statm: 142577 77730 395 112 0 137542 0
[pid=28383/tid=28384] ppid=28381 vsize=570308 CPUtime=702.29 cores=1,3,5,7
/proc/28383/task/28384/stat : 28384 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 95757 0 0 0 70193 36 0 0 25 0 4 0 651816849 583995392 77730 33554432000 4194304 4650419 140736246033424 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28383/tid=28385] ppid=28381 vsize=570308 CPUtime=702.3 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 123601 0 0 0 70180 50 0 0 25 0 4 0 651816849 583995392 77730 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=570308 CPUtime=694.01 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 77926 0 0 0 69370 31 0 0 25 0 4 0 651816849 583995392 77730 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2800.94
Current children cumulated vsize (KiB) 570308

[startup+762.301 s]
/proc/loadavg: 8.07 8.09 8.07 9/365 28408
/proc/meminfo: memFree=23336912/32951124 swapFree=56449224/67111528
[pid=28383] ppid=28381 vsize=623756 CPUtime=3040.23 cores=1,3,5,7
/proc/28383/stat : 28383 (strangenight1-m) R 28381 28383 28046 0 -1 4202496 438316 0 0 0 303845 178 0 0 25 0 4 0 651816849 638726144 83316 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28383/statm: 155939 83316 395 112 0 150904 0
[pid=28383/tid=28384] ppid=28381 vsize=623756 CPUtime=762.29 cores=1,3,5,7
/proc/28383/task/28384/stat : 28384 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 98407 0 0 0 76191 38 0 0 25 0 4 0 651816849 638726144 83316 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28383/tid=28385] ppid=28381 vsize=623756 CPUtime=762.31 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 129473 0 0 0 76177 54 0 0 25 0 4 0 651816849 638726144 83316 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=623756 CPUtime=753.3 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 82714 0 0 0 75296 34 0 0 25 0 4 0 651816849 638726144 83316 33554432000 4194304 4650419 140736246033424 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.23
Current children cumulated vsize (KiB) 623756

[startup+822.301 s]
/proc/loadavg: 8.07 8.08 8.07 9/365 28409
/proc/meminfo: memFree=23302536/32951124 swapFree=56449224/67111528
[pid=28383] ppid=28381 vsize=568496 CPUtime=3279.53 cores=1,3,5,7
/proc/28383/stat : 28383 (strangenight1-m) R 28381 28383 28046 0 -1 4202496 462729 0 0 0 327765 188 0 0 25 0 4 0 651816849 582139904 87058 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28383/statm: 142124 87058 395 112 0 137089 0
[pid=28383/tid=28384] ppid=28381 vsize=568496 CPUtime=822.29 cores=1,3,5,7
/proc/28383/task/28384/stat : 28384 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 103801 0 0 0 82190 39 0 0 25 0 4 0 651816849 582139904 87058 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28383/tid=28385] ppid=28381 vsize=568496 CPUtime=822.31 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 136265 0 0 0 82174 57 0 0 25 0 4 0 651816849 582139904 87058 33554432000 4194304 4650419 140736246033424 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=568496 CPUtime=812.6 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 88403 0 0 0 81223 37 0 0 25 0 4 0 651816849 582139904 87058 33554432000 4194304 4650419 140736246033424 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3279.53
Current children cumulated vsize (KiB) 568496

[startup+882.301 s]
/proc/loadavg: 8.02 8.07 8.06 9/365 28411
/proc/meminfo: memFree=23288884/32951124 swapFree=56449224/67111528
[pid=28383] ppid=28381 vsize=581296 CPUtime=3518.81 cores=1,3,5,7
/proc/28383/stat : 28383 (strangenight1-m) R 28381 28383 28046 0 -1 4202496 485514 0 0 0 351681 200 0 0 25 0 4 0 651816849 595247104 86345 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28383/statm: 145324 86345 395 112 0 140289 0
[pid=28383/tid=28384] ppid=28381 vsize=581296 CPUtime=882.29 cores=1,3,5,7
/proc/28383/task/28384/stat : 28384 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 110067 0 0 0 88186 43 0 0 25 0 4 0 651816849 595247104 86345 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28383/tid=28385] ppid=28381 vsize=581296 CPUtime=882.3 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 142227 0 0 0 88170 60 0 0 25 0 4 0 651816849 595247104 86345 33554432000 4194304 4650419 140736246033424 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=581296 CPUtime=871.88 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 92963 0 0 0 87149 39 0 0 25 0 4 0 651816849 595247104 86345 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3518.81
Current children cumulated vsize (KiB) 581296

[startup+942.301 s]
/proc/loadavg: 8.07 8.07 8.06 9/365 28412
/proc/meminfo: memFree=23303132/32951124 swapFree=56449224/67111528
[pid=28383] ppid=28381 vsize=647168 CPUtime=3758.16 cores=1,3,5,7
/proc/28383/stat : 28383 (strangenight1-m) R 28381 28383 28046 0 -1 4202496 507971 0 0 0 375604 212 0 0 25 0 4 0 651816849 662700032 88611 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28383/statm: 161792 88611 395 112 0 156757 0
[pid=28383/tid=28384] ppid=28381 vsize=647168 CPUtime=942.3 cores=1,3,5,7
/proc/28383/task/28384/stat : 28384 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 117155 0 0 0 94184 46 0 0 25 0 4 0 651816849 662700032 88611 33554432000 4194304 4650419 140736246033424 18446744073709551615 4363562 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28383/tid=28385] ppid=28381 vsize=647168 CPUtime=942.32 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 147846 0 0 0 94169 63 0 0 25 0 4 0 651816849 662700032 88611 33554432000 4194304 4650419 140736246033424 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=647168 CPUtime=931.18 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 96725 0 0 0 93077 41 0 0 25 0 4 0 651816849 662700032 88611 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3758.16
Current children cumulated vsize (KiB) 647168

[startup+1002.3 s]
/proc/loadavg: 8.06 8.07 8.06 9/365 28414
/proc/meminfo: memFree=23293560/32951124 swapFree=56449224/67111528
[pid=28383] ppid=28381 vsize=581920 CPUtime=3997.41 cores=1,3,5,7
/proc/28383/stat : 28383 (strangenight1-m) R 28381 28383 28046 0 -1 4202496 531869 0 0 0 399519 222 0 0 25 0 4 0 651816849 595886080 85982 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28383/statm: 145480 85982 395 112 0 140445 0
[pid=28383/tid=28384] ppid=28381 vsize=581920 CPUtime=1002.28 cores=1,3,5,7
/proc/28383/task/28384/stat : 28384 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 123543 0 0 0 100180 48 0 0 25 0 4 0 651816849 595886080 85982 33554432000 4194304 4650419 140736246033424 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28383/tid=28385] ppid=28381 vsize=581920 CPUtime=1002.31 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 153603 0 0 0 100165 66 0 0 25 0 4 0 651816849 595886080 85982 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=581920 CPUtime=990.47 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 101022 0 0 0 99003 44 0 0 25 0 4 0 651816849 595886080 85982 33554432000 4194304 4650419 140736246033424 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3997.41
Current children cumulated vsize (KiB) 581920

[startup+1062.31 s]
/proc/loadavg: 8.07 8.07 8.06 9/365 28416
/proc/meminfo: memFree=23251500/32951124 swapFree=56449224/67111528
[pid=28383] ppid=28381 vsize=582180 CPUtime=4236.75 cores=1,3,5,7
/proc/28383/stat : 28383 (strangenight1-m) R 28381 28383 28046 0 -1 4202496 557781 0 0 0 423441 234 0 0 25 0 4 0 651816849 596152320 93693 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28383/statm: 145545 93693 395 112 0 140510 0
[pid=28383/tid=28384] ppid=28381 vsize=582180 CPUtime=1062.3 cores=1,3,5,7
/proc/28383/task/28384/stat : 28384 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 128992 0 0 0 106179 51 0 0 25 0 4 0 651816849 596152320 93693 33554432000 4194304 4650419 140736246033424 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28383/tid=28385] ppid=28381 vsize=582180 CPUtime=1062.32 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 160557 0 0 0 106163 69 0 0 25 0 4 0 651816849 596152320 93693 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=582180 CPUtime=1049.77 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 108966 0 0 0 104930 47 0 0 25 0 4 0 651816849 596152320 93693 33554432000 4194304 4650419 140736246033424 18446744073709551615 4540584 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4236.75
Current children cumulated vsize (KiB) 582180

[startup+1122.3 s]
/proc/loadavg: 8.10 8.07 8.06 9/365 28426
/proc/meminfo: memFree=23255068/32951124 swapFree=56449224/67111528
[pid=28383] ppid=28381 vsize=572156 CPUtime=4475.99 cores=1,3,5,7
/proc/28383/stat : 28383 (strangenight1-m) R 28381 28383 28046 0 -1 4202496 575345 0 0 0 447356 243 0 0 25 0 4 0 651816849 585887744 93153 33554432000 4194304 4650419 140736246033424 18446744073709551615 4367329 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28383/statm: 143039 93153 395 112 0 138004 0
[pid=28383/tid=28384] ppid=28381 vsize=572156 CPUtime=1122.29 cores=1,3,5,7
/proc/28383/task/28384/stat : 28384 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 131483 0 0 0 112176 53 0 0 25 0 4 0 651816849 585887744 93153 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28383/tid=28385] ppid=28381 vsize=572156 CPUtime=1122.31 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 166481 0 0 0 112160 71 0 0 25 0 4 0 651816849 585887744 93153 33554432000 4194304 4650419 140736246033424 18446744073709551615 4315077 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=572156 CPUtime=1109.05 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 112180 0 0 0 110856 49 0 0 25 0 4 0 651816849 585887744 93153 33554432000 4194304 4650419 140736246033424 18446744073709551615 4313463 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4475.99
Current children cumulated vsize (KiB) 572156

[startup+1182.3 s]
/proc/loadavg: 8.15 8.08 8.06 9/365 28428
/proc/meminfo: memFree=23235952/32951124 swapFree=56449224/67111528
[pid=28383] ppid=28381 vsize=690872 CPUtime=4715.26 cores=1,3,5,7
/proc/28383/stat : 28383 (strangenight1-m) R 28381 28383 28046 0 -1 4202496 594550 0 0 0 471274 252 0 0 25 0 4 0 651816849 707452928 93895 33554432000 4194304 4650419 140736246033424 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28383/statm: 172718 93895 395 112 0 167683 0
[pid=28383/tid=28384] ppid=28381 vsize=690872 CPUtime=1182.29 cores=1,3,5,7
/proc/28383/task/28384/stat : 28384 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 136296 0 0 0 118174 55 0 0 25 0 4 0 651816849 707452928 93895 33554432000 4194304 4650419 140736246033424 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28383/tid=28385] ppid=28381 vsize=690872 CPUtime=1182.31 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 171622 0 0 0 118157 74 0 0 25 0 4 0 651816849 707452928 93895 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=690872 CPUtime=1168.32 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 116473 0 0 0 116781 51 0 0 25 0 4 0 651816849 707452928 93895 33554432000 4194304 4650419 140736246033424 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4715.26
Current children cumulated vsize (KiB) 690872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.17 8.09 8.07 5/360 28429
/proc/meminfo: memFree=23631428/32951124 swapFree=56449224/67111528
[pid=28383] ppid=28381 vsize=691116 CPUtime=4800.25 cores=1,3,5,7
/proc/28383/stat : 28383 (strangenight1-m) R 28381 28383 28046 0 -1 4202496 599564 0 0 0 479769 256 0 0 25 0 4 0 651816849 707702784 95417 33554432000 4194304 4650419 140736246033424 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28383/statm: 172779 95417 395 112 0 167744 0
[pid=28383/tid=28384] ppid=28381 vsize=691116 CPUtime=1203.59 cores=1,3,5,7
/proc/28383/task/28384/stat : 28384 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 136667 0 0 0 120304 55 0 0 25 0 4 0 651816849 707702784 95417 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28383/tid=28385] ppid=28381 vsize=691116 CPUtime=1203.62 cores=1,3,5,7
/proc/28383/task/28385/stat : 28385 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 173160 0 0 0 120287 75 0 0 25 0 4 0 651816849 707702784 95417 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28383/tid=28386] ppid=28381 vsize=691116 CPUtime=1189.38 cores=1,3,5,7
/proc/28383/task/28386/stat : 28386 (strangenight1-m) R 28381 28383 28046 0 -1 4202560 117371 0 0 0 118885 53 0 0 25 0 4 0 651816849 707702784 95417 33554432000 4194304 4650419 140736246033424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 691116

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.63
CPU time (s): 4800.3
CPU user time (s): 4797.72
CPU system time (s): 2.58061
CPU usage (%): 398.817
Max. virtual memory (cumulated for all children) (KiB): 698312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.72
system time used= 2.58061
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 599566
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= 304
involuntary context switches= 21870

runsolver used 3.84841 second user time and 10.4214 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-14 21:42:45
IDJOB=3368748
IDBENCH=82757
IDSOLVER=1846
FILE ID=node106/3368748-1305402165
RUNJOBID= node106-1305402164-28361
PBS_JOBID= 13324490
Free space on /tmp= 73356 MiB

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

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

MD5SUM BENCH= f9acc85431fa3756e8067132423a3a4a
RANDOM SEED=1043598082

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24015940 kB
Buffers:        267680 kB
Cached:        5686116 kB
SwapCached:      27544 kB
Active:         732624 kB
Inactive:      7975776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24015940 kB
SwapTotal:    67111528 kB
SwapFree:     56449224 kB
Dirty:           12436 kB
Writeback:           0 kB
AnonPages:     2735596 kB
Mapped:          10376 kB
Slab:           113912 kB
PageTables:      47584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75079588 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= 73356 MiB
End job on node106 at 2011-05-14 22:02:50