Trace number 3175354

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1617626827-069.SATISFIABLE.cnf
MD5SUM181d327d4cfd49957ee63dfb74a0e12a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.005998
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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175354-1304120618.cnf'
0.00/0.00	c -- header says num vars:            450
0.00/0.00	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.01
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.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    450 time:  0.00 s
0.00/0.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.10	c lits-rem:         0  cl-subs:        0  v-elim:     11  v-fix:    0  time:  0.01 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:     222 undec:      42 neg:     186
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.10	c  B st     0         0       439      1901         0         0      5776         0   no data   no data  --
0.00/0.10	c Decided on static restart strategy
0.00/0.20	c  N st     8      4921       439      1901         0      4852      5776    110309   no data   no data  --
0.00/0.40	c  N st    10     11306       439      1901         0      4496      5776     73562   no data   no data  --
0.00/0.70	c  N st    11     17050       439      1901         0     10108      5776    213373   no data   no data  --
4.00/1.05	c  F st    12     25000       439      1901         0     12368      5776    247639   no data   no data  --
4.00/1.05	c  N st    12     25000       439      1901         0     12368      5776    247639   no data   no data  --
4.80/1.29	c Decided on static restart strategy
4.80/1.29	c  N st    18     30002       439      1901         0     10631      5776    186579   no data   no data  --
4.80/1.29	c  S st    18     30002       439      1901         0     10631      5776    186579   no data   no data  --
5.20/1.33	c  S st    18     30505       439      1901         0     11133      5776    197305   no data   no data  --
5.20/1.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.20/1.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.20/1.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.20/1.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.20/1.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.20/1.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
5.20/1.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.98/1.52	c lits-rem:       158  cl-subs:      701  v-elim:      0  v-fix:    0  time:  0.73 s
5.98/1.53	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.03
5.98/1.53	c calculated reachability. Time: 0.00
5.98/1.53	c  N st    18     30505       439      1901         0     10432      5776    181741   no data   no data  --
7.59/1.93	c  N st    20     37617       439      1901         0      9696      5776    152909   no data   no data  --
9.17/2.32	c  N st    21     44016       439      1901         0     15944      5776    306854   no data   no data  --
9.57/2.45	c  S st    22     45757       439      1901         0      8923      5776    121156   no data   no data  --
9.57/2.47	c  S st    22     46258       439      1901         0      9420      5776    131794   no data   no data  --
9.57/2.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.57/2.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.57/2.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.57/2.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.57/2.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.57/2.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
9.57/2.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.97/2.55	c lits-rem:        20  cl-subs:       56  v-elim:      0  v-fix:    0  time:  0.30 s
9.97/2.55	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
9.97/2.56	c vivif2 --  cl tried     9364 cl shrink        0 lits rem          0 time: 0.00
9.97/2.56	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.03
9.97/2.56	c calculated reachability. Time: 0.00
9.97/2.56	c  N st    22     46258       439      1901         0      9364      5776    130330   no data   no data  --
13.57/3.46	c  N st    23     60656       439      1901         0     13685      5776    219664   no data   no data  --
15.98/4.05	c  N st    24     69387       439      1901         0     11505      5776    163148   no data   no data  --
15.98/4.05	c  S st    24     69387       439      1901         0     11505      5776    163148   no data   no data  --
15.98/4.09	c  S st    24     69887       439      1901         0     12005      5776    174749   no data   no data  --
15.98/4.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.98/4.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.98/4.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
15.98/4.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.98/4.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.98/4.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
15.98/4.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.76/4.27	c lits-rem:        85  cl-subs:      116  v-elim:      0  v-fix:    0  time:  0.70 s
16.76/4.27	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
16.76/4.28	c vivif2 --  cl tried    11889 cl shrink        0 lits rem          0 time: 0.01
16.76/4.28	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.03
16.76/4.28	c calculated reachability. Time: 0.00
16.76/4.28	c  N st    24     69887       439      1901         0     11889      5776    172037   no data   no data  --
21.95/5.59	c  F st    25     87500       439      1901         0     17291      5776    291466   no data   no data  --
21.95/5.59	c  N st    25     87500       439      1901         0     17291      5776    291466   no data   no data  --
23.56/5.97	c Decided on static restart strategy
24.77/6.22	c  N st    32     95539       439      1901         0     25123      5776    457858   no data   no data  --
27.55/6.92	c  N st    34    104831       439      1901         0     21544      5776    358029   no data   no data  --
27.55/6.92	c  S st    34    104831       439      1901         0     21544      5776    358029   no data   no data  --
27.55/6.97	c  S st    34    105332       439      1901         0     22041      5776    368760   no data   no data  --
27.55/6.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
27.55/6.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.55/6.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
27.55/6.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.55/6.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.55/6.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
27.55/6.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.14/7.83	c lits-rem:       383  cl-subs:     1024  v-elim:      0  v-fix:    0  time:  3.33 s
31.14/7.83	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
31.14/7.83	c vivif2 --  cl tried    21017 cl shrink        0 lits rem          0 time: 0.02
31.14/7.85	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.06
31.14/7.85	c calculated reachability. Time: 0.00
31.14/7.85	c  N st    34    105332       439      1901         0     21017      5776    344300   no data   no data  --
34.74/8.79	c  N st    35    114930       439      1901         0     16729      5776    232933   no data   no data  --
40.33/10.19	c  N st    36    129328       439      1901         0     16147      5776    203253   no data   no data  --
47.92/12.05	c  N st    37    150925       439      1901         0     21594      5776    315173   no data   no data  --
50.72/12.74	c  S st    38    157998       439      1901         0     28470      5776    472824   no data   no data  --
51.13/12.81	c  S st    38    158501       439      1901         0     28973      5776    483576   no data   no data  --
51.13/12.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.13/12.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.13/12.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
51.13/12.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.13/12.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.13/12.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
51.13/12.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
57.12/14.31	c lits-rem:       502  cl-subs:     1887  v-elim:      0  v-fix:    0  time:  5.89 s
57.12/14.31	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
57.12/14.32	c vivif2 --  cl tried    27086 cl shrink        0 lits rem          0 time: 0.02
57.12/14.34	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.08
57.12/14.34	c calculated reachability. Time: 0.00
57.12/14.34	c  N st    38    158501       439      1901         0     27086      5776    441862   no data   no data  --
77.09/19.31	c  N st    39    207091       439      1901         0     21821      5776    289575   no data   no data  --
90.28/22.64	c  N st    40    237751       439      1901         0     32144      5776    497331   no data   no data  --
90.28/22.64	c  S st    40    237751       439      1901         0     32144      5776    497331   no data   no data  --
90.69/22.73	c  S st    40    238255       439      1901         0     32648      5776    507583   no data   no data  --
90.69/22.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
90.69/22.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
90.69/22.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
90.69/22.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
90.69/22.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.69/22.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
90.69/22.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
97.06/24.40	c lits-rem:       754  cl-subs:     2061  v-elim:      0  v-fix:    0  time:  6.56 s
97.06/24.40	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
97.46/24.40	c vivif2 --  cl tried    30587 cl shrink        0 lits rem          0 time: 0.02
97.46/24.43	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.10
97.46/24.43	c calculated reachability. Time: 0.00
97.46/24.43	c  N st    40    238255       439      1901         0     30587      5776    463079   no data   no data  --
128.22/32.18	c  F st    41    306250       439      1901         0     32565      5776    469685   no data   no data  --
128.22/32.19	c  N st    41    306250       439      1901         0     32565      5776    469685   no data   no data  --
131.02/32.84	c Decided on static restart strategy
142.21/35.62	c  N st    51    334555       439      1901         0     36855      5776    577906   no data   no data  --
154.59/38.76	c  N st    53    357383       439      1901         0     34770      5776    506383   no data   no data  --
154.59/38.76	c  S st    53    357383       439      1901         0     34770      5776    506383   no data   no data  --
154.99/38.85	c  S st    53    357884       439      1901         0     35271      5776    517653   no data   no data  --
154.99/38.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
154.99/38.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
154.99/38.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
154.99/38.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
154.99/38.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
154.99/38.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
154.99/38.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
161.00/40.40	c lits-rem:       821  cl-subs:     1213  v-elim:      0  v-fix:    0  time:  6.08 s
161.00/40.40	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
161.41/40.41	c vivif2 --  cl tried    34058 cl shrink        0 lits rem          0 time: 0.02
161.41/40.43	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.11
161.41/40.43	c calculated reachability. Time: 0.00
161.41/40.43	c  N st    53    357884       439      1901         0     34058      5776    487436   no data   no data  --
178.99/44.83	c  N st    54    390277       439      1901         0     40313      5776    605902   no data   no data  --
206.93/51.82	c  N st    55    438867       439      1901         0     34041      5776    423704   no data   no data  --
247.27/61.91	c  N st    56    511750       439      1901         0     47616      5776    727141   no data   no data  --
261.26/65.49	c  N st    57    536826       439      1901         0     41655      5776    543503   no data   no data  --
261.26/65.49	c  S st    57    536826       439      1901         0     41655      5776    543503   no data   no data  --
261.66/65.60	c  S st    57    537331       439      1901         0     42159      5776    554254   no data   no data  --
261.66/65.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
261.66/65.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
262.07/65.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
262.07/65.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
262.07/65.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
262.07/65.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
262.07/65.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
268.85/67.34	c lits-rem:       386  cl-subs:     2572  v-elim:      0  v-fix:    0  time:  6.83 s
268.85/67.34	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
268.85/67.35	c vivif2 --  cl tried    39587 cl shrink        0 lits rem          0 time: 0.02
268.85/67.38	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.14
268.85/67.38	c calculated reachability. Time: 0.00
268.85/67.38	c  N st    57    537331       439      1901         0     39587      5776    503170   no data   no data  --
362.72/90.85	c  N st    58    701315       439      1901         0     68824      5776   1078305   no data   no data  --
433.04/108.44	c  N st    59    805996       439      1901         0     62550      5776    916405   no data   no data  --
433.04/108.44	c  S st    59    805996       439      1901         0     62550      5776    916405   no data   no data  --
433.86/108.62	c  S st    59    806501       439      1901         0     63052      5776    927492   no data   no data  --
433.86/108.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
433.86/108.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
433.86/108.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
433.86/108.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
433.86/108.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
433.86/108.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
433.86/108.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
447.82/112.11	c lits-rem:      1390  cl-subs:     4662  v-elim:      0  v-fix:    0  time: 13.70 s
447.82/112.11	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
447.82/112.12	c vivif2 --  cl tried    58390 cl shrink        0 lits rem          0 time: 0.04
447.82/112.18	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.24
447.82/112.18	c calculated reachability. Time: 0.00
447.82/112.18	c  N st    59    806501       439      1901         0     58390      5776    838724   no data   no data  --
637.97/159.71	c  F st    60   1071875       439      1901         0     74762      5776   1190340   no data   no data  --
637.97/159.71	c  N st    60   1071875       439      1901         0     74762      5776   1190340   no data   no data  --
643.17/161.08	c Decided on static restart strategy
661.95/165.77	c  N st    70   1100179       439      1901         0     58569      5776    745802   no data   no data  --
689.09/172.56	c  N st    72   1136171       439      1901         0     48773      5776    511260   no data   no data  --
715.86/179.23	c  N st    73   1168564       439      1901         0     80266      5776   1236075   no data   no data  --
752.22/188.38	c  N st    74   1209751       439      1901         0     74584      5776   1071565   no data   no data  --
752.22/188.38	c  S st    74   1209751       439      1901         0     74584      5776   1071565   no data   no data  --
753.41/188.61	c  S st    74   1210253       439      1901         0     75084      5776   1082895   no data   no data  --
753.41/188.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
753.41/188.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
753.41/188.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.13
753.41/188.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
753.41/188.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
753.41/188.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
753.41/188.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
768.60/192.45	c lits-rem:       236  cl-subs:     4972  v-elim:      0  v-fix:    0  time: 15.03 s
768.60/192.45	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
768.60/192.46	c vivif2 --  cl tried    70112 cl shrink        0 lits rem          0 time: 0.05
769.00/192.54	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.32
769.00/192.54	c calculated reachability. Time: 0.00
769.00/192.54	c  N st    74   1210253       439      1901         0     70112      5776    974660   no data   no data  --
850.49/212.95	c  N st    75   1283137       439      1901         0     94335      5776   1554404   no data   no data  --
953.55/238.73	c  N st    76   1392460       439      1901         0     54785      5776    577903   no data   no data  --
1112.14/278.43	c  N st    77   1556445       439      1901         0     59750      5776    640059   no data   no data  --
1266.33/317.10	c  N st    78   1710253       439      1901         0    101106      5776   1531480   no data   no data  --
1266.33/317.10	c  S st    78   1710253       439      1901         0    101106      5776   1531480   no data   no data  --
1267.93/317.46	c  S st    78   1710758       439      1901         0    101609      5776   1543206   no data   no data  --
1267.93/317.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1267.93/317.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1268.34/317.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
1268.34/317.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1268.34/317.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1268.34/317.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
1268.34/317.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1302.28/326.05	c lits-rem:       794  cl-subs:     8744  v-elim:      0  v-fix:    0  time: 33.89 s
1302.28/326.06	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
1302.28/326.07	c vivif2 --  cl tried    92865 cl shrink        0 lits rem          0 time: 0.07
1302.68/326.19	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.48
1303.08/326.20	c calculated reachability. Time: 0.00
1303.08/326.20	c  N st    78   1710758       439      1901         0     92865      5776   1378281   no data   no data  --
1686.18/422.17	c  N st    79   2079722       439      1901         0    104667      5776   1587133   no data   no data  --
1845.95/462.14	c  N st    80   2210758       439      1901         0    108428      5776   1579324   no data   no data  --
1845.95/462.14	c  S st    80   2210758       439      1901         0    108428      5776   1579324   no data   no data  --
1847.15/462.48	c  S st    80   2211261       439      1901         0    108928      5776   1590731   no data   no data  --
1847.15/462.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1847.15/462.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1847.55/462.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1847.55/462.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1847.55/462.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1847.55/462.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
1847.55/462.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1895.08/474.48	c lits-rem:      1334  cl-subs:    11061  v-elim:      0  v-fix:    0  time: 47.46 s
1895.08/474.48	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
1895.48/474.50	c vivif2 --  cl tried    97867 cl shrink        0 lits rem          0 time: 0.07
1895.88/474.63	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.52
1895.88/474.63	c calculated reachability. Time: 0.00
1895.88/474.63	c  N st    80   2211261       439      1901         0     97867      5776   1374274   no data   no data  --
2478.30/620.43	c  N st    81   2711265       439      1901         0    121548      5776   1831347   no data   no data  --
2478.30/620.43	c  S st    81   2711265       439      1901         0    121548      5776   1831347   no data   no data  --
2479.90/620.85	c  S st    81   2711768       439      1901         0    122049      5776   1842768   no data   no data  --
2479.90/620.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2479.90/620.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2480.30/620.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.24
2480.30/620.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2480.30/620.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2480.30/620.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
2480.30/620.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2542.21/636.49	c lits-rem:       228  cl-subs:    11022  v-elim:      0  v-fix:    0  time: 61.96 s
2542.21/636.49	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
2542.62/636.52	c vivif2 --  cl tried   111027 cl shrink        0 lits rem          0 time: 0.08
2543.02/636.67	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.60
2543.02/636.67	c calculated reachability. Time: 0.00
2543.02/636.67	c  N st    81   2711768       439      1901         0    111027      5776   1619391   no data   no data  --
3143.81/787.02	c  N st    82   3211768       439      1901         0     87112      5776    955004   no data   no data  --
3143.81/787.02	c  S st    82   3211768       439      1901         0     87112      5776    955004   no data   no data  --
3144.62/787.28	c  S st    82   3212270       439      1901         0     87613      5776    966027   no data   no data  --
3144.62/787.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3144.62/787.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3145.02/787.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
3145.02/787.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3145.02/787.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3145.02/787.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
3145.02/787.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3158.21/790.65	c lits-rem:       530  cl-subs:     1967  v-elim:      0  v-fix:    0  time: 13.15 s
3158.21/790.65	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
3158.21/790.67	c vivif2 --  cl tried    85646 cl shrink        0 lits rem          0 time: 0.05
3158.58/790.76	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.39
3158.58/790.77	c calculated reachability. Time: 0.00
3158.58/790.77	c  N st    82   3212270       439      1901         0     85646      5776    925696   no data   no data  --
3843.28/962.14	c  N st    83   3712272       439      1901         0     96160      5776   1059350   no data   no data  --
3843.28/962.14	c  S st    83   3712272       439      1901         0     96160      5776   1059350   no data   no data  --
3844.46/962.46	c  S st    83   3712781       439      1901         0     96666      5776   1071068   no data   no data  --
3844.46/962.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3844.46/962.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3844.86/962.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.17
3844.86/962.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3844.86/962.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3844.86/962.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
3844.86/962.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3855.25/965.12	c lits-rem:       382  cl-subs:     3044  v-elim:      0  v-fix:    0  time: 10.30 s
3855.25/965.12	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
3855.25/965.14	c vivif2 --  cl tried    93622 cl shrink        0 lits rem          0 time: 0.06
3855.65/965.25	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.44
3855.65/965.25	c calculated reachability. Time: 0.00
3855.65/965.25	c  N st    83   3712781       439      1901         0     93622      5776   1016501   no data   no data  --
3903.58/977.24	c  F st    84   3751563       439      1901         0    131365      5776   1958304   no data   no data  --
3903.58/977.24	c  N st    84   3751563       439      1901         0    131365      5776   1958304   no data   no data  --
3913.99/979.81	c Decided on static restart strategy
3967.89/993.38	c  N st    94   3779874       439      1901         0    158928      5776   2579838   no data   no data  --
4026.21/1007.90	c  N st    96   3815867       439      1901         0    111559      5776   1407838   no data   no data  --
4079.74/1021.35	c  N st    97   3848259       439      1901         0    142999      5776   2119200   no data   no data  --
4156.03/1040.41	c  N st    98   3896847       439      1901         0    106724      5776   1249776   no data   no data  --
4270.26/1069.08	c  N st    99   3969729       439      1901         0     93070      5776    936389   no data   no data  --
4407.27/1103.38	c  N st   100   4079052       439      1901         0    113913      5776   1431097   no data   no data  --
4597.42/1150.95	c  N st   101   4212782       439      1901         0    157041      5776   2359010   no data   no data  --
4597.42/1150.95	c  S st   101   4212782       439      1901         0    157041      5776   2359010   no data   no data  --
4599.82/1151.59	c  S st   101   4213286       439      1901         0    157544      5776   2370508   no data   no data  --
4600.22/1151.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4600.22/1151.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4600.22/1151.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.33
4600.62/1151.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4600.62/1151.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4600.62/1151.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    439 time:  0.00 s
4600.62/1151.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4721.25/1181.98	c lits-rem:       106  cl-subs:    14928  v-elim:      0  v-fix:    0  time: 120.63 s
4721.25/1181.98	c vivif2 --  cl tried     1901 cl shrink        0 lits rem          0 time: 0.00
4721.65/1182.00	c vivif2 --  cl tried   142616 cl shrink        0 lits rem          0 time: 0.11
4722.47/1182.21	c asymm  cl-useful: 0/1901/1901 lits-rem:0 time: 0.84
4722.47/1182.22	c calculated reachability. Time: 0.00
4722.47/1182.22	c  N st   101   4213286       439      1901         0    142616      5776   2072215   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: 935)

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

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.09 8.10 8.02 5/180 22315
/proc/meminfo: memFree=17808856/32951124 swapFree=67111528/67111528
[pid=22315] ppid=22313 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/22315/stat : 22315 (strangenight1-m) R 22313 22315 21853 0 -1 4202496 413 0 0 0 0 0 0 0 18 0 4 0 523664461 52465664 352 33554432000 4194304 4650419 140735554474096 18446744073709551615 46945182046130 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22315/statm: 12809 352 303 112 0 7774 0
[pid=22315/tid=22316] ppid=22313 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22316/stat : 22316 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 523664462 52465664 352 33554432000 4194304 4650419 140735554474096 18446744073709551615 216634571761 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22315/tid=22317] ppid=22313 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 523664462 52465664 352 33554432000 4194304 4650419 140735554474096 18446744073709551615 46945182046130 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 523664462 52465664 352 33554432000 4194304 4650419 140735554474096 18446744073709551615 46945182046130 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.144115 s]
/proc/loadavg: 8.09 8.10 8.02 5/180 22315
/proc/meminfo: memFree=17808856/32951124 swapFree=67111528/67111528
[pid=22315] ppid=22313 vsize=284908 CPUtime=3.2 cores=0,2,4,6
/proc/22315/stat : 22315 (strangenight1-m) R 22313 22315 21853 0 -1 4202496 5024 0 0 0 320 0 0 0 20 0 4 0 523664461 291745792 2515 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22315/statm: 71227 2515 393 112 0 66192 0
[pid=22315/tid=22316] ppid=22313 vsize=284908 CPUtime=0.79 cores=0,2,4,6
/proc/22315/task/22316/stat : 22316 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 1245 0 0 0 79 0 0 0 19 0 4 0 523664462 291745792 2515 33554432000 4194304 4650419 140735554474096 18446744073709551615 4333678 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22315/tid=22317] ppid=22313 vsize=284908 CPUtime=0.8 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 1151 0 0 0 80 0 0 0 19 0 4 0 523664462 291745792 2515 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=284908 CPUtime=0.8 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 1023 0 0 0 80 0 0 0 21 0 4 0 523664462 291745792 2515 33554432000 4194304 4650419 140735554474096 18446744073709551615 4366650 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 284908

[startup+0.908445 s]
/proc/loadavg: 8.09 8.10 8.02 5/180 22315
/proc/meminfo: memFree=17808856/32951124 swapFree=67111528/67111528
[pid=22315] ppid=22313 vsize=285056 CPUtime=3.6 cores=0,2,4,6
/proc/22315/stat : 22315 (strangenight1-m) R 22313 22315 21853 0 -1 4202496 5227 0 0 0 360 0 0 0 20 0 4 0 523664461 291897344 2718 33554432000 4194304 4650419 140735554474096 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22315/statm: 71264 2718 393 112 0 66229 0
[pid=22315/tid=22316] ppid=22313 vsize=285056 CPUtime=0.89 cores=0,2,4,6
/proc/22315/task/22316/stat : 22316 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 1288 0 0 0 89 0 0 0 19 0 4 0 523664462 291897344 2718 33554432000 4194304 4650419 140735554474096 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22315/tid=22317] ppid=22313 vsize=285056 CPUtime=0.9 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 1206 0 0 0 90 0 0 0 19 0 4 0 523664462 291897344 2718 33554432000 4194304 4650419 140735554474096 18446744073709551615 4330738 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=285056 CPUtime=0.9 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 1076 0 0 0 90 0 0 0 21 0 4 0 523664462 291897344 2718 33554432000 4194304 4650419 140735554474096 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 285056

[startup+1.00843 s]
/proc/loadavg: 8.09 8.10 8.02 5/180 22315
/proc/meminfo: memFree=17808856/32951124 swapFree=67111528/67111528
[pid=22315] ppid=22313 vsize=285272 CPUtime=4 cores=0,2,4,6
/proc/22315/stat : 22315 (strangenight1-m) R 22313 22315 21853 0 -1 4202496 5465 0 0 0 400 0 0 0 20 0 4 0 523664461 292118528 2956 33554432000 4194304 4650419 140735554474096 18446744073709551615 4363444 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22315/statm: 71318 2956 394 112 0 66283 0
[pid=22315/tid=22316] ppid=22313 vsize=285272 CPUtime=0.99 cores=0,2,4,6
/proc/22315/task/22316/stat : 22316 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 1340 0 0 0 99 0 0 0 19 0 4 0 523664462 292118528 2956 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22315/tid=22317] ppid=22313 vsize=285272 CPUtime=1 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 1253 0 0 0 100 0 0 0 19 0 4 0 523664462 292118528 2956 33554432000 4194304 4650419 140735554474096 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=285272 CPUtime=1 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 1149 0 0 0 100 0 0 0 21 0 4 0 523664462 292118528 2956 33554432000 4194304 4650419 140735554474096 18446744073709551615 4333613 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 285272

[startup+1.10841 s]
/proc/loadavg: 8.09 8.10 8.02 5/180 22315
/proc/meminfo: memFree=17808856/32951124 swapFree=67111528/67111528
[pid=22315] ppid=22313 vsize=285444 CPUtime=4.4 cores=0,2,4,6
/proc/22315/stat : 22315 (strangenight1-m) R 22313 22315 21853 0 -1 4202496 6198 0 0 0 440 0 0 0 20 0 4 0 523664461 292294656 2805 33554432000 4194304 4650419 140735554474096 18446744073709551615 4334280 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22315/statm: 71361 2805 394 112 0 66326 0
[pid=22315/tid=22316] ppid=22313 vsize=285444 CPUtime=1.09 cores=0,2,4,6
/proc/22315/task/22316/stat : 22316 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 1566 0 0 0 109 0 0 0 19 0 4 0 523664462 292294656 2805 33554432000 4194304 4650419 140735554474096 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22315/tid=22317] ppid=22313 vsize=285444 CPUtime=1.09 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 1491 0 0 0 109 0 0 0 19 0 4 0 523664462 292294656 2805 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=285444 CPUtime=1.1 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 1338 0 0 0 110 0 0 0 22 0 4 0 523664462 292294656 2805 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 285444

[startup+1.50034 s]
/proc/loadavg: 8.09 8.10 8.02 5/180 22315
/proc/meminfo: memFree=17808856/32951124 swapFree=67111528/67111528
[pid=22315] ppid=22313 vsize=285700 CPUtime=5.98 cores=0,2,4,6
/proc/22315/stat : 22315 (strangenight1-m) R 22313 22315 21853 0 -1 4202496 8212 0 0 0 597 1 0 0 21 0 4 0 523664461 292556800 4503 33554432000 4194304 4650419 140735554474096 18446744073709551615 4439619 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22315/statm: 71425 4503 395 112 0 66390 0
[pid=22315/tid=22316] ppid=22313 vsize=285700 CPUtime=1.48 cores=0,2,4,6
/proc/22315/task/22316/stat : 22316 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 1763 0 0 0 148 0 0 0 20 0 4 0 523664462 292556800 4504 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22315/tid=22317] ppid=22313 vsize=285700 CPUtime=1.49 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 1674 0 0 0 149 0 0 0 20 0 4 0 523664462 292556800 4504 33554432000 4194304 4650419 140735554474096 18446744073709551615 4520109 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=285700 CPUtime=1.49 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 1519 0 0 0 149 0 0 0 23 0 4 0 523664462 292556800 4504 33554432000 4194304 4650419 140735554474096 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 285700

[startup+3.10106 s]
/proc/loadavg: 8.33 8.15 8.04 9/184 22319
/proc/meminfo: memFree=17763192/32951124 swapFree=67111528/67111528
[pid=22315] ppid=22313 vsize=295488 CPUtime=12.36 cores=0,2,4,6
/proc/22315/stat : 22315 (strangenight1-m) R 22313 22315 21853 0 -1 4202496 16052 0 0 0 1234 2 0 0 25 0 4 0 523664461 302579712 9511 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22315/statm: 73872 9511 395 112 0 68837 0
[pid=22315/tid=22316] ppid=22313 vsize=295488 CPUtime=3.07 cores=0,2,4,6
/proc/22315/task/22316/stat : 22316 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 3662 0 0 0 307 0 0 0 25 0 4 0 523664462 302579712 9511 33554432000 4194304 4650419 140735554474096 18446744073709551615 4313463 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22315/tid=22317] ppid=22313 vsize=295488 CPUtime=3.08 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 4307 0 0 0 308 0 0 0 25 0 4 0 523664462 302579712 9511 33554432000 4194304 4650419 140735554474096 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=295488 CPUtime=3.09 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 3581 0 0 0 309 0 0 0 25 0 4 0 523664462 302579712 9511 33554432000 4194304 4650419 140735554474096 18446744073709551615 4333209 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 295488

[startup+6.3065 s]
/proc/loadavg: 8.30 8.14 8.04 9/184 22320
/proc/meminfo: memFree=17749832/32951124 swapFree=67111528/67111528
[pid=22315] ppid=22313 vsize=304964 CPUtime=25.17 cores=0,2,4,6
/proc/22315/stat : 22315 (strangenight1-m) R 22313 22315 21853 0 -1 4202496 24626 0 0 0 2513 4 0 0 25 0 4 0 523664461 312283136 12731 33554432000 4194304 4650419 140735554474096 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22315/statm: 76241 12731 395 112 0 71206 0
[pid=22315/tid=22316] ppid=22313 vsize=304964 CPUtime=6.27 cores=0,2,4,6
/proc/22315/task/22316/stat : 22316 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 6306 0 0 0 626 1 0 0 25 0 4 0 523664462 312283136 12731 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22315/tid=22317] ppid=22313 vsize=304964 CPUtime=6.29 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 7154 0 0 0 628 1 0 0 25 0 4 0 523664462 312283136 12731 33554432000 4194304 4650419 140735554474096 18446744073709551615 4476129 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=304964 CPUtime=6.29 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 4653 0 0 0 629 0 0 0 25 0 4 0 523664462 312283136 12732 33554432000 4194304 4650419 140735554474096 18446744073709551615 4520109 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 304964

[startup+12.7004 s]
/proc/loadavg: 8.27 8.14 8.04 9/184 22320
/proc/meminfo: memFree=17716484/32951124 swapFree=67111528/67111528
[pid=22315] ppid=22313 vsize=297636 CPUtime=50.72 cores=0,2,4,6
/proc/22315/stat : 22315 (strangenight1-m) R 22313 22315 21853 0 -1 4202496 37058 0 0 0 5066 6 0 0 25 0 4 0 523664461 304779264 16503 33554432000 4194304 4650419 140735554474096 18446744073709551615 4366052 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22315/statm: 74409 16503 395 112 0 69374 0
[pid=22315/tid=22316] ppid=22313 vsize=297636 CPUtime=12.64 cores=0,2,4,6
/proc/22315/task/22316/stat : 22316 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 10040 0 0 0 1262 2 0 0 25 0 4 0 523664462 304779264 16503 33554432000 4194304 4650419 140735554474096 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22315/tid=22317] ppid=22313 vsize=297636 CPUtime=12.68 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 9965 0 0 0 1267 1 0 0 25 0 4 0 523664462 304779264 16503 33554432000 4194304 4650419 140735554474096 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=297636 CPUtime=12.68 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 7320 0 0 0 1267 1 0 0 25 0 4 0 523664462 304779264 16503 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 297636

[startup+25.5011 s]
/proc/loadavg: 8.23 8.14 8.04 9/184 22320
/proc/meminfo: memFree=17677212/32951124 swapFree=67111528/67111528
[pid=22315] ppid=22313 vsize=307508 CPUtime=101.86 cores=0,2,4,6
/proc/22315/stat : 22315 (strangenight1-m) R 22313 22315 21853 0 -1 4202496 58738 0 0 0 10175 11 0 0 25 0 4 0 523664461 314888192 24123 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22315/statm: 76877 24123 395 112 0 71842 0
[pid=22315/tid=22316] ppid=22313 vsize=307508 CPUtime=25.38 cores=0,2,4,6
/proc/22315/task/22316/stat : 22316 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 15897 0 0 0 2535 3 0 0 25 0 4 0 523664462 314888192 24123 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22315/tid=22317] ppid=22313 vsize=307508 CPUtime=25.48 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 15679 0 0 0 2546 2 0 0 25 0 4 0 523664462 314888192 24123 33554432000 4194304 4650419 140735554474096 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=307508 CPUtime=25.48 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 11216 0 0 0 2546 2 0 0 25 0 4 0 523664462 314888192 24123 33554432000 4194304 4650419 140735554474096 18446744073709551615 4332995 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 307508

[startup+51.1006 s]
/proc/loadavg: 8.15 8.13 8.03 9/184 22321
/proc/meminfo: memFree=17622496/32951124 swapFree=67111528/67111528
[pid=22315] ppid=22313 vsize=299024 CPUtime=204.14 cores=0,2,4,6
/proc/22315/stat : 22315 (strangenight1-m) R 22313 22315 21853 0 -1 4202496 87641 0 0 0 20395 19 0 0 25 0 4 0 523664461 306200576 28949 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22315/statm: 74756 28949 395 112 0 69721 0
[pid=22315/tid=22316] ppid=22313 vsize=299024 CPUtime=50.85 cores=0,2,4,6
/proc/22315/task/22316/stat : 22316 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 25183 0 0 0 5080 5 0 0 25 0 4 0 523664462 306200576 28949 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22315/tid=22317] ppid=22313 vsize=299024 CPUtime=51.08 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 23307 0 0 0 5104 4 0 0 25 0 4 0 523664462 306200576 28949 33554432000 4194304 4650419 140735554474096 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=299024 CPUtime=51.07 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 16355 0 0 0 5104 3 0 0 25 0 4 0 523664462 306200576 28949 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.14
Current children cumulated vsize (KiB) 299024

[startup+102.301 s]
/proc/loadavg: 8.10 8.12 8.03 9/184 22322
/proc/meminfo: memFree=17530216/32951124 swapFree=67111528/67111528
[pid=22315] ppid=22313 vsize=315460 CPUtime=408.67 cores=0,2,4,6
/proc/22315/stat : 22315 (strangenight1-m) R 22313 22315 21853 0 -1 4202496 133583 0 0 0 40834 33 0 0 25 0 4 0 523664461 323031040 36180 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22315/statm: 78865 36180 395 112 0 73830 0
[pid=22315/tid=22316] ppid=22313 vsize=315460 CPUtime=101.8 cores=0,2,4,6
/proc/22315/task/22316/stat : 22316 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 39883 0 0 0 10169 11 0 0 25 0 4 0 523664462 323031040 36180 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22315/tid=22317] ppid=22313 vsize=315460 CPUtime=102.28 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 35353 0 0 0 10221 7 0 0 25 0 4 0 523664462 323031040 36180 33554432000 4194304 4650419 140735554474096 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=315460 CPUtime=102.27 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 24672 0 0 0 10221 6 0 0 25 0 4 0 523664462 323031040 36180 33554432000 4194304 4650419 140735554474096 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.67
Current children cumulated vsize (KiB) 315460

[startup+162.301 s]

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

[pid=22315] ppid=22313 vsize=481172 CPUtime=2805.47 cores=0,2,4,6
/proc/22315/stat : 22315 (strangenight1-m) R 22313 22315 21853 0 -1 4202496 448155 0 0 0 280392 155 0 0 25 0 4 0 523664461 492720128 79776 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22315/statm: 120293 79776 395 112 0 115258 0
[pid=22315/tid=22316] ppid=22313 vsize=481172 CPUtime=698.63 cores=0,2,4,6
/proc/22315/task/22316/stat : 22316 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 132937 0 0 0 69817 46 0 0 25 0 4 0 523664462 492720128 79776 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22315/tid=22317] ppid=22313 vsize=481172 CPUtime=702.28 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 124017 0 0 0 70183 45 0 0 25 0 4 0 523664462 492720128 79776 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=481172 CPUtime=702.23 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 68552 0 0 0 70199 24 0 0 25 0 4 0 523664462 492720128 79776 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.47
Current children cumulated vsize (KiB) 481172

[startup+762.301 s]
/proc/loadavg: 8.11 8.10 8.04 9/184 22340
/proc/meminfo: memFree=17177652/32951124 swapFree=67111528/67111528
[pid=22315] ppid=22313 vsize=481796 CPUtime=3045.14 cores=0,2,4,6
/proc/22315/stat : 22315 (strangenight1-m) R 22313 22315 21853 0 -1 4202496 474399 0 0 0 304350 164 0 0 25 0 4 0 523664461 493359104 76814 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365203 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22315/statm: 120449 76814 395 112 0 115414 0
[pid=22315/tid=22316] ppid=22313 vsize=481796 CPUtime=758.3 cores=0,2,4,6
/proc/22315/task/22316/stat : 22316 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 140364 0 0 0 75782 48 0 0 25 0 4 0 523664462 493359104 76814 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22315/tid=22317] ppid=22313 vsize=481796 CPUtime=762.29 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 132167 0 0 0 76181 48 0 0 25 0 4 0 523664462 493359104 76814 33554432000 4194304 4650419 140735554474096 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=481796 CPUtime=762.21 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 71474 0 0 0 76197 24 0 0 25 0 4 0 523664462 493359104 76814 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3045.14
Current children cumulated vsize (KiB) 481796

[startup+822.301 s]
/proc/loadavg: 8.10 8.09 8.04 9/184 22341
/proc/meminfo: memFree=17171548/32951124 swapFree=67111528/67111528
[pid=22315] ppid=22313 vsize=505268 CPUtime=3284.82 cores=0,2,4,6
/proc/22315/stat : 22315 (strangenight1-m) R 22313 22315 21853 0 -1 4202496 498941 0 0 0 328307 175 0 0 25 0 4 0 523664461 517394432 84216 33554432000 4194304 4650419 140735554474096 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22315/statm: 126317 84216 395 112 0 121282 0
[pid=22315/tid=22316] ppid=22313 vsize=505268 CPUtime=817.99 cores=0,2,4,6
/proc/22315/task/22316/stat : 22316 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 147389 0 0 0 81748 51 0 0 25 0 4 0 523664462 517394432 84216 33554432000 4194304 4650419 140735554474096 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22315/tid=22317] ppid=22313 vsize=505268 CPUtime=822.29 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 138210 0 0 0 82178 51 0 0 25 0 4 0 523664462 517394432 84216 33554432000 4194304 4650419 140735554474096 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=505268 CPUtime=822.21 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 75768 0 0 0 82195 26 0 0 25 0 4 0 523664462 517394432 84216 33554432000 4194304 4650419 140735554474096 18446744073709551615 4367249 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.82
Current children cumulated vsize (KiB) 505268

[startup+882.301 s]
/proc/loadavg: 8.14 8.10 8.05 9/184 22343
/proc/meminfo: memFree=17111128/32951124 swapFree=67111528/67111528
[pid=22315] ppid=22313 vsize=505584 CPUtime=3524.5 cores=0,2,4,6
/proc/22315/stat : 22315 (strangenight1-m) R 22313 22315 21853 0 -1 4202496 520294 0 0 0 352265 185 0 0 25 0 4 0 523664461 517718016 86317 33554432000 4194304 4650419 140735554474096 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22315/statm: 126396 86317 395 112 0 121361 0
[pid=22315/tid=22316] ppid=22313 vsize=505584 CPUtime=877.67 cores=0,2,4,6
/proc/22315/task/22316/stat : 22316 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 154259 0 0 0 87713 54 0 0 25 0 4 0 523664462 517718016 86317 33554432000 4194304 4650419 140735554474096 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22315/tid=22317] ppid=22313 vsize=505584 CPUtime=882.29 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 144578 0 0 0 88175 54 0 0 25 0 4 0 523664462 517718016 86317 33554432000 4194304 4650419 140735554474096 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=505584 CPUtime=882.21 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 76931 0 0 0 88194 27 0 0 25 0 4 0 523664462 517718016 86318 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.5
Current children cumulated vsize (KiB) 505584

[startup+942.301 s]
/proc/loadavg: 8.14 8.11 8.05 9/184 22344
/proc/meminfo: memFree=17064716/32951124 swapFree=67111528/67111528
[pid=22315] ppid=22313 vsize=571784 CPUtime=3764.18 cores=0,2,4,6
/proc/22315/stat : 22315 (strangenight1-m) R 22313 22315 21853 0 -1 4202496 542066 0 0 0 376226 192 0 0 25 0 4 0 523664461 585506816 89729 33554432000 4194304 4650419 140735554474096 18446744073709551615 4334208 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22315/statm: 142946 89729 395 112 0 137911 0
[pid=22315/tid=22316] ppid=22313 vsize=571784 CPUtime=937.35 cores=0,2,4,6
/proc/22315/task/22316/stat : 22316 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 160858 0 0 0 93679 56 0 0 25 0 4 0 523664462 585506816 89729 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22315/tid=22317] ppid=22313 vsize=571784 CPUtime=942.29 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 152748 0 0 0 94173 56 0 0 25 0 4 0 523664462 585506816 89729 33554432000 4194304 4650419 140735554474096 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=571784 CPUtime=942.21 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 77006 0 0 0 94194 27 0 0 25 0 4 0 523664462 585506816 89729 33554432000 4194304 4650419 140735554474096 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3764.18
Current children cumulated vsize (KiB) 571784

[startup+1002.3 s]
/proc/loadavg: 8.14 8.12 8.06 9/184 22346
/proc/meminfo: memFree=17021052/32951124 swapFree=67111528/67111528
[pid=22315] ppid=22313 vsize=572088 CPUtime=4003.84 cores=0,2,4,6
/proc/22315/stat : 22315 (strangenight1-m) R 22313 22315 21853 0 -1 4202496 566072 0 0 0 400183 201 0 0 25 0 4 0 523664461 585818112 91834 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22315/statm: 143022 91834 395 112 0 137987 0
[pid=22315/tid=22316] ppid=22313 vsize=572088 CPUtime=997.03 cores=0,2,4,6
/proc/22315/task/22316/stat : 22316 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 169758 0 0 0 99643 60 0 0 25 0 4 0 523664462 585818112 91834 33554432000 4194304 4650419 140735554474096 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22315/tid=22317] ppid=22313 vsize=572088 CPUtime=1002.29 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 159122 0 0 0 100170 59 0 0 25 0 4 0 523664462 585818112 91834 33554432000 4194304 4650419 140735554474096 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=572088 CPUtime=1002.19 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 77313 0 0 0 100192 27 0 0 25 0 4 0 523664462 585818112 91834 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.84
Current children cumulated vsize (KiB) 572088

[startup+1062.31 s]
/proc/loadavg: 8.08 8.11 8.06 9/184 22357
/proc/meminfo: memFree=16999476/32951124 swapFree=67111528/67111528
[pid=22315] ppid=22313 vsize=572316 CPUtime=4243.52 cores=0,2,4,6
/proc/22315/stat : 22315 (strangenight1-m) R 22313 22315 21853 0 -1 4202496 585861 0 0 0 424142 210 0 0 25 0 4 0 523664461 586051584 95529 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22315/statm: 143079 95529 395 112 0 138044 0
[pid=22315/tid=22316] ppid=22313 vsize=572316 CPUtime=1056.7 cores=0,2,4,6
/proc/22315/task/22316/stat : 22316 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 174911 0 0 0 105607 63 0 0 25 0 4 0 523664462 586051584 95529 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22315/tid=22317] ppid=22313 vsize=572316 CPUtime=1062.28 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 165720 0 0 0 106166 62 0 0 25 0 4 0 523664462 586051584 95529 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=572316 CPUtime=1062.2 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 80205 0 0 0 106192 28 0 0 25 0 4 0 523664462 586051584 95529 33554432000 4194304 4650419 140735554474096 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.52
Current children cumulated vsize (KiB) 572316

[startup+1122.3 s]
/proc/loadavg: 8.18 8.13 8.07 9/184 22358
/proc/meminfo: memFree=16977116/32951124 swapFree=67111528/67111528
[pid=22315] ppid=22313 vsize=572584 CPUtime=4483.17 cores=0,2,4,6
/proc/22315/stat : 22315 (strangenight1-m) R 22313 22315 21853 0 -1 4202496 608062 0 0 0 448096 221 0 0 25 0 4 0 523664461 586326016 95456 33554432000 4194304 4650419 140735554474096 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22315/statm: 143146 95456 395 112 0 138111 0
[pid=22315/tid=22316] ppid=22313 vsize=572584 CPUtime=1116.38 cores=0,2,4,6
/proc/22315/task/22316/stat : 22316 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 182025 0 0 0 111572 66 0 0 25 0 4 0 523664462 586326016 95456 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22315/tid=22317] ppid=22313 vsize=572584 CPUtime=1122.27 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 172909 0 0 0 112162 65 0 0 25 0 4 0 523664462 586326016 95456 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=572584 CPUtime=1122.19 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 80997 0 0 0 112190 29 0 0 25 0 4 0 523664462 586326016 95456 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4483.17
Current children cumulated vsize (KiB) 572584

[startup+1182.3 s]
/proc/loadavg: 8.06 8.10 8.06 9/184 22360
/proc/meminfo: memFree=16944736/32951124 swapFree=67111528/67111528
[pid=22315] ppid=22313 vsize=576020 CPUtime=4722.84 cores=0,2,4,6
/proc/22315/stat : 22315 (strangenight1-m) R 22313 22315 21853 0 -1 4202496 630642 0 0 0 472056 228 0 0 25 0 4 0 523664461 589844480 97779 33554432000 4194304 4650419 140735554474096 18446744073709551615 4366845 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22315/statm: 144005 97779 395 112 0 138970 0
[pid=22315/tid=22316] ppid=22313 vsize=576020 CPUtime=1176.05 cores=0,2,4,6
/proc/22315/task/22316/stat : 22316 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 188465 0 0 0 117537 68 0 0 25 0 4 0 523664462 589844480 97779 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22315/tid=22317] ppid=22313 vsize=576020 CPUtime=1182.28 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 179097 0 0 0 118159 69 0 0 25 0 4 0 523664462 589844480 97779 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=576020 CPUtime=1182.18 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 81898 0 0 0 118189 29 0 0 25 0 4 0 523664462 589844480 97779 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.84
Current children cumulated vsize (KiB) 576020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 7.16 7.90 8.00 5/175 22381
/proc/meminfo: memFree=17504604/32951124 swapFree=67111528/67111528
[pid=22315] ppid=22313 vsize=628420 CPUtime=4800.36 cores=0,2,4,6
/proc/22315/stat : 22315 (strangenight1-m) R 22313 22315 21853 0 -1 4202496 635187 0 0 0 479805 231 0 0 25 0 4 0 523664461 643502080 98490 33554432000 4194304 4650419 140735554474096 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22315/statm: 157105 98490 395 112 0 152070 0
[pid=22315/tid=22316] ppid=22313 vsize=628420 CPUtime=1195.36 cores=0,2,4,6
/proc/22315/task/22316/stat : 22316 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 189721 0 0 0 119467 69 0 0 25 0 4 0 523664462 643502080 98490 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22315/tid=22317] ppid=22313 vsize=628420 CPUtime=1201.68 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 180128 0 0 0 120098 70 0 0 25 0 4 0 523664462 643502080 98490 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=628420 CPUtime=1201.58 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 81898 0 0 0 120129 29 0 0 25 0 4 0 523664462 643502080 98490 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 628420

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

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

[startup+1201.7 s]
/proc/loadavg: 7.16 7.90 8.00 5/175 22381
/proc/meminfo: memFree=17504604/32951124 swapFree=67111528/67111528
[pid=22315] ppid=22313 vsize=628420 CPUtime=4800.36 cores=0,2,4,6
/proc/22315/stat : 22315 (strangenight1-m) R 22313 22315 21853 0 -1 4202496 635187 0 0 0 479805 231 0 0 25 0 4 0 523664461 643502080 98490 33554432000 4194304 4650419 140735554474096 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22315/statm: 157105 98490 395 112 0 152070 0
[pid=22315/tid=22316] ppid=22313 vsize=628420 CPUtime=1195.36 cores=0,2,4,6
/proc/22315/task/22316/stat : 22316 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 189721 0 0 0 119467 69 0 0 25 0 4 0 523664462 643502080 98490 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22315/tid=22317] ppid=22313 vsize=628420 CPUtime=1201.68 cores=0,2,4,6
/proc/22315/task/22317/stat : 22317 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 180128 0 0 0 120098 70 0 0 25 0 4 0 523664462 643502080 98490 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=22315/tid=22318] ppid=22313 vsize=628420 CPUtime=1201.58 cores=0,2,4,6
/proc/22315/task/22318/stat : 22318 (strangenight1-m) R 22313 22315 21853 0 -1 4202560 81898 0 0 0 120129 29 0 0 25 0 4 0 523664462 643502080 98490 33554432000 4194304 4650419 140735554474096 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 628420

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.41
CPU user time (s): 4798.08
CPU system time (s): 2.33065
CPU usage (%): 399.458
Max. virtual memory (cumulated for all children) (KiB): 693640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.08
system time used= 2.33065
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 635189
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= 340
involuntary context switches= 22342

runsolver used 1.88971 second user time and 4.49132 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-30 01:43:38
IDJOB=3175354
IDBENCH=82972
IDSOLVER=1588
FILE ID=node103/3175354-1304120618
RUNJOBID= node103-1304119403-22168
PBS_JOBID= 13170711
Free space on /tmp= 71512 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S1617626827-069.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175354-1304120618/watcher-3175354-1304120618 -o /tmp/evaluation-result-3175354-1304120618/solver-3175354-1304120618 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175354-1304120618.cnf

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

MD5SUM BENCH= 181d327d4cfd49957ee63dfb74a0e12a
RANDOM SEED=530840852

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17809012 kB
Buffers:       2149656 kB
Cached:       12261108 kB
SwapCached:          0 kB
Active:        5686232 kB
Inactive:      8871576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17809012 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12668 kB
Writeback:           0 kB
AnonPages:      146616 kB
Mapped:          15520 kB
Slab:           520396 kB
PageTables:       4984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   387008 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= 71512 MiB
End job on node103 at 2011-04-30 02:03:42