Trace number 3369051

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.05

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S116041094-082.UNKNOWN.cnf
MD5SUMc3607b4797e262c1da0dfb143eedc361
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark144.264
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.01	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-3369051-1305410859.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.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    450 time:  0.00 s
0.00/0.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.09	c lits-rem:         0  cl-subs:        0  v-elim:     17  v-fix:    0  time:  0.01 s
0.00/0.09	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.09	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.09	c calculated reachability. Time: 0.00
0.00/0.09	c Calc default polars -  time:   0.00 s pos:     202 undec:      51 neg:     197
0.00/0.09	c =========================================================================================
0.00/0.09	c types(t): F = full restart, N = normal restart
0.00/0.09	c types(t): S = simplification begin/end, E = solution found
0.00/0.09	c restart types(rt): st = static, dy = dynamic
0.00/0.09	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.09	c  B st     0         0       433      1909         0         0      5834         0   no data   no data  --
0.00/0.09	c Decided on static restart strategy
0.36/0.81	c  N st     8      4922       433      1909         0      4810      5834    101841   no data   no data  --
0.36/0.81	c  N st    10     11304       433      1909         0      4445      5834     69500   no data   no data  --
0.36/0.81	c  N st    11     17047       433      1909         0     10039      5834    192493   no data   no data  --
3.82/1.05	c  F st    12     25001       433      1909         0     12316      5834    236007   no data   no data  --
3.82/1.05	c  N st    12     25001       433      1909         0     12316      5834    236007   no data   no data  --
5.01/1.28	c Decided on static restart strategy
5.01/1.28	c  N st    18     30001       433      1909         0     10606      5834    182170   no data   no data  --
5.01/1.28	c  S st    18     30001       433      1909         0     10606      5834    182170   no data   no data  --
5.17/1.31	c  S st    18     30504       433      1909         0     11108      5834    192546   no data   no data  --
5.17/1.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.17/1.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.17/1.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    433 time:  0.00 s
5.17/1.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.57/1.49	c lits-rem:       149  cl-subs:      779  v-elim:      0  v-fix:    0  time:  0.68 s
5.97/1.50	c asymm  cl-useful: 0/1909/1909 lits-rem:0 time: 0.03
5.97/1.50	c calculated reachability. Time: 0.00
5.97/1.50	c  N st    18     30504       433      1909         0     10329      5834    175330   no data   no data  --
7.20/1.86	c  N st    20     37616       433      1909         0      9602      5834    146358   no data   no data  --
8.76/2.22	c  N st    21     44016       433      1909         0     15810      5834    284052   no data   no data  --
9.16/2.33	c  S st    22     45757       433      1909         0     17511      5834    321169   no data   no data  --
9.16/2.37	c  S st    22     46259       433      1909         0      9308      5834    124108   no data   no data  --
9.16/2.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.16/2.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.16/2.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.16/2.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.16/2.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.16/2.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    433 time:  0.00 s
9.16/2.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.56/2.44	c lits-rem:        14  cl-subs:       74  v-elim:      0  v-fix:    0  time:  0.26 s
9.56/2.44	c vivif2 --  cl tried     1909 cl shrink        0 lits rem          0 time: 0.00
9.56/2.44	c vivif2 --  cl tried     9234 cl shrink        0 lits rem          0 time: 0.00
9.56/2.45	c asymm  cl-useful: 0/1909/1909 lits-rem:0 time: 0.03
9.56/2.45	c calculated reachability. Time: 0.00
9.56/2.45	c  N st    22     46259       433      1909         0      9234      5834    122454   no data   no data  --
13.15/3.35	c  N st    23     60657       433      1909         0     13595      5834    210655   no data   no data  --
15.98/4.03	c  N st    24     69388       433      1909         0     11384      5834    151686   no data   no data  --
15.98/4.03	c  S st    24     69388       433      1909         0     11384      5834    151686   no data   no data  --
15.98/4.06	c  S st    24     69891       433      1909         0     11885      5834    162531   no data   no data  --
15.98/4.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.98/4.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.98/4.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
15.98/4.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.98/4.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.98/4.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    433 time:  0.00 s
15.98/4.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.74/4.22	c lits-rem:        45  cl-subs:      148  v-elim:      0  v-fix:    0  time:  0.58 s
16.74/4.22	c vivif2 --  cl tried     1909 cl shrink        0 lits rem          0 time: 0.00
16.74/4.22	c vivif2 --  cl tried    11737 cl shrink        0 lits rem          0 time: 0.01
16.74/4.23	c asymm  cl-useful: 0/1909/1909 lits-rem:0 time: 0.03
16.74/4.23	c calculated reachability. Time: 0.00
16.74/4.23	c  N st    24     69891       433      1909         0     11737      5834    159331   no data   no data  --
21.13/5.38	c  F st    25     87500       433      1909         0     17182      5834    270789   no data   no data  --
21.13/5.38	c  N st    25     87500       433      1909         0     17182      5834    270789   no data   no data  --
22.73/5.74	c Decided on static restart strategy
23.53/5.97	c  N st    32     95536       433      1909         0     25028      5834    434463   no data   no data  --
26.32/6.61	c  N st    34    104837       433      1909         0     21479      5834    351556   no data   no data  --
26.32/6.61	c  S st    34    104837       433      1909         0     21479      5834    351556   no data   no data  --
26.32/6.67	c  S st    34    105343       433      1909         0     21983      5834    361964   no data   no data  --
26.32/6.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.32/6.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
26.32/6.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
26.32/6.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.32/6.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.32/6.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    433 time:  0.00 s
26.32/6.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.51/7.45	c lits-rem:       316  cl-subs:      930  v-elim:      0  v-fix:    0  time:  3.06 s
29.51/7.45	c vivif2 --  cl tried     1909 cl shrink        0 lits rem          0 time: 0.00
29.51/7.46	c vivif2 --  cl tried    21053 cl shrink        0 lits rem          0 time: 0.02
29.51/7.47	c asymm  cl-useful: 0/1909/1909 lits-rem:0 time: 0.06
29.51/7.47	c calculated reachability. Time: 0.00
29.51/7.47	c  N st    34    105343       433      1909         0     21053      5834    341742   no data   no data  --
32.71/8.24	c  N st    35    114941       433      1909         0     16735      5834    227443   no data   no data  --
37.53/9.42	c  N st    36    129338       433      1909         0     16238      5834    204265   no data   no data  --
44.68/11.20	c  N st    37    150934       433      1909         0     21621      5834    311040   no data   no data  --
47.07/11.83	c  S st    38    158015       433      1909         0     28513      5834    455897   no data   no data  --
47.47/11.91	c  S st    38    158517       433      1909         0     29014      5834    466627   no data   no data  --
47.47/11.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.47/11.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
47.47/11.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
47.47/11.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.47/11.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.47/11.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    433 time:  0.00 s
47.47/11.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
52.66/13.29	c lits-rem:       913  cl-subs:     1535  v-elim:      0  v-fix:    0  time:  5.42 s
52.66/13.29	c vivif2 --  cl tried     1909 cl shrink        0 lits rem          0 time: 0.00
52.66/13.29	c vivif2 --  cl tried    27479 cl shrink        0 lits rem          0 time: 0.02
53.06/13.31	c asymm  cl-useful: 0/1909/1909 lits-rem:0 time: 0.08
53.06/13.31	c calculated reachability. Time: 0.00
53.06/13.31	c  N st    38    158517       433      1909         0     27479      5834    435155   no data   no data  --
71.42/17.92	c  N st    39    207105       433      1909         0     22056      5834    282173   no data   no data  --
84.19/21.16	c  N st    40    237776       433      1909         0     32353      5834    484167   no data   no data  --
84.19/21.16	c  S st    40    237776       433      1909         0     32353      5834    484167   no data   no data  --
84.59/21.26	c  S st    40    238283       433      1909         0     32859      5834    494596   no data   no data  --
84.59/21.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
84.59/21.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
84.59/21.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
84.59/21.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
84.59/21.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.59/21.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    433 time:  0.00 s
84.59/21.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
91.77/23.00	c lits-rem:      1254  cl-subs:     2918  v-elim:      0  v-fix:    0  time:  6.80 s
91.77/23.00	c vivif2 --  cl tried     1909 cl shrink        0 lits rem          0 time: 0.00
91.77/23.00	c vivif2 --  cl tried    29941 cl shrink        0 lits rem          0 time: 0.02
91.77/23.03	c asymm  cl-useful: 0/1909/1909 lits-rem:0 time: 0.09
91.77/23.03	c calculated reachability. Time: 0.00
91.77/23.03	c  N st    40    238283       433      1909         0     29941      5834    436901   no data   no data  --
122.09/30.62	c  F st    41    306250       433      1909         0     31972      5834    448292   no data   no data  --
122.09/30.62	c  N st    41    306250       433      1909         0     31972      5834    448292   no data   no data  --
124.50/31.21	c Decided on static restart strategy
135.26/33.92	c  N st    51    334555       433      1909         0     36189      5834    510780   no data   no data  --
146.84/36.90	c  N st    53    357424       433      1909         0     34150      5834    462606   no data   no data  --
146.84/36.90	c  S st    53    357424       433      1909         0     34150      5834    462606   no data   no data  --
147.27/36.99	c  S st    53    357925       433      1909         0     34650      5834    473018   no data   no data  --
147.27/37.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
147.27/37.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
147.67/37.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
147.67/37.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
147.67/37.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
147.67/37.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    433 time:  0.00 s
147.67/37.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
153.22/38.44	c lits-rem:       467  cl-subs:     1521  v-elim:      0  v-fix:    0  time:  5.67 s
153.22/38.44	c vivif2 --  cl tried     1909 cl shrink        0 lits rem          0 time: 0.00
153.22/38.45	c vivif2 --  cl tried    33129 cl shrink        0 lits rem          0 time: 0.02
153.22/38.48	c asymm  cl-useful: 0/1909/1909 lits-rem:0 time: 0.11
153.22/38.48	c calculated reachability. Time: 0.00
153.22/38.48	c  N st    53    357925       433      1909         0     33129      5834    441107   no data   no data  --
171.58/43.04	c  N st    54    390319       433      1909         0     39390      5834    576482   no data   no data  --
199.12/49.94	c  N st    55    438907       433      1909         0     33238      5834    407872   no data   no data  --
240.61/60.37	c  N st    56    511789       433      1909         0     46558      5834    682642   no data   no data  --
256.18/64.25	c  N st    57    536889       433      1909         0     40956      5834    518524   no data   no data  --
256.18/64.25	c  S st    57    536889       433      1909         0     40956      5834    518524   no data   no data  --
256.58/64.36	c  S st    57    537390       433      1909         0     41455      5834    529977   no data   no data  --
256.58/64.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
256.58/64.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
256.58/64.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
256.58/64.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
256.58/64.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
256.58/64.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    433 time:  0.00 s
256.58/64.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
263.36/66.04	c lits-rem:       626  cl-subs:     1588  v-elim:      0  v-fix:    0  time:  6.55 s
263.36/66.04	c vivif2 --  cl tried     1909 cl shrink        0 lits rem          0 time: 0.00
263.36/66.04	c vivif2 --  cl tried    39867 cl shrink        0 lits rem          0 time: 0.02
263.36/66.08	c asymm  cl-useful: 0/1909/1909 lits-rem:0 time: 0.14
263.36/66.08	c calculated reachability. Time: 0.00
263.36/66.08	c  N st    57    537390       433      1909         0     39867      5834    500723   no data   no data  --
367.91/92.27	c  N st    58    701374       433      1909         0     68952      5834   1110727   no data   no data  --
441.77/110.74	c  N st    59    806088       433      1909         0     62825      5834    927747   no data   no data  --
441.77/110.74	c  S st    59    806088       433      1909         0     62825      5834    927747   no data   no data  --
442.53/110.92	c  S st    59    806588       433      1909         0     63324      5834    938859   no data   no data  --
442.53/110.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
442.53/110.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
442.53/110.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
442.53/110.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
442.53/110.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
442.53/110.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    433 time:  0.00 s
442.53/110.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
456.10/114.30	c lits-rem:       786  cl-subs:     4091  v-elim:      0  v-fix:    0  time: 13.26 s
456.10/114.30	c vivif2 --  cl tried     1909 cl shrink        0 lits rem          0 time: 0.00
456.10/114.32	c vivif2 --  cl tried    59233 cl shrink        0 lits rem          0 time: 0.04
456.10/114.38	c asymm  cl-useful: 0/1909/1909 lits-rem:0 time: 0.27
456.10/114.39	c calculated reachability. Time: 0.00
456.10/114.39	c  N st    59    806588       433      1909         0     59233      5834    854077   no data   no data  --
668.79/167.65	c  F st    60   1071876       433      1909         0     74573      5834   1088338   no data   no data  --
668.79/167.65	c  N st    60   1071876       433      1909         0     74573      5834   1088338   no data   no data  --
674.01/168.98	c Decided on static restart strategy
691.97/173.49	c  N st    70   1100190       433      1909         0     58673      5834    709651   no data   no data  --
723.45/181.33	c  N st    72   1136183       433      1909         0     49209      5834    517166   no data   no data  --
749.80/187.99	c  N st    73   1168575       433      1909         0     80660      5834   1203934   no data   no data  --
785.31/196.81	c  N st    74   1209882       433      1909         0     75019      5834   1045978   no data   no data  --
785.31/196.81	c  S st    74   1209882       433      1909         0     75019      5834   1045978   no data   no data  --
786.11/197.03	c  S st    74   1210383       433      1909         0     75519      5834   1056986   no data   no data  --
786.11/197.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
786.11/197.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
786.11/197.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.13
786.51/197.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
786.51/197.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
786.51/197.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    433 time:  0.00 s
786.51/197.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
800.87/200.76	c lits-rem:       927  cl-subs:     5730  v-elim:      0  v-fix:    0  time: 14.59 s
800.87/200.76	c vivif2 --  cl tried     1909 cl shrink        0 lits rem          0 time: 0.00
800.87/200.77	c vivif2 --  cl tried    69789 cl shrink        0 lits rem          0 time: 0.05
801.30/200.86	c asymm  cl-useful: 0/1909/1909 lits-rem:0 time: 0.32
801.30/200.86	c calculated reachability. Time: 0.00
801.30/200.86	c  N st    74   1210383       433      1909         0     69789      5834    946778   no data   no data  --
869.10/217.87	c  N st    75   1283266       433      1909         0     94116      5834   1523046   no data   no data  --
973.24/243.94	c  N st    76   1392590       433      1909         0     54683      5834    568567   no data   no data  --
1126.86/282.43	c  N st    77   1556576       433      1909         0     59351      5834    626897   no data   no data  --
1274.91/319.53	c  N st    78   1710383       433      1909         0    100592      5834   1488962   no data   no data  --
1274.91/319.53	c  S st    78   1710383       433      1909         0    100592      5834   1488962   no data   no data  --
1276.10/319.86	c  S st    78   1710883       433      1909         0    101087      5834   1500231   no data   no data  --
1276.10/319.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1276.10/319.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1276.50/319.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
1276.50/319.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1276.50/319.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1276.50/319.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    433 time:  0.00 s
1276.50/319.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1322.78/331.57	c lits-rem:       619  cl-subs:    11991  v-elim:      0  v-fix:    0  time: 46.28 s
1322.78/331.57	c vivif2 --  cl tried     1909 cl shrink        0 lits rem          0 time: 0.00
1322.78/331.59	c vivif2 --  cl tried    89096 cl shrink        0 lits rem          0 time: 0.07
1323.61/331.71	c asymm  cl-useful: 0/1909/1909 lits-rem:0 time: 0.48
1323.61/331.71	c calculated reachability. Time: 0.00
1323.61/331.71	c  N st    78   1710883       433      1909         0     89096      5834   1265121   no data   no data  --
1718.22/430.61	c  N st    79   2079848       433      1909         0    101569      5834   1505509   no data   no data  --
1867.44/468.09	c  N st    80   2210883       433      1909         0    105404      5834   1533798   no data   no data  --
1867.44/468.09	c  S st    80   2210883       433      1909         0    105404      5834   1533798   no data   no data  --
1869.44/468.53	c  S st    80   2211392       433      1909         0    105911      5834   1545379   no data   no data  --
1869.44/468.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1869.44/468.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1869.44/468.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1869.84/468.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1869.84/468.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1869.84/468.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    433 time:  0.00 s
1869.84/468.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1908.14/478.22	c lits-rem:       541  cl-subs:     8353  v-elim:      0  v-fix:    0  time: 38.21 s
1908.14/478.22	c vivif2 --  cl tried     1909 cl shrink        0 lits rem          0 time: 0.00
1908.14/478.24	c vivif2 --  cl tried    97558 cl shrink        0 lits rem          0 time: 0.08
1908.54/478.37	c asymm  cl-useful: 0/1909/1909 lits-rem:0 time: 0.51
1908.54/478.37	c calculated reachability. Time: 0.00
1908.54/478.38	c  N st    80   2211392       433      1909         0     97558      5834   1372495   no data   no data  --
2533.00/634.81	c  N st    81   2711394       433      1909         0    120120      5834   1636623   no data   no data  --
2533.00/634.81	c  S st    81   2711394       433      1909         0    120120      5834   1636623   no data   no data  --
2534.60/635.20	c  S st    81   2711897       433      1909         0    120620      5834   1647473   no data   no data  --
2534.60/635.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2534.60/635.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2534.60/635.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.23
2535.03/635.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2535.03/635.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2535.03/635.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    433 time:  0.00 s
2535.03/635.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2592.49/649.78	c lits-rem:       725  cl-subs:    19083  v-elim:      0  v-fix:    0  time: 57.71 s
2592.49/649.78	c vivif2 --  cl tried     1909 cl shrink        0 lits rem          0 time: 0.00
2592.85/649.80	c vivif2 --  cl tried   101537 cl shrink        0 lits rem          0 time: 0.07
2593.25/649.94	c asymm  cl-useful: 0/1909/1909 lits-rem:0 time: 0.55
2593.25/649.94	c calculated reachability. Time: 0.00
2593.25/649.94	c  N st    81   2711897       433      1909         0    101537      5834   1309044   no data   no data  --
3228.52/809.11	c  N st    82   3211901       433      1909         0     78555      5834    728639   no data   no data  --
3228.52/809.11	c  S st    82   3211901       433      1909         0     78555      5834    728639   no data   no data  --
3229.68/809.42	c  S st    82   3212405       433      1909         0     79058      5834    739675   no data   no data  --
3229.68/809.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3229.68/809.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3229.68/809.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.18
3230.08/809.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3230.08/809.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3230.08/809.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    433 time:  0.00 s
3230.08/809.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3244.44/813.13	c lits-rem:       337  cl-subs:      621  v-elim:      0  v-fix:    0  time: 14.46 s
3244.44/813.13	c vivif2 --  cl tried     1909 cl shrink        0 lits rem          0 time: 0.00
3244.44/813.14	c vivif2 --  cl tried    78437 cl shrink        0 lits rem          0 time: 0.05
3244.84/813.27	c asymm  cl-useful: 0/1909/1909 lits-rem:0 time: 0.52
3244.84/813.28	c calculated reachability. Time: 0.00
3244.84/813.28	c  N st    82   3212405       433      1909         0     78437      5834    728532   no data   no data  --
3933.53/985.87	c  N st    83   3712405       433      1909         0     89843      5834    900363   no data   no data  --
3933.53/985.87	c  S st    83   3712405       433      1909         0     89843      5834    900363   no data   no data  --
3934.73/986.15	c  S st    83   3712906       433      1909         0     90344      5834    912217   no data   no data  --
3934.73/986.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3934.73/986.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3934.73/986.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
3935.16/986.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3935.16/986.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3935.16/986.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    433 time:  0.00 s
3935.16/986.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3947.51/989.36	c lits-rem:       470  cl-subs:     1298  v-elim:      0  v-fix:    0  time: 12.52 s
3947.51/989.36	c vivif2 --  cl tried     1909 cl shrink        0 lits rem          0 time: 0.00
3947.51/989.37	c vivif2 --  cl tried    89046 cl shrink        0 lits rem          0 time: 0.06
3947.91/989.49	c asymm  cl-useful: 0/1909/1909 lits-rem:0 time: 0.46
3947.91/989.49	c calculated reachability. Time: 0.00
3947.91/989.49	c  N st    83   3712906       433      1909         0     89046      5834    888383   no data   no data  --
3998.17/1002.04	c  F st    84   3751562       433      1909         0    126782      5834   1804856   no data   no data  --
3998.17/1002.05	c  N st    84   3751562       433      1909         0    126782      5834   1804856   no data   no data  --
4008.55/1004.62	c Decided on static restart strategy
4054.83/1016.22	c  N st    94   3779872       433      1909         0    154243      5834   2391627   no data   no data  --
4109.90/1030.05	c  N st    96   3815865       433      1909         0    106363      5834   1219156   no data   no data  --
4157.78/1042.00	c  N st    97   3848257       433      1909         0    137735      5834   1912166   no data   no data  --
4236.78/1061.88	c  N st    98   3896845       433      1909         0    100979      5834   1078721   no data   no data  --
4354.48/1091.33	c  N st    99   3969727       433      1909         0     87170      5834    795483   no data   no data  --
4506.51/1129.48	c  N st   100   4079050       433      1909         0    107412      5834   1195797   no data   no data  --
4688.86/1175.15	c  N st   101   4212906       433      1909         0    151012      5834   2141866   no data   no data  --
4688.86/1175.15	c  S st   101   4212906       433      1909         0    151012      5834   2141866   no data   no data  --
4691.25/1175.77	c  S st   101   4213408       433      1909         0    151513      5834   2152972   no data   no data  --
4691.25/1175.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4691.25/1175.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4691.65/1175.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.31
4692.05/1175.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4692.05/1175.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4692.05/1175.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    433 time:  0.00 s
4692.05/1175.94	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: 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-3369051-1305410859/watcher-3369051-1305410859 -o /tmp/evaluation-result-3369051-1305410859/solver-3369051-1305410859 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369051-1305410859.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: 0.03 0.04 0.08 1/296 17544
/proc/meminfo: memFree=12172784/32951124 swapFree=66050672/67111528
[pid=17544] ppid=17542 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/17544/stat : 17544 (strangenight1-m) R 17542 17544 17455 0 -1 4202496 412 0 0 0 1 0 0 0 22 0 4 0 652683776 52465664 353 33554432000 4194304 4650419 140734521924688 18446744073709551615 47633911429042 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17544/statm: 12809 353 303 112 0 7774 0
[pid=17544/tid=17545] ppid=17542 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/17544/task/17545/stat : 17545 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 652683776 52465664 353 33554432000 4194304 4650419 140734521924688 18446744073709551615 255377357809 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17544/tid=17546] ppid=17542 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/17544/task/17546/stat : 17546 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 652683776 52465664 353 33554432000 4194304 4650419 140734521924688 18446744073709551615 47633911429042 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17544/tid=17547] ppid=17542 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/17544/task/17547/stat : 17547 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 652683776 52465664 353 33554432000 4194304 4650419 140734521924688 18446744073709551615 47633911429046 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0991881 s]
/proc/loadavg: 0.03 0.04 0.08 1/296 17544
/proc/meminfo: memFree=12172784/32951124 swapFree=66050672/67111528
[pid=17544] ppid=17542 vsize=282540 CPUtime=0.36 cores=1,3,5,7
/proc/17544/stat : 17544 (strangenight1-m) R 17542 17544 17455 0 -1 4202496 1588 0 0 0 36 0 0 0 18 0 4 0 652683776 289320960 1466 33554432000 4194304 4650419 140734521924688 18446744073709551615 255377406495 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17544/statm: 70635 1466 391 112 0 65600 0
[pid=17544/tid=17545] ppid=17542 vsize=282540 CPUtime=0.08 cores=1,3,5,7
/proc/17544/task/17545/stat : 17545 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 309 0 0 0 8 0 0 0 18 0 4 0 652683776 289320960 1466 33554432000 4194304 4650419 140734521924688 18446744073709551615 255377406446 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17544/tid=17546] ppid=17542 vsize=282540 CPUtime=0.09 cores=1,3,5,7
/proc/17544/task/17546/stat : 17546 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 353 0 0 0 9 0 0 0 18 0 4 0 652683776 289320960 1466 33554432000 4194304 4650419 140734521924688 18446744073709551615 4332022 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17544/tid=17547] ppid=17542 vsize=282540 CPUtime=0.09 cores=1,3,5,7
/proc/17544/task/17547/stat : 17547 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 204 0 0 0 9 0 0 0 18 0 4 0 652683776 289320960 1466 33554432000 4194304 4650419 140734521924688 18446744073709551615 4364738 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 282540

[startup+0.105117 s]
/proc/loadavg: 0.03 0.04 0.08 1/296 17544
/proc/meminfo: memFree=12172784/32951124 swapFree=66050672/67111528
[pid=17544] ppid=17542 vsize=285436 CPUtime=3.42 cores=1,3,5,7
/proc/17544/stat : 17544 (strangenight1-m) R 17542 17544 17455 0 -1 4202496 4986 0 0 0 341 1 0 0 19 0 4 0 652683776 292286464 2621 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17544/statm: 71359 2621 393 112 0 66324 0
[pid=17544/tid=17545] ppid=17542 vsize=285436 CPUtime=0.84 cores=1,3,5,7
/proc/17544/task/17545/stat : 17545 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 1191 0 0 0 84 0 0 0 19 0 4 0 652683776 292286464 2621 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17544/tid=17546] ppid=17542 vsize=285436 CPUtime=0.85 cores=1,3,5,7
/proc/17544/task/17546/stat : 17546 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 1145 0 0 0 85 0 0 0 19 0 4 0 652683776 292286464 2621 33554432000 4194304 4650419 140734521924688 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17544/tid=17547] ppid=17542 vsize=285436 CPUtime=0.85 cores=1,3,5,7
/proc/17544/task/17547/stat : 17547 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 1048 0 0 0 85 0 0 0 19 0 4 0 652683776 292286464 2621 33554432000 4194304 4650419 140734521924688 18446744073709551615 4364402 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 285436

[startup+0.961738 s]
/proc/loadavg: 0.03 0.04 0.08 1/296 17544
/proc/meminfo: memFree=12172784/32951124 swapFree=66050672/67111528
[pid=17544] ppid=17542 vsize=285436 CPUtime=3.82 cores=1,3,5,7
/proc/17544/stat : 17544 (strangenight1-m) R 17542 17544 17455 0 -1 4202496 5205 0 0 0 381 1 0 0 19 0 4 0 652683776 292286464 2840 33554432000 4194304 4650419 140734521924688 18446744073709551615 4366928 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17544/statm: 71359 2840 393 112 0 66324 0
[pid=17544/tid=17545] ppid=17542 vsize=285436 CPUtime=0.94 cores=1,3,5,7
/proc/17544/task/17545/stat : 17545 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 1250 0 0 0 94 0 0 0 19 0 4 0 652683776 292286464 2840 33554432000 4194304 4650419 140734521924688 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17544/tid=17546] ppid=17542 vsize=285436 CPUtime=0.95 cores=1,3,5,7
/proc/17544/task/17546/stat : 17546 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 1204 0 0 0 95 0 0 0 19 0 4 0 652683776 292286464 2840 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17544/tid=17547] ppid=17542 vsize=285436 CPUtime=0.95 cores=1,3,5,7
/proc/17544/task/17547/stat : 17547 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 1093 0 0 0 95 0 0 0 19 0 4 0 652683776 292286464 2840 33554432000 4194304 4650419 140734521924688 18446744073709551615 4363455 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 285436

[startup+1.06172 s]
/proc/loadavg: 0.03 0.04 0.08 1/296 17544
/proc/meminfo: memFree=12172784/32951124 swapFree=66050672/67111528
[pid=17544] ppid=17542 vsize=285860 CPUtime=4.22 cores=1,3,5,7
/proc/17544/stat : 17544 (strangenight1-m) R 17542 17544 17455 0 -1 4202496 5501 0 0 0 421 1 0 0 19 0 4 0 652683776 292720640 3136 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17544/statm: 73640 3137 394 112 0 68605 0
[pid=17544/tid=17545] ppid=17542 vsize=294560 CPUtime=1.04 cores=1,3,5,7
/proc/17544/task/17545/stat : 17545 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 1333 0 0 0 104 0 0 0 19 0 4 0 652683776 301629440 3137 33554432000 4194304 4650419 140734521924688 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17544/tid=17546] ppid=17542 vsize=294560 CPUtime=1.05 cores=1,3,5,7
/proc/17544/task/17546/stat : 17546 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 1269 0 0 0 105 0 0 0 19 0 4 0 652683776 301629440 3141 33554432000 4194304 4650419 140734521924688 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17544/tid=17547] ppid=17542 vsize=294560 CPUtime=1.05 cores=1,3,5,7
/proc/17544/task/17547/stat : 17547 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 1174 0 0 0 105 0 0 0 19 0 4 0 652683776 301629440 3148 33554432000 4194304 4650419 140734521924688 18446744073709551615 4515973 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 285860

[startup+1.50064 s]
/proc/loadavg: 0.03 0.04 0.08 1/296 17544
/proc/meminfo: memFree=12172784/32951124 swapFree=66050672/67111528
[pid=17544] ppid=17542 vsize=286148 CPUtime=5.97 cores=1,3,5,7
/proc/17544/stat : 17544 (strangenight1-m) R 17542 17544 17455 0 -1 4202496 7992 0 0 0 596 1 0 0 20 0 4 0 652683776 293015552 4400 33554432000 4194304 4650419 140734521924688 18446744073709551615 4370480 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17544/statm: 71537 4400 396 112 0 66502 0
[pid=17544/tid=17545] ppid=17542 vsize=286148 CPUtime=1.48 cores=1,3,5,7
/proc/17544/task/17545/stat : 17545 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 1667 0 0 0 148 0 0 0 20 0 4 0 652683776 293015552 4400 33554432000 4194304 4650419 140734521924688 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17544/tid=17546] ppid=17542 vsize=286148 CPUtime=1.49 cores=1,3,5,7
/proc/17544/task/17546/stat : 17546 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 1624 0 0 0 149 0 0 0 20 0 4 0 652683776 293015552 4400 33554432000 4194304 4650419 140734521924688 18446744073709551615 4363484 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17544/tid=17547] ppid=17542 vsize=286148 CPUtime=1.49 cores=1,3,5,7
/proc/17544/task/17547/stat : 17547 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 1495 0 0 0 149 0 0 0 20 0 4 0 652683776 293015552 4400 33554432000 4194304 4650419 140734521924688 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 286148

[startup+3.10035 s]
/proc/loadavg: 0.03 0.04 0.08 9/308 17561
/proc/meminfo: memFree=12085000/32951124 swapFree=66050672/67111528
[pid=17544] ppid=17542 vsize=282056 CPUtime=12.35 cores=1,3,5,7
/proc/17544/stat : 17544 (strangenight1-m) R 17542 17544 17455 0 -1 4202496 16192 0 0 0 1232 3 0 0 25 0 4 0 652683776 288825344 9129 33554432000 4194304 4650419 140734521924688 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17544/statm: 70514 9129 395 112 0 65479 0
[pid=17544/tid=17545] ppid=17542 vsize=282056 CPUtime=3.05 cores=1,3,5,7
/proc/17544/task/17545/stat : 17545 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 3633 0 0 0 305 0 0 0 25 0 4 0 652683776 288825344 9129 33554432000 4194304 4650419 140734521924688 18446744073709551615 4331981 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17544/tid=17546] ppid=17542 vsize=282056 CPUtime=3.08 cores=1,3,5,7
/proc/17544/task/17546/stat : 17546 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 4245 0 0 0 308 0 0 0 25 0 4 0 652683776 288825344 9129 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17544/tid=17547] ppid=17542 vsize=282056 CPUtime=3.08 cores=1,3,5,7
/proc/17544/task/17547/stat : 17547 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 3891 0 0 0 308 0 0 0 25 0 4 0 652683776 288825344 9129 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 282056

[startup+6.30076 s]
/proc/loadavg: 0.67 0.17 0.12 9/308 17561
/proc/meminfo: memFree=12056372/32951124 swapFree=66050672/67111528
[pid=17544] ppid=17542 vsize=288480 CPUtime=25.12 cores=1,3,5,7
/proc/17544/stat : 17544 (strangenight1-m) R 17542 17544 17455 0 -1 4202496 24269 0 0 0 2508 4 0 0 25 0 4 0 652683776 295403520 12257 33554432000 4194304 4650419 140734521924688 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17544/statm: 72120 12257 395 112 0 67085 0
[pid=17544/tid=17545] ppid=17542 vsize=288480 CPUtime=6.23 cores=1,3,5,7
/proc/17544/task/17545/stat : 17545 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 6173 0 0 0 622 1 0 0 25 0 4 0 652683776 295403520 12257 33554432000 4194304 4650419 140734521924688 18446744073709551615 4363484 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17544/tid=17546] ppid=17542 vsize=288480 CPUtime=6.28 cores=1,3,5,7
/proc/17544/task/17546/stat : 17546 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 6524 0 0 0 628 0 0 0 25 0 4 0 652683776 295403520 12257 33554432000 4194304 4650419 140734521924688 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17544/tid=17547] ppid=17542 vsize=288480 CPUtime=6.29 cores=1,3,5,7
/proc/17544/task/17547/stat : 17547 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 5346 0 0 0 628 1 0 0 25 0 4 0 652683776 295403520 12257 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 288480

[startup+12.7006 s]
/proc/loadavg: 1.25 0.30 0.16 9/308 17561
/proc/meminfo: memFree=12013356/32951124 swapFree=66050672/67111528
[pid=17544] ppid=17542 vsize=311260 CPUtime=50.69 cores=1,3,5,7
/proc/17544/stat : 17544 (strangenight1-m) R 17542 17544 17455 0 -1 4202496 36957 0 0 0 5062 7 0 0 25 0 4 0 652683776 318730240 17524 33554432000 4194304 4650419 140734521924688 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17544/statm: 77815 17524 395 112 0 72780 0
[pid=17544/tid=17545] ppid=17542 vsize=311260 CPUtime=12.58 cores=1,3,5,7
/proc/17544/task/17545/stat : 17545 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 9516 0 0 0 1256 2 0 0 25 0 4 0 652683776 318730240 17524 33554432000 4194304 4650419 140734521924688 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17544/tid=17546] ppid=17542 vsize=311260 CPUtime=12.7 cores=1,3,5,7
/proc/17544/task/17546/stat : 17546 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 9113 0 0 0 1269 1 0 0 25 0 4 0 652683776 318730240 17524 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17544/tid=17547] ppid=17542 vsize=311260 CPUtime=12.7 cores=1,3,5,7
/proc/17544/task/17547/stat : 17547 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 7974 0 0 0 1268 2 0 0 25 0 4 0 652683776 318730240 17524 33554432000 4194304 4650419 140734521924688 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 311260

[startup+25.5012 s]
/proc/loadavg: 2.81 0.69 0.30 9/308 17561
/proc/meminfo: memFree=11964736/32951124 swapFree=66050672/67111528
[pid=17544] ppid=17542 vsize=310084 CPUtime=101.75 cores=1,3,5,7
/proc/17544/stat : 17544 (strangenight1-m) R 17542 17544 17455 0 -1 4202496 55496 0 0 0 10163 12 0 0 25 0 4 0 652683776 317526016 21959 33554432000 4194304 4650419 140734521924688 18446744073709551615 4328357 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17544/statm: 77521 21960 395 112 0 72486 0
[pid=17544/tid=17545] ppid=17542 vsize=310084 CPUtime=25.26 cores=1,3,5,7
/proc/17544/task/17545/stat : 17545 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 13986 0 0 0 2523 3 0 0 25 0 4 0 652683776 317526016 21960 33554432000 4194304 4650419 140734521924688 18446744073709551615 4360358 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17544/tid=17546] ppid=17542 vsize=310084 CPUtime=25.49 cores=1,3,5,7
/proc/17544/task/17546/stat : 17546 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 14443 0 0 0 2547 2 0 0 25 0 4 0 652683776 317526016 21960 33554432000 4194304 4650419 140734521924688 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17544/tid=17547] ppid=17542 vsize=310084 CPUtime=25.49 cores=1,3,5,7
/proc/17544/task/17547/stat : 17547 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 11528 0 0 0 2546 3 0 0 25 0 4 0 652683776 317526016 21960 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 310084

[startup+51.1005 s]
/proc/loadavg: 4.66 1.29 0.50 10/308 17562
/proc/meminfo: memFree=11927516/32951124 swapFree=66050672/67111528
[pid=17544] ppid=17542 vsize=311348 CPUtime=203.9 cores=1,3,5,7
/proc/17544/stat : 17544 (strangenight1-m) R 17542 17544 17455 0 -1 4202496 82084 0 0 0 20369 21 0 0 25 0 4 0 652683776 318820352 28148 33554432000 4194304 4650419 140734521924688 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17544/statm: 77837 28148 395 112 0 72802 0
[pid=17544/tid=17545] ppid=17542 vsize=311348 CPUtime=50.62 cores=1,3,5,7
/proc/17544/task/17545/stat : 17545 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 21580 0 0 0 5057 5 0 0 25 0 4 0 652683776 318820352 28148 33554432000 4194304 4650419 140734521924688 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17544/tid=17546] ppid=17542 vsize=311348 CPUtime=51.09 cores=1,3,5,7
/proc/17544/task/17546/stat : 17546 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 21508 0 0 0 5104 5 0 0 25 0 4 0 652683776 318820352 28148 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17544/tid=17547] ppid=17542 vsize=311348 CPUtime=51.09 cores=1,3,5,7
/proc/17544/task/17547/stat : 17547 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 16332 0 0 0 5104 5 0 0 25 0 4 0 652683776 318820352 28148 33554432000 4194304 4650419 140734521924688 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 311348

[startup+102.301 s]
/proc/loadavg: 6.60 2.34 0.90 9/308 17563
/proc/meminfo: memFree=11845148/32951124 swapFree=66050672/67111528
[pid=17544] ppid=17542 vsize=343388 CPUtime=408.22 cores=1,3,5,7
/proc/17544/stat : 17544 (strangenight1-m) R 17542 17544 17455 0 -1 4202496 125917 0 0 0 40788 34 0 0 25 0 4 0 652683776 351629312 35529 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17544/statm: 85847 35529 395 112 0 80812 0
[pid=17544/tid=17545] ppid=17542 vsize=343388 CPUtime=101.33 cores=1,3,5,7
/proc/17544/task/17545/stat : 17545 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 32765 0 0 0 10125 8 0 0 25 0 4 0 652683776 351629312 35529 33554432000 4194304 4650419 140734521924688 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17544/tid=17546] ppid=17542 vsize=343388 CPUtime=102.29 cores=1,3,5,7
/proc/17544/task/17546/stat : 17546 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 33868 0 0 0 10220 9 0 0 25 0 4 0 652683776 351629312 35529 33554432000 4194304 4650419 140734521924688 18446744073709551615 4363441 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17544/tid=17547] ppid=17542 vsize=343388 CPUtime=102.29 cores=1,3,5,7
/proc/17544/task/17547/stat : 17547 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 24112 0 0 0 10222 7 0 0 25 0 4 0 652683776 351629312 35529 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.22
Current children cumulated vsize (KiB) 343388

[startup+162.301 s]

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

[pid=17544] ppid=17542 vsize=497232 CPUtime=2802.34 cores=1,3,5,7
/proc/17544/stat : 17544 (strangenight1-m) R 17542 17544 17455 0 -1 4202496 423898 0 0 0 280073 161 0 0 25 0 4 0 652683776 509165568 73920 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17544/statm: 124308 73920 395 112 0 119273 0
[pid=17544/tid=17545] ppid=17542 vsize=497232 CPUtime=695.4 cores=1,3,5,7
/proc/17544/task/17545/stat : 17545 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 111391 0 0 0 69495 45 0 0 25 0 4 0 652683776 509165568 73920 33554432000 4194304 4650419 140734521924688 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17544/tid=17546] ppid=17542 vsize=497232 CPUtime=702.29 cores=1,3,5,7
/proc/17544/task/17546/stat : 17546 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 111962 0 0 0 70188 41 0 0 25 0 4 0 652683776 509165568 73920 33554432000 4194304 4650419 140734521924688 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17544/tid=17547] ppid=17542 vsize=497232 CPUtime=702.3 cores=1,3,5,7
/proc/17544/task/17547/stat : 17547 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 72147 0 0 0 70203 27 0 0 25 0 4 0 652683776 509165568 73920 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2802.34
Current children cumulated vsize (KiB) 497232

[startup+762.301 s]
/proc/loadavg: 8.12 7.51 4.57 9/308 17581
/proc/meminfo: memFree=11574412/32951124 swapFree=66050672/67111528
[pid=17544] ppid=17542 vsize=487916 CPUtime=3041.74 cores=1,3,5,7
/proc/17544/stat : 17544 (strangenight1-m) R 17542 17544 17455 0 -1 4202496 442234 0 0 0 304002 172 0 0 25 0 4 0 652683776 499625984 72266 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17544/statm: 121979 72266 395 112 0 116944 0
[pid=17544/tid=17545] ppid=17542 vsize=487916 CPUtime=754.81 cores=1,3,5,7
/proc/17544/task/17545/stat : 17545 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 117319 0 0 0 75431 50 0 0 25 0 4 0 652683776 499625984 72266 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17544/tid=17546] ppid=17542 vsize=487916 CPUtime=762.29 cores=1,3,5,7
/proc/17544/task/17546/stat : 17546 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 115824 0 0 0 76186 43 0 0 25 0 4 0 652683776 499625984 72266 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17544/tid=17547] ppid=17542 vsize=487916 CPUtime=762.31 cores=1,3,5,7
/proc/17544/task/17547/stat : 17547 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 75266 0 0 0 76202 29 0 0 25 0 4 0 652683776 499625984 72266 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3041.74
Current children cumulated vsize (KiB) 487916

[startup+822.301 s]
/proc/loadavg: 8.21 7.66 4.81 9/308 17583
/proc/meminfo: memFree=11545360/32951124 swapFree=66050672/67111528
[pid=17544] ppid=17542 vsize=510396 CPUtime=3281.18 cores=1,3,5,7
/proc/17544/stat : 17544 (strangenight1-m) R 17542 17544 17455 0 -1 4202496 469640 0 0 0 327935 183 0 0 25 0 4 0 652683776 522645504 78059 33554432000 4194304 4650419 140734521924688 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17544/statm: 127599 78059 395 112 0 122564 0
[pid=17544/tid=17545] ppid=17542 vsize=510396 CPUtime=814.21 cores=1,3,5,7
/proc/17544/task/17545/stat : 17545 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 126134 0 0 0 81369 52 0 0 25 0 4 0 652683776 522645504 78059 33554432000 4194304 4650419 140734521924688 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17544/tid=17546] ppid=17542 vsize=510396 CPUtime=822.3 cores=1,3,5,7
/proc/17544/task/17546/stat : 17546 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 122275 0 0 0 82183 47 0 0 25 0 4 0 652683776 522645504 78059 33554432000 4194304 4650419 140734521924688 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17544/tid=17547] ppid=17542 vsize=510396 CPUtime=822.32 cores=1,3,5,7
/proc/17544/task/17547/stat : 17547 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 80268 0 0 0 82201 31 0 0 25 0 4 0 652683776 522645504 78059 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3281.18
Current children cumulated vsize (KiB) 510396

[startup+882.301 s]
/proc/loadavg: 8.13 7.73 5.01 9/308 17584
/proc/meminfo: memFree=11498972/32951124 swapFree=66050672/67111528
[pid=17544] ppid=17542 vsize=513920 CPUtime=3520.56 cores=1,3,5,7
/proc/17544/stat : 17544 (strangenight1-m) R 17542 17544 17455 0 -1 4202496 494216 0 0 0 351859 197 0 0 25 0 4 0 652683776 526254080 89352 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17544/statm: 128480 89352 395 112 0 123445 0
[pid=17544/tid=17545] ppid=17542 vsize=513920 CPUtime=873.61 cores=1,3,5,7
/proc/17544/task/17545/stat : 17545 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 131784 0 0 0 87305 56 0 0 25 0 4 0 652683776 526254080 89352 33554432000 4194304 4650419 140734521924688 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17544/tid=17546] ppid=17542 vsize=513920 CPUtime=882.29 cores=1,3,5,7
/proc/17544/task/17546/stat : 17546 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 131679 0 0 0 88178 51 0 0 25 0 4 0 652683776 526254080 89352 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17544/tid=17547] ppid=17542 vsize=513920 CPUtime=882.31 cores=1,3,5,7
/proc/17544/task/17547/stat : 17547 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 83085 0 0 0 88198 33 0 0 25 0 4 0 652683776 526254080 89352 33554432000 4194304 4650419 140734521924688 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3520.56
Current children cumulated vsize (KiB) 513920

[startup+942.311 s]
/proc/loadavg: 8.17 7.82 5.21 9/308 17586
/proc/meminfo: memFree=11478744/32951124 swapFree=66050672/67111528
[pid=17544] ppid=17542 vsize=526840 CPUtime=3760.01 cores=1,3,5,7
/proc/17544/stat : 17544 (strangenight1-m) R 17542 17544 17455 0 -1 4202496 511701 0 0 0 375793 208 0 0 25 0 4 0 652683776 539484160 86505 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17544/statm: 131710 86505 395 112 0 126675 0
[pid=17544/tid=17545] ppid=17542 vsize=526840 CPUtime=933.02 cores=1,3,5,7
/proc/17544/task/17545/stat : 17545 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 135610 0 0 0 93243 59 0 0 25 0 4 0 652683776 539484160 86505 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17544/tid=17546] ppid=17542 vsize=526840 CPUtime=942.3 cores=1,3,5,7
/proc/17544/task/17546/stat : 17546 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 137728 0 0 0 94175 55 0 0 25 0 4 0 652683776 539484160 86505 33554432000 4194304 4650419 140734521924688 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17544/tid=17547] ppid=17542 vsize=526840 CPUtime=942.33 cores=1,3,5,7
/proc/17544/task/17547/stat : 17547 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 84096 0 0 0 94199 34 0 0 25 0 4 0 652683776 539484160 86505 33554432000 4194304 4650419 140734521924688 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3760.01
Current children cumulated vsize (KiB) 526840

[startup+1002.3 s]
/proc/loadavg: 8.06 7.85 5.38 9/308 17587
/proc/meminfo: memFree=11437796/32951124 swapFree=66050672/67111528
[pid=17544] ppid=17542 vsize=527068 CPUtime=3999.37 cores=1,3,5,7
/proc/17544/stat : 17544 (strangenight1-m) R 17542 17544 17455 0 -1 4202496 528143 0 0 0 399721 216 0 0 25 0 4 0 652683776 539717632 90836 33554432000 4194304 4650419 140734521924688 18446744073709551615 4366857 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17544/statm: 131767 90836 395 112 0 126732 0
[pid=17544/tid=17545] ppid=17542 vsize=527068 CPUtime=992.41 cores=1,3,5,7
/proc/17544/task/17545/stat : 17545 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 140392 0 0 0 99180 61 0 0 25 0 4 0 652683776 539717632 90836 33554432000 4194304 4650419 140734521924688 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17544/tid=17546] ppid=17542 vsize=527068 CPUtime=1002.29 cores=1,3,5,7
/proc/17544/task/17546/stat : 17546 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 143545 0 0 0 100171 58 0 0 25 0 4 0 652683776 539717632 90836 33554432000 4194304 4650419 140734521924688 18446744073709551615 4333862 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17544/tid=17547] ppid=17542 vsize=527068 CPUtime=1002.32 cores=1,3,5,7
/proc/17544/task/17547/stat : 17547 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 84125 0 0 0 100198 34 0 0 25 0 4 0 652683776 539717632 90836 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3999.37
Current children cumulated vsize (KiB) 527068

[startup+1062.3 s]
/proc/loadavg: 8.21 7.93 5.56 9/308 17589
/proc/meminfo: memFree=11452752/32951124 swapFree=66050672/67111528
[pid=17544] ppid=17542 vsize=592792 CPUtime=4238.77 cores=1,3,5,7
/proc/17544/stat : 17544 (strangenight1-m) R 17542 17544 17455 0 -1 4202496 548483 0 0 0 423651 226 0 0 25 0 4 0 652683776 607019008 89373 33554432000 4194304 4650419 140734521924688 18446744073709551615 4366950 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17544/statm: 148198 89373 395 112 0 143163 0
[pid=17544/tid=17545] ppid=17542 vsize=592792 CPUtime=1051.81 cores=1,3,5,7
/proc/17544/task/17545/stat : 17545 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 144450 0 0 0 105118 63 0 0 25 0 4 0 652683776 607019008 89373 33554432000 4194304 4650419 140734521924688 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17544/tid=17546] ppid=17542 vsize=592792 CPUtime=1062.29 cores=1,3,5,7
/proc/17544/task/17546/stat : 17546 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 150441 0 0 0 106167 62 0 0 25 0 4 0 652683776 607019008 89373 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17544/tid=17547] ppid=17542 vsize=592792 CPUtime=1062.32 cores=1,3,5,7
/proc/17544/task/17547/stat : 17547 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 87958 0 0 0 106197 35 0 0 25 0 4 0 652683776 607019008 89373 33554432000 4194304 4650419 140734521924688 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4238.77
Current children cumulated vsize (KiB) 592792

[startup+1122.3 s]
/proc/loadavg: 8.15 7.96 5.72 9/308 17591
/proc/meminfo: memFree=11408844/32951124 swapFree=66050672/67111528
[pid=17544] ppid=17542 vsize=579956 CPUtime=4478.18 cores=1,3,5,7
/proc/17544/stat : 17544 (strangenight1-m) R 17542 17544 17455 0 -1 4202496 562983 0 0 0 447579 239 0 0 25 0 4 0 652683776 593874944 97018 33554432000 4194304 4650419 140734521924688 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17544/statm: 144989 97018 395 112 0 139954 0
[pid=17544/tid=17545] ppid=17542 vsize=579956 CPUtime=1111.23 cores=1,3,5,7
/proc/17544/task/17545/stat : 17545 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 148637 0 0 0 111056 67 0 0 25 0 4 0 652683776 593874944 97018 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17544/tid=17546] ppid=17542 vsize=579956 CPUtime=1122.29 cores=1,3,5,7
/proc/17544/task/17546/stat : 17546 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 155090 0 0 0 112163 66 0 0 25 0 4 0 652683776 593874944 97018 33554432000 4194304 4650419 140734521924688 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17544/tid=17547] ppid=17542 vsize=579956 CPUtime=1122.32 cores=1,3,5,7
/proc/17544/task/17547/stat : 17547 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 91728 0 0 0 112194 38 0 0 25 0 4 0 652683776 593874944 97018 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4478.18
Current children cumulated vsize (KiB) 579956

[startup+1182.3 s]
/proc/loadavg: 8.39 8.06 5.89 9/308 17592
/proc/meminfo: memFree=11415260/32951124 swapFree=66050672/67111528
[pid=17544] ppid=17542 vsize=593312 CPUtime=4717.59 cores=1,3,5,7
/proc/17544/stat : 17544 (strangenight1-m) R 17542 17544 17455 0 -1 4202496 585788 0 0 0 471507 252 0 0 25 0 4 0 652683776 607551488 97953 33554432000 4194304 4650419 140734521924688 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17544/statm: 148328 97953 395 112 0 143293 0
[pid=17544/tid=17545] ppid=17542 vsize=593312 CPUtime=1170.62 cores=1,3,5,7
/proc/17544/task/17545/stat : 17545 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 151635 0 0 0 116994 68 0 0 25 0 4 0 652683776 607551488 97953 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17544/tid=17546] ppid=17542 vsize=593312 CPUtime=1182.29 cores=1,3,5,7
/proc/17544/task/17546/stat : 17546 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 160882 0 0 0 118159 70 0 0 25 0 4 0 652683776 607551488 97953 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17544/tid=17547] ppid=17542 vsize=593312 CPUtime=1182.32 cores=1,3,5,7
/proc/17544/task/17547/stat : 17547 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 95599 0 0 0 118192 40 0 0 25 0 4 0 652683776 607551488 97953 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4717.59
Current children cumulated vsize (KiB) 593312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.01 s]
/proc/loadavg: 8.34 8.07 5.94 11/308 17593
/proc/meminfo: memFree=11389088/32951124 swapFree=66050672/67111528
[pid=17544] ppid=17542 vsize=593312 CPUtime=4800.25 cores=1,3,5,7
/proc/17544/stat : 17544 (strangenight1-m) R 17542 17544 17455 0 -1 4202496 590932 0 0 0 479772 253 0 0 25 0 4 0 652683776 607551488 102635 33554432000 4194304 4650419 140734521924688 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17544/statm: 148328 102635 395 112 0 143293 0
[pid=17544/tid=17545] ppid=17542 vsize=593312 CPUtime=1191.12 cores=1,3,5,7
/proc/17544/task/17545/stat : 17545 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 153833 0 0 0 119043 69 0 0 25 0 4 0 652683776 607551488 102636 33554432000 4194304 4650419 140734521924688 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17544/tid=17546] ppid=17542 vsize=593312 CPUtime=1203.01 cores=1,3,5,7
/proc/17544/task/17546/stat : 17546 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 161749 0 0 0 120230 71 0 0 25 0 4 0 652683776 607551488 102636 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17544/tid=17547] ppid=17542 vsize=593312 CPUtime=1203.04 cores=1,3,5,7
/proc/17544/task/17547/stat : 17547 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 97676 0 0 0 120264 40 0 0 25 0 4 0 652683776 607551488 102636 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 593312

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

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

[startup+1203.01 s]
/proc/loadavg: 8.34 8.07 5.94 11/308 17593
/proc/meminfo: memFree=11389088/32951124 swapFree=66050672/67111528
[pid=17544] ppid=17542 vsize=593312 CPUtime=4800.25 cores=1,3,5,7
/proc/17544/stat : 17544 (strangenight1-m) R 17542 17544 17455 0 -1 4202496 590932 0 0 0 479772 253 0 0 25 0 4 0 652683776 607551488 102635 33554432000 4194304 4650419 140734521924688 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17544/statm: 148328 102635 395 112 0 143293 0
[pid=17544/tid=17545] ppid=17542 vsize=593312 CPUtime=1191.12 cores=1,3,5,7
/proc/17544/task/17545/stat : 17545 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 153833 0 0 0 119043 69 0 0 25 0 4 0 652683776 607551488 102636 33554432000 4194304 4650419 140734521924688 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17544/tid=17546] ppid=17542 vsize=593312 CPUtime=1203.01 cores=1,3,5,7
/proc/17544/task/17546/stat : 17546 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 161749 0 0 0 120230 71 0 0 25 0 4 0 652683776 607551488 102636 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17544/tid=17547] ppid=17542 vsize=593312 CPUtime=1203.04 cores=1,3,5,7
/proc/17544/task/17547/stat : 17547 (strangenight1-m) R 17542 17544 17455 0 -1 4202560 97676 0 0 0 120264 40 0 0 25 0 4 0 652683776 607551488 102636 33554432000 4194304 4650419 140734521924688 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 593312

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.05
CPU time (s): 4800.3
CPU user time (s): 4797.75
CPU system time (s): 2.55261
CPU usage (%): 399.013
Max. virtual memory (cumulated for all children) (KiB): 644236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.75
system time used= 2.55261
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 590933
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= 361
involuntary context switches= 21423

runsolver used 3.12252 second user time and 8.80866 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-15 00:07:39
IDJOB=3369051
IDBENCH=83060
IDSOLVER=1846
FILE ID=node135/3369051-1305410859
RUNJOBID= node135-1305410850-17474
PBS_JOBID= 13324519
Free space on /tmp= 73344 MiB

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

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

MD5SUM BENCH= c3607b4797e262c1da0dfb143eedc361
RANDOM SEED=1432317713

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.83
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12173064 kB
Buffers:        275616 kB
Cached:        5848368 kB
SwapCached:      50684 kB
Active:        9873732 kB
Inactive:     10659708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12173064 kB
SwapTotal:    67111528 kB
SwapFree:     66050672 kB
Dirty:            6580 kB
Writeback:           0 kB
AnonPages:    14364184 kB
Mapped:          18380 kB
Slab:           135800 kB
PageTables:      46560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 57031768 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= 73332 MiB
End job on node135 at 2011-05-15 00:27:44