Trace number 3173938

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.32 1201.73

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1081907273-083.UNKNOWN.cnf
MD5SUM4b706363c6542ff406d07bd657988d05
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark39.0431
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 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-3173938-1304073732.cnf'
0.00/0.00	c -- header says num vars:            400
0.00/0.00	c -- header says num clauses:        1704
0.00/0.00	c -- clauses added:            0 learnts,         1704 normals,            0 xors
0.00/0.00	c -- vars added        400
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       400      1704         0         0      5112         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1704/1704 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         1  cl-subs:        0  v-elim:     14  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     172 undec:      37 neg:     191
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       386      1690         0         0      5167         0   no data   no data
0.20/0.10	c Decided on static restart strategy
0.20/0.14	c  N st     8      4916       386      1690         0      4780      5167     91155   no data   no data
1.18/0.37	c  N st    10     11298       386      1690         0      4432      5167     66988   no data   no data
2.37/0.62	c  N st    11     17042       386      1690         0      9993      5167    175757   no data   no data
3.57/1.00	c  F st    12     25000       386      1690         0     12344      5167    219827   no data   no data
3.57/1.00	c  N st    12     25000       386      1690         0     12344      5167    219827   no data   no data
4.77/1.24	c Decided on static restart strategy
4.77/1.24	c  N st    18     30002       386      1690         0     10621      5167    166730   no data   no data
4.77/1.24	c  S st    18     30002       386      1690         0     10621      5167    166730   no data   no data
4.77/1.27	c  S st    18     30503       386      1690         0     11119      5167    176988   no data   no data
4.77/1.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.77/1.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.77/1.28	c blocked clauses removed:        0 vars:      0 tried:         386 T: 0.00 s
4.77/1.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.77/1.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
4.77/1.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.77/1.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.77/1.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.34	c lits-rem:       159  cl-subs:      778  v-elim:      0  v-fix:    0  time:  0.05 s
5.17/1.34	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.01
5.17/1.34	c calculated reachability. Time: 0.00
5.17/1.34	c  N st    18     30503       386      1690         0     10341      5167    162578   no data   no data
6.77/1.73	c  N st    20     37613       386      1690         0      9584      5167    133862   no data   no data
7.96/2.06	c  N st    21     44012       386      1690         0     15784      5167    253701   no data   no data
8.39/2.18	c  S st    22     45755       386      1690         0     17467      5167    285594   no data   no data
8.79/2.22	c  S st    22     46260       386      1690         0      9290      5167    115210   no data   no data
8.79/2.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.79/2.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
8.79/2.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.79/2.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.79/2.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
8.79/2.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.79/2.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.79/2.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.24	c lits-rem:        29  cl-subs:      144  v-elim:      0  v-fix:    0  time:  0.01 s
8.79/2.24	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
8.79/2.24	c vivif2 --  cl tried     9146 cl shrink        0 lits rem          0 time: 0.00
8.79/2.24	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.00
8.79/2.24	c calculated reachability. Time: 0.00
8.79/2.24	c  N st    22     46260       386      1690         0      9146      5167    112788   no data   no data
12.37/3.11	c  N st    23     60657       386      1690         0     13450      5167    185463   no data   no data
14.76/3.72	c  N st    24     69390       386      1690         0     11238      5167    135273   no data   no data
14.76/3.72	c  S st    24     69390       386      1690         0     11238      5167    135273   no data   no data
14.76/3.76	c  S st    24     69896       386      1690         0     11743      5167    145438   no data   no data
14.76/3.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.76/3.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
14.76/3.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.76/3.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.76/3.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.76/3.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
14.76/3.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.76/3.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.76/3.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.76/3.79	c lits-rem:        21  cl-subs:      257  v-elim:      0  v-fix:    0  time:  0.02 s
14.76/3.79	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
14.76/3.79	c vivif2 --  cl tried    11486 cl shrink        0 lits rem          0 time: 0.00
14.76/3.79	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.01
14.76/3.79	c calculated reachability. Time: 0.00
14.76/3.79	c  N st    24     69896       386      1690         0     11486      5167    141033   no data   no data
19.56/4.97	c  F st    25     87501       386      1690         0     16897      5167    234404   no data   no data
19.56/4.97	c  N st    25     87501       386      1690         0     16897      5167    234404   no data   no data
21.15/5.35	c Decided on static restart strategy
21.97/5.55	c  N st    32     95544       386      1690         0     24723      5167    386782   no data   no data
24.35/6.18	c  N st    34    104844       386      1690         0     21140      5167    316142   no data   no data
24.35/6.18	c  S st    34    104844       386      1690         0     21140      5167    316142   no data   no data
24.75/6.23	c  S st    34    105346       386      1690         0     21641      5167    326274   no data   no data
24.75/6.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.75/6.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
24.75/6.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.75/6.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.75/6.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.75/6.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
24.75/6.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.75/6.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
24.75/6.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.55/6.41	c lits-rem:       294  cl-subs:     1166  v-elim:      0  v-fix:    0  time:  0.17 s
25.55/6.41	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
25.55/6.42	c vivif2 --  cl tried    20475 cl shrink        0 lits rem          0 time: 0.00
25.55/6.43	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.01
25.55/6.43	c calculated reachability. Time: 0.00
25.55/6.43	c  N st    34    105346       386      1690         0     20475      5167    303007   no data   no data
28.74/7.24	c  N st    35    114944       386      1690         0     16201      5167    197074   no data   no data
33.94/8.56	c  N st    36    129341       386      1690         0     15657      5167    173272   no data   no data
41.53/10.40	c  N st    37    150937       386      1690         0     21000      5167    261725   no data   no data
43.54/11.00	c  S st    38    158019       386      1690         0     27842      5167    391742   no data   no data
43.95/11.07	c  S st    38    158520       386      1690         0     28338      5167    401567   no data   no data
43.95/11.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.95/11.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
43.95/11.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.95/11.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.95/11.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.95/11.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
43.95/11.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.95/11.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
44.32/11.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.52/11.44	c lits-rem:       161  cl-subs:     2640  v-elim:      0  v-fix:    0  time:  0.34 s
45.52/11.44	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
45.52/11.45	c vivif2 --  cl tried    25698 cl shrink        0 lits rem          0 time: 0.00
45.52/11.46	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.01
45.52/11.46	c calculated reachability. Time: 0.00
45.52/11.46	c  N st    38    158520       386      1690         0     25698      5167    355305   no data   no data
64.30/16.19	c  N st    39    207108       386      1690         0     20531      5167    230183   no data   no data
77.08/19.39	c  N st    40    237780       386      1690         0     30887      5167    411294   no data   no data
77.08/19.39	c  S st    40    237780       386      1690         0     30887      5167    411294   no data   no data
77.48/19.47	c  S st    40    238283       386      1690         0     31386      5167    421347   no data   no data
77.48/19.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
77.48/19.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
77.48/19.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
77.48/19.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.48/19.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.48/19.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
77.48/19.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
77.48/19.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
77.88/19.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.48/19.91	c lits-rem:       314  cl-subs:     2447  v-elim:      0  v-fix:    0  time:  0.41 s
79.48/19.91	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
79.48/19.92	c vivif2 --  cl tried    28939 cl shrink        0 lits rem          0 time: 0.00
79.48/19.94	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.02
79.48/19.94	c calculated reachability. Time: 0.00
79.48/19.94	c  N st    40    238283       386      1690         0     28939      5167    380545   no data   no data
108.64/27.22	c  F st    41    306250       386      1690         0     30752      5167    373202   no data   no data
108.64/27.22	c  N st    41    306250       386      1690         0     30752      5167    373202   no data   no data
110.63/27.79	c Decided on static restart strategy
121.02/30.39	c  N st    51    334555       386      1690         0     35023      5167    455661   no data   no data
132.20/33.14	c  N st    53    357427       386      1690         0     33038      5167    411249   no data   no data
132.20/33.14	c  S st    53    357427       386      1690         0     33038      5167    411249   no data   no data
132.60/33.22	c  S st    53    357928       386      1690         0     33536      5167    421381   no data   no data
132.60/33.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
132.60/33.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
132.60/33.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
132.60/33.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
132.60/33.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
132.60/33.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
132.60/33.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
132.60/33.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
132.60/33.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
133.80/33.51	c lits-rem:       164  cl-subs:     1460  v-elim:      0  v-fix:    0  time:  0.25 s
133.80/33.51	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
133.80/33.52	c vivif2 --  cl tried    32076 cl shrink        0 lits rem          0 time: 0.01
133.80/33.54	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.02
133.80/33.54	c calculated reachability. Time: 0.00
133.80/33.54	c  N st    53    357928       386      1690         0     32076      5167    395816   no data   no data
148.57/37.27	c  N st    54    390320       386      1690         0     38172      5167    496974   no data   no data
173.74/43.57	c  N st    55    438911       386      1690         0     32092      5167    349662   no data   no data
214.08/53.60	c  N st    56    511794       386      1690         0     45387      5167    572717   no data   no data
226.07/56.67	c  N st    57    536892       386      1690         0     39763      5167    480732   no data   no data
226.07/56.67	c  S st    57    536892       386      1690         0     39763      5167    480732   no data   no data
226.47/56.77	c  S st    57    537399       386      1690         0     40269      5167    491142   no data   no data
226.47/56.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
226.47/56.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
226.47/56.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
226.47/56.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
226.47/56.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
226.47/56.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
226.47/56.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
226.47/56.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
226.87/56.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
228.08/57.17	c lits-rem:       134  cl-subs:     1715  v-elim:      0  v-fix:    0  time:  0.36 s
228.08/57.17	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
228.08/57.18	c vivif2 --  cl tried    38554 cl shrink        0 lits rem          0 time: 0.01
228.08/57.20	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.03
228.48/57.20	c calculated reachability. Time: 0.00
228.48/57.20	c  N st    57    537399       386      1690         0     38554      5167    458870   no data   no data
324.76/81.35	c  N st    58    701385       386      1690         0     67623      5167    972031   no data   no data
391.08/97.91	c  N st    59    806098       386      1690         0     61483      5167    801460   no data   no data
391.08/97.91	c  S st    59    806098       386      1690         0     61483      5167    801460   no data   no data
391.45/98.08	c  S st    59    806600       386      1690         0     61982      5167    811827   no data   no data
391.45/98.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
391.85/98.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
391.85/98.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
391.85/98.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
391.85/98.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
391.85/98.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
391.85/98.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
391.85/98.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
391.85/98.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
399.05/99.93	c lits-rem:       454  cl-subs:     6123  v-elim:      0  v-fix:    0  time:  1.79 s
399.05/99.93	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
399.05/99.94	c vivif2 --  cl tried    55859 cl shrink        0 lits rem          0 time: 0.01
399.05/99.99	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.04
399.05/99.99	c calculated reachability. Time: 0.00
399.05/99.99	c  N st    59    806600       386      1690         0     55859      5167    715278   no data   no data
571.26/143.04	c  F st    60   1071876       386      1690         0     71877      5167   1004406   no data   no data
571.26/143.05	c  N st    60   1071876       386      1690         0     71877      5167   1004406   no data   no data
576.43/144.35	c Decided on static restart strategy
596.00/149.24	c  N st    70   1100176       386      1690         0     55843      5167    631215   no data   no data
629.16/157.56	c  N st    72   1136172       386      1690         0     46084      5167    422630   no data   no data
657.12/164.58	c  N st    73   1168564       386      1690         0     77243      5167    991822   no data   no data
691.09/173.09	c  N st    74   1209900       386      1690         0     71976      5167    953186   no data   no data
691.09/173.09	c  S st    74   1209900       386      1690         0     71976      5167    953186   no data   no data
691.89/173.29	c  S st    74   1210403       386      1690         0     72474      5167    963202   no data   no data
692.29/173.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
692.29/173.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
692.29/173.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
692.29/173.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
692.29/173.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
692.29/173.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
692.29/173.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
692.29/173.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
692.29/173.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
700.27/175.38	c lits-rem:       742  cl-subs:     4479  v-elim:      0  v-fix:    0  time:  2.01 s
700.27/175.38	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
700.27/175.39	c vivif2 --  cl tried    67995 cl shrink        0 lits rem          0 time: 0.01
700.67/175.46	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.06
700.67/175.46	c calculated reachability. Time: 0.00
700.67/175.46	c  N st    74   1210403       386      1690         0     67995      5167    876499   no data   no data
767.38/192.11	c  N st    75   1283285       386      1690         0     92196      5167   1366274   no data   no data
861.65/215.75	c  N st    76   1392609       386      1690         0     53060      5167    502270   no data   no data
1016.65/254.59	c  N st    77   1556595       386      1690         0     57475      5167    548879   no data   no data
1169.65/292.85	c  N st    78   1710403       386      1690         0     98280      5167   1295842   no data   no data
1169.65/292.85	c  S st    78   1710403       386      1690         0     98280      5167   1295842   no data   no data
1170.85/293.19	c  S st    78   1710905       386      1690         0     98781      5167   1306559   no data   no data
1170.85/293.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1171.25/293.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1171.25/293.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1171.25/293.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1171.25/293.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1171.25/293.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
1171.25/293.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1171.25/293.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1171.25/293.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1200.41/300.58	c lits-rem:       768  cl-subs:    14018  v-elim:      0  v-fix:    0  time:  7.29 s
1200.41/300.58	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
1200.81/300.60	c vivif2 --  cl tried    84763 cl shrink        0 lits rem          0 time: 0.02
1200.81/300.69	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.09
1200.81/300.69	c calculated reachability. Time: 0.00
1200.81/300.69	c  N st    78   1710905       386      1690         0     84763      5167   1072415   no data   no data
1565.94/392.02	c  N st    79   2079873       386      1690         0     96874      5167   1236325   no data   no data
1696.56/424.77	c  N st    80   2210905       386      1690         0    101222      5167   1351664   no data   no data
1696.56/424.77	c  S st    80   2210905       386      1690         0    101222      5167   1351664   no data   no data
1698.16/425.10	c  S st    80   2211408       386      1690         0    101721      5167   1362007   no data   no data
1698.16/425.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1698.16/425.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1698.16/425.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1698.16/425.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1698.16/425.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1698.16/425.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
1698.16/425.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1698.16/425.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1698.55/425.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1716.53/429.73	c lits-rem:      1581  cl-subs:     7220  v-elim:      0  v-fix:    0  time:  4.51 s
1716.53/429.73	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
1716.53/429.75	c vivif2 --  cl tried    94501 cl shrink        0 lits rem          0 time: 0.02
1716.93/429.85	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.10
1716.93/429.85	c calculated reachability. Time: 0.00
1716.93/429.85	c  N st    80   2211408       386      1690         0     94501      5167   1241962   no data   no data
2275.79/569.77	c  N st    81   2711409       386      1690         0    117032      5167   1484173   no data   no data
2275.79/569.77	c  S st    81   2711409       386      1690         0    117032      5167   1484173   no data   no data
2277.38/570.19	c  S st    81   2711912       386      1690         0    117531      5167   1495054   no data   no data
2277.78/570.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2277.78/570.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
2277.78/570.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2277.78/570.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2277.78/570.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2277.78/570.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
2277.78/570.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2277.78/570.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2278.17/570.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2318.92/580.51	c lits-rem:       678  cl-subs:    19365  v-elim:      0  v-fix:    0  time: 10.18 s
2318.92/580.51	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
2318.92/580.52	c vivif2 --  cl tried    98166 cl shrink        0 lits rem          0 time: 0.02
2319.32/580.63	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.11
2319.32/580.64	c calculated reachability. Time: 0.00
2319.32/580.64	c  N st    81   2711912       386      1690         0     98166      5167   1187557   no data   no data
2961.67/741.44	c  N st    82   3211914       386      1690         0     74921      5167    649111   no data   no data
2961.67/741.44	c  S st    82   3211914       386      1690         0     74921      5167    649111   no data   no data
2962.45/741.66	c  S st    82   3212416       386      1690         0     75421      5167    659261   no data   no data
2962.45/741.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2962.45/741.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
2962.45/741.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2962.45/741.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2962.45/741.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2962.45/741.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
2962.45/741.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2962.85/741.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2962.85/741.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2963.65/741.93	c lits-rem:       292  cl-subs:     1007  v-elim:      0  v-fix:    0  time:  0.20 s
2963.65/741.93	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
2963.65/741.94	c vivif2 --  cl tried    74414 cl shrink        0 lits rem          0 time: 0.01
2964.05/742.01	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.07
2964.05/742.01	c calculated reachability. Time: 0.00
2964.05/742.01	c  N st    82   3212416       386      1690         0     74414      5167    647315   no data   no data
3597.14/900.54	c  N st    83   3712417       386      1690         0     85586      5167    781577   no data   no data
3597.14/900.54	c  S st    83   3712417       386      1690         0     85586      5167    781577   no data   no data
3598.36/900.81	c  S st    83   3712921       386      1690         0     86087      5167    792613   no data   no data
3598.36/900.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3598.36/900.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
3598.36/900.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3598.36/900.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3598.36/900.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3598.36/900.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
3598.36/900.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3598.36/900.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3598.76/900.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3600.33/901.31	c lits-rem:        74  cl-subs:     1291  v-elim:      0  v-fix:    0  time:  0.40 s
3600.33/901.31	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
3600.33/901.32	c vivif2 --  cl tried    84796 cl shrink        0 lits rem          0 time: 0.01
3600.73/901.42	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.10
3600.73/901.43	c calculated reachability. Time: 0.00
3600.73/901.43	c  N st    83   3712921       386      1690         0     84796      5167    772429   no data   no data
3647.87/913.26	c  F st    84   3751562       386      1690         0    121926      5167   1481269   no data   no data
3647.87/913.26	c  N st    84   3751562       386      1690         0    121926      5167   1481269   no data   no data
3657.05/915.50	c Decided on static restart strategy
3694.19/924.82	c  N st    94   3779864       386      1690         0    149198      5167   2014822   no data   no data
3742.94/937.03	c  N st    96   3815857       386      1690         0    102036      5167   1085732   no data   no data
3784.46/947.42	c  N st    97   3848249       386      1690         0    133181      5167   1715514   no data   no data
3852.35/964.44	c  N st    98   3896837       386      1690         0     97207      5167   1009589   no data   no data
3966.20/992.98	c  N st    99   3969719       386      1690         0    167252      5167   2370295   no data   no data
4098.82/1026.15	c  N st   100   4079043       386      1690         0    104272      5167   1129419   no data   no data
4290.16/1074.01	c  N st   101   4212922       386      1690         0    147015      5167   1892331   no data   no data
4290.16/1074.01	c  S st   101   4212922       386      1690         0    147015      5167   1892331   no data   no data
4292.97/1074.71	c  S st   101   4213425       386      1690         0    147516      5167   1902805   no data   no data
4292.97/1074.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4293.35/1074.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.09
4293.35/1074.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4293.35/1074.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4293.35/1074.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4293.35/1074.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    386 time:  0.00 s
4293.35/1074.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4293.35/1074.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4293.75/1074.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4419.18/1106.31	c lits-rem:      1359  cl-subs:    23365  v-elim:      0  v-fix:    0  time: 31.38 s
4419.18/1106.31	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
4419.18/1106.34	c vivif2 --  cl tried   124151 cl shrink        0 lits rem          0 time: 0.03
4420.00/1106.52	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.18
4420.00/1106.53	c calculated reachability. Time: 0.00
4420.00/1106.53	c  N st   101   4213425       386      1690         0    124151      5167   1506819   no data   no data
4797.47/1201.09	c  N st   102   4459403       386      1690         0     98831      5167    961791   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-3173938-1304073732/watcher-3173938-1304073732 -o /tmp/evaluation-result-3173938-1304073732/solver-3173938-1304073732 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173938-1304073732.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: 8.08 8.06 7.64 5/178 10744
/proc/meminfo: memFree=26387200/32951132 swapFree=67111364/67111528
[pid=10744] ppid=10742 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/10744/stat : 10744 (strangenight2-m) R 10742 10744 10537 0 -1 4202496 409 0 0 0 0 0 0 0 25 0 4 0 518971827 52441088 348 33554432000 4194304 4627427 140736049848128 18446744073709551615 47073995323314 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10744/statm: 12803 348 299 106 0 7774 0
[pid=10744/tid=10745] ppid=10742 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/10744/task/10745/stat : 10745 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 518971828 52441088 348 33554432000 4194304 4627427 140736049848128 18446744073709551615 47073995323314 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10744/tid=10746] ppid=10742 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/10744/task/10746/stat : 10746 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 518971828 52441088 348 33554432000 4194304 4627427 140736049848128 18446744073709551615 47073995323314 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10744/tid=10747] ppid=10742 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/10744/task/10747/stat : 10747 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 518971828 52441088 348 33554432000 4194304 4627427 140736049848128 18446744073709551615 242970606577 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0565479 s]
/proc/loadavg: 8.08 8.06 7.64 5/178 10744
/proc/meminfo: memFree=26387200/32951132 swapFree=67111364/67111528
[pid=10744] ppid=10742 vsize=282048 CPUtime=0.2 cores=1,3,5,7
/proc/10744/stat : 10744 (strangenight2-m) R 10742 10744 10537 0 -1 4202496 1360 0 0 0 20 0 0 0 25 0 4 0 518971827 288817152 1221 33554432000 4194304 4627427 140736049848128 18446744073709551615 4308275 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10744/statm: 70512 1221 384 106 0 65483 0
[pid=10744/tid=10745] ppid=10742 vsize=282048 CPUtime=0.05 cores=1,3,5,7
/proc/10744/task/10745/stat : 10745 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 299 0 0 0 5 0 0 0 25 0 4 0 518971828 288817152 1221 33554432000 4194304 4627427 140736049848128 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10744/tid=10746] ppid=10742 vsize=282048 CPUtime=0.04 cores=1,3,5,7
/proc/10744/task/10746/stat : 10746 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 220 0 0 0 4 0 0 0 25 0 4 0 518971828 288817152 1221 33554432000 4194304 4627427 140736049848128 18446744073709551615 4308593 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10744/tid=10747] ppid=10742 vsize=282048 CPUtime=0.04 cores=1,3,5,7
/proc/10744/task/10747/stat : 10747 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 170 0 0 0 4 0 0 0 25 0 4 0 518971828 288817152 1221 33554432000 4194304 4627427 140736049848128 18446744073709551615 4327592 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) 282048

[startup+0.156531 s]
/proc/loadavg: 8.08 8.06 7.64 5/178 10744
/proc/meminfo: memFree=26387200/32951132 swapFree=67111364/67111528
[pid=10744] ppid=10742 vsize=283176 CPUtime=0.6 cores=1,3,5,7
/proc/10744/stat : 10744 (strangenight2-m) R 10742 10744 10537 0 -1 4202496 2007 0 0 0 59 1 0 0 25 0 4 0 518971827 289972224 1406 33554432000 4194304 4627427 140736049848128 18446744073709551615 4333091 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10744/statm: 70794 1406 385 106 0 65765 0
[pid=10744/tid=10745] ppid=10742 vsize=283176 CPUtime=0.15 cores=1,3,5,7
/proc/10744/task/10745/stat : 10745 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 467 0 0 0 15 0 0 0 25 0 4 0 518971828 289972224 1406 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10744/tid=10746] ppid=10742 vsize=283176 CPUtime=0.14 cores=1,3,5,7
/proc/10744/task/10746/stat : 10746 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 375 0 0 0 14 0 0 0 25 0 4 0 518971828 289972224 1406 33554432000 4194304 4627427 140736049848128 18446744073709551615 4330282 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10744/tid=10747] ppid=10742 vsize=283176 CPUtime=0.14 cores=1,3,5,7
/proc/10744/task/10747/stat : 10747 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 335 0 0 0 14 0 0 0 25 0 4 0 518971828 289972224 1406 33554432000 4194304 4627427 140736049848128 18446744073709551615 4332731 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) 283176

[startup+0.300506 s]
/proc/loadavg: 8.08 8.06 7.64 5/178 10744
/proc/meminfo: memFree=26387200/32951132 swapFree=67111364/67111528
[pid=10744] ppid=10742 vsize=283308 CPUtime=1.18 cores=1,3,5,7
/proc/10744/stat : 10744 (strangenight2-m) R 10742 10744 10537 0 -1 4202496 2541 0 0 0 117 1 0 0 25 0 4 0 518971827 290107392 1940 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309290 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10744/statm: 70827 1940 385 106 0 65798 0
[pid=10744/tid=10745] ppid=10742 vsize=283308 CPUtime=0.29 cores=1,3,5,7
/proc/10744/task/10745/stat : 10745 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 594 0 0 0 29 0 0 0 25 0 4 0 518971828 290107392 1940 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10744/tid=10746] ppid=10742 vsize=283308 CPUtime=0.29 cores=1,3,5,7
/proc/10744/task/10746/stat : 10746 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 506 0 0 0 29 0 0 0 25 0 4 0 518971828 290107392 1940 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10744/tid=10747] ppid=10742 vsize=283308 CPUtime=0.29 cores=1,3,5,7
/proc/10744/task/10747/stat : 10747 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 472 0 0 0 29 0 0 0 25 0 4 0 518971828 290107392 1940 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309568 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) 283308

[startup+0.700438 s]
/proc/loadavg: 8.08 8.06 7.64 5/178 10744
/proc/meminfo: memFree=26387200/32951132 swapFree=67111364/67111528
[pid=10744] ppid=10742 vsize=284636 CPUtime=2.77 cores=1,3,5,7
/proc/10744/stat : 10744 (strangenight2-m) R 10742 10744 10537 0 -1 4202496 4296 0 0 0 276 1 0 0 25 0 4 0 518971827 291467264 2282 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10744/statm: 71159 2282 385 106 0 66130 0
[pid=10744/tid=10745] ppid=10742 vsize=284636 CPUtime=0.69 cores=1,3,5,7
/proc/10744/task/10745/stat : 10745 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 919 0 0 0 69 0 0 0 25 0 4 0 518971828 291467264 2282 33554432000 4194304 4627427 140736049848128 18446744073709551615 4324208 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10744/tid=10746] ppid=10742 vsize=284636 CPUtime=0.69 cores=1,3,5,7
/proc/10744/task/10746/stat : 10746 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 969 0 0 0 69 0 0 0 25 0 4 0 518971828 291467264 2282 33554432000 4194304 4627427 140736049848128 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10744/tid=10747] ppid=10742 vsize=284636 CPUtime=0.68 cores=1,3,5,7
/proc/10744/task/10747/stat : 10747 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 954 0 0 0 68 0 0 0 25 0 4 0 518971828 291467264 2282 33554432000 4194304 4627427 140736049848128 18446744073709551615 4310133 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284636

[startup+1.5003 s]
/proc/loadavg: 8.08 8.06 7.64 9/182 10748
/proc/meminfo: memFree=26376152/32951132 swapFree=67111364/67111528
[pid=10744] ppid=10742 vsize=285184 CPUtime=5.97 cores=1,3,5,7
/proc/10744/stat : 10744 (strangenight2-m) R 10742 10744 10537 0 -1 4202496 7718 0 0 0 595 2 0 0 25 0 4 0 518971827 292028416 4197 33554432000 4194304 4627427 140736049848128 18446744073709551615 4310117 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10744/statm: 71296 4197 389 106 0 66267 0
[pid=10744/tid=10745] ppid=10742 vsize=285184 CPUtime=1.49 cores=1,3,5,7
/proc/10744/task/10745/stat : 10745 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 1587 0 0 0 149 0 0 0 25 0 4 0 518971828 292028416 4197 33554432000 4194304 4627427 140736049848128 18446744073709551615 4321507 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10744/tid=10746] ppid=10742 vsize=285184 CPUtime=1.48 cores=1,3,5,7
/proc/10744/task/10746/stat : 10746 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 1519 0 0 0 148 0 0 0 25 0 4 0 518971828 292028416 4197 33554432000 4194304 4627427 140736049848128 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10744/tid=10747] ppid=10742 vsize=285184 CPUtime=1.48 cores=1,3,5,7
/proc/10744/task/10747/stat : 10747 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 1490 0 0 0 148 0 0 0 25 0 4 0 518971828 292028416 4197 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309587 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) 285184

[startup+3.10102 s]
/proc/loadavg: 8.08 8.06 7.64 11/182 10748
/proc/meminfo: memFree=26363568/32951132 swapFree=67111364/67111528
[pid=10744] ppid=10742 vsize=293204 CPUtime=12.37 cores=1,3,5,7
/proc/10744/stat : 10744 (strangenight2-m) R 10742 10744 10537 0 -1 4202496 16025 0 0 0 1233 4 0 0 25 0 4 0 518971827 300240896 8036 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309250 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10744/statm: 73301 8036 389 106 0 68272 0
[pid=10744/tid=10745] ppid=10742 vsize=293204 CPUtime=3.09 cores=1,3,5,7
/proc/10744/task/10745/stat : 10745 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 3644 0 0 0 308 1 0 0 25 0 4 0 518971828 300240896 8036 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10744/tid=10746] ppid=10742 vsize=293204 CPUtime=3.08 cores=1,3,5,7
/proc/10744/task/10746/stat : 10746 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 4258 0 0 0 308 0 0 0 25 0 4 0 518971828 300240896 8036 33554432000 4194304 4627427 140736049848128 18446744073709551615 4330960 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10744/tid=10747] ppid=10742 vsize=293204 CPUtime=3.07 cores=1,3,5,7
/proc/10744/task/10747/stat : 10747 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 3811 0 0 0 307 0 0 0 25 0 4 0 518971828 300240896 8036 33554432000 4194304 4627427 140736049848128 18446744073709551615 4321694 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) 293204

[startup+6.30048 s]
/proc/loadavg: 8.32 8.11 7.66 9/182 10748
/proc/meminfo: memFree=26346332/32951132 swapFree=67111364/67111528
[pid=10744] ppid=10742 vsize=298208 CPUtime=25.15 cores=1,3,5,7
/proc/10744/stat : 10744 (strangenight2-m) R 10742 10744 10537 0 -1 4202496 26054 0 0 0 2509 6 0 0 25 0 4 0 518971827 305364992 12226 33554432000 4194304 4627427 140736049848128 18446744073709551615 4420232 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10744/statm: 74552 12226 389 106 0 69523 0
[pid=10744/tid=10745] ppid=10742 vsize=298208 CPUtime=6.28 cores=1,3,5,7
/proc/10744/task/10745/stat : 10745 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 6668 0 0 0 627 1 0 0 25 0 4 0 518971828 305364992 12226 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10744/tid=10746] ppid=10742 vsize=298208 CPUtime=6.29 cores=1,3,5,7
/proc/10744/task/10746/stat : 10746 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 6741 0 0 0 628 1 0 0 25 0 4 0 518971828 305364992 12226 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10744/tid=10747] ppid=10742 vsize=298208 CPUtime=6.26 cores=1,3,5,7
/proc/10744/task/10747/stat : 10747 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 5391 0 0 0 625 1 0 0 25 0 4 0 518971828 305364992 12226 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309347 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) 298208

[startup+12.7004 s]
/proc/loadavg: 8.29 8.11 7.66 9/182 10748
/proc/meminfo: memFree=26325816/32951132 swapFree=67111364/67111528
[pid=10744] ppid=10742 vsize=298944 CPUtime=50.71 cores=1,3,5,7
/proc/10744/stat : 10744 (strangenight2-m) R 10742 10744 10537 0 -1 4202496 39925 0 0 0 5060 11 0 0 25 0 4 0 518971827 306118656 15764 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10744/statm: 74736 15764 389 106 0 69707 0
[pid=10744/tid=10745] ppid=10742 vsize=298944 CPUtime=12.68 cores=1,3,5,7
/proc/10744/task/10745/stat : 10745 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 10404 0 0 0 1266 2 0 0 25 0 4 0 518971828 306118656 15764 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10744/tid=10746] ppid=10742 vsize=298944 CPUtime=12.68 cores=1,3,5,7
/proc/10744/task/10746/stat : 10746 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 9442 0 0 0 1264 4 0 0 25 0 4 0 518971828 306118656 15764 33554432000 4194304 4627427 140736049848128 18446744073709551615 4308345 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10744/tid=10747] ppid=10742 vsize=298944 CPUtime=12.62 cores=1,3,5,7
/proc/10744/task/10747/stat : 10747 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 9434 0 0 0 1261 1 0 0 25 0 4 0 518971828 306118656 15764 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 298944

[startup+25.5012 s]
/proc/loadavg: 8.23 8.10 7.67 9/182 10749
/proc/meminfo: memFree=26315404/32951132 swapFree=67111364/67111528
[pid=10744] ppid=10742 vsize=305608 CPUtime=101.85 cores=1,3,5,7
/proc/10744/stat : 10744 (strangenight2-m) R 10742 10744 10537 0 -1 4202496 60811 0 0 0 10168 17 0 0 25 0 4 0 518971827 312942592 19695 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10744/statm: 76402 19695 389 106 0 71373 0
[pid=10744/tid=10745] ppid=10742 vsize=305608 CPUtime=25.49 cores=1,3,5,7
/proc/10744/task/10745/stat : 10745 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 16343 0 0 0 2545 4 0 0 25 0 4 0 518971828 312942592 19695 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10744/tid=10746] ppid=10742 vsize=305608 CPUtime=25.47 cores=1,3,5,7
/proc/10744/task/10746/stat : 10746 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 15211 0 0 0 2541 6 0 0 25 0 4 0 518971828 312942592 19695 33554432000 4194304 4627427 140736049848128 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10744/tid=10747] ppid=10742 vsize=305608 CPUtime=25.37 cores=1,3,5,7
/proc/10744/task/10747/stat : 10747 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 13945 0 0 0 2534 3 0 0 25 0 4 0 518971828 312942592 19695 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 305608

[startup+51.1008 s]
/proc/loadavg: 8.30 8.13 7.68 9/182 10749
/proc/meminfo: memFree=26288248/32951132 swapFree=67111364/67111528
[pid=10744] ppid=10742 vsize=312148 CPUtime=204.1 cores=1,3,5,7
/proc/10744/stat : 10744 (strangenight2-m) R 10742 10744 10537 0 -1 4202496 92541 0 0 0 20382 28 0 0 25 0 4 0 518971827 319639552 25211 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309228 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10744/statm: 78037 25211 389 106 0 73008 0
[pid=10744/tid=10745] ppid=10742 vsize=312148 CPUtime=51.09 cores=1,3,5,7
/proc/10744/task/10745/stat : 10745 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 25463 0 0 0 5103 6 0 0 25 0 4 0 518971828 319639552 25211 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10744/tid=10746] ppid=10742 vsize=312148 CPUtime=51.04 cores=1,3,5,7
/proc/10744/task/10746/stat : 10746 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 22876 0 0 0 5094 10 0 0 25 0 4 0 518971828 319639552 25211 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309182 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10744/tid=10747] ppid=10742 vsize=312148 CPUtime=50.84 cores=1,3,5,7
/proc/10744/task/10747/stat : 10747 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 21621 0 0 0 5079 5 0 0 25 0 4 0 518971828 319639552 25211 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 312148

[startup+102.307 s]
/proc/loadavg: 8.18 8.12 7.70 9/182 10751
/proc/meminfo: memFree=26249008/32951132 swapFree=67111364/67111528
[pid=10744] ppid=10742 vsize=314440 CPUtime=408.66 cores=1,3,5,7
/proc/10744/stat : 10744 (strangenight2-m) R 10742 10744 10537 0 -1 4202496 145923 0 0 0 40821 45 0 0 25 0 4 0 518971827 321986560 32511 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10744/statm: 78610 32511 389 106 0 73581 0
[pid=10744/tid=10745] ppid=10742 vsize=314440 CPUtime=102.3 cores=1,3,5,7
/proc/10744/task/10745/stat : 10745 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 38626 0 0 0 10220 10 0 0 25 0 4 0 518971828 321986560 32511 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10744/tid=10746] ppid=10742 vsize=314440 CPUtime=102.25 cores=1,3,5,7
/proc/10744/task/10746/stat : 10746 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 35340 0 0 0 10210 15 0 0 25 0 4 0 518971828 321986560 32511 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10744/tid=10747] ppid=10742 vsize=314440 CPUtime=101.79 cores=1,3,5,7
/proc/10744/task/10747/stat : 10747 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 34666 0 0 0 10170 9 0 0 25 0 4 0 518971828 321986560 32511 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.66
Current children cumulated vsize (KiB) 314440

[startup+162.301 s]

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

[pid=10744] ppid=10742 vsize=514008 CPUtime=2805.46 cores=1,3,5,7
/proc/10744/stat : 10744 (strangenight2-m) R 10742 10744 10537 0 -1 4202496 445923 0 0 0 280366 180 0 0 25 0 4 0 518971827 526344192 82012 33554432000 4194304 4627427 140736049848128 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10744/statm: 128502 82012 389 106 0 123473 0
[pid=10744/tid=10745] ppid=10742 vsize=514008 CPUtime=702.3 cores=1,3,5,7
/proc/10744/task/10745/stat : 10745 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 124736 0 0 0 70179 51 0 0 25 0 4 0 518971828 526344192 82012 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10744/tid=10746] ppid=10742 vsize=514008 CPUtime=702.25 cores=1,3,5,7
/proc/10744/task/10746/stat : 10746 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 106364 0 0 0 70176 49 0 0 25 0 4 0 518971828 526344192 82012 33554432000 4194304 4627427 140736049848128 18446744073709551615 4321729 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10744/tid=10747] ppid=10742 vsize=514008 CPUtime=698.59 cores=1,3,5,7
/proc/10744/task/10747/stat : 10747 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 106971 0 0 0 69819 40 0 0 25 0 4 0 518971828 526344192 82012 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.46
Current children cumulated vsize (KiB) 514008

[startup+762.306 s]
/proc/loadavg: 8.02 8.05 7.87 9/182 10768
/proc/meminfo: memFree=25917964/32951132 swapFree=67111364/67111528
[pid=10744] ppid=10742 vsize=514084 CPUtime=3045.15 cores=1,3,5,7
/proc/10744/stat : 10744 (strangenight2-m) R 10742 10744 10537 0 -1 4202496 464593 0 0 0 304328 187 0 0 25 0 4 0 518971827 526422016 91432 33554432000 4194304 4627427 140736049848128 18446744073709551615 4332997 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10744/statm: 128521 91432 389 106 0 123492 0
[pid=10744/tid=10745] ppid=10742 vsize=514084 CPUtime=762.31 cores=1,3,5,7
/proc/10744/task/10745/stat : 10745 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 133521 0 0 0 76178 53 0 0 25 0 4 0 518971828 526422016 91432 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10744/tid=10746] ppid=10742 vsize=514084 CPUtime=762.25 cores=1,3,5,7
/proc/10744/task/10746/stat : 10746 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 107160 0 0 0 76176 49 0 0 25 0 4 0 518971828 526422016 91432 33554432000 4194304 4627427 140736049848128 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10744/tid=10747] ppid=10742 vsize=514084 CPUtime=758.27 cores=1,3,5,7
/proc/10744/task/10747/stat : 10747 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 112698 0 0 0 75784 43 0 0 25 0 4 0 518971828 526422016 91432 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.15
Current children cumulated vsize (KiB) 514084

[startup+822.301 s]
/proc/loadavg: 8.26 8.12 7.90 9/182 10831
/proc/meminfo: memFree=26201512/32951132 swapFree=67111364/67111528
[pid=10744] ppid=10742 vsize=503000 CPUtime=3284.82 cores=1,3,5,7
/proc/10744/stat : 10744 (strangenight2-m) R 10742 10744 10537 0 -1 4202496 487449 0 0 0 328284 198 0 0 25 0 4 0 518971827 515072000 84948 33554432000 4194304 4627427 140736049848128 18446744073709551615 4310102 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10744/statm: 125750 84948 389 106 0 120721 0
[pid=10744/tid=10745] ppid=10742 vsize=503000 CPUtime=822.31 cores=1,3,5,7
/proc/10744/task/10745/stat : 10745 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 139395 0 0 0 82175 56 0 0 25 0 4 0 518971828 515072000 84948 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10744/tid=10746] ppid=10742 vsize=503000 CPUtime=822.24 cores=1,3,5,7
/proc/10744/task/10746/stat : 10746 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 112833 0 0 0 82172 52 0 0 25 0 4 0 518971828 515072000 84948 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10744/tid=10747] ppid=10742 vsize=503000 CPUtime=817.96 cores=1,3,5,7
/proc/10744/task/10747/stat : 10747 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 117218 0 0 0 81751 45 0 0 25 0 4 0 518971828 515072000 84948 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.82
Current children cumulated vsize (KiB) 503000

[startup+882.301 s]
/proc/loadavg: 8.19 8.12 7.91 9/182 10833
/proc/meminfo: memFree=26139500/32951132 swapFree=67111364/67111528
[pid=10744] ppid=10742 vsize=503452 CPUtime=3524.46 cores=1,3,5,7
/proc/10744/stat : 10744 (strangenight2-m) R 10742 10744 10537 0 -1 4202496 505460 0 0 0 352240 206 0 0 25 0 4 0 518971827 515534848 86183 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10744/statm: 125863 86183 389 106 0 120834 0
[pid=10744/tid=10745] ppid=10742 vsize=503452 CPUtime=882.29 cores=1,3,5,7
/proc/10744/task/10745/stat : 10745 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 145061 0 0 0 88170 59 0 0 25 0 4 0 518971828 515534848 86183 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10744/tid=10746] ppid=10742 vsize=503452 CPUtime=882.23 cores=1,3,5,7
/proc/10744/task/10746/stat : 10746 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 115760 0 0 0 88170 53 0 0 25 0 4 0 518971828 515534848 86183 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10744/tid=10747] ppid=10742 vsize=503452 CPUtime=877.64 cores=1,3,5,7
/proc/10744/task/10747/stat : 10747 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 120712 0 0 0 87717 47 0 0 25 0 4 0 518971828 515534848 86183 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.46
Current children cumulated vsize (KiB) 503452

[startup+942.3 s]
/proc/loadavg: 8.24 8.14 7.93 9/182 10834
/proc/meminfo: memFree=26101636/32951132 swapFree=67111364/67111528
[pid=10744] ppid=10742 vsize=569280 CPUtime=3764.1 cores=1,3,5,7
/proc/10744/stat : 10744 (strangenight2-m) R 10742 10744 10537 0 -1 4202496 527367 0 0 0 376194 216 0 0 25 0 4 0 518971827 582942720 87829 33554432000 4194304 4627427 140736049848128 18446744073709551615 4310102 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10744/statm: 142320 87829 389 106 0 137291 0
[pid=10744/tid=10745] ppid=10742 vsize=569280 CPUtime=942.28 cores=1,3,5,7
/proc/10744/task/10745/stat : 10745 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 150519 0 0 0 94167 61 0 0 25 0 4 0 518971828 582942720 87829 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10744/tid=10746] ppid=10742 vsize=569280 CPUtime=942.22 cores=1,3,5,7
/proc/10744/task/10746/stat : 10746 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 121900 0 0 0 94166 56 0 0 25 0 4 0 518971828 582942720 87829 33554432000 4194304 4627427 140736049848128 18446744073709551615 4324328 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10744/tid=10747] ppid=10742 vsize=569280 CPUtime=937.31 cores=1,3,5,7
/proc/10744/task/10747/stat : 10747 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 125284 0 0 0 93682 49 0 0 25 0 4 0 518971828 582942720 87829 33554432000 4194304 4627427 140736049848128 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.1
Current children cumulated vsize (KiB) 569280

[startup+1002.3 s]
/proc/loadavg: 8.21 8.15 7.94 9/182 10836
/proc/meminfo: memFree=26042688/32951132 swapFree=67111364/67111528
[pid=10744] ppid=10742 vsize=491244 CPUtime=4003.74 cores=1,3,5,7
/proc/10744/stat : 10744 (strangenight2-m) R 10742 10744 10537 0 -1 4202496 547830 0 0 0 400146 228 0 0 25 0 4 0 518971827 503033856 90656 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10744/statm: 122811 90656 389 106 0 117782 0
[pid=10744/tid=10745] ppid=10742 vsize=491244 CPUtime=1002.27 cores=1,3,5,7
/proc/10744/task/10745/stat : 10745 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 156183 0 0 0 100162 65 0 0 25 0 4 0 518971828 503033856 90656 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10744/tid=10746] ppid=10742 vsize=491244 CPUtime=1002.22 cores=1,3,5,7
/proc/10744/task/10746/stat : 10746 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 127558 0 0 0 100162 60 0 0 25 0 4 0 518971828 503033856 90656 33554432000 4194304 4627427 140736049848128 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10744/tid=10747] ppid=10742 vsize=491244 CPUtime=996.98 cores=1,3,5,7
/proc/10744/task/10747/stat : 10747 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 130118 0 0 0 99646 52 0 0 25 0 4 0 518971828 503033856 90656 33554432000 4194304 4627427 140736049848128 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.74
Current children cumulated vsize (KiB) 491244

[startup+1062.3 s]
/proc/loadavg: 8.22 8.15 7.95 9/182 10837
/proc/meminfo: memFree=26023084/32951132 swapFree=67111364/67111528
[pid=10744] ppid=10742 vsize=569892 CPUtime=4243.42 cores=1,3,5,7
/proc/10744/stat : 10744 (strangenight2-m) R 10742 10744 10537 0 -1 4202496 567522 0 0 0 424104 238 0 0 25 0 4 0 518971827 583569408 89447 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309119 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10744/statm: 142473 89447 389 106 0 137444 0
[pid=10744/tid=10745] ppid=10742 vsize=569892 CPUtime=1062.28 cores=1,3,5,7
/proc/10744/task/10745/stat : 10745 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 162396 0 0 0 106160 68 0 0 25 0 4 0 518971828 583569408 89447 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10744/tid=10746] ppid=10742 vsize=569892 CPUtime=1062.22 cores=1,3,5,7
/proc/10744/task/10746/stat : 10746 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 133035 0 0 0 106159 63 0 0 25 0 4 0 518971828 583569408 89447 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10744/tid=10747] ppid=10742 vsize=569892 CPUtime=1056.65 cores=1,3,5,7
/proc/10744/task/10747/stat : 10747 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 133402 0 0 0 105611 54 0 0 25 0 4 0 518971828 583569408 89447 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.42
Current children cumulated vsize (KiB) 569892

[startup+1122.3 s]
/proc/loadavg: 8.20 8.15 7.96 9/182 10839
/proc/meminfo: memFree=25936260/32951132 swapFree=67111364/67111528
[pid=10744] ppid=10742 vsize=634732 CPUtime=4483.09 cores=1,3,5,7
/proc/10744/stat : 10744 (strangenight2-m) R 10742 10744 10537 0 -1 4202496 586713 0 0 0 448062 247 0 0 25 0 4 0 518971827 649965568 97599 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10744/statm: 158683 97599 389 106 0 153654 0
[pid=10744/tid=10745] ppid=10742 vsize=634732 CPUtime=1122.27 cores=1,3,5,7
/proc/10744/task/10745/stat : 10745 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 168020 0 0 0 112158 69 0 0 25 0 4 0 518971828 649965568 97599 33554432000 4194304 4627427 140736049848128 18446744073709551615 4324134 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10744/tid=10746] ppid=10742 vsize=634732 CPUtime=1122.22 cores=1,3,5,7
/proc/10744/task/10746/stat : 10746 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 138039 0 0 0 112156 66 0 0 25 0 4 0 518971828 649965568 97599 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10744/tid=10747] ppid=10742 vsize=634732 CPUtime=1116.32 cores=1,3,5,7
/proc/10744/task/10747/stat : 10747 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 137108 0 0 0 111575 57 0 0 25 0 4 0 518971828 649965568 97599 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.09
Current children cumulated vsize (KiB) 634732

[startup+1182.3 s]
/proc/loadavg: 8.18 8.15 7.97 9/182 10850
/proc/meminfo: memFree=25926840/32951132 swapFree=67111364/67111528
[pid=10744] ppid=10742 vsize=570224 CPUtime=4722.75 cores=1,3,5,7
/proc/10744/stat : 10744 (strangenight2-m) R 10742 10744 10537 0 -1 4202496 605291 0 0 0 472017 258 0 0 25 0 4 0 518971827 583909376 99410 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10744/statm: 142556 99410 389 106 0 137527 0
[pid=10744/tid=10745] ppid=10742 vsize=570224 CPUtime=1182.26 cores=1,3,5,7
/proc/10744/task/10745/stat : 10745 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 173989 0 0 0 118154 72 0 0 25 0 4 0 518971828 583909376 99410 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10744/tid=10746] ppid=10742 vsize=570224 CPUtime=1182.22 cores=1,3,5,7
/proc/10744/task/10746/stat : 10746 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 142033 0 0 0 118153 69 0 0 25 0 4 0 518971828 583909376 99410 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10744/tid=10747] ppid=10742 vsize=570224 CPUtime=1176 cores=1,3,5,7
/proc/10744/task/10747/stat : 10747 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 140582 0 0 0 117541 59 0 0 25 0 4 0 518971828 583909376 99410 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309192 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.75
Current children cumulated vsize (KiB) 570224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.20 8.16 7.98 9/182 10850
/proc/meminfo: memFree=25939976/32951132 swapFree=67111364/67111528
[pid=10744] ppid=10742 vsize=570336 CPUtime=4800.27 cores=1,3,5,7
/proc/10744/stat : 10744 (strangenight2-m) R 10742 10744 10537 0 -1 4202496 612031 0 0 0 479764 263 0 0 25 0 4 0 518971827 584024064 97176 33554432000 4194304 4627427 140736049848128 18446744073709551615 4332984 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10744/statm: 142584 97176 389 106 0 137555 0
[pid=10744/tid=10745] ppid=10742 vsize=570336 CPUtime=1201.66 cores=1,3,5,7
/proc/10744/task/10745/stat : 10745 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 176211 0 0 0 120093 73 0 0 25 0 4 0 518971828 584024064 97177 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10744/tid=10746] ppid=10742 vsize=570336 CPUtime=1201.63 cores=1,3,5,7
/proc/10744/task/10746/stat : 10746 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 143306 0 0 0 120093 70 0 0 25 0 4 0 518971828 584024064 97177 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10744/tid=10747] ppid=10742 vsize=570336 CPUtime=1195.31 cores=1,3,5,7
/proc/10744/task/10747/stat : 10747 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 141478 0 0 0 119471 60 0 0 25 0 4 0 518971828 584024064 97177 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 570336

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.20 8.16 7.98 9/182 10850
/proc/meminfo: memFree=25939976/32951132 swapFree=67111364/67111528
[pid=10744] ppid=10742 vsize=570336 CPUtime=4800.27 cores=1,3,5,7
/proc/10744/stat : 10744 (strangenight2-m) R 10742 10744 10537 0 -1 4202496 612031 0 0 0 479764 263 0 0 25 0 4 0 518971827 584024064 97176 33554432000 4194304 4627427 140736049848128 18446744073709551615 4332984 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10744/statm: 142584 97176 389 106 0 137555 0
[pid=10744/tid=10745] ppid=10742 vsize=570336 CPUtime=1201.66 cores=1,3,5,7
/proc/10744/task/10745/stat : 10745 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 176211 0 0 0 120093 73 0 0 25 0 4 0 518971828 584024064 97177 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10744/tid=10746] ppid=10742 vsize=570336 CPUtime=1201.63 cores=1,3,5,7
/proc/10744/task/10746/stat : 10746 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 143306 0 0 0 120093 70 0 0 25 0 4 0 518971828 584024064 97177 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10744/tid=10747] ppid=10742 vsize=570336 CPUtime=1195.31 cores=1,3,5,7
/proc/10744/task/10747/stat : 10747 (strangenight2-m) R 10742 10744 10537 0 -1 4202560 141478 0 0 0 119471 60 0 0 25 0 4 0 518971828 584024064 97177 33554432000 4194304 4627427 140736049848128 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 570336

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.32
CPU user time (s): 4797.67
CPU system time (s): 2.6496
CPU usage (%): 399.45
Max. virtual memory (cumulated for all children) (KiB): 634732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.67
system time used= 2.6496
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 612032
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= 437
involuntary context switches= 32524

runsolver used 1.82372 second user time and 4.49532 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 12:42:12
IDJOB=3173938
IDBENCH=82756
IDSOLVER=1586
FILE ID=node128/3173938-1304073732
RUNJOBID= node128-1304072088-10556
PBS_JOBID= 13170490
Free space on /tmp= 66968 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1081907273-083.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173938-1304073732/watcher-3173938-1304073732 -o /tmp/evaluation-result-3173938-1304073732/solver-3173938-1304073732 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173938-1304073732.cnf

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

MD5SUM BENCH= 4b706363c6542ff406d07bd657988d05
RANDOM SEED=812304426

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      26387604 kB
Buffers:       1274628 kB
Cached:        4394176 kB
SwapCached:        160 kB
Active:         564768 kB
Inactive:      5412904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      26387604 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            5456 kB
Writeback:           0 kB
AnonPages:      308200 kB
Mapped:          15768 kB
Slab:           523660 kB
PageTables:       5156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   527956 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= 66964 MiB
End job on node128 at 2011-04-29 13:02:16