Trace number 3175482

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.35 1201.74

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v750-c3195-S1115406553-014.SATISFIABLE.cnf
MD5SUM986ca0416a6ea10fb33d16d3e5ba2568
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.015997
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of clauses3195
Sum of the clauses size9585
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33195
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175482-1304126121.cnf'
0.00/0.00	c -- header says num vars:            750
0.00/0.00	c -- header says num clauses:        3195
0.00/0.01	c -- clauses added:            0 learnts,         3195 normals,            0 xors
0.00/0.01	c -- vars added        750
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       750      3195         0         0      9585         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.01
3.17/0.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.17/0.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3.17/0.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.17/0.80	c lits-rem:         0  cl-subs:        0  v-elim:     21  v-fix:    0  time:  0.01 s
3.17/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.80	c calculated reachability. Time: 0.00
3.17/0.80	c Calc default polars -  time:   0.00 s pos:     332 undec:      96 neg:     322
3.17/0.80	c =========================================================================================
3.17/0.80	c types(t): F = full restart, N = normal restart
3.17/0.80	c types(t): S = simplification begin/end, E = solution found
3.17/0.80	c restart types(rt): st = static, dy = dynamic
3.17/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.80	c  B st     0         0       729      3177         0         0      9650         0   no data   no data  --
3.17/0.80	c Decided on static restart strategy
3.17/0.80	c  N st     8      4920       729      3177         0      4896      9650    150020   no data   no data  --
3.17/0.80	c  N st    10     11302       729      3177         0      4513      9650     96121   no data   no data  --
3.17/0.80	c  N st    11     17045       729      3177         0     10175      9650    274097   no data   no data  --
4.79/1.27	c  F st    12     25001       729      3177         0     12444      9650    338699   no data   no data  --
4.79/1.27	c  N st    12     25001       729      3177         0     12444      9650    338699   no data   no data  --
5.97/1.54	c Decided on static restart strategy
5.97/1.54	c  N st    18     30000       729      3177         0     10719      9650    259734   no data   no data  --
5.97/1.54	c  S st    18     30000       729      3177         0     10719      9650    259734   no data   no data  --
5.97/1.57	c  S st    18     30502       729      3177         0     11221      9650    273874   no data   no data  --
5.97/1.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.97/1.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.97/1.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.97/1.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.97/1.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
5.97/1.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
7.16/1.88	c lits-rem:       103  cl-subs:      406  v-elim:      0  v-fix:    0  time:  1.16 s
7.16/1.89	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.04
7.16/1.89	c calculated reachability. Time: 0.00
7.16/1.89	c  N st    18     30502       729      3177         0     10815      9650    259358   no data   no data  --
9.18/2.32	c  N st    20     37620       729      3177         0     10080      9650    212748   no data   no data  --
10.75/2.78	c  N st    21     44020       729      3177         0     16411      9650    419025   no data   no data  --
11.55/2.92	c  S st    22     45754       729      3177         0      9311      9650    168372   no data   no data  --
11.55/2.95	c  S st    22     46259       729      3177         0      9816      9650    181812   no data   no data  --
11.55/2.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.55/2.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.55/2.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
11.55/2.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.55/2.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.55/2.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
11.55/2.96	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.96/3.09	c lits-rem:        22  cl-subs:       31  v-elim:      0  v-fix:    0  time:  0.54 s
11.96/3.09	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
11.96/3.09	c vivif2 --  cl tried     9785 cl shrink        0 lits rem          0 time: 0.01
12.36/3.10	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.04
12.36/3.10	c calculated reachability. Time: 0.00
12.36/3.10	c  N st    22     46259       729      3177         0      9785      9650    180619   no data   no data  --
16.36/4.17	c  N st    23     60658       729      3177         0     14211      9650    311495   no data   no data  --
19.55/4.92	c  N st    24     69389       729      3177         0     11960      9650    222438   no data   no data  --
19.55/4.92	c  S st    24     69389       729      3177         0     11960      9650    222438   no data   no data  --
19.55/4.95	c  S st    24     69895       729      3177         0     12466      9650    236855   no data   no data  --
19.55/4.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.55/4.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.55/4.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
19.55/4.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.55/4.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.55/4.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
19.55/4.96	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
20.75/5.23	c lits-rem:        66  cl-subs:       77  v-elim:      0  v-fix:    0  time:  1.08 s
20.75/5.23	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
20.75/5.23	c vivif2 --  cl tried    12389 cl shrink        0 lits rem          0 time: 0.01
20.75/5.24	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.04
20.75/5.24	c calculated reachability. Time: 0.00
20.75/5.24	c  N st    24     69895       729      3177         0     12389      9650    234190   no data   no data  --
26.76/6.72	c  F st    25     87503       729      3177         0     17863      9650    413446   no data   no data  --
26.76/6.72	c  N st    25     87503       729      3177         0     17863      9650    413446   no data   no data  --
28.34/7.13	c Decided on static restart strategy
29.13/7.39	c  N st    32     95546       729      3177         0     12997      9650    215454   no data   no data  --
32.32/8.14	c  N st    34    104842       729      3177         0     22119      9650    510392   no data   no data  --
32.32/8.14	c  S st    34    104842       729      3177         0     22119      9650    510392   no data   no data  --
32.72/8.20	c  S st    34    105349       729      3177         0     22626      9650    524539   no data   no data  --
32.72/8.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
32.72/8.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.72/8.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
32.72/8.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.72/8.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.72/8.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
32.72/8.23	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
38.72/9.73	c lits-rem:       348  cl-subs:      533  v-elim:      0  v-fix:    0  time:  6.00 s
38.72/9.73	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
38.72/9.74	c vivif2 --  cl tried    22093 cl shrink        0 lits rem          0 time: 0.02
38.72/9.76	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.08
38.72/9.76	c calculated reachability. Time: 0.00
38.72/9.76	c  N st    34    105349       729      3177         0     22093      9650    503459   no data   no data  --
42.32/10.63	c  N st    35    114948       729      3177         0     17788      9650    349084   no data   no data  --
47.91/12.02	c  N st    36    129346       729      3177         0     17194      9650    306737   no data   no data  --
55.50/13.95	c  N st    37    150941       729      3177         0     22720      9650    482506   no data   no data  --
58.29/14.60	c  S st    38    158023       729      3177         0     29730      9650    729186   no data   no data  --
58.29/14.68	c  S st    38    158525       729      3177         0     30232      9650    744457   no data   no data  --
58.29/14.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
58.29/14.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
58.29/14.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
58.69/14.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.69/14.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.69/14.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
58.69/14.71	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
67.08/16.89	c lits-rem:      1685  cl-subs:      509  v-elim:      0  v-fix:    0  time:  8.69 s
67.08/16.89	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
67.48/16.90	c vivif2 --  cl tried    29723 cl shrink        0 lits rem          0 time: 0.03
67.48/16.92	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.11
67.48/16.93	c calculated reachability. Time: 0.00
67.48/16.93	c  N st    38    158525       729      3177         0     29723      9650    721316   no data   no data  --
89.05/22.39	c  N st    39    207114       729      3177         0     24363      9650    470530   no data   no data  --
104.64/26.29	c  N st    40    237787       729      3177         0     34892      9650    784077   no data   no data  --
104.64/26.29	c  S st    40    237787       729      3177         0     34892      9650    784077   no data   no data  --
105.04/26.37	c  S st    40    238291       729      3177         0     35396      9650    798143   no data   no data  --
105.04/26.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
105.04/26.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
105.04/26.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
105.45/26.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
105.45/26.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.45/26.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
105.45/26.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
115.02/28.89	c lits-rem:       518  cl-subs:     1192  v-elim:      0  v-fix:    0  time:  9.90 s
115.02/28.89	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
115.42/28.90	c vivif2 --  cl tried    34204 cl shrink        0 lits rem          0 time: 0.03
115.42/28.94	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.14
115.42/28.94	c calculated reachability. Time: 0.00
115.42/28.94	c  N st    40    238291       729      3177         0     34204      9650    754948   no data   no data  --
150.57/37.72	c  F st    41    306251       729      3177         0     36104      9650    767310   no data   no data  --
150.57/37.72	c  N st    41    306251       729      3177         0     36104      9650    767310   no data   no data  --
161.36/40.49	c  N dy   108    326465       729      3177         0     32428      9650    537792     20.90     22.22  --
173.34/43.46	c  N dy   146    348236       729      3177         0     29231      9650    382951     19.91     21.13  --
178.13/44.60	c  S st   192    357437       729      3177         0     38362      9650    653188     19.99     17.71  --
178.53/44.70	c  S st   192    357940       729      3177         0     38864      9650    668068     19.99   no data  --
178.53/44.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
178.53/44.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
178.53/44.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
178.53/44.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
178.53/44.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
178.53/44.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
178.53/44.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
186.52/46.75	c lits-rem:       447  cl-subs:      454  v-elim:      0  v-fix:    0  time:  8.04 s
186.52/46.75	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
186.52/46.75	c vivif2 --  cl tried    38410 cl shrink        0 lits rem          0 time: 0.03
186.52/46.79	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.15
186.52/46.79	c calculated reachability. Time: 0.00
186.52/46.79	c  N dy   192    357940       729      3177         0     38410      9650    653154     19.99   no data  --
198.91/49.80	c  N dy   290    377994       729      3177         0     32549      9650    452885     20.10     21.32  --
213.68/53.56	c  N dy   373    398877       729      3177         0     53313      9650   1073808     20.08     21.51  --
224.87/56.36	c  N dy   457    419176       729      3177         0     46668      9650    837498     20.05     21.15  --
237.27/59.47	c  N dy   542    439217       729      3177         0     38752      9650    576537     20.01     21.08  --
251.24/62.93	c  N dy   609    459287       729      3177         0     29884      9650    285997     19.94     21.13  --
262.82/65.88	c  N dy   711    479467       729      3177         0     49896      9650    886152     20.02     21.11  --
276.40/69.23	c  N dy   799    499558       729      3177         0     40048      9650    558827     20.01     23.11  --
291.19/72.92	c  N dy   897    519605       729      3177         0     59950      9650   1158628     20.06     23.64  --
301.97/75.60	c  S st  1006    536910       729      3177         0     46380      9650    737398     20.14   no data  --
302.37/75.71	c  S st  1006    537411       729      3177         0     46880      9650    752524     20.14   no data  --
302.37/75.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
302.37/75.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
302.37/75.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.07
302.37/75.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
302.37/75.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
302.37/75.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
302.37/75.75	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
311.98/78.17	c lits-rem:       583  cl-subs:      249  v-elim:      0  v-fix:    0  time:  9.63 s
311.98/78.17	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
311.98/78.18	c vivif2 --  cl tried    46631 cl shrink        0 lits rem          0 time: 0.04
312.38/78.22	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.19
312.38/78.22	c calculated reachability. Time: 0.00
312.38/78.22	c  N dy  1006    537411       729      3177         0     46631      9650    741986     20.14   no data  --
327.93/82.14	c  N dy  1106    557494       729      3177         0     34789      9650    357452     20.17     25.24  --
340.72/85.39	c  N dy  1189    577547       729      3177         0     54662      9650    949801     20.15     21.23  --
355.50/89.05	c  N dy  1288    597598       729      3177         0     41824      9650    545525     20.17     23.03  --
370.68/92.88	c  N dy  1394    617626       729      3177         0     61705      9650   1147582     20.22     22.72  --
385.06/96.42	c  N dy  1485    637724       729      3177         0     47913      9650    703865     20.23     21.55  --
402.64/100.88	c  N dy  1581    657772       729      3177         0     67826      9650   1302004     20.26     24.94  --
416.21/104.25	c  N dy  1668    677831       729      3177         0     52984      9650    820351     20.26     26.71  --
436.18/109.25	c  N dy  1802    697913       729      3177         0     37186      9650    322426     20.31     23.49  --
450.57/112.89	c  N dy  1891    718004       729      3177         0     57104      9650    922702     20.34     21.55  --
468.94/117.46	c  N dy  1982    738154       729      3177         0     40381      9650    394826     20.35     21.49  --
483.74/121.16	c  N dy  2065    758325       729      3177         0     60350      9650    990791     20.35     21.49  --
502.50/125.88	c  N dy  2188    778335       729      3177         0     42541      9650    439208     20.39     21.49  --
518.49/129.88	c  N dy  2310    798542       729      3177         0     62622      9650   1055557     20.43     21.75  --
526.47/131.80	c  S st  2344    806117       729      3177         0     70151      9650   1282290     20.43   no data  --
526.87/131.98	c  S st  2344    806621       729      3177         0     70654      9650   1297926     20.43   no data  --
526.87/131.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
526.87/131.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
527.28/132.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
527.28/132.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
527.28/132.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
527.28/132.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
527.28/132.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
534.45/133.85	c lits-rem:       309  cl-subs:      724  v-elim:      0  v-fix:    0  time:  7.16 s
534.45/133.85	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
534.45/133.87	c vivif2 --  cl tried    69930 cl shrink        0 lits rem          0 time: 0.06
534.85/133.95	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.35
534.85/133.96	c calculated reachability. Time: 0.00
534.85/133.96	c  N dy  2344    806621       729      3177         0     69930      9650   1271122     20.43   no data  --
552.83/138.47	c  N dy  2419    827271       729      3177         0     51694      9650    687773     20.43     21.70  --
572.00/143.21	c  N dy  2524    847547       729      3177         0     71816      9650   1297983     20.45     21.70  --
589.58/147.64	c  N dy  2631    867603       729      3177         0     52065      9650    683047     20.47     21.60  --
609.15/152.50	c  N dy  2751    887886       729      3177         0     72224      9650   1306371     20.51     21.62  --
626.73/156.93	c  N dy  2840    908002       729      3177         0     51467      9650    635801     20.52     21.99  --
645.10/161.59	c  N dy  2960    928046       729      3177         0     71377      9650   1249119     20.55     22.46  --
664.67/166.43	c  N dy  3006    948353       729      3177         0     49813      9650    557997     20.52     21.64  --
682.25/170.84	c  N dy  3096    968419       729      3177         0     69718      9650   1168488     20.54     21.88  --
704.22/176.32	c  N dy  3189    988630       729      3177         0     47099      9650    449449     20.54     21.81  --
722.20/180.81	c  N dy  3309   1009684       729      3177         0     68034      9650   1090412     20.56     22.02  --
746.17/186.87	c  N dy  3404   1029763       729      3177         0     44279      9650    339127     20.57     21.69  --
762.14/190.83	c  N dy  3488   1049983       729      3177         0     64347      9650    947807     20.58     21.72  --
785.71/196.75	c  N dy  3582   1070063       729      3177         0     84259      9650   1541444     20.59     23.08  --
788.11/197.36	c  F st  3590   1071875       729      3177         0     86059      9650   1595996     20.59     19.62  --
793.71/198.78	c Decided on static restart strategy
802.89/201.05	c  N st  3599   1090578       729      3177         0     59923      9650    819440     20.59   no data  --
825.26/206.64	c  N st  3601   1114574       729      3177         0     83649      9650   1598642     20.59   no data  --
843.65/211.26	c  N st  3602   1136169       729      3177         0     59353      9650   1273570     20.59   no data  --
875.18/219.11	c  N st  3603   1168564       729      3177         0     91196      9650   2289023     20.59   no data  --
917.13/229.69	c  N st  3604   1209931       729      3177         0     85472      9650   2034409     20.59   no data  --
917.13/229.69	c  S st  3604   1209931       729      3177         0     85472      9650   2034409     20.59   no data  --
918.35/229.96	c  S st  3604   1210437       729      3177         0     85978      9650   2048855     20.59   no data  --
918.35/229.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
918.35/229.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
918.75/230.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.18
918.75/230.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
918.75/230.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
918.75/230.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
918.75/230.08	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
954.68/239.10	c lits-rem:       114  cl-subs:     4502  v-elim:      0  v-fix:    0  time: 36.02 s
954.68/239.10	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
955.08/239.12	c vivif2 --  cl tried    81476 cl shrink        0 lits rem          0 time: 0.09
955.48/239.24	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.49
955.48/239.24	c calculated reachability. Time: 0.00
955.48/239.24	c  N st  3604   1210437       729      3177         0     81476      9650   1897216     20.59   no data  --
1033.77/258.82	c  N st  3605   1283319       729      3177         0     57946      9650    998271     20.59   no data  --
1158.41/290.01	c  N st  3606   1392643       729      3177         0     66016      9650   1201953     20.59   no data  --
1338.17/335.00	c  N st  3607   1556628       729      3177         0     70656      9650   1280687     20.59   no data  --
1529.53/382.95	c  N st  3608   1710437       729      3177         0     56812      9650    722761     20.59   no data  --
1529.53/382.95	c  S st  3608   1710437       729      3177         0     56812      9650    722761     20.59   no data  --
1529.90/383.09	c  S st  3608   1710940       729      3177         0     57315      9650    737509     20.59   no data  --
1529.90/383.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1529.90/383.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1530.30/383.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
1530.30/383.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1530.30/383.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1530.30/383.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
1530.30/383.14	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1538.32/385.18	c lits-rem:       385  cl-subs:      260  v-elim:      0  v-fix:    0  time:  8.13 s
1538.32/385.18	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
1538.32/385.19	c vivif2 --  cl tried    57055 cl shrink        0 lits rem          0 time: 0.04
1538.70/385.25	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.27
1538.70/385.26	c calculated reachability. Time: 0.00
1538.70/385.26	c  N st  3608   1710940       729      3177         0     57055      9650    730172     20.59   no data  --
2006.47/502.36	c  N st  3609   2079904       729      3177         0     63035      9650    760396     20.59   no data  --
2171.44/543.60	c  N st  3610   2210941       729      3177         0     64910      9650    774387     20.59   no data  --
2171.44/543.60	c  S st  3610   2210941       729      3177         0     64910      9650    774387     20.59   no data  --
2171.84/543.77	c  S st  3610   2211445       729      3177         0     65414      9650    789126     20.59   no data  --
2171.84/543.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2171.84/543.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2172.24/543.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
2172.24/543.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2172.24/543.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2172.24/543.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
2172.24/543.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2181.42/546.17	c lits-rem:       164  cl-subs:      190  v-elim:      0  v-fix:    0  time:  9.32 s
2181.42/546.17	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
2181.42/546.18	c vivif2 --  cl tried    65224 cl shrink        0 lits rem          0 time: 0.04
2181.82/546.26	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.32
2181.82/546.26	c calculated reachability. Time: 0.00
2181.82/546.26	c  N st  3610   2211445       729      3177         0     65224      9650    783005     20.59   no data  --
2840.13/711.04	c  N st  3611   2711445       729      3177         0     82205      9650   1201863     20.59   no data  --
2840.13/711.04	c  S st  3611   2711445       729      3177         0     82205      9650   1201863     20.59   no data  --
2840.93/711.27	c  S st  3611   2711950       729      3177         0     82708      9650   1216609     20.59   no data  --
2840.93/711.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2840.93/711.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2841.33/711.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.16
2841.33/711.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2841.33/711.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2841.33/711.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
2841.33/711.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2849.32/713.37	c lits-rem:       114  cl-subs:      807  v-elim:      0  v-fix:    0  time:  8.02 s
2849.32/713.37	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
2849.32/713.38	c vivif2 --  cl tried    81901 cl shrink        0 lits rem          0 time: 0.06
2850.12/713.50	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.49
2850.12/713.51	c calculated reachability. Time: 0.00
2850.12/713.51	c  N st  3611   2711950       729      3177         0     81901      9650   1186318     20.59   no data  --
3639.85/911.25	c  N st  3612   3211953       729      3177         0    127760      9650   2845404     20.59   no data  --
3639.85/911.25	c  S st  3612   3211953       729      3177         0    127760      9650   2845404     20.59   no data  --
3641.84/911.75	c  S st  3612   3212458       729      3177         0    128265      9650   2860814     20.59   no data  --
3641.84/911.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
3641.84/911.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3642.24/911.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.31
3642.66/911.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3642.66/911.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3642.66/911.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
3642.66/911.95	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3747.70/938.29	c lits-rem:       216  cl-subs:     5130  v-elim:      0  v-fix:    0  time: 105.20 s
3747.70/938.29	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
3748.11/938.32	c vivif2 --  cl tried   123135 cl shrink        0 lits rem          0 time: 0.12
3748.89/938.51	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.77
3748.89/938.52	c calculated reachability. Time: 0.00
3748.89/938.52	c  N st  3612   3212458       729      3177         0    123135      9650   2648292     20.59   no data  --
4519.06/1131.36	c  N st  3613   3712458       729      3177         0    133985      9650   2651238     20.59   no data  --
4519.06/1131.36	c  S st  3613   3712458       729      3177         0    133985      9650   2651238     20.59   no data  --
4521.06/1131.83	c  S st  3613   3712961       729      3177         0    134488      9650   2666251     20.59   no data  --
4521.06/1131.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4521.06/1131.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4521.48/1131.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.28
4521.48/1132.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4521.48/1132.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4521.48/1132.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
4521.48/1132.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4640.51/1161.78	c lits-rem:      1459  cl-subs:     5930  v-elim:      0  v-fix:    0  time: 118.96 s
4640.51/1161.78	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
4640.88/1161.82	c vivif2 --  cl tried   128558 cl shrink        0 lits rem          0 time: 0.14
4642.08/1162.10	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 1.12
4642.08/1162.11	c calculated reachability. Time: 0.00
4642.08/1162.11	c  N st  3613   3712961       729      3177         0    128558      9650   2470431     20.59   no data  --
4745.15/1187.90	c  F st  3614   3751562       729      3177         0    166507      9650   3744508     20.59   no data  --
4745.15/1187.90	c  N st  3614   3751562       729      3177         0    166507      9650   3744508     20.59   no data  --
4753.95/1190.13	c Decided on static restart strategy
4782.70/1197.38	c  N st  3624   3779868       729      3177         0    111108      9650   1788451     20.59   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-3175482-1304126121/watcher-3175482-1304126121 -o /tmp/evaluation-result-3175482-1304126121/solver-3175482-1304126121 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175482-1304126121.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: 7.50 7.93 7.97 3/176 17264
/proc/meminfo: memFree=25285152/32951124 swapFree=67111448/67111528
[pid=17264] ppid=17262 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/17264/stat : 17264 (strangenight1-m) R 17262 17264 16699 0 -1 4202496 413 0 0 0 0 0 0 0 18 0 4 0 505028202 52465664 352 33554432000 4194304 4650419 140733204768816 18446744073709551615 47014047344562 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17264/statm: 12809 352 303 112 0 7774 0
[pid=17264/tid=17267] ppid=17262 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/17264/task/17267/stat : 17267 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 505028202 52465664 352 33554432000 4194304 4650419 140733204768816 18446744073709551615 255106825201 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17264/tid=17269] ppid=17262 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/17264/task/17269/stat : 17269 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 505028202 52465664 352 33554432000 4194304 4650419 140733204768816 18446744073709551615 47014047344556 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17264/tid=17270] ppid=17262 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/17264/task/17270/stat : 17270 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 505028202 52465664 352 33554432000 4194304 4650419 140733204768816 18446744073709551615 47014047344566 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.108859 s]
/proc/loadavg: 7.50 7.93 7.97 3/176 17264
/proc/meminfo: memFree=25285152/32951124 swapFree=67111448/67111528
[pid=17264] ppid=17262 vsize=282956 CPUtime=0.41 cores=1,3,5,7
/proc/17264/stat : 17264 (strangenight1-m) R 17262 17264 16699 0 -1 4202496 2039 0 0 0 41 0 0 0 18 0 4 0 505028202 289746944 1896 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17264/statm: 70739 1896 391 112 0 65704 0
[pid=17264/tid=17267] ppid=17262 vsize=282956 CPUtime=0.09 cores=1,3,5,7
/proc/17264/task/17267/stat : 17267 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 455 0 0 0 9 0 0 0 20 0 4 0 505028202 289746944 1896 33554432000 4194304 4650419 140733204768816 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17264/tid=17269] ppid=17262 vsize=282956 CPUtime=0.1 cores=1,3,5,7
/proc/17264/task/17269/stat : 17269 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 449 0 0 0 10 0 0 0 18 0 4 0 505028202 289746944 1896 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17264/tid=17270] ppid=17262 vsize=282956 CPUtime=0.1 cores=1,3,5,7
/proc/17264/task/17270/stat : 17270 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 292 0 0 0 10 0 0 0 18 0 4 0 505028202 289746944 1897 33554432000 4194304 4650419 140733204768816 18446744073709551615 255106429985 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 282956

[startup+0.208842 s]
/proc/loadavg: 7.50 7.93 7.97 3/176 17264
/proc/meminfo: memFree=25285152/32951124 swapFree=67111448/67111528
[pid=17264] ppid=17262 vsize=284244 CPUtime=0.8 cores=1,3,5,7
/proc/17264/stat : 17264 (strangenight1-m) R 17262 17264 16699 0 -1 4202496 2900 0 0 0 80 0 0 0 18 0 4 0 505028202 291065856 2025 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17264/statm: 71061 2025 393 112 0 66026 0
[pid=17264/tid=17267] ppid=17262 vsize=284244 CPUtime=0.19 cores=1,3,5,7
/proc/17264/task/17267/stat : 17267 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 660 0 0 0 19 0 0 0 20 0 4 0 505028202 291065856 2025 33554432000 4194304 4650419 140733204768816 18446744073709551615 4328348 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17264/tid=17269] ppid=17262 vsize=284244 CPUtime=0.19 cores=1,3,5,7
/proc/17264/task/17269/stat : 17269 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 679 0 0 0 19 0 0 0 18 0 4 0 505028202 291065856 2025 33554432000 4194304 4650419 140733204768816 18446744073709551615 4329287 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17264/tid=17270] ppid=17262 vsize=284244 CPUtime=0.2 cores=1,3,5,7
/proc/17264/task/17270/stat : 17270 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 526 0 0 0 20 0 0 0 18 0 4 0 505028202 291065856 2025 33554432000 4194304 4650419 140733204768816 18446744073709551615 4363441 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 284244

[startup+0.300825 s]
/proc/loadavg: 7.50 7.93 7.97 3/176 17264
/proc/meminfo: memFree=25285152/32951124 swapFree=67111448/67111528
[pid=17264] ppid=17262 vsize=284244 CPUtime=1.17 cores=1,3,5,7
/proc/17264/stat : 17264 (strangenight1-m) R 17262 17264 16699 0 -1 4202496 3236 0 0 0 117 0 0 0 18 0 4 0 505028202 291065856 2361 33554432000 4194304 4650419 140733204768816 18446744073709551615 4364738 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17264/statm: 71061 2361 393 112 0 66026 0
[pid=17264/tid=17267] ppid=17262 vsize=284244 CPUtime=0.29 cores=1,3,5,7
/proc/17264/task/17267/stat : 17267 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 740 0 0 0 29 0 0 0 20 0 4 0 505028202 291065856 2361 33554432000 4194304 4650419 140733204768816 18446744073709551615 4363455 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17264/tid=17269] ppid=17262 vsize=284244 CPUtime=0.29 cores=1,3,5,7
/proc/17264/task/17269/stat : 17269 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 768 0 0 0 29 0 0 0 18 0 4 0 505028202 291065856 2361 33554432000 4194304 4650419 140733204768816 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17264/tid=17270] ppid=17262 vsize=284244 CPUtime=0.29 cores=1,3,5,7
/proc/17264/task/17270/stat : 17270 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 609 0 0 0 29 0 0 0 18 0 4 0 505028202 291065856 2361 33554432000 4194304 4650419 140733204768816 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284244

[startup+0.700756 s]
/proc/loadavg: 7.50 7.93 7.97 3/176 17264
/proc/meminfo: memFree=25285152/32951124 swapFree=67111448/67111528
[pid=17264] ppid=17262 vsize=285232 CPUtime=2.77 cores=1,3,5,7
/proc/17264/stat : 17264 (strangenight1-m) R 17262 17264 16699 0 -1 4202496 5068 0 0 0 276 1 0 0 18 0 4 0 505028202 292077568 3080 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365276 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17264/statm: 71308 3080 393 112 0 66273 0
[pid=17264/tid=17267] ppid=17262 vsize=285232 CPUtime=0.68 cores=1,3,5,7
/proc/17264/task/17267/stat : 17267 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 1192 0 0 0 68 0 0 0 21 0 4 0 505028202 292077568 3080 33554432000 4194304 4650419 140733204768816 18446744073709551615 4364336 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17264/tid=17269] ppid=17262 vsize=285232 CPUtime=0.69 cores=1,3,5,7
/proc/17264/task/17269/stat : 17269 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 1230 0 0 0 69 0 0 0 18 0 4 0 505028202 292077568 3080 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17264/tid=17270] ppid=17262 vsize=285232 CPUtime=0.69 cores=1,3,5,7
/proc/17264/task/17270/stat : 17270 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 1093 0 0 0 69 0 0 0 18 0 4 0 505028202 292077568 3080 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285232

[startup+1.50062 s]
/proc/loadavg: 7.50 7.93 7.97 10/184 17272
/proc/meminfo: memFree=25261672/32951124 swapFree=67111448/67111528
[pid=17264] ppid=17262 vsize=286832 CPUtime=5.97 cores=1,3,5,7
/proc/17264/stat : 17264 (strangenight1-m) R 17262 17264 16699 0 -1 4202496 8731 0 0 0 595 2 0 0 20 0 4 0 505028202 293715968 3670 33554432000 4194304 4650419 140733204768816 18446744073709551615 4333785 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17264/statm: 71708 3670 394 112 0 66673 0
[pid=17264/tid=17267] ppid=17262 vsize=286832 CPUtime=1.48 cores=1,3,5,7
/proc/17264/task/17267/stat : 17267 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 2152 0 0 0 148 0 0 0 23 0 4 0 505028202 293715968 3670 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17264/tid=17269] ppid=17262 vsize=286832 CPUtime=1.48 cores=1,3,5,7
/proc/17264/task/17269/stat : 17269 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 2198 0 0 0 148 0 0 0 19 0 4 0 505028202 293715968 3670 33554432000 4194304 4650419 140733204768816 18446744073709551615 4281455 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17264/tid=17270] ppid=17262 vsize=286832 CPUtime=1.49 cores=1,3,5,7
/proc/17264/task/17270/stat : 17270 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 1944 0 0 0 149 0 0 0 19 0 4 0 505028202 293715968 3670 33554432000 4194304 4650419 140733204768816 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 286832

[startup+3.10033 s]
/proc/loadavg: 7.54 7.93 7.97 9/184 17272
/proc/meminfo: memFree=25227944/32951124 swapFree=67111448/67111528
[pid=17264] ppid=17262 vsize=288892 CPUtime=12.36 cores=1,3,5,7
/proc/17264/stat : 17264 (strangenight1-m) R 17262 17264 16699 0 -1 4202496 19226 0 0 0 1232 4 0 0 25 0 4 0 505028202 295825408 11180 33554432000 4194304 4650419 140733204768816 18446744073709551615 4370522 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17264/statm: 72223 11180 395 112 0 67188 0
[pid=17264/tid=17267] ppid=17262 vsize=288892 CPUtime=3.07 cores=1,3,5,7
/proc/17264/task/17267/stat : 17267 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 4563 0 0 0 306 1 0 0 25 0 4 0 505028202 295825408 11180 33554432000 4194304 4650419 140733204768816 18446744073709551615 4368151 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17264/tid=17269] ppid=17262 vsize=288892 CPUtime=3.08 cores=1,3,5,7
/proc/17264/task/17269/stat : 17269 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 5341 0 0 0 308 0 0 0 25 0 4 0 505028202 295825408 11180 33554432000 4194304 4650419 140733204768816 18446744073709551615 4438190 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17264/tid=17270] ppid=17262 vsize=288892 CPUtime=3.08 cores=1,3,5,7
/proc/17264/task/17270/stat : 17270 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 4152 0 0 0 308 0 0 0 25 0 4 0 505028202 295825408 11180 33554432000 4194304 4650419 140733204768816 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 288892

[startup+6.30077 s]
/proc/loadavg: 7.54 7.93 7.97 9/184 17272
/proc/meminfo: memFree=25175040/32951124 swapFree=67111448/67111528
[pid=17264] ppid=17262 vsize=289724 CPUtime=25.15 cores=1,3,5,7
/proc/17264/stat : 17264 (strangenight1-m) R 17262 17264 16699 0 -1 4202496 29148 0 0 0 2508 7 0 0 25 0 4 0 505028202 296677376 15429 33554432000 4194304 4650419 140733204768816 18446744073709551615 4331155 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17264/statm: 72431 15429 395 112 0 67396 0
[pid=17264/tid=17267] ppid=17262 vsize=289724 CPUtime=6.26 cores=1,3,5,7
/proc/17264/task/17267/stat : 17267 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 7911 0 0 0 624 2 0 0 25 0 4 0 505028202 296677376 15429 33554432000 4194304 4650419 140733204768816 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17264/tid=17269] ppid=17262 vsize=289724 CPUtime=6.28 cores=1,3,5,7
/proc/17264/task/17269/stat : 17269 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 7484 0 0 0 627 1 0 0 25 0 4 0 505028202 296677376 15429 33554432000 4194304 4650419 140733204768816 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17264/tid=17270] ppid=17262 vsize=289724 CPUtime=6.29 cores=1,3,5,7
/proc/17264/task/17270/stat : 17270 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 6185 0 0 0 628 1 0 0 25 0 4 0 505028202 296677376 15429 33554432000 4194304 4650419 140733204768816 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 289724

[startup+12.7006 s]
/proc/loadavg: 7.69 7.95 7.97 9/184 17272
/proc/meminfo: memFree=25124860/32951124 swapFree=67111448/67111528
[pid=17264] ppid=17262 vsize=287384 CPUtime=50.71 cores=1,3,5,7
/proc/17264/stat : 17264 (strangenight1-m) R 17262 17264 16699 0 -1 4202496 42934 0 0 0 5061 10 0 0 25 0 4 0 505028202 294281216 20723 33554432000 4194304 4650419 140733204768816 18446744073709551615 4303888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17264/statm: 71846 20723 395 112 0 66811 0
[pid=17264/tid=17267] ppid=17262 vsize=287384 CPUtime=12.62 cores=1,3,5,7
/proc/17264/task/17267/stat : 17267 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 10922 0 0 0 1259 3 0 0 25 0 4 0 505028202 294281216 20723 33554432000 4194304 4650419 140733204768816 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17264/tid=17269] ppid=17262 vsize=287384 CPUtime=12.68 cores=1,3,5,7
/proc/17264/task/17269/stat : 17269 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 12066 0 0 0 1266 2 0 0 25 0 4 0 505028202 294281216 20723 33554432000 4194304 4650419 140733204768816 18446744073709551615 4314688 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17264/tid=17270] ppid=17262 vsize=287384 CPUtime=12.69 cores=1,3,5,7
/proc/17264/task/17270/stat : 17270 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 8761 0 0 0 1268 1 0 0 25 0 4 0 505028202 294281216 20724 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 287384

[startup+25.5004 s]
/proc/loadavg: 7.73 7.95 7.97 9/184 17273
/proc/meminfo: memFree=25057404/32951124 swapFree=67111448/67111528
[pid=17264] ppid=17262 vsize=363916 CPUtime=101.83 cores=1,3,5,7
/proc/17264/stat : 17264 (strangenight1-m) R 17262 17264 16699 0 -1 4202496 64591 0 0 0 10169 14 0 0 25 0 4 0 505028202 372649984 30626 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17264/statm: 90979 30626 395 112 0 85944 0
[pid=17264/tid=17267] ppid=17262 vsize=363916 CPUtime=25.35 cores=1,3,5,7
/proc/17264/task/17267/stat : 17267 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 14561 0 0 0 2532 3 0 0 25 0 4 0 505028202 372649984 30626 33554432000 4194304 4650419 140733204768816 18446744073709551615 4516543 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17264/tid=17269] ppid=17262 vsize=363916 CPUtime=25.48 cores=1,3,5,7
/proc/17264/task/17269/stat : 17269 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 19692 0 0 0 2545 3 0 0 25 0 4 0 505028202 372649984 30626 33554432000 4194304 4650419 140733204768816 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17264/tid=17270] ppid=17262 vsize=363916 CPUtime=25.48 cores=1,3,5,7
/proc/17264/task/17270/stat : 17270 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 12529 0 0 0 2547 1 0 0 25 0 4 0 505028202 372649984 30626 33554432000 4194304 4650419 140733204768816 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 363916

[startup+51.1009 s]
/proc/loadavg: 7.82 7.95 7.97 9/184 17273
/proc/meminfo: memFree=24991656/32951124 swapFree=67111448/67111528
[pid=17264] ppid=17262 vsize=361648 CPUtime=204.1 cores=1,3,5,7
/proc/17264/stat : 17264 (strangenight1-m) R 17262 17264 16699 0 -1 4202496 92864 0 0 0 20387 23 0 0 25 0 4 0 505028202 370327552 38433 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17264/statm: 90412 38433 395 112 0 85377 0
[pid=17264/tid=17267] ppid=17262 vsize=361648 CPUtime=50.82 cores=1,3,5,7
/proc/17264/task/17267/stat : 17267 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 20133 0 0 0 5077 5 0 0 25 0 4 0 505028202 370327552 38433 33554432000 4194304 4650419 140733204768816 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17264/tid=17269] ppid=17262 vsize=361648 CPUtime=51.08 cores=1,3,5,7
/proc/17264/task/17269/stat : 17269 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 30791 0 0 0 5100 8 0 0 25 0 4 0 505028202 370327552 38433 33554432000 4194304 4650419 140733204768816 18446744073709551615 4438922 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17264/tid=17270] ppid=17262 vsize=361648 CPUtime=51.08 cores=1,3,5,7
/proc/17264/task/17270/stat : 17270 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 17102 0 0 0 5106 2 0 0 25 0 4 0 505028202 370327552 38433 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 361648

[startup+102.301 s]
/proc/loadavg: 8.01 7.99 7.98 9/184 17275
/proc/meminfo: memFree=24914132/32951124 swapFree=67111448/67111528
[pid=17264] ppid=17262 vsize=381008 CPUtime=408.64 cores=1,3,5,7
/proc/17264/stat : 17264 (strangenight1-m) R 17262 17264 16699 0 -1 4202496 134790 0 0 0 40824 40 0 0 25 0 4 0 505028202 390152192 46987 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365273 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17264/statm: 95252 46987 395 112 0 90217 0
[pid=17264/tid=17267] ppid=17262 vsize=381008 CPUtime=101.74 cores=1,3,5,7
/proc/17264/task/17267/stat : 17267 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 34428 0 0 0 10163 11 0 0 25 0 4 0 505028202 390152192 46987 33554432000 4194304 4650419 140733204768816 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17264/tid=17269] ppid=17262 vsize=381008 CPUtime=102.29 cores=1,3,5,7
/proc/17264/task/17269/stat : 17269 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 45505 0 0 0 10215 14 0 0 25 0 4 0 505028202 390152192 46987 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17264/tid=17270] ppid=17262 vsize=381008 CPUtime=102.29 cores=1,3,5,7
/proc/17264/task/17270/stat : 17270 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 24003 0 0 0 10224 5 0 0 25 0 4 0 505028202 390152192 46987 33554432000 4194304 4650419 140733204768816 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 381008

[startup+162.3 s]

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

[pid=17264] ppid=17262 vsize=519808 CPUtime=2565.71 cores=1,3,5,7
/proc/17264/stat : 17264 (strangenight1-m) R 17262 17264 16699 0 -1 4202496 379429 0 0 0 256414 157 0 0 25 0 4 0 505028202 532283392 100218 33554432000 4194304 4650419 140733204768816 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17264/statm: 129952 100218 395 112 0 124917 0
[pid=17264/tid=17267] ppid=17262 vsize=519808 CPUtime=638.81 cores=1,3,5,7
/proc/17264/task/17267/stat : 17267 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 122394 0 0 0 63829 52 0 0 25 0 4 0 505028202 532283392 100218 33554432000 4194304 4650419 140733204768816 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17264/tid=17269] ppid=17262 vsize=519808 CPUtime=642.29 cores=1,3,5,7
/proc/17264/task/17269/stat : 17269 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 106632 0 0 0 64188 41 0 0 25 0 4 0 505028202 532283392 100218 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17264/tid=17270] ppid=17262 vsize=519808 CPUtime=642.28 cores=1,3,5,7
/proc/17264/task/17270/stat : 17270 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 66411 0 0 0 64201 27 0 0 25 0 4 0 505028202 532283392 100218 33554432000 4194304 4650419 140733204768816 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2565.71
Current children cumulated vsize (KiB) 519808

[startup+702.3 s]
/proc/loadavg: 8.15 8.11 8.03 9/184 17294
/proc/meminfo: memFree=24492728/32951124 swapFree=67111448/67111528
[pid=17264] ppid=17262 vsize=650752 CPUtime=2805.38 cores=1,3,5,7
/proc/17264/stat : 17264 (strangenight1-m) R 17262 17264 16699 0 -1 4202496 402271 0 0 0 280370 168 0 0 25 0 4 0 505028202 666370048 103610 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365263 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17264/statm: 162688 103610 395 112 0 157653 0
[pid=17264/tid=17267] ppid=17262 vsize=650752 CPUtime=698.47 cores=1,3,5,7
/proc/17264/task/17267/stat : 17267 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 133017 0 0 0 69790 57 0 0 25 0 4 0 505028202 666370048 103610 33554432000 4194304 4650419 140733204768816 18446744073709551615 4328302 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17264/tid=17269] ppid=17262 vsize=650752 CPUtime=702.28 cores=1,3,5,7
/proc/17264/task/17269/stat : 17269 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 110032 0 0 0 70186 42 0 0 25 0 4 0 505028202 666370048 103610 33554432000 4194304 4650419 140733204768816 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17264/tid=17270] ppid=17262 vsize=650752 CPUtime=702.28 cores=1,3,5,7
/proc/17264/task/17270/stat : 17270 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 67726 0 0 0 70200 28 0 0 25 0 4 0 505028202 666370048 103610 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.38
Current children cumulated vsize (KiB) 650752

[startup+762.301 s]
/proc/loadavg: 8.11 8.10 8.03 9/184 17295
/proc/meminfo: memFree=24459844/32951124 swapFree=67111448/67111528
[pid=17264] ppid=17262 vsize=690120 CPUtime=3045.07 cores=1,3,5,7
/proc/17264/stat : 17264 (strangenight1-m) R 17262 17264 16699 0 -1 4202496 422959 0 0 0 304325 182 0 0 25 0 4 0 505028202 706682880 106683 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17264/statm: 172530 106683 395 112 0 167495 0
[pid=17264/tid=17267] ppid=17262 vsize=690120 CPUtime=758.15 cores=1,3,5,7
/proc/17264/task/17267/stat : 17267 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 142126 0 0 0 75753 62 0 0 25 0 4 0 505028202 706682880 106683 33554432000 4194304 4650419 140733204768816 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17264/tid=17269] ppid=17262 vsize=690120 CPUtime=762.3 cores=1,3,5,7
/proc/17264/task/17269/stat : 17269 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 111924 0 0 0 76185 45 0 0 25 0 4 0 505028202 706682880 106683 33554432000 4194304 4650419 140733204768816 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17264/tid=17270] ppid=17262 vsize=690120 CPUtime=762.29 cores=1,3,5,7
/proc/17264/task/17270/stat : 17270 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 71446 0 0 0 76198 31 0 0 25 0 4 0 505028202 706682880 106683 33554432000 4194304 4650419 140733204768816 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.07
Current children cumulated vsize (KiB) 690120

[startup+822.3 s]
/proc/loadavg: 8.04 8.08 8.02 9/184 17297
/proc/meminfo: memFree=24448308/32951124 swapFree=67111448/67111528
[pid=17264] ppid=17262 vsize=717472 CPUtime=3284.72 cores=1,3,5,7
/proc/17264/stat : 17264 (strangenight1-m) R 17262 17264 16699 0 -1 4202496 445674 0 0 0 328277 195 0 0 25 0 4 0 505028202 734691328 110060 33554432000 4194304 4650419 140733204768816 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17264/statm: 179368 110060 395 112 0 174333 0
[pid=17264/tid=17267] ppid=17262 vsize=717472 CPUtime=817.82 cores=1,3,5,7
/proc/17264/task/17267/stat : 17267 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 150912 0 0 0 81716 66 0 0 25 0 4 0 505028202 734691328 110060 33554432000 4194304 4650419 140733204768816 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17264/tid=17269] ppid=17262 vsize=717472 CPUtime=822.29 cores=1,3,5,7
/proc/17264/task/17269/stat : 17269 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 112350 0 0 0 82184 45 0 0 25 0 4 0 505028202 734691328 110060 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17264/tid=17270] ppid=17262 vsize=717472 CPUtime=822.28 cores=1,3,5,7
/proc/17264/task/17270/stat : 17270 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 76691 0 0 0 82194 34 0 0 25 0 4 0 505028202 734691328 110060 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.72
Current children cumulated vsize (KiB) 717472

[startup+882.307 s]
/proc/loadavg: 8.01 8.06 8.02 9/184 17298
/proc/meminfo: memFree=24419144/32951124 swapFree=67111448/67111528
[pid=17264] ppid=17262 vsize=770904 CPUtime=3524.42 cores=1,3,5,7
/proc/17264/stat : 17264 (strangenight1-m) R 17262 17264 16699 0 -1 4202496 470207 0 0 0 352237 205 0 0 25 0 4 0 505028202 789405696 116917 33554432000 4194304 4650419 140733204768816 18446744073709551615 4366865 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17264/statm: 192726 116918 395 112 0 187691 0
[pid=17264/tid=17267] ppid=17262 vsize=770904 CPUtime=877.5 cores=1,3,5,7
/proc/17264/task/17267/stat : 17267 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 167403 0 0 0 87678 72 0 0 25 0 4 0 505028202 789405696 116918 33554432000 4194304 4650419 140733204768816 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17264/tid=17269] ppid=17262 vsize=770904 CPUtime=882.3 cores=1,3,5,7
/proc/17264/task/17269/stat : 17269 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 115689 0 0 0 88183 47 0 0 25 0 4 0 505028202 789405696 116918 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17264/tid=17270] ppid=17262 vsize=770904 CPUtime=882.28 cores=1,3,5,7
/proc/17264/task/17270/stat : 17270 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 79987 0 0 0 88193 35 0 0 25 0 4 0 505028202 789405696 116918 33554432000 4194304 4650419 140733204768816 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.42
Current children cumulated vsize (KiB) 770904

[startup+942.301 s]
/proc/loadavg: 8.00 8.05 8.01 9/184 17300
/proc/meminfo: memFree=24361104/32951124 swapFree=67111448/67111528
[pid=17264] ppid=17262 vsize=771208 CPUtime=3764.08 cores=1,3,5,7
/proc/17264/stat : 17264 (strangenight1-m) R 17262 17264 16699 0 -1 4202496 485853 0 0 0 376194 214 0 0 25 0 4 0 505028202 789716992 126736 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17264/statm: 192802 126736 395 112 0 187767 0
[pid=17264/tid=17267] ppid=17262 vsize=771208 CPUtime=937.18 cores=1,3,5,7
/proc/17264/task/17267/stat : 17267 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 168178 0 0 0 93645 73 0 0 25 0 4 0 505028202 789716992 126736 33554432000 4194304 4650419 140733204768816 18446744073709551615 4313323 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17264/tid=17269] ppid=17262 vsize=771208 CPUtime=942.29 cores=1,3,5,7
/proc/17264/task/17269/stat : 17269 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 120916 0 0 0 94179 50 0 0 25 0 4 0 505028202 789716992 126736 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17264/tid=17270] ppid=17262 vsize=771208 CPUtime=942.27 cores=1,3,5,7
/proc/17264/task/17270/stat : 17270 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 84732 0 0 0 94188 39 0 0 25 0 4 0 505028202 789716992 126736 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.08
Current children cumulated vsize (KiB) 771208

[startup+1002.3 s]
/proc/loadavg: 8.00 8.04 8.01 9/184 17302
/proc/meminfo: memFree=24301564/32951124 swapFree=67111448/67111528
[pid=17264] ppid=17262 vsize=779256 CPUtime=4003.74 cores=1,3,5,7
/proc/17264/stat : 17264 (strangenight1-m) R 17262 17264 16699 0 -1 4202496 510492 0 0 0 400148 226 0 0 25 0 4 0 505028202 797958144 133219 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17264/statm: 194814 133219 395 112 0 189779 0
[pid=17264/tid=17267] ppid=17262 vsize=779256 CPUtime=996.84 cores=1,3,5,7
/proc/17264/task/17267/stat : 17267 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 175976 0 0 0 99607 77 0 0 25 0 4 0 505028202 797958144 133219 33554432000 4194304 4650419 140733204768816 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17264/tid=17269] ppid=17262 vsize=779256 CPUtime=1002.29 cores=1,3,5,7
/proc/17264/task/17269/stat : 17269 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 125944 0 0 0 100176 53 0 0 25 0 4 0 505028202 797958144 133219 33554432000 4194304 4650419 140733204768816 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17264/tid=17270] ppid=17262 vsize=779256 CPUtime=1002.27 cores=1,3,5,7
/proc/17264/task/17270/stat : 17270 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 91974 0 0 0 100186 41 0 0 25 0 4 0 505028202 797958144 133219 33554432000 4194304 4650419 140733204768816 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.74
Current children cumulated vsize (KiB) 779256

[startup+1062.3 s]
/proc/loadavg: 8.04 8.04 8.01 9/184 17303
/proc/meminfo: memFree=24283828/32951124 swapFree=67111448/67111528
[pid=17264] ppid=17262 vsize=743832 CPUtime=4243.43 cores=1,3,5,7
/proc/17264/stat : 17264 (strangenight1-m) R 17262 17264 16699 0 -1 4202496 532794 0 0 0 424104 239 0 0 25 0 4 0 505028202 761683968 134763 33554432000 4194304 4650419 140733204768816 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17264/statm: 185958 134763 395 112 0 180923 0
[pid=17264/tid=17267] ppid=17262 vsize=743832 CPUtime=1056.53 cores=1,3,5,7
/proc/17264/task/17267/stat : 17267 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 183868 0 0 0 105571 82 0 0 25 0 4 0 505028202 761683968 134763 33554432000 4194304 4650419 140733204768816 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17264/tid=17269] ppid=17262 vsize=743832 CPUtime=1062.3 cores=1,3,5,7
/proc/17264/task/17269/stat : 17269 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 129808 0 0 0 106174 56 0 0 25 0 4 0 505028202 761683968 134763 33554432000 4194304 4650419 140733204768816 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17264/tid=17270] ppid=17262 vsize=743832 CPUtime=1062.27 cores=1,3,5,7
/proc/17264/task/17270/stat : 17270 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 97979 0 0 0 106183 44 0 0 25 0 4 0 505028202 761683968 134763 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.43
Current children cumulated vsize (KiB) 743832

[startup+1122.3 s]
/proc/loadavg: 8.15 8.08 8.02 9/184 17305
/proc/meminfo: memFree=24278980/32951124 swapFree=67111448/67111528
[pid=17264] ppid=17262 vsize=857676 CPUtime=4483.1 cores=1,3,5,7
/proc/17264/stat : 17264 (strangenight1-m) R 17262 17264 16699 0 -1 4202496 550004 0 0 0 448061 249 0 0 25 0 4 0 505028202 878260224 137528 33554432000 4194304 4650419 140733204768816 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17264/statm: 214419 137528 395 112 0 209384 0
[pid=17264/tid=17267] ppid=17262 vsize=857676 CPUtime=1116.2 cores=1,3,5,7
/proc/17264/task/17267/stat : 17267 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 191819 0 0 0 111533 87 0 0 25 0 4 0 505028202 878260224 137528 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17264/tid=17269] ppid=17262 vsize=857676 CPUtime=1122.29 cores=1,3,5,7
/proc/17264/task/17269/stat : 17269 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 130422 0 0 0 112173 56 0 0 25 0 4 0 505028202 878260224 137529 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17264/tid=17270] ppid=17262 vsize=857676 CPUtime=1122.27 cores=1,3,5,7
/proc/17264/task/17270/stat : 17270 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 102547 0 0 0 112180 47 0 0 25 0 4 0 505028202 878260224 137529 33554432000 4194304 4650419 140733204768816 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.1
Current children cumulated vsize (KiB) 857676

[startup+1182.3 s]
/proc/loadavg: 8.13 8.08 8.02 9/184 17306
/proc/meminfo: memFree=24214736/32951124 swapFree=67111448/67111528
[pid=17264] ppid=17262 vsize=967504 CPUtime=4722.79 cores=1,3,5,7
/proc/17264/stat : 17264 (strangenight1-m) R 17262 17264 16699 0 -1 4202496 564970 0 0 0 472023 256 0 0 25 0 4 0 505028202 990724096 146504 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17264/statm: 241876 146504 395 112 0 236841 0
[pid=17264/tid=17267] ppid=17262 vsize=967504 CPUtime=1175.87 cores=1,3,5,7
/proc/17264/task/17267/stat : 17267 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 199089 0 0 0 117499 88 0 0 25 0 4 0 505028202 990724096 146504 33554432000 4194304 4650419 140733204768816 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17264/tid=17269] ppid=17262 vsize=967504 CPUtime=1182.29 cores=1,3,5,7
/proc/17264/task/17269/stat : 17269 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 131111 0 0 0 118173 56 0 0 25 0 4 0 505028202 990724096 146504 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17264/tid=17270] ppid=17262 vsize=967504 CPUtime=1182.27 cores=1,3,5,7
/proc/17264/task/17270/stat : 17270 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 107562 0 0 0 118177 50 0 0 25 0 4 0 505028202 990724096 146504 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.79
Current children cumulated vsize (KiB) 967504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.09 8.07 8.01 10/184 17307
/proc/meminfo: memFree=24205928/32951124 swapFree=67111448/67111528
[pid=17264] ppid=17262 vsize=850516 CPUtime=4800.29 cores=1,3,5,7
/proc/17264/stat : 17264 (strangenight1-m) R 17262 17264 16699 0 -1 4202496 572244 0 0 0 479771 258 0 0 25 0 4 0 505028202 870928384 146067 33554432000 4194304 4650419 140733204768816 18446744073709551615 4366835 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/17264/statm: 212629 146067 395 112 0 207594 0
[pid=17264/tid=17267] ppid=17262 vsize=850516 CPUtime=1195.16 cores=1,3,5,7
/proc/17264/task/17267/stat : 17267 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 202480 0 0 0 119428 88 0 0 25 0 4 0 505028202 870928384 146067 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17264/tid=17269] ppid=17262 vsize=850516 CPUtime=1201.7 cores=1,3,5,7
/proc/17264/task/17269/stat : 17269 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 133435 0 0 0 120112 58 0 0 25 0 4 0 505028202 870928384 146067 33554432000 4194304 4650419 140733204768816 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17264/tid=17270] ppid=17262 vsize=850516 CPUtime=1201.68 cores=1,3,5,7
/proc/17264/task/17270/stat : 17270 (strangenight1-m) R 17262 17264 16699 0 -1 4202560 108834 0 0 0 120117 51 0 0 25 0 4 0 505028202 870928384 146067 33554432000 4194304 4650419 140733204768816 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 850516

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.35
CPU user time (s): 4797.73
CPU system time (s): 2.6176
CPU usage (%): 399.45
Max. virtual memory (cumulated for all children) (KiB): 967504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.73
system time used= 2.6176
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 572246
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= 487
involuntary context switches= 20501

runsolver used 1.9807 second user time and 4.5913 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-30 03:15:21
IDJOB=3175482
IDBENCH=83100
IDSOLVER=1588
FILE ID=node144/3175482-1304126121
RUNJOBID= node144-1304126121-17246
PBS_JOBID= 13170730
Free space on /tmp= 72412 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v750-c3195-S1115406553-014.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175482-1304126121/watcher-3175482-1304126121 -o /tmp/evaluation-result-3175482-1304126121/solver-3175482-1304126121 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175482-1304126121.cnf

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

MD5SUM BENCH= 986ca0416a6ea10fb33d16d3e5ba2568
RANDOM SEED=128450447

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25285456 kB
Buffers:       2110164 kB
Cached:        4947760 kB
SwapCached:         80 kB
Active:         181968 kB
Inactive:      6939268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25285456 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           12528 kB
Writeback:           0 kB
AnonPages:       63000 kB
Mapped:          14476 kB
Slab:           480592 kB
PageTables:       4872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   182564 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72400 MiB
End job on node144 at 2011-04-30 03:35:24