Trace number 3368932

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)UNSAT 3579.26 896.923

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1733949620-064.UNKNOWN.cnf
MD5SUM60552051d2d5a0c0eefaeedea18e63df
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.9058
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368932-1305406450.cnf'
0.00/0.01	c -- header says num vars:            350
0.00/0.01	c -- header says num clauses:        1491
0.00/0.01	c -- clauses added:            0 learnts,         1491 normals,            0 xors
0.00/0.01	c -- vars added        350
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       350      1491         0         0      4473         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1491/1491 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
3.17/0.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    350 time:  0.00 s
3.17/0.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.85	c lits-rem:         0  cl-subs:        0  v-elim:     14  v-fix:    0  time:  0.00 s
3.17/0.85	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.85	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.85	c calculated reachability. Time: 0.00
3.17/0.85	c Calc default polars -  time:   0.00 s pos:     139 undec:      48 neg:     163
3.17/0.85	c =========================================================================================
3.17/0.85	c types(t): F = full restart, N = normal restart
3.17/0.85	c types(t): S = simplification begin/end, E = solution found
3.17/0.85	c restart types(rt): st = static, dy = dynamic
3.17/0.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.85	c  B st     0         0       336      1472         0         0      4494         0   no data   no data  --
3.17/0.85	c Decided on static restart strategy
3.17/0.85	c  N st     8      4916       336      1472         0      4812      4494     81474   no data   no data  --
3.17/0.85	c  N st    10     11303       336      1472         0      4414      4494     57117   no data   no data  --
3.17/0.85	c  N st    11     17049       336      1472         0      9986      4494    156804   no data   no data  --
3.99/1.05	c  F st    12     25002       336      1472         0     12263      4494    195393   no data   no data  --
3.99/1.05	c  N st    12     25002       336      1472         0     12263      4494    195393   no data   no data  --
4.77/1.25	c Decided on static restart strategy
4.77/1.25	c  N st    18     30001       336      1472         0     10534      4494    149213   no data   no data  --
4.77/1.25	c  S st    18     30001       336      1472         0     10534      4494    149213   no data   no data  --
4.77/1.25	c  S st    18     30508       336      1472         0     11037      4494    158068   no data   no data  --
4.77/1.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.77/1.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.77/1.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.77/1.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.77/1.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
4.77/1.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.17/1.36	c lits-rem:       181  cl-subs:      971  v-elim:      0  v-fix:    0  time:  0.53 s
5.17/1.37	c asymm  cl-useful: 0/1472/1472 lits-rem:0 time: 0.03
5.17/1.37	c calculated reachability. Time: 0.00
5.17/1.37	c  N st    18     30508       336      1472         0     10066      4494    141978   no data   no data  --
6.76/1.77	c  N st    20     37622       336      1472         0      9309      4494    117801   no data   no data  --
8.38/2.12	c  N st    21     44021       336      1472         0     15489      4494    226953   no data   no data  --
8.80/2.22	c  S st    22     45762       336      1472         0     17198      4494    259285   no data   no data  --
8.80/2.26	c  S st    22     46266       336      1472         0      9054      4494    101976   no data   no data  --
8.80/2.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.80/2.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.80/2.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
8.80/2.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.80/2.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.80/2.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
8.80/2.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.15/2.31	c lits-rem:        58  cl-subs:      212  v-elim:      0  v-fix:    0  time:  0.18 s
9.15/2.31	c vivif2 --  cl tried     1472 cl shrink        0 lits rem          0 time: 0.00
9.15/2.31	c vivif2 --  cl tried     8842 cl shrink        0 lits rem          0 time: 0.00
9.15/2.32	c asymm  cl-useful: 0/1472/1472 lits-rem:0 time: 0.02
9.15/2.32	c calculated reachability. Time: 0.00
9.15/2.32	c  N st    22     46266       336      1472         0      8842      4494     98775   no data   no data  --
12.35/3.17	c  N st    23     60663       336      1472         0     13178      4494    172026   no data   no data  --
15.15/3.84	c  N st    24     69399       336      1472         0     10964      4494    122127   no data   no data  --
15.15/3.84	c  S st    24     69399       336      1472         0     10964      4494    122127   no data   no data  --
15.15/3.87	c  S st    24     69900       336      1472         0     11463      4494    131285   no data   no data  --
15.15/3.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.15/3.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.15/3.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
15.15/3.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.15/3.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.15/3.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
15.15/3.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.55/3.99	c lits-rem:       106  cl-subs:      160  v-elim:      0  v-fix:    0  time:  0.42 s
15.55/3.99	c vivif2 --  cl tried     1472 cl shrink        0 lits rem          0 time: 0.00
15.55/3.99	c vivif2 --  cl tried    11303 cl shrink        0 lits rem          0 time: 0.00
15.55/3.99	c asymm  cl-useful: 0/1472/1472 lits-rem:0 time: 0.03
15.55/3.99	c calculated reachability. Time: 0.00
15.55/3.99	c  N st    24     69900       336      1472         0     11303      4494    128285   no data   no data  --
20.73/5.24	c  F st    25     87500       336      1472         0     16765      4494    226195   no data   no data  --
20.73/5.24	c  N st    25     87500       336      1472         0     16765      4494    226195   no data   no data  --
21.97/5.59	c Decided on static restart strategy
23.12/5.84	c  N st    32     95540       336      1472         0     24570      4494    362756   no data   no data  --
25.52/6.47	c  N st    34    104851       336      1472         0     20967      4494    283140   no data   no data  --
25.52/6.47	c  S st    34    104851       336      1472         0     20967      4494    283140   no data   no data  --
25.94/6.53	c  S st    34    105351       336      1472         0     21464      4494    292145   no data   no data  --
25.94/6.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.94/6.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.94/6.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
25.94/6.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.94/6.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.94/6.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
25.94/6.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.31/7.16	c lits-rem:       428  cl-subs:     1256  v-elim:      0  v-fix:    0  time:  2.47 s
28.31/7.16	c vivif2 --  cl tried     1472 cl shrink        0 lits rem          0 time: 0.00
28.31/7.17	c vivif2 --  cl tried    20208 cl shrink        0 lits rem          0 time: 0.01
28.31/7.18	c asymm  cl-useful: 0/1472/1472 lits-rem:0 time: 0.06
28.31/7.18	c calculated reachability. Time: 0.00
28.31/7.18	c  N st    34    105351       336      1472         0     20208      4494    270863   no data   no data  --
31.90/8.01	c  N st    35    114950       336      1472         0     15901      4494    176684   no data   no data  --
36.70/9.24	c  N st    36    129347       336      1472         0     15303      4494    156878   no data   no data  --
43.49/10.96	c  N st    37    150943       336      1472         0     20685      4494    244665   no data   no data  --
45.86/11.58	c  S st    38    158026       336      1472         0     27522      4494    371358   no data   no data  --
46.26/11.65	c  S st    38    158533       336      1472         0     28026      4494    380534   no data   no data  --
46.26/11.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
46.26/11.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
46.26/11.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
46.26/11.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
46.26/11.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.26/11.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
46.26/11.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
51.06/12.82	c lits-rem:      1118  cl-subs:     2295  v-elim:      0  v-fix:    0  time:  4.59 s
51.06/12.82	c vivif2 --  cl tried     1472 cl shrink        0 lits rem          0 time: 0.00
51.06/12.82	c vivif2 --  cl tried    25731 cl shrink        0 lits rem          0 time: 0.02
51.06/12.84	c asymm  cl-useful: 0/1472/1472 lits-rem:0 time: 0.07
51.06/12.84	c calculated reachability. Time: 0.00
51.06/12.84	c  N st    38    158533       336      1472         0     25731      4494    341256   no data   no data  --
69.41/17.47	c  N st    39    207122       336      1472         0     20448      4494    214778   no data   no data  --
80.18/20.19	c  N st    40    237799       336      1472         0     30876      4494    391312   no data   no data  --
80.18/20.19	c  S st    40    237799       336      1472         0     30876      4494    391312   no data   no data  --
80.58/20.29	c  S st    40    238302       336      1472         0     31375      4494    400452   no data   no data  --
80.58/20.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
80.58/20.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
80.98/20.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
80.98/20.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.98/20.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.98/20.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
80.98/20.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
86.17/21.64	c lits-rem:       888  cl-subs:     2430  v-elim:      0  v-fix:    0  time:  5.32 s
86.17/21.64	c vivif2 --  cl tried     1472 cl shrink        0 lits rem          0 time: 0.00
86.17/21.65	c vivif2 --  cl tried    28945 cl shrink        0 lits rem          0 time: 0.02
86.17/21.67	c asymm  cl-useful: 0/1472/1472 lits-rem:0 time: 0.08
86.17/21.67	c calculated reachability. Time: 0.00
86.17/21.67	c  N st    40    238302       336      1472         0     28945      4494    362216   no data   no data  --
114.49/28.76	c  F st    41    306250       336      1472         0     30688      4494    347752   no data   no data  --
114.49/28.76	c  N st    41    306250       336      1472         0     30688      4494    347752   no data   no data  --
116.88/29.35	c Decided on static restart strategy
129.24/32.42	c  N st    51    334558       336      1472         0     34983      4494    421251   no data   no data  --
141.20/35.44	c  N st    53    357453       336      1472         0     32910      4494    366070   no data   no data  --
141.20/35.44	c  S st    53    357453       336      1472         0     32910      4494    366070   no data   no data  --
141.60/35.53	c  S st    53    357953       336      1472         0     33409      4494    375589   no data   no data  --
141.60/35.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
141.60/35.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
141.60/35.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
141.60/35.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
141.60/35.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.60/35.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
141.60/35.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
146.39/36.75	c lits-rem:       626  cl-subs:     2337  v-elim:      0  v-fix:    0  time:  4.77 s
146.39/36.75	c vivif2 --  cl tried     1472 cl shrink        0 lits rem          0 time: 0.00
146.39/36.75	c vivif2 --  cl tried    31072 cl shrink        0 lits rem          0 time: 0.02
146.39/36.77	c asymm  cl-useful: 0/1472/1472 lits-rem:0 time: 0.08
146.39/36.77	c calculated reachability. Time: 0.00
146.39/36.77	c  N st    53    357953       336      1472         0     31072      4494    340711   no data   no data  --
161.56/40.60	c  N st    54    390347       336      1472         0     37247      4494    436889   no data   no data  --
189.87/47.61	c  N st    55    438939       336      1472         0     30964      4494    302361   no data   no data  --
227.80/57.19	c  N st    56    511822       336      1472         0     44437      4494    525795   no data   no data  --
241.74/60.67	c  N st    57    536930       336      1472         0     38710      4494    408616   no data   no data  --
241.74/60.67	c  S st    57    536930       336      1472         0     38710      4494    408616   no data   no data  --
242.13/60.78	c  S st    57    537437       336      1472         0     39213      4494    418295   no data   no data  --
242.13/60.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
242.13/60.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
242.13/60.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
242.53/60.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
242.53/60.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
242.53/60.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
242.53/60.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
247.72/62.17	c lits-rem:       663  cl-subs:     2433  v-elim:      0  v-fix:    0  time:  5.44 s
247.72/62.17	c vivif2 --  cl tried     1472 cl shrink        0 lits rem          0 time: 0.00
247.72/62.17	c vivif2 --  cl tried    36780 cl shrink        0 lits rem          0 time: 0.02
248.13/62.20	c asymm  cl-useful: 0/1472/1472 lits-rem:0 time: 0.11
248.13/62.20	c calculated reachability. Time: 0.00
248.13/62.20	c  N st    57    537437       336      1472         0     36780      4494    383853   no data   no data  --
341.92/85.80	c  N st    58    701422       336      1472         0     65411      4494    834628   no data   no data  --
408.54/102.40	c  N st    59    806155       336      1472         0     59483      4494    703962   no data   no data  --
408.54/102.40	c  S st    59    806155       336      1472         0     59483      4494    703962   no data   no data  --
408.94/102.59	c  S st    59    806660       336      1472         0     59985      4494    713480   no data   no data  --
408.94/102.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
408.94/102.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
409.34/102.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.08
409.34/102.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
409.34/102.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
409.34/102.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
409.34/102.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
421.69/105.77	c lits-rem:      1368  cl-subs:     6402  v-elim:      0  v-fix:    0  time: 12.47 s
421.69/105.77	c vivif2 --  cl tried     1472 cl shrink        0 lits rem          0 time: 0.00
421.69/105.78	c vivif2 --  cl tried    53583 cl shrink        0 lits rem          0 time: 0.04
422.10/105.83	c asymm  cl-useful: 0/1472/1472 lits-rem:0 time: 0.23
422.10/105.84	c calculated reachability. Time: 0.00
422.10/105.84	c  N st    59    806660       336      1472         0     53583      4494    622108   no data   no data  --
614.86/154.11	c  F st    60   1071876       336      1472         0     69323      4494    833577   no data   no data  --
614.86/154.11	c  N st    60   1071876       336      1472         0     69323      4494    833577   no data   no data  --
619.25/155.28	c Decided on static restart strategy
635.62/159.38	c  N st    70   1100182       336      1472         0     53510      4494    548255   no data   no data  --
666.33/167.09	c  N st    72   1136180       336      1472         0     87875      4494   1129431   no data   no data  --
689.12/172.76	c  N st    73   1168573       336      1472         0     74851      4494    919238   no data   no data  --
719.01/180.24	c  N st    74   1209990       336      1472         0     69509      4494    815503   no data   no data  --
719.01/180.24	c  S st    74   1209990       336      1472         0     69509      4494    815503   no data   no data  --
719.84/180.45	c  S st    74   1210493       336      1472         0     70008      4494    825194   no data   no data  --
719.84/180.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
719.84/180.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
719.84/180.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.11
720.20/180.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
720.20/180.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
720.20/180.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
720.20/180.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
734.17/184.05	c lits-rem:      1397  cl-subs:     6597  v-elim:      0  v-fix:    0  time: 14.09 s
734.17/184.05	c vivif2 --  cl tried     1472 cl shrink        0 lits rem          0 time: 0.00
734.17/184.06	c vivif2 --  cl tried    63411 cl shrink        0 lits rem          0 time: 0.04
734.57/184.12	c asymm  cl-useful: 0/1472/1472 lits-rem:0 time: 0.26
734.57/184.12	c calculated reachability. Time: 0.00
734.57/184.12	c  N st    74   1210493       336      1472         0     63411      4494    722495   no data   no data  --
794.82/199.23	c  N st    75   1283375       336      1472         0     87556      4494   1147075   no data   no data  --
888.60/222.70	c  N st    76   1392698       336      1472         0     97099      4494   1209804   no data   no data  --
1034.65/259.37	c  N st    77   1556682       336      1472         0     53277      4494    460040   no data   no data  --
1177.11/295.02	c  N st    78   1710494       336      1472         0     93976      4494   1127167   no data   no data  --
1177.11/295.02	c  S st    78   1710494       336      1472         0     93976      4494   1127167   no data   no data  --
1178.30/295.33	c  S st    78   1710996       336      1472         0     94474      4494   1136934   no data   no data  --
1178.30/295.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1178.30/295.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1178.30/295.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.16
1178.70/295.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1178.70/295.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1178.70/295.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
1178.70/295.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1204.23/301.89	c lits-rem:      1005  cl-subs:    14547  v-elim:      0  v-fix:    0  time: 25.81 s
1204.23/301.89	c vivif2 --  cl tried     1472 cl shrink        0 lits rem          0 time: 0.00
1204.63/301.90	c vivif2 --  cl tried    79927 cl shrink        0 lits rem          0 time: 0.05
1204.63/301.99	c asymm  cl-useful: 0/1472/1472 lits-rem:0 time: 0.37
1204.63/301.99	c calculated reachability. Time: 0.00
1204.63/301.99	c  N st    78   1710996       336      1472         0     79927      4494    923533   no data   no data  --
1559.41/390.83	c  N st    79   2079961       336      1472         0     91914      4494   1055282   no data   no data  --
1691.91/424.07	c  N st    80   2210996       336      1472         0     95993      4494   1109890   no data   no data  --
1691.91/424.07	c  S st    80   2210996       336      1472         0     95993      4494   1109890   no data   no data  --
1693.51/424.41	c  S st    80   2211504       336      1472         0     96498      4494   1120064   no data   no data  --
1693.51/424.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1693.51/424.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1693.51/424.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.17
1693.51/424.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1693.51/424.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1693.51/424.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    336 time:  0.00 s
1693.51/424.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1718.25/430.62	c lits-rem:      1122  cl-subs:    12731  v-elim:      0  v-fix:    0  time: 24.44 s
1718.25/430.62	c vivif2 --  cl tried     1472 cl shrink        0 lits rem          0 time: 0.00
1718.25/430.63	c vivif2 --  cl tried    83767 cl shrink        0 lits rem          0 time: 0.05
1718.65/430.73	c asymm  cl-useful: 0/1472/1472 lits-rem:0 time: 0.40
1718.65/430.74	c calculated reachability. Time: 0.00
1718.65/430.74	c  N st    80   2211504       336      1472         0     83767      4494    924328   no data   no data  --
2243.09/562.12	c  N st    81   2711504       336      1472         1    106921      4494   1224680   no data   no data  --
2243.09/562.12	c  S st    81   2711504       336      1472         1    106921      4494   1224680   no data   no data  --
2244.26/562.44	c  S st    81   2712007       335      1472         1    107423      4494   1233886   no data   no data  --
2244.26/562.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2244.26/562.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2244.26/562.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     10 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
2244.65/562.59	c bin-w-bin subsume rem           10 bins  time:  0.00 s
2245.05/562.64	c subs with bin:      189  lits-rem:      1976  v-fix:    0  time:  0.18 s
2245.05/562.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    335 time:  0.00 s
2245.05/562.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2269.79/568.82	c lits-rem:      1863  cl-subs:    12819  v-elim:      0  v-fix:    0  time: 24.65 s
2269.79/568.82	c vivif2 --  cl tried     1450 cl shrink        0 lits rem          0 time: 0.00
2269.79/568.83	c vivif2 --  cl tried    84657 cl shrink        0 lits rem          0 time: 0.06
2270.19/568.94	c asymm  cl-useful: 0/1450/1450 lits-rem:0 time: 0.45
2270.19/568.95	c calculated reachability. Time: 0.00
2270.19/568.95	c  N st    81   2712007       335      1450        10     84657      4447    947776   no data   no data  --
2270.19/568.95	c Finding binary XORs  T:     0.00 s  found:       0
2834.51/710.38	c  N st    82   3212007       335      1450        12    145832      4447   1854667   no data   no data  --
2834.51/710.38	c  S st    82   3212007       335      1450        12    145832      4447   1854667   no data   no data  --
2836.91/710.91	c  S st    82   3212511       335      1450        13    146334      4447   1864150   no data   no data  --
2836.91/710.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2836.91/710.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2836.91/710.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  1.8M T:  0.28
2837.30/711.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2861.66/717.14	c subs with bin:    10280  lits-rem:     12702  v-fix:    0  time: 24.28 s
2861.66/717.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    335 time:  0.00 s
2861.66/717.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2911.53/729.63	c lits-rem:       888  cl-subs:    15815  v-elim:      0  v-fix:    0  time: 49.84 s
2911.53/729.63	c vivif2 --  cl tried     1450 cl shrink        0 lits rem          0 time: 0.00
2911.53/729.66	c vivif2 --  cl tried   120239 cl shrink        0 lits rem          0 time: 0.10
2912.33/729.83	c asymm  cl-useful: 0/1450/1450 lits-rem:0 time: 0.70
2912.33/729.84	c calculated reachability. Time: 0.00
2912.33/729.84	c  N st    82   3212511       335      1450        14    120239      4447   1488914   no data   no data  --
3456.69/866.25	c Finding binary XORs  T:     0.00 s  found:       0
3518.95/881.89	c  N st    83   3712511       334      1431        32    128729      4408   1335909   no data   no data  --
3518.95/881.89	c  S st    83   3712511       334      1431        32    128729      4408   1335909   no data   no data  --
3520.58/882.24	c  S st    83   3713013       332      1431        32    129227      4408   1344211   no data   no data  --
3520.58/882.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3520.58/882.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3520.58/882.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     14 BRemL:      0 BRemN:      0 P:  1.5M T:  0.21
3521.74/882.54	c bin-w-bin subsume rem           14 bins  time:  0.00 s
3534.12/885.66	c subs with bin:    17629  lits-rem:      7550  v-fix:    0  time: 12.45 s
3534.12/885.66	c Subs w/ non-existent bins:    102 l-rem:     16 v-fix:     0 done:    332 time:  0.03 s
3534.12/885.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3543.29/887.96	c lits-rem:      1365  cl-subs:     3556  v-elim:      1  v-fix:    0  time:  9.13 s
3543.29/887.96	c vivif2 --  cl tried     1396 cl shrink        1 lits rem          1 time: 0.00
3543.69/888.00	c vivif2 --  cl tried    85350 cl shrink     3545 lits rem       3675 time: 0.15
3544.09/888.11	c asymm  cl-useful: 0/1395/1395 lits-rem:0 time: 0.44
3544.09/888.11	c calculated reachability. Time: 0.00
3544.09/888.11	c  N st    83   3713013       331      1395        47     85350      4336    794458   no data   no data  --
3544.09/888.11	c Finding binary XORs  T:     0.00 s  found:       0
3572.44/895.22	c Finding binary XORs  T:     0.00 s  found:       0
3579.22/896.90	c Following stats are for *FIRST FINISHED THREAD ONLY*
3579.22/896.90	c num threads              : 4          
3579.22/896.90	c restarts                 : 82         
3579.22/896.90	c dynamic restarts         : 0          
3579.22/896.90	c static restarts          : 82         
3579.22/896.90	c full restarts            : 4          
3579.22/896.90	c total simplify time      : 1.15       
3579.22/896.90	c learnts DL2              : 0          
3579.22/896.90	c learnts size 2           : 305        
3579.22/896.90	c learnts size 1           : 143         (40.86     % of vars)
3579.22/896.90	c filedLit time            : 1.10        (0.03      % time)
3579.22/896.90	c v-elim SatELite          : 14          (4.00      % vars)
3579.22/896.90	c SatELite time            : 164.15      (4.59      % time)
3579.22/896.90	c v-elim xor               : 0           (0.00      % vars)
3579.22/896.90	c xor elim time            : 0.15        (0.00      % time)
3579.22/896.90	c num binary xor trees     : 0          
3579.22/896.90	c binxor trees' crown      : 0           (nan       leafs/tree)
3579.22/896.90	c bin xor find time        : 0.00       
3579.22/896.90	c OTF clause improved      : 157925      (0.04      clauses/conflict)
3579.22/896.90	c OTF impr. size diff      : 167444      (1.06       lits/clause)
3579.22/896.90	c OTF cl watch-shrink      : 1027124     (0.28      clauses/conflict)
3579.22/896.90	c OTF cl watch-sh-lit      : 1337853     (1.30       lits/clause)
3579.22/896.90	c tried to recurMin cls    : 491878      (13.50      % of conflicts)
3579.22/896.90	c updated cache            : 8268        (0.02       lits/tried recurMin)
3579.22/896.90	c unit cls received        : 5           (3.50      % of units)
3579.22/896.90	c unit cls sent            : 7           (4.90      % of units)
3579.22/896.90	c bin cls received         : 13         
3579.22/896.90	c bin cls sent             : 84         
3579.22/896.90	c clauses over max glue    : 0           (0.00      % of all clauses)
3579.22/896.90	c conflicts                : 3642417     (1018.14   / sec)
3579.22/896.90	c decisions                : 4171511     (0.45      % random)
3579.22/896.90	c bogo-props               : 111718325402 (31228007.34 / sec)
3579.22/896.90	c conflict literals        : 61799541    (30.27     % deleted)
3579.22/896.90	c Memory used              : 553.51      MB
3579.22/896.90	c single-thread CPU time   : 3577.50     s
3579.22/896.90	c all-threads sum CPU time : 3577.50     s
3579.22/896.90	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3368932-1305406450/watcher-3368932-1305406450 -o /tmp/evaluation-result-3368932-1305406450/solver-3368932-1305406450 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368932-1305406450.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: 6.90 7.82 7.77 7/285 4949
/proc/meminfo: memFree=19058780/32951132 swapFree=67093824/67111528
[pid=4949] ppid=4947 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/4949/stat : 4949 (strangenight1-m) R 4947 4949 4908 0 -1 4202496 416 0 0 0 0 0 0 0 22 0 4 0 652244636 52465664 357 33554432000 4194304 4650419 140733490175360 18446744073709551615 47310837650960 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4949/statm: 12809 357 306 112 0 7774 0
[pid=4949/tid=4950] ppid=4947 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/4949/task/4950/stat : 4950 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 4 0 652244637 52465664 357 33554432000 4194304 4650419 140733490175360 18446744073709551615 47310837650967 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4949/tid=4951] ppid=4947 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/4949/task/4951/stat : 4951 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 652244637 52465664 357 33554432000 4194304 4650419 140733490175360 18446744073709551615 47310837651372 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4949/tid=4952] ppid=4947 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/4949/task/4952/stat : 4952 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 652244637 52465664 357 33554432000 4194304 4650419 140733490175360 18446744073709551615 47310837650969 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0197201 s]
/proc/loadavg: 6.90 7.82 7.77 7/285 4949
/proc/meminfo: memFree=19058780/32951132 swapFree=67093824/67111528
[pid=4949] ppid=4947 vsize=282184 CPUtime=0.05 cores=1,3,5,7
/proc/4949/stat : 4949 (strangenight1-m) R 4947 4949 4908 0 -1 4202496 1066 0 0 0 5 0 0 0 18 0 4 0 652244636 288956416 951 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365246 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4949/statm: 70546 951 390 112 0 65511 0
[pid=4949/tid=4950] ppid=4947 vsize=282184 CPUtime=0.01 cores=1,3,5,7
/proc/4949/task/4950/stat : 4950 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 200 0 0 0 1 0 0 0 18 0 4 0 652244637 288956416 951 33554432000 4194304 4650419 140733490175360 18446744073709551615 4328256 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4949/tid=4951] ppid=4947 vsize=282184 CPUtime=0 cores=1,3,5,7
/proc/4949/task/4951/stat : 4951 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 166 0 0 0 0 0 0 0 24 0 4 0 652244637 288956416 953 33554432000 4194304 4650419 140733490175360 18446744073709551615 4331043 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4949/tid=4952] ppid=4947 vsize=282184 CPUtime=0.01 cores=1,3,5,7
/proc/4949/task/4952/stat : 4952 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 112 0 0 0 1 0 0 0 18 0 4 0 652244637 288956416 953 33554432000 4194304 4650419 140733490175360 18446744073709551615 274664469537 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 282184

[startup+0.100707 s]
/proc/loadavg: 6.90 7.82 7.77 7/285 4949
/proc/meminfo: memFree=19058780/32951132 swapFree=67093824/67111528
[pid=4949] ppid=4947 vsize=282340 CPUtime=0.38 cores=1,3,5,7
/proc/4949/stat : 4949 (strangenight1-m) R 4947 4949 4908 0 -1 4202496 1508 0 0 0 38 0 0 0 18 0 4 0 652244636 289116160 1393 33554432000 4194304 4650419 140733490175360 18446744073709551615 4333858 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4949/statm: 70585 1393 391 112 0 65550 0
[pid=4949/tid=4950] ppid=4947 vsize=282340 CPUtime=0.09 cores=1,3,5,7
/proc/4949/task/4950/stat : 4950 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 307 0 0 0 9 0 0 0 18 0 4 0 652244637 289116160 1393 33554432000 4194304 4650419 140733490175360 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4949/tid=4951] ppid=4947 vsize=282340 CPUtime=0.09 cores=1,3,5,7
/proc/4949/task/4951/stat : 4951 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 276 0 0 0 9 0 0 0 24 0 4 0 652244637 289116160 1393 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365313 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4949/tid=4952] ppid=4947 vsize=282340 CPUtime=0.09 cores=1,3,5,7
/proc/4949/task/4952/stat : 4952 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 226 0 0 0 9 0 0 0 18 0 4 0 652244637 289116160 1394 33554432000 4194304 4650419 140733490175360 18446744073709551615 4303936 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282340

[startup+0.300672 s]
/proc/loadavg: 6.90 7.82 7.77 7/285 4949
/proc/meminfo: memFree=19058780/32951132 swapFree=67093824/67111528
[pid=4949] ppid=4947 vsize=283400 CPUtime=1.18 cores=1,3,5,7
/proc/4949/stat : 4949 (strangenight1-m) R 4947 4949 4908 0 -1 4202496 2437 0 0 0 118 0 0 0 18 0 4 0 652244636 290201600 1892 33554432000 4194304 4650419 140733490175360 18446744073709551615 4333552 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4949/statm: 70850 1892 393 112 0 65815 0
[pid=4949/tid=4950] ppid=4947 vsize=283400 CPUtime=0.29 cores=1,3,5,7
/proc/4949/task/4950/stat : 4950 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 550 0 0 0 29 0 0 0 18 0 4 0 652244637 290201600 1892 33554432000 4194304 4650419 140733490175360 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4949/tid=4951] ppid=4947 vsize=283400 CPUtime=0.28 cores=1,3,5,7
/proc/4949/task/4951/stat : 4951 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 507 0 0 0 28 0 0 0 25 0 4 0 652244637 290201600 1892 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4949/tid=4952] ppid=4947 vsize=283400 CPUtime=0.29 cores=1,3,5,7
/proc/4949/task/4952/stat : 4952 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 460 0 0 0 29 0 0 0 18 0 4 0 652244637 290201600 1892 33554432000 4194304 4650419 140733490175360 18446744073709551615 4366671 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283400

[startup+0.700604 s]
/proc/loadavg: 6.90 7.82 7.77 7/285 4949
/proc/meminfo: memFree=19058780/32951132 swapFree=67093824/67111528
[pid=4949] ppid=4947 vsize=284688 CPUtime=2.77 cores=1,3,5,7
/proc/4949/stat : 4949 (strangenight1-m) R 4947 4949 4908 0 -1 4202496 4244 0 0 0 277 0 0 0 18 0 4 0 652244636 291520512 2210 33554432000 4194304 4650419 140733490175360 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4949/statm: 71172 2211 393 112 0 66137 0
[pid=4949/tid=4950] ppid=4947 vsize=284688 CPUtime=0.69 cores=1,3,5,7
/proc/4949/task/4950/stat : 4950 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 1020 0 0 0 69 0 0 0 18 0 4 0 652244637 291520512 2211 33554432000 4194304 4650419 140733490175360 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4949/tid=4951] ppid=4947 vsize=284688 CPUtime=0.68 cores=1,3,5,7
/proc/4949/task/4951/stat : 4951 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 964 0 0 0 68 0 0 0 25 0 4 0 652244637 291520512 2212 33554432000 4194304 4650419 140733490175360 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4949/tid=4952] ppid=4947 vsize=284688 CPUtime=0.69 cores=1,3,5,7
/proc/4949/task/4952/stat : 4952 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 884 0 0 0 69 0 0 0 18 0 4 0 652244637 291520512 2212 33554432000 4194304 4650419 140733490175360 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284688

[startup+1.50047 s]
/proc/loadavg: 6.90 7.82 7.77 10/289 4953
/proc/meminfo: memFree=19041512/32951132 swapFree=67093824/67111528
[pid=4949] ppid=4947 vsize=285352 CPUtime=5.97 cores=1,3,5,7
/proc/4949/stat : 4949 (strangenight1-m) R 4947 4949 4908 0 -1 4202496 7322 0 0 0 596 1 0 0 20 0 4 0 652244636 292200448 3924 33554432000 4194304 4650419 140733490175360 18446744073709551615 4363311 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4949/statm: 71338 3924 395 112 0 66303 0
[pid=4949/tid=4950] ppid=4947 vsize=285352 CPUtime=1.49 cores=1,3,5,7
/proc/4949/task/4950/stat : 4950 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 1526 0 0 0 149 0 0 0 19 0 4 0 652244637 292200448 3924 33554432000 4194304 4650419 140733490175360 18446744073709551615 4313054 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4949/tid=4951] ppid=4947 vsize=285352 CPUtime=1.47 cores=1,3,5,7
/proc/4949/task/4951/stat : 4951 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 1602 0 0 0 147 0 0 0 25 0 4 0 652244637 292200448 3925 33554432000 4194304 4650419 140733490175360 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4949/tid=4952] ppid=4947 vsize=285352 CPUtime=1.49 cores=1,3,5,7
/proc/4949/task/4952/stat : 4952 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 1329 0 0 0 149 0 0 0 20 0 4 0 652244637 292200448 3925 33554432000 4194304 4650419 140733490175360 18446744073709551615 4520322 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) 285352

[startup+3.10019 s]
/proc/loadavg: 6.99 7.82 7.78 9/289 4953
/proc/meminfo: memFree=19014108/32951132 swapFree=67093824/67111528
[pid=4949] ppid=4947 vsize=280768 CPUtime=12.35 cores=1,3,5,7
/proc/4949/stat : 4949 (strangenight1-m) R 4947 4949 4908 0 -1 4202496 14134 0 0 0 1233 2 0 0 25 0 4 0 652244636 287506432 7614 33554432000 4194304 4650419 140733490175360 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4949/statm: 70192 7614 395 112 0 65157 0
[pid=4949/tid=4950] ppid=4947 vsize=280768 CPUtime=3.08 cores=1,3,5,7
/proc/4949/task/4950/stat : 4950 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 3329 0 0 0 308 0 0 0 25 0 4 0 652244637 287506432 7614 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4949/tid=4951] ppid=4947 vsize=280768 CPUtime=3.06 cores=1,3,5,7
/proc/4949/task/4951/stat : 4951 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 3612 0 0 0 306 0 0 0 25 0 4 0 652244637 287506432 7614 33554432000 4194304 4650419 140733490175360 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4949/tid=4952] ppid=4947 vsize=280768 CPUtime=3.08 cores=1,3,5,7
/proc/4949/task/4952/stat : 4952 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 3159 0 0 0 308 0 0 0 25 0 4 0 652244637 287506432 7614 33554432000 4194304 4650419 140733490175360 18446744073709551615 4363448 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) 280768

[startup+6.30063 s]
/proc/loadavg: 6.99 7.82 7.78 9/289 4953
/proc/meminfo: memFree=18964172/32951132 swapFree=67093824/67111528
[pid=4949] ppid=4947 vsize=286300 CPUtime=25.12 cores=1,3,5,7
/proc/4949/stat : 4949 (strangenight1-m) R 4947 4949 4908 0 -1 4202496 21241 0 0 0 2508 4 0 0 25 0 4 0 652244636 293171200 10395 33554432000 4194304 4650419 140733490175360 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4949/statm: 71575 10395 395 112 0 66540 0
[pid=4949/tid=4950] ppid=4947 vsize=286300 CPUtime=6.29 cores=1,3,5,7
/proc/4949/task/4950/stat : 4950 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 5506 0 0 0 628 1 0 0 25 0 4 0 652244637 293171200 10395 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4949/tid=4951] ppid=4947 vsize=286300 CPUtime=6.23 cores=1,3,5,7
/proc/4949/task/4951/stat : 4951 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 5755 0 0 0 623 0 0 0 25 0 4 0 652244637 293171200 10395 33554432000 4194304 4650419 140733490175360 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4949/tid=4952] ppid=4947 vsize=286300 CPUtime=6.28 cores=1,3,5,7
/proc/4949/task/4952/stat : 4952 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 4172 0 0 0 628 0 0 0 25 0 4 0 652244637 293171200 10395 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365343 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) 286300

[startup+12.7005 s]
/proc/loadavg: 7.21 7.84 7.78 9/289 4953
/proc/meminfo: memFree=18927528/32951132 swapFree=67093824/67111528
[pid=4949] ppid=4947 vsize=289632 CPUtime=50.66 cores=1,3,5,7
/proc/4949/stat : 4949 (strangenight1-m) R 4947 4949 4908 0 -1 4202496 32826 0 0 0 5058 8 0 0 25 0 4 0 652244636 296583168 14749 33554432000 4194304 4650419 140733490175360 18446744073709551615 4438407 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4949/statm: 72408 14749 395 112 0 67373 0
[pid=4949/tid=4950] ppid=4947 vsize=289632 CPUtime=12.68 cores=1,3,5,7
/proc/4949/task/4950/stat : 4950 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 8221 0 0 0 1265 3 0 0 25 0 4 0 652244637 296583168 14749 33554432000 4194304 4650419 140733490175360 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4949/tid=4951] ppid=4947 vsize=289632 CPUtime=12.57 cores=1,3,5,7
/proc/4949/task/4951/stat : 4951 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 8733 0 0 0 1256 1 0 0 25 0 4 0 652244637 296583168 14749 33554432000 4194304 4650419 140733490175360 18446744073709551615 4334034 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4949/tid=4952] ppid=4947 vsize=289632 CPUtime=12.69 cores=1,3,5,7
/proc/4949/task/4952/stat : 4952 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 6212 0 0 0 1268 1 0 0 25 0 4 0 652244637 296583168 14749 33554432000 4194304 4650419 140733490175360 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 289632

[startup+25.5003 s]
/proc/loadavg: 7.33 7.85 7.79 9/289 4953
/proc/meminfo: memFree=18872720/32951132 swapFree=67093824/67111528
[pid=4949] ppid=4947 vsize=297732 CPUtime=101.71 cores=1,3,5,7
/proc/4949/stat : 4949 (strangenight1-m) R 4947 4949 4908 0 -1 4202496 48675 0 0 0 10160 11 0 0 25 0 4 0 652244636 304877568 19382 33554432000 4194304 4650419 140733490175360 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4949/statm: 74433 19382 395 112 0 69398 0
[pid=4949/tid=4950] ppid=4947 vsize=297732 CPUtime=25.48 cores=1,3,5,7
/proc/4949/task/4950/stat : 4950 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 13137 0 0 0 2544 4 0 0 25 0 4 0 652244637 304877568 19382 33554432000 4194304 4650419 140733490175360 18446744073709551615 4303888 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4949/tid=4951] ppid=4947 vsize=297732 CPUtime=25.25 cores=1,3,5,7
/proc/4949/task/4951/stat : 4951 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 13401 0 0 0 2523 2 0 0 25 0 4 0 652244637 304877568 19382 33554432000 4194304 4650419 140733490175360 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4949/tid=4952] ppid=4947 vsize=297732 CPUtime=25.48 cores=1,3,5,7
/proc/4949/task/4952/stat : 4952 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 8170 0 0 0 2547 1 0 0 25 0 4 0 652244637 304877568 19382 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 297732

[startup+51.1009 s]
/proc/loadavg: 7.69 7.89 7.80 9/289 4954
/proc/meminfo: memFree=18812068/32951132 swapFree=67093824/67111528
[pid=4949] ppid=4947 vsize=306696 CPUtime=203.84 cores=1,3,5,7
/proc/4949/stat : 4949 (strangenight1-m) R 4947 4949 4908 0 -1 4202496 74012 0 0 0 20362 22 0 0 25 0 4 0 652244636 314056704 25610 33554432000 4194304 4650419 140733490175360 18446744073709551615 4328259 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4949/statm: 76674 25610 395 112 0 71639 0
[pid=4949/tid=4950] ppid=4947 vsize=306696 CPUtime=51.05 cores=1,3,5,7
/proc/4949/task/4950/stat : 4950 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 20877 0 0 0 5096 9 0 0 25 0 4 0 652244637 314056704 25610 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4949/tid=4951] ppid=4947 vsize=306696 CPUtime=50.61 cores=1,3,5,7
/proc/4949/task/4951/stat : 4951 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 20733 0 0 0 5057 4 0 0 25 0 4 0 652244637 314056704 25610 33554432000 4194304 4650419 140733490175360 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4949/tid=4952] ppid=4947 vsize=306696 CPUtime=51.08 cores=1,3,5,7
/proc/4949/task/4952/stat : 4952 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 11739 0 0 0 5105 3 0 0 25 0 4 0 652244637 314056704 25610 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.84
Current children cumulated vsize (KiB) 306696

[startup+102.311 s]
/proc/loadavg: 7.93 7.92 7.82 9/289 4955
/proc/meminfo: memFree=18766776/32951132 swapFree=67093824/67111528
[pid=4949] ppid=4947 vsize=312584 CPUtime=408.18 cores=1,3,5,7
/proc/4949/stat : 4949 (strangenight1-m) R 4947 4949 4908 0 -1 4202496 112437 0 0 0 40780 38 0 0 25 0 4 0 652244636 320086016 28514 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4949/statm: 78146 28514 395 112 0 73111 0
[pid=4949/tid=4950] ppid=4947 vsize=312584 CPUtime=102.26 cores=1,3,5,7
/proc/4949/task/4950/stat : 4950 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 31564 0 0 0 10213 13 0 0 25 0 4 0 652244637 320086016 28514 33554432000 4194304 4650419 140733490175360 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4949/tid=4951] ppid=4947 vsize=312584 CPUtime=101.35 cores=1,3,5,7
/proc/4949/task/4951/stat : 4951 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 31070 0 0 0 10126 9 0 0 25 0 4 0 652244637 320086016 28515 33554432000 4194304 4650419 140733490175360 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4949/tid=4952] ppid=4947 vsize=312584 CPUtime=102.28 cores=1,3,5,7
/proc/4949/task/4952/stat : 4952 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 17140 0 0 0 10223 5 0 0 25 0 4 0 652244637 320086016 28515 33554432000 4194304 4650419 140733490175360 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.18
Current children cumulated vsize (KiB) 312584

[startup+162.301 s]

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

/proc/4949/task/4952/stat : 4952 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 53337 0 0 0 64206 20 0 0 25 0 4 0 652244637 518303744 69382 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2563.15
Current children cumulated vsize (KiB) 506156

[startup+702.301 s]
/proc/loadavg: 8.09 8.10 7.94 9/289 4982
/proc/meminfo: memFree=18319844/32951132 swapFree=67093824/67111528
[pid=4949] ppid=4947 vsize=510280 CPUtime=2802.58 cores=1,3,5,7
/proc/4949/stat : 4949 (strangenight1-m) R 4947 4949 4908 0 -1 4202496 368070 0 0 0 280108 150 0 0 25 0 4 0 652244636 522526720 74208 33554432000 4194304 4650419 140733490175360 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4949/statm: 127570 74208 395 112 0 122535 0
[pid=4949/tid=4950] ppid=4947 vsize=510280 CPUtime=702.23 cores=1,3,5,7
/proc/4949/task/4950/stat : 4950 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 80679 0 0 0 70189 34 0 0 25 0 4 0 652244637 522526720 74208 33554432000 4194304 4650419 140733490175360 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4949/tid=4951] ppid=4947 vsize=510280 CPUtime=695.87 cores=1,3,5,7
/proc/4949/task/4951/stat : 4951 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 109325 0 0 0 69542 45 0 0 25 0 4 0 652244637 522526720 74208 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4949/tid=4952] ppid=4947 vsize=510280 CPUtime=702.25 cores=1,3,5,7
/proc/4949/task/4952/stat : 4952 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 56877 0 0 0 70203 22 0 0 25 0 4 0 652244637 522526720 74208 33554432000 4194304 4650419 140733490175360 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2802.58
Current children cumulated vsize (KiB) 510280

[startup+762.311 s]
/proc/loadavg: 8.38 8.19 7.98 9/289 4985
/proc/meminfo: memFree=18324360/32951132 swapFree=67093824/67111528
[pid=4949] ppid=4947 vsize=576020 CPUtime=3042.07 cores=1,3,5,7
/proc/4949/stat : 4949 (strangenight1-m) R 4947 4949 4908 0 -1 4202496 384619 0 0 0 304049 158 0 0 25 0 4 0 652244636 589844480 75574 33554432000 4194304 4650419 140733490175360 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4949/statm: 144005 75574 396 112 0 138970 0
[pid=4949/tid=4950] ppid=4947 vsize=576020 CPUtime=762.24 cores=1,3,5,7
/proc/4949/task/4950/stat : 4950 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 81321 0 0 0 76189 35 0 0 25 0 4 0 652244637 589844480 75574 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4949/tid=4951] ppid=4947 vsize=576020 CPUtime=755.33 cores=1,3,5,7
/proc/4949/task/4951/stat : 4951 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 115145 0 0 0 75485 48 0 0 25 0 4 0 652244637 589844480 75574 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4949/tid=4952] ppid=4947 vsize=576020 CPUtime=762.26 cores=1,3,5,7
/proc/4949/task/4952/stat : 4952 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 58927 0 0 0 76203 23 0 0 25 0 4 0 652244637 589844480 75574 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3042.07
Current children cumulated vsize (KiB) 576020

[startup+822.3 s]
/proc/loadavg: 8.22 8.17 7.99 9/289 4987
/proc/meminfo: memFree=18280456/32951132 swapFree=67093824/67111528
[pid=4949] ppid=4947 vsize=578548 CPUtime=3281.5 cores=1,3,5,7
/proc/4949/stat : 4949 (strangenight1-m) R 4947 4949 4908 0 -1 4202496 399864 0 0 0 327985 165 0 0 25 0 4 0 652244636 592433152 77139 33554432000 4194304 4650419 140733490175360 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4949/statm: 144637 77139 396 112 0 139602 0
[pid=4949/tid=4950] ppid=4947 vsize=578548 CPUtime=822.23 cores=1,3,5,7
/proc/4949/task/4950/stat : 4950 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 82084 0 0 0 82188 35 0 0 25 0 4 0 652244637 592433152 77139 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4949/tid=4951] ppid=4947 vsize=578548 CPUtime=814.78 cores=1,3,5,7
/proc/4949/task/4951/stat : 4951 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 119753 0 0 0 81429 49 0 0 25 0 4 0 652244637 592433152 77139 33554432000 4194304 4650419 140733490175360 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4949/tid=4952] ppid=4947 vsize=578548 CPUtime=822.26 cores=1,3,5,7
/proc/4949/task/4952/stat : 4952 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 61857 0 0 0 82201 25 0 0 25 0 4 0 652244637 592433152 77139 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3281.5
Current children cumulated vsize (KiB) 578548

[startup+882.301 s]
/proc/loadavg: 8.29 8.20 8.01 9/289 4988
/proc/meminfo: memFree=18271392/32951132 swapFree=67093824/67111528
[pid=4949] ppid=4947 vsize=579152 CPUtime=3520.94 cores=1,3,5,7
/proc/4949/stat : 4949 (strangenight1-m) R 4947 4949 4908 0 -1 4202496 414151 0 0 0 351922 172 0 0 25 0 4 0 652244636 593051648 81253 33554432000 4194304 4650419 140733490175360 18446744073709551615 4313440 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4949/statm: 144788 81253 396 112 0 139753 0
[pid=4949/tid=4950] ppid=4947 vsize=579152 CPUtime=882.23 cores=1,3,5,7
/proc/4949/task/4950/stat : 4950 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 82086 0 0 0 88188 35 0 0 25 0 4 0 652244637 593051648 81253 33554432000 4194304 4650419 140733490175360 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4949/tid=4951] ppid=4947 vsize=579152 CPUtime=874.23 cores=1,3,5,7
/proc/4949/task/4951/stat : 4951 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 124475 0 0 0 87371 52 0 0 25 0 4 0 652244637 593051648 81253 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4949/tid=4952] ppid=4947 vsize=579152 CPUtime=882.26 cores=1,3,5,7
/proc/4949/task/4952/stat : 4952 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 65540 0 0 0 88199 27 0 0 25 0 4 0 652244637 593051648 81253 33554432000 4194304 4650419 140733490175360 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3520.94
Current children cumulated vsize (KiB) 579152

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

[startup+883.101 s]
/proc/loadavg: 8.29 8.20 8.01 9/289 4988
/proc/meminfo: memFree=18271392/32951132 swapFree=67093824/67111528
[pid=4949] ppid=4947 vsize=566788 CPUtime=3524.15 cores=1,3,5,7
/proc/4949/stat : 4949 (strangenight1-m) R 4947 4949 4908 0 -1 4202496 414762 0 0 0 352242 173 0 0 25 0 4 0 652244636 580390912 79647 33554432000 4194304 4650419 140733490175360 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4949/statm: 141697 79647 396 112 0 136662 0
[pid=4949/tid=4950] ppid=4947 vsize=566788 CPUtime=883.03 cores=1,3,5,7
/proc/4949/task/4950/stat : 4950 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 82086 0 0 0 88268 35 0 0 25 0 4 0 652244637 580390912 79647 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4949/tid=4951] ppid=4947 vsize=566788 CPUtime=875.03 cores=1,3,5,7
/proc/4949/task/4951/stat : 4951 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 125053 0 0 0 87451 52 0 0 25 0 4 0 652244637 580390912 79647 33554432000 4194304 4650419 140733490175360 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4949/tid=4952] ppid=4947 vsize=566788 CPUtime=883.06 cores=1,3,5,7
/proc/4949/task/4952/stat : 4952 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 65569 0 0 0 88279 27 0 0 25 0 4 0 652244637 580390912 79647 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.15
Current children cumulated vsize (KiB) 566788

[startup+889.501 s]
/proc/loadavg: 8.26 8.19 8.01 9/289 4988
/proc/meminfo: memFree=18274616/32951132 swapFree=67093824/67111528
[pid=4949] ppid=4947 vsize=566788 CPUtime=3549.68 cores=1,3,5,7
/proc/4949/stat : 4949 (strangenight1-m) R 4947 4949 4908 0 -1 4202496 416863 0 0 0 354795 173 0 0 25 0 4 0 652244636 580390912 80464 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4949/statm: 141697 80464 396 112 0 136662 0
[pid=4949/tid=4950] ppid=4947 vsize=566788 CPUtime=889.43 cores=1,3,5,7
/proc/4949/task/4950/stat : 4950 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 82086 0 0 0 88908 35 0 0 25 0 4 0 652244637 580390912 80464 33554432000 4194304 4650419 140733490175360 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4949/tid=4951] ppid=4947 vsize=566788 CPUtime=881.37 cores=1,3,5,7
/proc/4949/task/4951/stat : 4951 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 125515 0 0 0 88085 52 0 0 25 0 4 0 652244637 580390912 80464 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4949/tid=4952] ppid=4947 vsize=566788 CPUtime=889.45 cores=1,3,5,7
/proc/4949/task/4952/stat : 4952 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 65770 0 0 0 88918 27 0 0 25 0 4 0 652244637 580390912 80464 33554432000 4194304 4650419 140733490175360 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3549.68
Current children cumulated vsize (KiB) 566788

[startup+892.701 s]
/proc/loadavg: 8.24 8.19 8.01 9/289 4988
/proc/meminfo: memFree=18270028/32951132 swapFree=67093824/67111528
[pid=4949] ppid=4947 vsize=566788 CPUtime=3562.46 cores=1,3,5,7
/proc/4949/stat : 4949 (strangenight1-m) R 4947 4949 4908 0 -1 4202496 417337 0 0 0 356072 174 0 0 25 0 4 0 652244636 580390912 77109 33554432000 4194304 4650419 140733490175360 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4949/statm: 141697 77109 396 112 0 136662 0
[pid=4949/tid=4950] ppid=4947 vsize=566788 CPUtime=892.63 cores=1,3,5,7
/proc/4949/task/4950/stat : 4950 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 82086 0 0 0 89228 35 0 0 25 0 4 0 652244637 580390912 77109 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4949/tid=4951] ppid=4947 vsize=566788 CPUtime=884.54 cores=1,3,5,7
/proc/4949/task/4951/stat : 4951 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 125702 0 0 0 88402 52 0 0 25 0 4 0 652244637 580390912 77109 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4949/tid=4952] ppid=4947 vsize=566788 CPUtime=892.65 cores=1,3,5,7
/proc/4949/task/4952/stat : 4952 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 65894 0 0 0 89238 27 0 0 25 0 4 0 652244637 580390912 77109 33554432000 4194304 4650419 140733490175360 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3562.46
Current children cumulated vsize (KiB) 566788

[startup+894.311 s]
/proc/loadavg: 8.24 8.19 8.01 9/289 4989
/proc/meminfo: memFree=18281808/32951132 swapFree=67093824/67111528
[pid=4949] ppid=4947 vsize=566788 CPUtime=3568.88 cores=1,3,5,7
/proc/4949/stat : 4949 (strangenight1-m) R 4947 4949 4908 0 -1 4202496 417509 0 0 0 356714 174 0 0 25 0 4 0 652244636 580390912 77281 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4949/statm: 141697 77281 396 112 0 136662 0
[pid=4949/tid=4950] ppid=4947 vsize=566788 CPUtime=894.24 cores=1,3,5,7
/proc/4949/task/4950/stat : 4950 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 82086 0 0 0 89389 35 0 0 25 0 4 0 652244637 580390912 77281 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4949/tid=4951] ppid=4947 vsize=566788 CPUtime=886.13 cores=1,3,5,7
/proc/4949/task/4951/stat : 4951 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 125801 0 0 0 88561 52 0 0 25 0 4 0 652244637 580390912 77281 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4949/tid=4952] ppid=4947 vsize=566788 CPUtime=894.26 cores=1,3,5,7
/proc/4949/task/4952/stat : 4952 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 65894 0 0 0 89399 27 0 0 25 0 4 0 652244637 580390912 77281 33554432000 4194304 4650419 140733490175360 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3568.88
Current children cumulated vsize (KiB) 566788

[startup+895.901 s]
/proc/loadavg: 8.24 8.19 8.01 9/289 4989
/proc/meminfo: memFree=18280444/32951132 swapFree=67093824/67111528
[pid=4949] ppid=4947 vsize=566788 CPUtime=3575.23 cores=1,3,5,7
/proc/4949/stat : 4949 (strangenight1-m) R 4947 4949 4908 0 -1 4202496 417673 0 0 0 357349 174 0 0 25 0 4 0 652244636 580390912 77445 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4949/statm: 141697 77445 396 112 0 136662 0
[pid=4949/tid=4950] ppid=4947 vsize=566788 CPUtime=895.83 cores=1,3,5,7
/proc/4949/task/4950/stat : 4950 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 82086 0 0 0 89548 35 0 0 25 0 4 0 652244637 580390912 77445 33554432000 4194304 4650419 140733490175360 18446744073709551615 4313327 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4949/tid=4951] ppid=4947 vsize=566788 CPUtime=887.7 cores=1,3,5,7
/proc/4949/task/4951/stat : 4951 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 125899 0 0 0 88718 52 0 0 25 0 4 0 652244637 580390912 77445 33554432000 4194304 4650419 140733490175360 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4949/tid=4952] ppid=4947 vsize=566788 CPUtime=895.85 cores=1,3,5,7
/proc/4949/task/4952/stat : 4952 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 65894 0 0 0 89558 27 0 0 25 0 4 0 652244637 580390912 77445 33554432000 4194304 4650419 140733490175360 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3575.23
Current children cumulated vsize (KiB) 566788

[startup+896.7 s]
/proc/loadavg: 8.24 8.19 8.01 9/289 4989
/proc/meminfo: memFree=18279076/32951132 swapFree=67093824/67111528
[pid=4949] ppid=4947 vsize=566788 CPUtime=3578.42 cores=1,3,5,7
/proc/4949/stat : 4949 (strangenight1-m) R 4947 4949 4908 0 -1 4202496 417767 0 0 0 357668 174 0 0 25 0 4 0 652244636 580390912 77539 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4949/statm: 141697 77539 396 112 0 136662 0
[pid=4949/tid=4950] ppid=4947 vsize=566788 CPUtime=896.63 cores=1,3,5,7
/proc/4949/task/4950/stat : 4950 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 82086 0 0 0 89628 35 0 0 25 0 4 0 652244637 580390912 77539 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4949/tid=4951] ppid=4947 vsize=566788 CPUtime=888.49 cores=1,3,5,7
/proc/4949/task/4951/stat : 4951 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 125946 0 0 0 88797 52 0 0 25 0 4 0 652244637 580390912 77539 33554432000 4194304 4650419 140733490175360 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4949/tid=4952] ppid=4947 vsize=566788 CPUtime=896.65 cores=1,3,5,7
/proc/4949/task/4952/stat : 4952 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 65894 0 0 0 89638 27 0 0 25 0 4 0 652244637 580390912 77539 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3578.42
Current children cumulated vsize (KiB) 566788

[startup+896.9 s]
/proc/loadavg: 8.24 8.19 8.01 9/289 4989
/proc/meminfo: memFree=18279076/32951132 swapFree=67093824/67111528
[pid=4949] ppid=4947 vsize=566788 CPUtime=3579.22 cores=1,3,5,7
/proc/4949/stat : 4949 (strangenight1-m) R 4947 4949 4908 0 -1 4202496 417787 0 0 0 357748 174 0 0 25 0 4 0 652244636 580390912 77559 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4949/statm: 141697 77559 396 112 0 136662 0
[pid=4949/tid=4950] ppid=4947 vsize=566788 CPUtime=896.83 cores=1,3,5,7
/proc/4949/task/4950/stat : 4950 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 82086 0 0 0 89648 35 0 0 25 0 4 0 652244637 580390912 77559 33554432000 4194304 4650419 140733490175360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=4949/tid=4951] ppid=4947 vsize=566788 CPUtime=888.69 cores=1,3,5,7
/proc/4949/task/4951/stat : 4951 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 125954 0 0 0 88817 52 0 0 25 0 4 0 652244637 580390912 77559 33554432000 4194304 4650419 140733490175360 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4949/tid=4952] ppid=4947 vsize=566788 CPUtime=896.85 cores=1,3,5,7
/proc/4949/task/4952/stat : 4952 (strangenight1-m) R 4947 4949 4908 0 -1 4202560 65894 0 0 0 89658 27 0 0 25 0 4 0 652244637 580390912 77559 33554432000 4194304 4650419 140733490175360 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3579.22
Current children cumulated vsize (KiB) 566788

Child status: 20
Real time (s): 896.923
CPU time (s): 3579.26
CPU user time (s): 3577.5
CPU system time (s): 1.75973
CPU usage (%): 399.06
Max. virtual memory (cumulated for all children) (KiB): 591544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3577.5
system time used= 1.75973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 417790
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= 131
involuntary context switches= 25699

runsolver used 2.22066 second user time and 5.95209 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-14 22:54:10
IDJOB=3368932
IDBENCH=82941
IDSOLVER=1846
FILE ID=node131/3368932-1305406450
RUNJOBID= node131-1305406450-4927
PBS_JOBID= 13324514
Free space on /tmp= 73684 MiB

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

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

MD5SUM BENCH= 60552051d2d5a0c0eefaeedea18e63df
RANDOM SEED=1083651700

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      19059060 kB
Buffers:        272352 kB
Cached:        3639252 kB
SwapCached:       1504 kB
Active:       10569328 kB
Inactive:      3064036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      19059060 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:           12568 kB
Writeback:          12 kB
AnonPages:     9721088 kB
Mapped:          27336 kB
Slab:           163904 kB
PageTables:      31248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 28080472 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73676 MiB
End job on node131 at 2011-05-14 23:09:07