Trace number 3174245

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-2-mt? (TO) 4800.41 1201.74

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v175-c3727-S1126657927-015.SATISFIABLE.cnf
MD5SUM129ae27f6626450c69af6381b8baccdf
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.09392
Satisfiable
(Un)Satisfiability was proved
Number of variables175
Number of clauses3727
Sum of the clauses size18635
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53727
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 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174245-1304115861.cnf'
0.00/0.00	c -- header says num vars:            175
0.00/0.00	c -- header says num clauses:        3727
0.00/0.00	c -- clauses added:            0 learnts,         3727 normals,            0 xors
0.00/0.00	c -- vars added        175
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       175      3727         0         0     18635         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.01
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.58/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.58/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.58/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.58/0.90	c calculated reachability. Time: 0.00
3.58/0.90	c Calc default polars -  time:   0.00 s pos:      87 undec:       6 neg:      82
3.58/0.90	c =========================================================================================
3.58/0.90	c types(t): F = full restart, N = normal restart
3.58/0.90	c types(t): S = simplification begin/end, E = solution found
3.58/0.90	c restart types(rt): st = static, dy = dynamic
3.58/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.58/0.90	c  B st     0         0       175      3727         0         0     18635         0   no data   no data
3.58/0.90	c Decided on static restart strategy
3.58/0.90	c  N st     8      4923       175      3727         0      4728     18635    165504   no data   no data
3.58/0.90	c  N st    10     11305       175      3727         0      4397     18635    112817   no data   no data
3.58/0.90	c  N st    11     17048       175      3727         0      9904     18635    304332   no data   no data
3.99/1.07	c  F st    12     25001       175      3727         0     12120     18635    374308   no data   no data
3.99/1.07	c  N st    12     25001       175      3727         0     12120     18635    374308   no data   no data
5.17/1.30	c Decided on static restart strategy
5.17/1.30	c  N st    18     30000       175      3727         0     10404     18635    301120   no data   no data
5.17/1.30	c  S st    18     30000       175      3727         0     10404     18635    301120   no data   no data
5.17/1.30	c  S st    18     30506       175      3727         0     10901     18635    317384   no data   no data
5.17/1.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.17/1.30	c blocked clauses removed:        0 vars:      0 tried:         175 T: 0.00 s
5.17/1.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
5.17/1.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.57/1.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.57/1.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.37/1.60	c lits-rem:       221  cl-subs:     1036  v-elim:      0  v-fix:    0  time:  0.21 s
6.37/1.60	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.04
6.37/1.60	c calculated reachability. Time: 0.00
6.37/1.60	c  N st    18     30506       175      3727         0      9865     18635    276170   no data   no data
7.57/1.95	c  N st    20     37622       175      3727         0      9087     18635    225204   no data   no data
8.78/2.29	c  N st    21     44022       175      3727         0     15239     18635    433297   no data   no data
9.16/2.39	c  S st    22     45759       175      3727         0     16905     18635    489182   no data   no data
9.56/2.44	c  S st    22     46262       175      3727         0      8817     18635    192967   no data   no data
9.56/2.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.56/2.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.56/2.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.56/2.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.56/2.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
9.56/2.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.56/2.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.56/2.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.48	c lits-rem:        18  cl-subs:      102  v-elim:      0  v-fix:    0  time:  0.02 s
9.56/2.48	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
9.56/2.48	c vivif2 --  cl tried     8715 cl shrink        0 lits rem          0 time: 0.00
9.96/2.52	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.04
9.96/2.52	c calculated reachability. Time: 0.00
9.96/2.52	c  N st    22     46262       175      3727         0      8715     18635    189090   no data   no data
13.18/3.33	c  N st    23     60661       175      3727         0     12940     18635    314977   no data   no data
15.16/3.87	c  N st    24     69395       175      3727         0     10756     18635    223827   no data   no data
15.16/3.87	c  S st    24     69395       175      3727         0     10756     18635    223827   no data   no data
15.55/3.91	c  S st    24     69896       175      3727         0     11251     18635    240418   no data   no data
15.55/3.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.55/3.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.55/3.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.55/3.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.55/3.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.55/3.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
15.55/3.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.55/3.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.55/3.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.55/3.97	c lits-rem:        62  cl-subs:      202  v-elim:      0  v-fix:    0  time:  0.05 s
15.55/3.97	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
15.55/3.98	c vivif2 --  cl tried    11049 cl shrink        0 lits rem          0 time: 0.00
15.95/4.03	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.05
15.95/4.03	c calculated reachability. Time: 0.00
15.95/4.03	c  N st    24     69896       175      3727         0     11049     18635    232514   no data   no data
20.35/5.13	c  F st    25     87501       175      3727         0     16406     18635    400697   no data   no data
20.35/5.13	c  N st    25     87501       175      3727         0     16406     18635    400697   no data   no data
21.57/5.47	c Decided on static restart strategy
22.35/5.65	c  N st    32     95541       175      3727         0     24135     18635    667619   no data   no data
24.75/6.27	c  N st    34    104844       175      3727         0     20618     18635    540528   no data   no data
24.75/6.27	c  S st    34    104844       175      3727         0     20618     18635    540528   no data   no data
25.15/6.33	c  S st    34    105346       175      3727         0     21106     18635    555893   no data   no data
25.15/6.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.15/6.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
25.15/6.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.15/6.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.15/6.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.15/6.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
25.15/6.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.15/6.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
25.15/6.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.14/6.84	c lits-rem:       387  cl-subs:     1193  v-elim:      0  v-fix:    0  time:  0.49 s
27.14/6.85	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
27.14/6.85	c vivif2 --  cl tried    19913 cl shrink        0 lits rem          0 time: 0.01
27.54/6.94	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.08
27.54/6.94	c calculated reachability. Time: 0.00
27.54/6.94	c  N st    34    105346       175      3727         0     19913     18635    508859   no data   no data
30.35/7.67	c  N st    35    114944       175      3727         0     15715     18635    352569   no data   no data
35.53/8.92	c  N st    36    129341       175      3727         0     15122     18635    303782   no data   no data
42.72/10.71	c  N st    37    150937       175      3727         0     20393     18635    458665   no data   no data
44.72/11.29	c  S st    38    158020       175      3727         0     27189     18635    692866   no data   no data
45.12/11.35	c  S st    38    158523       175      3727         0     27687     18635    709057   no data   no data
45.12/11.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.12/11.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
45.12/11.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.12/11.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.12/11.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.12/11.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
45.12/11.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.12/11.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
45.12/11.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.51/12.42	c lits-rem:       542  cl-subs:     1782  v-elim:      0  v-fix:    0  time:  1.04 s
49.51/12.42	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
49.51/12.43	c vivif2 --  cl tried    25905 cl shrink        0 lits rem          0 time: 0.01
49.91/12.55	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.12
49.91/12.55	c calculated reachability. Time: 0.00
49.91/12.55	c  N st    38    158523       175      3727         0     25905     18635    642976   no data   no data
68.28/17.19	c  N st    39    207112       175      3727         0     20794     18635    416108   no data   no data
82.26/20.66	c  N st    40    237784       175      3727         0     30978     18635    755105   no data   no data
82.26/20.66	c  S st    40    237784       175      3727         0     30978     18635    755105   no data   no data
82.66/20.76	c  S st    40    238287       175      3727         0     31474     18635    771556   no data   no data
82.66/20.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
82.66/20.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
82.66/20.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
82.66/20.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
82.66/20.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.66/20.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
82.66/20.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
82.66/20.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
82.66/20.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
89.45/22.40	c lits-rem:      1007  cl-subs:     2183  v-elim:      0  v-fix:    0  time:  1.60 s
89.45/22.40	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
89.45/22.41	c vivif2 --  cl tried    29291 cl shrink        0 lits rem          0 time: 0.01
89.85/22.55	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.14
89.85/22.55	c calculated reachability. Time: 0.00
89.85/22.55	c  N st    40    238287       175      3727         0     29291     18635    691777   no data   no data
117.01/29.38	c  F st    41    306250       175      3727         0     31240     18635    718299   no data   no data
117.01/29.38	c  N st    41    306250       175      3727         0     31240     18635    718299   no data   no data
119.41/29.93	c Decided on static restart strategy
129.00/32.37	c  N st    51    334559       175      3727         0     35467     18635    831669   no data   no data
139.79/35.05	c  N st    53    357430       175      3727         0     33474     18635    730423   no data   no data
139.79/35.05	c  S st    53    357430       175      3727         0     33474     18635    730423   no data   no data
140.20/35.13	c  S st    53    357932       175      3727         0     33970     18635    747255   no data   no data
140.20/35.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
140.20/35.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
140.20/35.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
140.20/35.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
140.20/35.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.20/35.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
140.20/35.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
140.20/35.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
140.20/35.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
143.78/36.05	c lits-rem:       428  cl-subs:     1254  v-elim:      0  v-fix:    0  time:  0.87 s
143.78/36.05	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
143.78/36.06	c vivif2 --  cl tried    32716 cl shrink        0 lits rem          0 time: 0.01
144.59/36.22	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.16
144.59/36.22	c calculated reachability. Time: 0.00
144.59/36.22	c  N st    53    357932       175      3727         0     32716     18635    697548   no data   no data
158.96/39.86	c  N st    54    390324       175      3727         0     38780     18635    894756   no data   no data
190.51/47.70	c  N st    55    438912       175      3727         0     32588     18635    654598   no data   no data
225.66/56.52	c  N st    56    511795       175      3727         0     45842     18635   1085097   no data   no data
237.28/59.48	c  N st    57    536898       175      3727         0     40198     18635    834248   no data   no data
237.28/59.48	c  S st    57    536898       175      3727         0     40198     18635    834248   no data   no data
237.65/59.58	c  S st    57    537399       175      3727         0     40684     18635    850187   no data   no data
237.65/59.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
237.65/59.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
237.65/59.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
237.65/59.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
237.65/59.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
237.65/59.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
237.65/59.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
238.05/59.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
238.05/59.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
243.25/60.99	c lits-rem:       567  cl-subs:     1732  v-elim:      0  v-fix:    0  time:  1.36 s
243.25/60.99	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
243.65/61.00	c vivif2 --  cl tried    38952 cl shrink        0 lits rem          0 time: 0.01
244.45/61.20	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.20
244.45/61.20	c calculated reachability. Time: 0.00
244.45/61.20	c  N st    57    537399       175      3727         0     38952     18635    784118   no data   no data
338.33/84.79	c  N st    58    701383       175      3727         0     67218     18635   1712727   no data   no data
400.23/100.21	c  N st    59    806099       175      3727         0     61400     18635   1453049   no data   no data
400.23/100.21	c  S st    59    806099       175      3727         0     61400     18635   1453049   no data   no data
400.63/100.37	c  S st    59    806602       175      3727         0     61893     18635   1469610   no data   no data
400.63/100.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
401.03/100.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
401.03/100.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
401.03/100.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
401.03/100.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
401.03/100.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
401.03/100.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
401.03/100.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
401.03/100.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
433.79/108.66	c lits-rem:      1170  cl-subs:     4252  v-elim:      0  v-fix:    0  time:  8.20 s
433.79/108.66	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
433.79/108.68	c vivif2 --  cl tried    57641 cl shrink        0 lits rem          0 time: 0.02
435.01/108.98	c asymm  cl-useful: 0/3316/3727 lits-rem:0 time: 0.30
435.01/108.98	c calculated reachability. Time: 0.00
435.01/108.98	c  N st    59    806602       175      3727         0     57641     18635   1314136   no data   no data
623.13/156.00	c  F st    60   1071875       175      3727         0     73326     18635   1756972   no data   no data
623.13/156.00	c  N st    60   1071875       175      3727         0     73326     18635   1756972   no data   no data
627.13/157.05	c Decided on static restart strategy
643.10/161.03	c  N st    70   1100174       175      3727         0     57711     18635   1166818   no data   no data
673.47/168.60	c  N st    72   1136169       175      3727         0     48245     18635    787732   no data   no data
693.86/173.78	c  N st    73   1168561       175      3727         0     79206     18635   1863334   no data   no data
725.80/181.70	c  N st    74   1209903       175      3727         0     73701     18635   1672410   no data   no data
725.80/181.70	c  S st    74   1209903       175      3727         0     73701     18635   1672410   no data   no data
726.60/181.92	c  S st    74   1210407       175      3727         0     74200     18635   1688976   no data   no data
726.60/181.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
726.60/181.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
726.60/181.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
726.60/181.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
726.60/181.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
726.60/181.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
726.60/181.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
726.60/181.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
727.00/182.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
794.50/198.90	c lits-rem:      1518  cl-subs:     4618  v-elim:      0  v-fix:    0  time: 16.87 s
794.50/198.90	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
794.50/198.93	c vivif2 --  cl tried    69582 cl shrink        0 lits rem          0 time: 0.03
796.89/199.52	c asymm  cl-useful: 0/2709/3727 lits-rem:0 time: 0.59
796.89/199.52	c calculated reachability. Time: 0.00
796.89/199.52	c  N st    74   1210407       175      3727         0     69582     18635   1511351   no data   no data
884.78/221.54	c  N st    75   1283290       175      3727         0     93189     18635   2349634   no data   no data
995.83/249.32	c  N st    76   1392613       175      3727         0     54683     18635    902358   no data   no data
1142.83/286.16	c  N st    77   1556597       175      3727         0     59257     18635   1003959   no data   no data
1282.25/321.03	c  N st    78   1710407       175      3727         0    100045     18635   2465293   no data   no data
1282.25/321.03	c  S st    78   1710407       175      3727         0    100045     18635   2465293   no data   no data
1283.45/321.30	c  S st    78   1710910       175      3727         0    100536     18635   2481568   no data   no data
1283.45/321.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1283.45/321.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1283.45/321.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1283.45/321.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1283.45/321.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1283.45/321.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1283.45/321.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1283.45/321.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1283.85/321.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1389.71/347.92	c lits-rem:      4040  cl-subs:     7341  v-elim:      0  v-fix:    0  time: 26.46 s
1389.71/347.92	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
1389.71/347.95	c vivif2 --  cl tried    93195 cl shrink        0 lits rem          0 time: 0.03
1390.51/348.16	c asymm  cl-useful: 0/1018/3727 lits-rem:0 time: 0.20
1390.51/348.16	c calculated reachability. Time: 0.00
1390.51/348.16	c  N st    78   1710910       175      3727         0     93195     18635   2202801   no data   no data
1760.81/440.85	c  N st    79   2079877       175      3727         0    104232     18635   2459938   no data   no data
1893.84/474.16	c  N st    80   2210911       175      3727         0    108774     18635   2564916   no data   no data
1893.84/474.16	c  S st    80   2210911       175      3727         0    108774     18635   2564916   no data   no data
1895.02/474.47	c  S st    80   2211417       175      3727         0    109275     18635   2581888   no data   no data
1895.02/474.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1895.42/474.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1895.42/474.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1895.42/474.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1895.42/474.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1895.42/474.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1895.42/474.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1895.42/474.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1895.82/474.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2012.49/503.81	c lits-rem:      2063  cl-subs:     8105  v-elim:      0  v-fix:    0  time: 29.17 s
2012.49/503.81	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
2012.49/503.84	c vivif2 --  cl tried   101170 cl shrink        0 lits rem          0 time: 0.03
2014.06/504.22	c asymm  cl-useful: 0/1853/3727 lits-rem:0 time: 0.37
2014.06/504.22	c calculated reachability. Time: 0.00
2014.06/504.22	c  N st    80   2211417       175      3727         0    101170     18635   2278836   no data   no data
2560.53/641.06	c  N st    81   2711417       175      3727         0    123780     18635   2929190   no data   no data
2560.53/641.06	c  S st    81   2711417       175      3727         0    123780     18635   2929190   no data   no data
2562.12/641.48	c  S st    81   2711922       175      3727         0    124275     18635   2945883   no data   no data
2562.12/641.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2562.52/641.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
2562.52/641.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2562.52/641.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2562.52/641.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2562.52/641.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
2562.52/641.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2562.92/641.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2562.92/641.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2747.48/687.81	c lits-rem:      2683  cl-subs:    11027  v-elim:      0  v-fix:    0  time: 46.13 s
2747.48/687.81	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
2747.48/687.85	c vivif2 --  cl tried   113248 cl shrink        0 lits rem          0 time: 0.04
2749.09/688.25	c asymm  cl-useful: 0/1555/3727 lits-rem:0 time: 0.39
2749.09/688.25	c calculated reachability. Time: 0.00
2749.09/688.25	c  N st    81   2711922       175      3727         0    113248     18635   2569479   no data   no data
3432.97/859.45	c  N st    82   3211922       175      3727         0     90110     18635   1568707   no data   no data
3432.97/859.45	c  S st    82   3211922       175      3727         0     90110     18635   1568707   no data   no data
3434.17/859.72	c  S st    82   3212426       175      3727         0     90608     18635   1585875   no data   no data
3434.17/859.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3434.17/859.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3434.17/859.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3434.17/859.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3434.17/859.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3434.17/859.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
3434.17/859.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3434.57/859.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3434.57/859.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3455.34/865.04	c lits-rem:      1039  cl-subs:     3235  v-elim:      0  v-fix:    0  time:  5.19 s
3455.34/865.04	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
3455.34/865.06	c vivif2 --  cl tried    87373 cl shrink        0 lits rem          0 time: 0.02
3456.93/865.41	c asymm  cl-useful: 0/2258/3727 lits-rem:0 time: 0.35
3456.93/865.41	c calculated reachability. Time: 0.00
3456.93/865.41	c  N st    82   3212426       175      3727         0     87373     18635   1477097   no data   no data
4102.48/1027.03	c  N st    83   3712427       175      3727         0     98787     18635   1781749   no data   no data
4102.48/1027.03	c  S st    83   3712427       175      3727         0     98787     18635   1781749   no data   no data
4104.47/1027.50	c  S st    83   3712929       175      3727         0     99276     18635   1797679   no data   no data
4104.47/1027.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4104.87/1027.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.09
4104.87/1027.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4104.87/1027.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4104.87/1027.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4104.87/1027.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
4104.87/1027.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4104.87/1027.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4105.27/1027.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4170.01/1043.92	c lits-rem:       706  cl-subs:     2873  v-elim:      0  v-fix:    0  time: 16.19 s
4170.01/1043.92	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
4170.01/1043.96	c vivif2 --  cl tried    96403 cl shrink        0 lits rem          0 time: 0.03
4171.99/1044.46	c asymm  cl-useful: 0/1469/3727 lits-rem:0 time: 0.50
4171.99/1044.46	c calculated reachability. Time: 0.00
4171.99/1044.46	c  N st    83   3712929       175      3727         0     96403     18635   1683805   no data   no data
4227.12/1058.22	c  F st    84   3751562       175      3727         0    133261     18635   2992487   no data   no data
4227.12/1058.22	c  N st    84   3751562       175      3727         0    133261     18635   2992487   no data   no data
4236.69/1060.61	c Decided on static restart strategy
4275.46/1070.33	c  N st    94   3779874       175      3727         0    160349     18635   3938048   no data   no data
4319.78/1081.40	c  N st    96   3815869       175      3727         0    113578     18635   2219897   no data   no data
4370.52/1094.13	c  N st    97   3848261       175      3727         0    144637     18635   3326217   no data   no data
4429.63/1108.91	c  N st    98   3896849       175      3727         0    108795     18635   2017906   no data   no data
4551.08/1139.33	c  N st    99   3969731       175      3727         0     95275     18635   1540437   no data   no data
4686.10/1173.15	c  N st   100   4079055       175      3727         0    115359     18635   2206332   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-3174245-1304115861/watcher-3174245-1304115861 -o /tmp/evaluation-result-3174245-1304115861/solver-3174245-1304115861 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174245-1304115861.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.85 7.70 5/184 12477
/proc/meminfo: memFree=30108176/32951124 swapFree=67102692/67111528
[pid=12477] ppid=12475 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/12477/stat : 12477 (strangenight2-m) R 12475 12477 12247 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 523184254 52441088 347 33554432000 4194304 4627427 140737384831024 18446744073709551615 47594537027506 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12477/statm: 12803 347 299 106 0 7774 0
[pid=12477/tid=12478] ppid=12475 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/12477/task/12478/stat : 12478 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 523184254 52441088 347 33554432000 4194304 4627427 140737384831024 18446744073709551615 47594537027506 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12475 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/12477/task/12479/stat : 12479 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 523184254 52441088 347 33554432000 4194304 4627427 140737384831024 18446744073709551615 47594537027506 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12477/tid=12480] ppid=12475 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/12477/task/12480/stat : 12480 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 523184255 52441088 347 33554432000 4194304 4627427 140737384831024 18446744073709551615 246516890609 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0569869 s]
/proc/loadavg: 6.90 7.85 7.70 5/184 12477
/proc/meminfo: memFree=30108176/32951124 swapFree=67102692/67111528
[pid=12477] ppid=12475 vsize=282704 CPUtime=0.2 cores=1,3,5,7
/proc/12477/stat : 12477 (strangenight2-m) R 12475 12477 12247 0 -1 4202496 1963 0 0 0 20 0 0 0 18 0 4 0 523184254 289488896 1803 33554432000 4194304 4627427 140737384831024 18446744073709551615 4330282 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12477/statm: 70676 1803 383 106 0 65647 0
[pid=12477/tid=12478] ppid=12475 vsize=282704 CPUtime=0.05 cores=1,3,5,7
/proc/12477/task/12478/stat : 12478 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 434 0 0 0 5 0 0 0 18 0 4 0 523184254 289488896 1803 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12475 vsize=282704 CPUtime=0.05 cores=1,3,5,7
/proc/12477/task/12479/stat : 12479 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 422 0 0 0 5 0 0 0 18 0 4 0 523184254 289488896 1803 33554432000 4194304 4627427 140737384831024 18446744073709551615 4299605 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12477/tid=12480] ppid=12475 vsize=282704 CPUtime=0.04 cores=1,3,5,7
/proc/12477/task/12480/stat : 12480 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 255 0 0 0 4 0 0 0 25 0 4 0 523184255 289488896 1803 33554432000 4194304 4627427 140737384831024 18446744073709551615 4308165 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 282704

[startup+0.156969 s]
/proc/loadavg: 6.90 7.85 7.70 5/184 12477
/proc/meminfo: memFree=30108176/32951124 swapFree=67102692/67111528
[pid=12477] ppid=12475 vsize=283172 CPUtime=0.6 cores=1,3,5,7
/proc/12477/stat : 12477 (strangenight2-m) R 12475 12477 12247 0 -1 4202496 2627 0 0 0 60 0 0 0 18 0 4 0 523184254 289968128 2261 33554432000 4194304 4627427 140737384831024 18446744073709551615 4332648 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12477/statm: 70793 2261 384 106 0 65764 0
[pid=12477/tid=12478] ppid=12475 vsize=283172 CPUtime=0.15 cores=1,3,5,7
/proc/12477/task/12478/stat : 12478 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 555 0 0 0 15 0 0 0 18 0 4 0 523184254 289968128 2261 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12475 vsize=283172 CPUtime=0.15 cores=1,3,5,7
/proc/12477/task/12479/stat : 12479 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 558 0 0 0 15 0 0 0 18 0 4 0 523184254 289968128 2261 33554432000 4194304 4627427 140737384831024 18446744073709551615 4321603 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12477/tid=12480] ppid=12475 vsize=283172 CPUtime=0.14 cores=1,3,5,7
/proc/12477/task/12480/stat : 12480 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 522 0 0 0 14 0 0 0 25 0 4 0 523184255 289968128 2261 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 283172

[startup+0.300942 s]
/proc/loadavg: 6.90 7.85 7.70 5/184 12477
/proc/meminfo: memFree=30108176/32951124 swapFree=67102692/67111528
[pid=12477] ppid=12475 vsize=284720 CPUtime=1.18 cores=1,3,5,7
/proc/12477/stat : 12477 (strangenight2-m) R 12475 12477 12247 0 -1 4202496 3618 0 0 0 118 0 0 0 18 0 4 0 523184254 291553280 2634 33554432000 4194304 4627427 140737384831024 18446744073709551615 4330926 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12477/statm: 71180 2634 384 106 0 66151 0
[pid=12477/tid=12478] ppid=12475 vsize=284720 CPUtime=0.29 cores=1,3,5,7
/proc/12477/task/12478/stat : 12478 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 817 0 0 0 29 0 0 0 18 0 4 0 523184254 291553280 2634 33554432000 4194304 4627427 140737384831024 18446744073709551615 4330061 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12475 vsize=284720 CPUtime=0.29 cores=1,3,5,7
/proc/12477/task/12479/stat : 12479 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 837 0 0 0 29 0 0 0 18 0 4 0 523184254 291553280 2634 33554432000 4194304 4627427 140737384831024 18446744073709551615 4333319 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12477/tid=12480] ppid=12475 vsize=284720 CPUtime=0.29 cores=1,3,5,7
/proc/12477/task/12480/stat : 12480 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 702 0 0 0 29 0 0 0 25 0 4 0 523184255 291553280 2634 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284720

[startup+0.700872 s]
/proc/loadavg: 6.90 7.85 7.70 5/184 12477
/proc/meminfo: memFree=30108176/32951124 swapFree=67102692/67111528
[pid=12477] ppid=12475 vsize=286536 CPUtime=2.78 cores=1,3,5,7
/proc/12477/stat : 12477 (strangenight2-m) R 12475 12477 12247 0 -1 4202496 6531 0 0 0 277 1 0 0 18 0 4 0 523184254 293412864 2780 33554432000 4194304 4627427 140737384831024 18446744073709551615 4352119 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12477/statm: 71634 2780 384 106 0 66605 0
[pid=12477/tid=12478] ppid=12475 vsize=286536 CPUtime=0.69 cores=1,3,5,7
/proc/12477/task/12478/stat : 12478 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 1548 0 0 0 69 0 0 0 18 0 4 0 523184254 293412864 2781 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12475 vsize=286536 CPUtime=0.69 cores=1,3,5,7
/proc/12477/task/12479/stat : 12479 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 1537 0 0 0 69 0 0 0 18 0 4 0 523184254 293412864 2781 33554432000 4194304 4627427 140737384831024 18446744073709551615 4507021 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12477/tid=12480] ppid=12475 vsize=286536 CPUtime=0.68 cores=1,3,5,7
/proc/12477/task/12480/stat : 12480 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 1442 0 0 0 68 0 0 0 25 0 4 0 523184255 293412864 2781 33554432000 4194304 4627427 140737384831024 18446744073709551615 4332987 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 286536

[startup+1.50073 s]
/proc/loadavg: 7.31 7.92 7.73 9/188 12481
/proc/meminfo: memFree=30074296/32951124 swapFree=67102692/67111528
[pid=12477] ppid=12475 vsize=295500 CPUtime=5.97 cores=1,3,5,7
/proc/12477/stat : 12477 (strangenight2-m) R 12475 12477 12247 0 -1 4202496 12472 0 0 0 595 2 0 0 20 0 4 0 523184254 302592000 5311 33554432000 4194304 4627427 140737384831024 18446744073709551615 4427870 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12477/statm: 73875 5311 388 106 0 68846 0
[pid=12477/tid=12478] ppid=12475 vsize=295500 CPUtime=1.49 cores=1,3,5,7
/proc/12477/task/12478/stat : 12478 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 2676 0 0 0 149 0 0 0 20 0 4 0 523184254 302592000 5311 33554432000 4194304 4627427 140737384831024 18446744073709551615 4330994 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12475 vsize=295500 CPUtime=1.48 cores=1,3,5,7
/proc/12477/task/12479/stat : 12479 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 2617 0 0 0 148 0 0 0 19 0 4 0 523184254 302592000 5311 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12477/tid=12480] ppid=12475 vsize=295500 CPUtime=1.48 cores=1,3,5,7
/proc/12477/task/12480/stat : 12480 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 2558 0 0 0 148 0 0 0 25 0 4 0 523184255 302592000 5311 33554432000 4194304 4627427 140737384831024 18446744073709551615 4333251 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 295500

[startup+3.10043 s]
/proc/loadavg: 7.31 7.92 7.73 9/188 12481
/proc/meminfo: memFree=30039328/32951124 swapFree=67102692/67111528
[pid=12477] ppid=12475 vsize=295924 CPUtime=12.37 cores=1,3,5,7
/proc/12477/stat : 12477 (strangenight2-m) R 12475 12477 12247 0 -1 4202496 23996 0 0 0 1232 5 0 0 25 0 4 0 523184254 303026176 12064 33554432000 4194304 4627427 140737384831024 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12477/statm: 73981 12064 388 106 0 68952 0
[pid=12477/tid=12478] ppid=12475 vsize=295924 CPUtime=3.09 cores=1,3,5,7
/proc/12477/task/12478/stat : 12478 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 5585 0 0 0 308 1 0 0 25 0 4 0 523184254 303026176 12064 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12475 vsize=295924 CPUtime=3.09 cores=1,3,5,7
/proc/12477/task/12479/stat : 12479 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 6208 0 0 0 308 1 0 0 25 0 4 0 523184254 303026176 12064 33554432000 4194304 4627427 140737384831024 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12477/tid=12480] ppid=12475 vsize=295924 CPUtime=3.07 cores=1,3,5,7
/proc/12477/task/12480/stat : 12480 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 6184 0 0 0 307 0 0 0 25 0 4 0 523184255 303026176 12064 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 295924

[startup+6.30085 s]
/proc/loadavg: 7.31 7.92 7.73 9/188 12482
/proc/meminfo: memFree=30003024/32951124 swapFree=67102692/67111528
[pid=12477] ppid=12475 vsize=298192 CPUtime=25.15 cores=1,3,5,7
/proc/12477/stat : 12477 (strangenight2-m) R 12475 12477 12247 0 -1 4202496 37608 0 0 0 2508 7 0 0 25 0 4 0 523184254 305348608 16993 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12477/statm: 74548 16993 388 106 0 69519 0
[pid=12477/tid=12478] ppid=12475 vsize=298192 CPUtime=6.29 cores=1,3,5,7
/proc/12477/task/12478/stat : 12478 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 9572 0 0 0 628 1 0 0 25 0 4 0 523184254 305348608 16993 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12475 vsize=298192 CPUtime=6.28 cores=1,3,5,7
/proc/12477/task/12479/stat : 12479 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 10181 0 0 0 627 1 0 0 25 0 4 0 523184254 305348608 16993 33554432000 4194304 4627427 140737384831024 18446744073709551615 4427462 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12477/tid=12480] ppid=12475 vsize=298192 CPUtime=6.26 cores=1,3,5,7
/proc/12477/task/12480/stat : 12480 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 8696 0 0 0 625 1 0 0 25 0 4 0 523184255 305348608 16993 33554432000 4194304 4627427 140737384831024 18446744073709551615 4332314 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 298192

[startup+12.7007 s]
/proc/loadavg: 7.41 7.92 7.73 9/188 12482
/proc/meminfo: memFree=29948776/32951124 swapFree=67102692/67111528
[pid=12477] ppid=12475 vsize=313628 CPUtime=50.7 cores=1,3,5,7
/proc/12477/stat : 12477 (strangenight2-m) R 12475 12477 12247 0 -1 4202496 59706 0 0 0 5059 11 0 0 25 0 4 0 523184254 321155072 23807 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12477/statm: 78407 23807 388 106 0 73378 0
[pid=12477/tid=12478] ppid=12475 vsize=313628 CPUtime=12.69 cores=1,3,5,7
/proc/12477/task/12478/stat : 12478 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 15415 0 0 0 1267 2 0 0 25 0 4 0 523184254 321155072 23807 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12475 vsize=313628 CPUtime=12.69 cores=1,3,5,7
/proc/12477/task/12479/stat : 12479 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 14037 0 0 0 1266 3 0 0 25 0 4 0 523184254 321155072 23807 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12477/tid=12480] ppid=12475 vsize=313628 CPUtime=12.62 cores=1,3,5,7
/proc/12477/task/12480/stat : 12480 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 14739 0 0 0 1260 2 0 0 25 0 4 0 523184255 321155072 23807 33554432000 4194304 4627427 140737384831024 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 313628

[startup+25.5003 s]
/proc/loadavg: 7.50 7.92 7.73 9/188 12482
/proc/meminfo: memFree=29906016/32951124 swapFree=67102692/67111528
[pid=12477] ppid=12475 vsize=309376 CPUtime=101.83 cores=1,3,5,7
/proc/12477/stat : 12477 (strangenight2-m) R 12475 12477 12247 0 -1 4202496 89068 0 0 0 10164 19 0 0 25 0 4 0 523184254 316801024 32159 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12477/statm: 77344 32159 388 106 0 72315 0
[pid=12477/tid=12478] ppid=12475 vsize=309376 CPUtime=25.49 cores=1,3,5,7
/proc/12477/task/12478/stat : 12478 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 23058 0 0 0 2546 3 0 0 25 0 4 0 523184254 316801024 32159 33554432000 4194304 4627427 140737384831024 18446744073709551615 4348187 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12475 vsize=309376 CPUtime=25.48 cores=1,3,5,7
/proc/12477/task/12479/stat : 12479 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 22128 0 0 0 2543 5 0 0 25 0 4 0 523184254 316801024 32159 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12477/tid=12480] ppid=12475 vsize=309376 CPUtime=25.34 cores=1,3,5,7
/proc/12477/task/12480/stat : 12480 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 21450 0 0 0 2530 4 0 0 25 0 4 0 523184255 316801024 32159 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 309376

[startup+51.1007 s]
/proc/loadavg: 7.67 7.92 7.74 9/188 12483
/proc/meminfo: memFree=29851180/32951124 swapFree=67102692/67111528
[pid=12477] ppid=12475 vsize=316636 CPUtime=204.09 cores=1,3,5,7
/proc/12477/stat : 12477 (strangenight2-m) R 12475 12477 12247 0 -1 4202496 136744 0 0 0 20377 32 0 0 25 0 4 0 523184254 324235264 37974 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309089 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12477/statm: 79159 37974 388 106 0 74130 0
[pid=12477/tid=12478] ppid=12475 vsize=316636 CPUtime=51.09 cores=1,3,5,7
/proc/12477/task/12478/stat : 12478 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 34680 0 0 0 5104 5 0 0 25 0 4 0 523184254 324235264 37974 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12475 vsize=316636 CPUtime=51.08 cores=1,3,5,7
/proc/12477/task/12479/stat : 12479 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 35183 0 0 0 5100 8 0 0 25 0 4 0 523184254 324235264 37974 33554432000 4194304 4627427 140737384831024 18446744073709551615 4333251 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12477/tid=12480] ppid=12475 vsize=316636 CPUtime=50.81 cores=1,3,5,7
/proc/12477/task/12480/stat : 12480 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 33146 0 0 0 5073 8 0 0 25 0 4 0 523184255 324235264 37974 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 316636

[startup+102.307 s]
/proc/loadavg: 7.90 7.95 7.75 9/188 12484
/proc/meminfo: memFree=29782560/32951124 swapFree=67102692/67111528
[pid=12477] ppid=12475 vsize=342724 CPUtime=408.65 cores=1,3,5,7
/proc/12477/stat : 12477 (strangenight2-m) R 12475 12477 12247 0 -1 4202496 212121 0 0 0 40812 53 0 0 25 0 4 0 523184254 350949376 52375 33554432000 4194304 4627427 140737384831024 18446744073709551615 4420265 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12477/statm: 85681 52375 388 106 0 80652 0
[pid=12477/tid=12478] ppid=12475 vsize=342724 CPUtime=102.3 cores=1,3,5,7
/proc/12477/task/12478/stat : 12478 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 50820 0 0 0 10221 9 0 0 25 0 4 0 523184254 350949376 52375 33554432000 4194304 4627427 140737384831024 18446744073709551615 4310136 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12475 vsize=342724 CPUtime=102.29 cores=1,3,5,7
/proc/12477/task/12479/stat : 12479 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 51551 0 0 0 10216 13 0 0 25 0 4 0 523184254 350949376 52375 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12477/tid=12480] ppid=12475 vsize=342724 CPUtime=101.73 cores=1,3,5,7
/proc/12477/task/12480/stat : 12480 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 54248 0 0 0 10159 14 0 0 25 0 4 0 523184255 350949376 52375 33554432000 4194304 4627427 140737384831024 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 342724

[startup+162.3 s]

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

[pid=12477] ppid=12475 vsize=801348 CPUtime=2805.4 cores=1,3,5,7
/proc/12477/stat : 12477 (strangenight2-m) R 12475 12477 12247 0 -1 4202496 689514 0 0 0 280298 242 0 0 25 0 4 0 523184254 820580352 123537 33554432000 4194304 4627427 140737384831024 18446744073709551615 4332655 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12477/statm: 200337 123537 388 106 0 195308 0
[pid=12477/tid=12478] ppid=12475 vsize=801348 CPUtime=702.31 cores=1,3,5,7
/proc/12477/task/12478/stat : 12478 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 168904 0 0 0 70170 61 0 0 25 0 4 0 523184254 820580352 123537 33554432000 4194304 4627427 140737384831024 18446744073709551615 4332689 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12475 vsize=801348 CPUtime=702.29 cores=1,3,5,7
/proc/12477/task/12479/stat : 12479 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 182566 0 0 0 70167 62 0 0 25 0 4 0 523184254 820580352 123537 33554432000 4194304 4627427 140737384831024 18446744073709551615 4332428 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12477/tid=12480] ppid=12475 vsize=801348 CPUtime=698.47 cores=1,3,5,7
/proc/12477/task/12480/stat : 12480 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 177757 0 0 0 69780 67 0 0 25 0 4 0 523184255 820580352 123537 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.4
Current children cumulated vsize (KiB) 801348

[startup+762.307 s]
/proc/loadavg: 8.28 8.22 7.99 9/188 12502
/proc/meminfo: memFree=29302124/32951124 swapFree=67102692/67111528
[pid=12477] ppid=12475 vsize=694468 CPUtime=3045.1 cores=1,3,5,7
/proc/12477/stat : 12477 (strangenight2-m) R 12475 12477 12247 0 -1 4202496 727632 0 0 0 304250 260 0 0 25 0 4 0 523184254 711135232 117888 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309195 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12477/statm: 173617 117888 388 106 0 168588 0
[pid=12477/tid=12478] ppid=12475 vsize=694468 CPUtime=762.31 cores=1,3,5,7
/proc/12477/task/12478/stat : 12478 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 178237 0 0 0 76167 64 0 0 25 0 4 0 523184254 711135232 117888 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12475 vsize=694468 CPUtime=762.3 cores=1,3,5,7
/proc/12477/task/12479/stat : 12479 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 193986 0 0 0 76162 68 0 0 25 0 4 0 523184254 711135232 117888 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12477/tid=12480] ppid=12475 vsize=694468 CPUtime=758.15 cores=1,3,5,7
/proc/12477/task/12480/stat : 12480 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 189135 0 0 0 75743 72 0 0 25 0 4 0 523184255 711135232 117888 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.1
Current children cumulated vsize (KiB) 694468

[startup+822.301 s]
/proc/loadavg: 8.18 8.20 8.00 9/188 12503
/proc/meminfo: memFree=29217884/32951124 swapFree=67102692/67111528
[pid=12477] ppid=12475 vsize=788708 CPUtime=3284.77 cores=1,3,5,7
/proc/12477/stat : 12477 (strangenight2-m) R 12475 12477 12247 0 -1 4202496 759655 0 0 0 328203 274 0 0 25 0 4 0 523184254 807636992 136299 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12477/statm: 197177 136299 388 106 0 192148 0
[pid=12477/tid=12478] ppid=12475 vsize=788708 CPUtime=822.32 cores=1,3,5,7
/proc/12477/task/12478/stat : 12478 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 185668 0 0 0 82164 68 0 0 25 0 4 0 523184254 807636992 136299 33554432000 4194304 4627427 140737384831024 18446744073709551615 4420243 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12475 vsize=788708 CPUtime=822.3 cores=1,3,5,7
/proc/12477/task/12479/stat : 12479 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 202048 0 0 0 82157 73 0 0 25 0 4 0 523184254 807636992 136299 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12477/tid=12480] ppid=12475 vsize=788708 CPUtime=817.82 cores=1,3,5,7
/proc/12477/task/12480/stat : 12480 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 197719 0 0 0 81709 73 0 0 25 0 4 0 523184255 807636992 136299 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.77
Current children cumulated vsize (KiB) 788708

[startup+882.301 s]
/proc/loadavg: 8.21 8.21 8.01 9/188 12505
/proc/meminfo: memFree=29197252/32951124 swapFree=67102692/67111528
[pid=12477] ppid=12475 vsize=775912 CPUtime=3524.44 cores=1,3,5,7
/proc/12477/stat : 12477 (strangenight2-m) R 12475 12477 12247 0 -1 4202496 779597 0 0 0 352160 284 0 0 25 0 4 0 523184254 794533888 139701 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12477/statm: 193978 139701 388 106 0 188949 0
[pid=12477/tid=12478] ppid=12475 vsize=775912 CPUtime=882.31 cores=1,3,5,7
/proc/12477/task/12478/stat : 12478 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 192418 0 0 0 88160 71 0 0 25 0 4 0 523184254 794533888 139701 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12475 vsize=775912 CPUtime=882.29 cores=1,3,5,7
/proc/12477/task/12479/stat : 12479 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 209054 0 0 0 88153 76 0 0 25 0 4 0 523184254 794533888 139701 33554432000 4194304 4627427 140737384831024 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12477/tid=12480] ppid=12475 vsize=775912 CPUtime=877.49 cores=1,3,5,7
/proc/12477/task/12480/stat : 12480 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 202806 0 0 0 87674 75 0 0 25 0 4 0 523184255 794533888 139701 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.44
Current children cumulated vsize (KiB) 775912

[startup+942.301 s]
/proc/loadavg: 8.24 8.23 8.03 9/188 12506
/proc/meminfo: memFree=29154432/32951124 swapFree=67102692/67111528
[pid=12477] ppid=12475 vsize=835284 CPUtime=3764.12 cores=1,3,5,7
/proc/12477/stat : 12477 (strangenight2-m) R 12475 12477 12247 0 -1 4202496 803883 0 0 0 376117 295 0 0 25 0 4 0 523184254 855330816 139757 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309587 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12477/statm: 208821 139757 388 106 0 203792 0
[pid=12477/tid=12478] ppid=12475 vsize=835284 CPUtime=942.32 cores=1,3,5,7
/proc/12477/task/12478/stat : 12478 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 199600 0 0 0 94157 75 0 0 25 0 4 0 523184254 855330816 139757 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12475 vsize=835284 CPUtime=942.3 cores=1,3,5,7
/proc/12477/task/12479/stat : 12479 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 218432 0 0 0 94150 80 0 0 25 0 4 0 523184254 855330816 139757 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12477/tid=12480] ppid=12475 vsize=835284 CPUtime=937.17 cores=1,3,5,7
/proc/12477/task/12480/stat : 12480 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 208532 0 0 0 93639 78 0 0 25 0 4 0 523184255 855330816 139757 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.12
Current children cumulated vsize (KiB) 835284

[startup+1002.3 s]
/proc/loadavg: 8.20 8.21 8.03 9/188 12508
/proc/meminfo: memFree=29129604/32951124 swapFree=67102692/67111528
[pid=12477] ppid=12475 vsize=859896 CPUtime=4003.81 cores=1,3,5,7
/proc/12477/stat : 12477 (strangenight2-m) R 12475 12477 12247 0 -1 4202496 831601 0 0 0 400073 308 0 0 25 0 4 0 523184254 880533504 143069 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12477/statm: 214974 143069 388 106 0 209945 0
[pid=12477/tid=12478] ppid=12475 vsize=859896 CPUtime=1002.32 cores=1,3,5,7
/proc/12477/task/12478/stat : 12478 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 207769 0 0 0 100153 79 0 0 25 0 4 0 523184254 880533504 143069 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12475 vsize=859896 CPUtime=1002.3 cores=1,3,5,7
/proc/12477/task/12479/stat : 12479 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 227527 0 0 0 100145 85 0 0 25 0 4 0 523184254 880533504 143069 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309192 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12477/tid=12480] ppid=12475 vsize=859896 CPUtime=996.84 cores=1,3,5,7
/proc/12477/task/12480/stat : 12480 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 216982 0 0 0 99603 81 0 0 25 0 4 0 523184255 880533504 143069 33554432000 4194304 4627427 140737384831024 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.81
Current children cumulated vsize (KiB) 859896

[startup+1062.3 s]
/proc/loadavg: 8.26 8.23 8.05 9/188 12510
/proc/meminfo: memFree=29128960/32951124 swapFree=67102692/67111528
[pid=12477] ppid=12475 vsize=1034520 CPUtime=4243.48 cores=1,3,5,7
/proc/12477/stat : 12477 (strangenight2-m) R 12475 12477 12247 0 -1 4202496 844212 0 0 0 424036 312 0 0 25 0 4 0 523184254 1059348480 148506 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12477/statm: 258630 148506 388 106 0 253601 0
[pid=12477/tid=12478] ppid=12475 vsize=1034520 CPUtime=1062.32 cores=1,3,5,7
/proc/12477/task/12478/stat : 12478 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 211633 0 0 0 106153 79 0 0 25 0 4 0 523184254 1059348480 148506 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12475 vsize=1034520 CPUtime=1062.3 cores=1,3,5,7
/proc/12477/task/12479/stat : 12479 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 234185 0 0 0 106142 88 0 0 25 0 4 0 523184254 1059348480 148506 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309228 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12477/tid=12480] ppid=12475 vsize=1034520 CPUtime=1056.51 cores=1,3,5,7
/proc/12477/task/12480/stat : 12480 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 218059 0 0 0 105570 81 0 0 25 0 4 0 523184255 1059348480 148506 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.48
Current children cumulated vsize (KiB) 1034520

[startup+1122.3 s]
/proc/loadavg: 8.21 8.22 8.05 9/188 12511
/proc/meminfo: memFree=29075976/32951124 swapFree=67102692/67111528
[pid=12477] ppid=12475 vsize=963284 CPUtime=4483.17 cores=1,3,5,7
/proc/12477/stat : 12477 (strangenight2-m) R 12475 12477 12247 0 -1 4202496 872095 0 0 0 447990 327 0 0 25 0 4 0 523184254 986402816 158162 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12477/statm: 240821 158162 388 106 0 235792 0
[pid=12477/tid=12478] ppid=12475 vsize=963284 CPUtime=1122.32 cores=1,3,5,7
/proc/12477/task/12478/stat : 12478 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 220357 0 0 0 112150 82 0 0 25 0 4 0 523184254 986402816 158162 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12475 vsize=963284 CPUtime=1122.3 cores=1,3,5,7
/proc/12477/task/12479/stat : 12479 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 243132 0 0 0 112137 93 0 0 25 0 4 0 523184254 986402816 158162 33554432000 4194304 4627427 140737384831024 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12477/tid=12480] ppid=12475 vsize=963284 CPUtime=1116.19 cores=1,3,5,7
/proc/12477/task/12480/stat : 12480 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 226742 0 0 0 111533 86 0 0 25 0 4 0 523184255 986402816 158162 33554432000 4194304 4627427 140737384831024 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.17
Current children cumulated vsize (KiB) 963284

[startup+1182.3 s]
/proc/loadavg: 8.23 8.22 8.06 9/188 12513
/proc/meminfo: memFree=29128000/32951124 swapFree=67102692/67111528
[pid=12477] ppid=12475 vsize=846504 CPUtime=4722.85 cores=1,3,5,7
/proc/12477/stat : 12477 (strangenight2-m) R 12475 12477 12247 0 -1 4202496 893004 0 0 0 471948 337 0 0 25 0 4 0 523184254 866820096 150336 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12477/statm: 211626 150336 388 106 0 206597 0
[pid=12477/tid=12478] ppid=12475 vsize=846504 CPUtime=1182.32 cores=1,3,5,7
/proc/12477/task/12478/stat : 12478 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 225331 0 0 0 118148 84 0 0 25 0 4 0 523184254 866820096 150336 33554432000 4194304 4627427 140737384831024 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12475 vsize=846504 CPUtime=1182.31 cores=1,3,5,7
/proc/12477/task/12479/stat : 12479 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 251940 0 0 0 118133 98 0 0 25 0 4 0 523184254 866820096 150336 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12477/tid=12480] ppid=12475 vsize=846504 CPUtime=1175.87 cores=1,3,5,7
/proc/12477/task/12480/stat : 12480 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 232235 0 0 0 117498 89 0 0 25 0 4 0 523184255 866820096 150336 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.85
Current children cumulated vsize (KiB) 846504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.17 8.20 8.06 5/183 12514
/proc/meminfo: memFree=29512668/32951124 swapFree=67102692/67111528
[pid=12477] ppid=12475 vsize=772712 CPUtime=4800.36 cores=1,3,5,7
/proc/12477/stat : 12477 (strangenight2-m) R 12475 12477 12247 0 -1 4202496 901791 0 0 0 479696 340 0 0 25 0 4 0 523184254 791257088 151840 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12477/statm: 193178 151840 388 106 0 188149 0
[pid=12477/tid=12478] ppid=12475 vsize=772712 CPUtime=1201.73 cores=1,3,5,7
/proc/12477/task/12478/stat : 12478 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 228502 0 0 0 120088 85 0 0 25 0 4 0 523184254 791257088 151840 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12475 vsize=772712 CPUtime=1201.71 cores=1,3,5,7
/proc/12477/task/12479/stat : 12479 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 253419 0 0 0 120072 99 0 0 25 0 4 0 523184254 791257088 151840 33554432000 4194304 4627427 140737384831024 18446744073709551615 4328587 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12477/tid=12480] ppid=12475 vsize=772712 CPUtime=1195.15 cores=1,3,5,7
/proc/12477/task/12480/stat : 12480 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 235505 0 0 0 119426 89 0 0 25 0 4 0 523184255 791257088 151840 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 772712

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: 8.17 8.20 8.06 5/183 12514
/proc/meminfo: memFree=29512668/32951124 swapFree=67102692/67111528
[pid=12477] ppid=12475 vsize=772712 CPUtime=4800.36 cores=1,3,5,7
/proc/12477/stat : 12477 (strangenight2-m) R 12475 12477 12247 0 -1 4202496 901791 0 0 0 479696 340 0 0 25 0 4 0 523184254 791257088 151840 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/12477/statm: 193178 151840 388 106 0 188149 0
[pid=12477/tid=12478] ppid=12475 vsize=772712 CPUtime=1201.73 cores=1,3,5,7
/proc/12477/task/12478/stat : 12478 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 228502 0 0 0 120088 85 0 0 25 0 4 0 523184254 791257088 151840 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=12477/tid=12479] ppid=12475 vsize=772712 CPUtime=1201.71 cores=1,3,5,7
/proc/12477/task/12479/stat : 12479 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 253419 0 0 0 120072 99 0 0 25 0 4 0 523184254 791257088 151840 33554432000 4194304 4627427 140737384831024 18446744073709551615 4328587 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=12477/tid=12480] ppid=12475 vsize=772712 CPUtime=1195.15 cores=1,3,5,7
/proc/12477/task/12480/stat : 12480 (strangenight2-m) R 12475 12477 12247 0 -1 4202560 235505 0 0 0 119426 89 0 0 25 0 4 0 523184255 791257088 151840 33554432000 4194304 4627427 140737384831024 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 772712

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.41
CPU user time (s): 4796.98
CPU system time (s): 3.42948
CPU usage (%): 399.456
Max. virtual memory (cumulated for all children) (KiB): 1034520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.98
system time used= 3.42948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 901792
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 441
involuntary context switches= 34513

runsolver used 1.75073 second user time and 4.82827 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-30 00:24:21
IDJOB=3174245
IDBENCH=83063
IDSOLVER=1586
FILE ID=node134/3174245-1304115861
RUNJOBID= node134-1304115859-12425
PBS_JOBID= 13170706
Free space on /tmp= 71580 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v175-c3727-S1126657927-015.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174245-1304115861/watcher-3174245-1304115861 -o /tmp/evaluation-result-3174245-1304115861/solver-3174245-1304115861 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174245-1304115861.cnf

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

MD5SUM BENCH= 129ae27f6626450c69af6381b8baccdf
RANDOM SEED=1775854060

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30108456 kB
Buffers:        996824 kB
Cached:        1371996 kB
SwapCached:       4464 kB
Active:         143004 kB
Inactive:      2301188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30108456 kB
SwapTotal:    67111528 kB
SwapFree:     67102692 kB
Dirty:           11792 kB
Writeback:           0 kB
AnonPages:       72260 kB
Mapped:          15304 kB
Slab:           334660 kB
PageTables:       4852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   288080 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71572 MiB
End job on node134 at 2011-04-30 00:44:24