Trace number 3369091

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt (fixed)? (TO) 4800.18 1203.05

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-3369091-1305412056.cnf'
0.00/0.00	c -- header says num vars:            750
0.00/0.00	c -- header says num clauses:        3195
3.20/0.81	c -- clauses added:            0 learnts,         3195 normals,            0 xors
3.20/0.81	c -- vars added        750
3.20/0.81	c Parsing time:  0.01 s
3.20/0.81	c  N st     0         0       750      3195         0         0      9585         0   no data   no data  --
3.20/0.81	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.01
3.20/0.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.20/0.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.20/0.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.20/0.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3.20/0.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.20/0.81	c lits-rem:         0  cl-subs:        0  v-elim:     21  v-fix:    0  time:  0.01 s
3.20/0.81	c Finding binary XORs  T:     0.00 s  found:       0
3.20/0.81	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.20/0.81	c calculated reachability. Time: 0.00
3.20/0.81	c Calc default polars -  time:   0.00 s pos:     332 undec:      96 neg:     322
3.20/0.81	c =========================================================================================
3.20/0.81	c types(t): F = full restart, N = normal restart
3.20/0.81	c types(t): S = simplification begin/end, E = solution found
3.20/0.81	c restart types(rt): st = static, dy = dynamic
3.20/0.81	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.20/0.81	c  B st     0         0       729      3177         0         0      9650         0   no data   no data  --
3.20/0.81	c Decided on static restart strategy
3.20/0.81	c  N st     8      4920       729      3177         0      4896      9650    150020   no data   no data  --
3.20/0.81	c  N st    10     11302       729      3177         0      4513      9650     96121   no data   no data  --
3.20/0.81	c  N st    11     17045       729      3177         0     10175      9650    274097   no data   no data  --
5.17/1.30	c  F st    12     25001       729      3177         0     12444      9650    338699   no data   no data  --
5.17/1.30	c  N st    12     25001       729      3177         0     12444      9650    338699   no data   no data  --
5.97/1.53	c Decided on static restart strategy
5.97/1.53	c  N st    18     30000       729      3177         0     10719      9650    259734   no data   no data  --
5.97/1.53	c  S st    18     30000       729      3177         0     10719      9650    259734   no data   no data  --
5.97/1.56	c  S st    18     30502       729      3177         0     11221      9650    273874   no data   no data  --
5.97/1.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.97/1.56	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.18/1.87	c lits-rem:       103  cl-subs:      406  v-elim:      0  v-fix:    0  time:  1.15 s
7.18/1.88	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.04
7.18/1.88	c calculated reachability. Time: 0.00
7.18/1.88	c  N st    18     30502       729      3177         0     10815      9650    259358   no data   no data  --
9.15/2.31	c  N st    20     37620       729      3177         0     10080      9650    212748   no data   no data  --
10.76/2.77	c  N st    21     44020       729      3177         0     16411      9650    419025   no data   no data  --
11.57/2.91	c  S st    22     45754       729      3177         0      9311      9650    168372   no data   no data  --
11.57/2.93	c  S st    22     46259       729      3177         0      9816      9650    181812   no data   no data  --
11.57/2.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.57/2.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.57/2.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
11.57/2.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.57/2.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.57/2.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
11.57/2.94	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.99/3.08	c lits-rem:        22  cl-subs:       31  v-elim:      0  v-fix:    0  time:  0.54 s
11.99/3.08	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
11.99/3.08	c vivif2 --  cl tried     9785 cl shrink        0 lits rem          0 time: 0.01
11.99/3.09	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.03
11.99/3.09	c calculated reachability. Time: 0.00
11.99/3.09	c  N st    22     46259       729      3177         0      9785      9650    180619   no data   no data  --
16.38/4.15	c  N st    23     60658       729      3177         0     14211      9650    311495   no data   no data  --
19.14/4.89	c  N st    24     69389       729      3177         0     11960      9650    222438   no data   no data  --
19.14/4.89	c  S st    24     69389       729      3177         0     11960      9650    222438   no data   no data  --
19.54/4.92	c  S st    24     69895       729      3177         0     12466      9650    236855   no data   no data  --
19.54/4.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.54/4.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.54/4.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
19.54/4.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.54/4.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.54/4.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
19.54/4.94	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
20.35/5.20	c lits-rem:        66  cl-subs:       77  v-elim:      0  v-fix:    0  time:  1.05 s
20.35/5.21	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
20.77/5.21	c vivif2 --  cl tried    12389 cl shrink        0 lits rem          0 time: 0.01
20.77/5.22	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.04
20.77/5.22	c calculated reachability. Time: 0.00
20.77/5.22	c  N st    24     69895       729      3177         0     12389      9650    234190   no data   no data  --
26.31/6.69	c  F st    25     87503       729      3177         0     17863      9650    413446   no data   no data  --
26.31/6.69	c  N st    25     87503       729      3177         0     17863      9650    413446   no data   no data  --
28.31/7.10	c Decided on static restart strategy
29.13/7.35	c  N st    32     95546       729      3177         0     12997      9650    215454   no data   no data  --
32.30/8.10	c  N st    34    104842       729      3177         0     22119      9650    510392   no data   no data  --
32.30/8.10	c  S st    34    104842       729      3177         0     22119      9650    510392   no data   no data  --
32.30/8.15	c  S st    34    105349       729      3177         0     22626      9650    524539   no data   no data  --
32.30/8.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
32.30/8.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.30/8.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
32.30/8.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.30/8.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.30/8.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
32.30/8.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
38.32/9.69	c lits-rem:       348  cl-subs:      533  v-elim:      0  v-fix:    0  time:  5.99 s
38.32/9.69	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
38.32/9.69	c vivif2 --  cl tried    22093 cl shrink        0 lits rem          0 time: 0.02
38.68/9.72	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.08
38.68/9.72	c calculated reachability. Time: 0.00
38.68/9.72	c  N st    34    105349       729      3177         0     22093      9650    503459   no data   no data  --
41.88/10.58	c  N st    35    114948       729      3177         0     17788      9650    349084   no data   no data  --
47.46/11.95	c  N st    36    129346       729      3177         0     17194      9650    306737   no data   no data  --
55.04/13.88	c  N st    37    150941       729      3177         0     22720      9650    482506   no data   no data  --
57.83/14.53	c  S st    38    158023       729      3177         0     29730      9650    729186   no data   no data  --
58.24/14.60	c  S st    38    158525       729      3177         0     30232      9650    744457   no data   no data  --
58.24/14.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
58.24/14.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
58.24/14.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
58.24/14.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.24/14.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.24/14.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
58.24/14.64	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
67.01/16.81	c lits-rem:      1685  cl-subs:      509  v-elim:      0  v-fix:    0  time:  8.66 s
67.01/16.81	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
67.01/16.82	c vivif2 --  cl tried    29723 cl shrink        0 lits rem          0 time: 0.03
67.01/16.85	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.12
67.01/16.85	c calculated reachability. Time: 0.00
67.01/16.85	c  N st    38    158525       729      3177         0     29723      9650    721316   no data   no data  --
88.55/22.28	c  N st    39    207114       729      3177         0     24363      9650    470530   no data   no data  --
104.16/26.16	c  N st    40    237787       729      3177         0     34892      9650    784077   no data   no data  --
104.16/26.16	c  S st    40    237787       729      3177         0     34892      9650    784077   no data   no data  --
104.51/26.24	c  S st    40    238291       729      3177         0     35396      9650    798143   no data   no data  --
104.51/26.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
104.51/26.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
104.51/26.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
104.51/26.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
104.51/26.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.51/26.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
104.51/26.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
114.49/28.76	c lits-rem:       518  cl-subs:     1192  v-elim:      0  v-fix:    0  time:  9.90 s
114.49/28.76	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
114.49/28.77	c vivif2 --  cl tried    34204 cl shrink        0 lits rem          0 time: 0.04
114.89/28.81	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.14
114.89/28.81	c calculated reachability. Time: 0.00
114.89/28.81	c  N st    40    238291       729      3177         0     34204      9650    754948   no data   no data  --
149.61/37.53	c  F st    41    306251       729      3177         0     36104      9650    767310   no data   no data  --
149.61/37.53	c  N st    41    306251       729      3177         0     36104      9650    767310   no data   no data  --
160.38/40.28	c  N dy   108    326465       729      3177         0     32428      9650    537792     20.90     22.22  --
172.35/43.23	c  N dy   146    348236       729      3177         0     29231      9650    382951     19.91     21.13  --
176.74/44.38	c  S st   192    357437       729      3177         0     38362      9650    653188     19.99     17.71  --
177.14/44.47	c  S st   192    357940       729      3177         0     38864      9650    668068     19.99   no data  --
177.14/44.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
177.14/44.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
177.14/44.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
177.54/44.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
177.54/44.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
177.54/44.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
177.54/44.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
185.51/46.52	c lits-rem:       447  cl-subs:      454  v-elim:      0  v-fix:    0  time:  8.01 s
185.51/46.52	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
185.51/46.52	c vivif2 --  cl tried    38410 cl shrink        0 lits rem          0 time: 0.03
185.51/46.56	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.16
185.51/46.57	c calculated reachability. Time: 0.00
185.51/46.57	c  N dy   192    357940       729      3177         0     38410      9650    653154     19.99   no data  --
197.49/49.56	c  N dy   290    377994       729      3177         0     32549      9650    452885     20.10     21.32  --
212.25/53.29	c  N dy   373    398877       729      3177         0     53313      9650   1073808     20.08     21.51  --
223.82/56.10	c  N dy   457    419176       729      3177         0     46668      9650    837498     20.05     21.15  --
235.83/59.17	c  N dy   542    439217       729      3177         0     38752      9650    576537     20.01     21.08  --
249.35/62.58	c  N dy   609    459287       729      3177         0     29884      9650    285997     19.94     21.13  --
261.33/65.52	c  N dy   711    479467       729      3177         0     49896      9650    886152     20.02     21.11  --
274.50/68.86	c  N dy   799    499558       729      3177         0     40048      9650    558827     20.01     23.11  --
289.26/72.52	c  N dy   897    519605       729      3177         0     59950      9650   1158628     20.06     23.64  --
299.64/75.18	c  S st  1006    536910       729      3177         0     46380      9650    737398     20.14   no data  --
300.04/75.30	c  S st  1006    537411       729      3177         0     46880      9650    752524     20.14   no data  --
300.44/75.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
300.44/75.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
300.44/75.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.08
300.44/75.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
300.44/75.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
300.44/75.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
300.44/75.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
310.03/77.74	c lits-rem:       583  cl-subs:      249  v-elim:      0  v-fix:    0  time:  9.55 s
310.03/77.74	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
310.03/77.75	c vivif2 --  cl tried    46631 cl shrink        0 lits rem          0 time: 0.04
310.03/77.80	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.19
310.03/77.80	c calculated reachability. Time: 0.00
310.03/77.80	c  N dy  1006    537411       729      3177         0     46631      9650    741986     20.14   no data  --
325.97/81.71	c  N dy  1106    557494       729      3177         0     34789      9650    357452     20.17     25.24  --
338.74/84.93	c  N dy  1189    577547       729      3177         0     54662      9650    949801     20.15     21.23  --
353.10/88.57	c  N dy  1288    597598       729      3177         0     41824      9650    545525     20.17     23.03  --
368.26/92.38	c  N dy  1394    617626       729      3177         0     61705      9650   1147582     20.22     22.72  --
382.63/95.91	c  N dy  1485    637724       729      3177         0     47913      9650    703865     20.23     21.55  --
400.19/100.35	c  N dy  1581    657772       729      3177         0     67826      9650   1302004     20.26     24.94  --
413.35/103.67	c  N dy  1668    677831       729      3177         0     52984      9650    820351     20.26     26.71  --
433.35/108.68	c  N dy  1802    697913       729      3177         0     37186      9650    322426     20.31     23.49  --
447.66/112.27	c  N dy  1891    718004       729      3177         0     57104      9650    922702     20.34     21.55  --
466.03/116.83	c  N dy  1982    738154       729      3177         0     40381      9650    394826     20.35     21.49  --
480.79/120.51	c  N dy  2065    758325       729      3177         0     60350      9650    990791     20.35     21.49  --
499.54/125.21	c  N dy  2188    778335       729      3177         0     42541      9650    439208     20.39     21.49  --
515.10/129.15	c  N dy  2310    798542       729      3177         0     62622      9650   1055557     20.43     21.75  --
522.68/131.03	c  S st  2344    806117       729      3177         0     70151      9650   1282290     20.43   no data  --
523.47/131.21	c  S st  2344    806621       729      3177         0     70654      9650   1297926     20.43   no data  --
523.47/131.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
523.47/131.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
523.47/131.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
523.47/131.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
523.47/131.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
523.47/131.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
523.47/131.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
531.06/133.10	c lits-rem:       309  cl-subs:      724  v-elim:      0  v-fix:    0  time:  7.19 s
531.06/133.10	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
531.06/133.11	c vivif2 --  cl tried    69930 cl shrink        0 lits rem          0 time: 0.06
531.46/133.20	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.34
531.46/133.20	c calculated reachability. Time: 0.00
531.46/133.20	c  N dy  2344    806621       729      3177         0     69930      9650   1271122     20.43   no data  --
549.01/137.65	c  N dy  2419    827271       729      3177         0     51694      9650    687773     20.43     21.70  --
567.77/142.31	c  N dy  2524    847547       729      3177         0     71816      9650   1297983     20.45     21.70  --
585.32/146.71	c  N dy  2631    867603       729      3177         0     52065      9650    683047     20.47     21.60  --
604.51/151.51	c  N dy  2751    887886       729      3177         0     72224      9650   1306371     20.51     21.62  --
622.07/155.91	c  N dy  2840    908002       729      3177         0     51467      9650    635801     20.52     21.99  --
640.39/160.50	c  N dy  2960    928046       729      3177         0     71377      9650   1249119     20.55     22.46  --
659.55/165.33	c  N dy  3006    948353       729      3177         0     49813      9650    557997     20.52     21.64  --
677.10/169.71	c  N dy  3096    968419       729      3177         0     69718      9650   1168488     20.54     21.88  --
699.04/175.20	c  N dy  3189    988630       729      3177         0     47099      9650    449449     20.54     21.81  --
716.60/179.62	c  N dy  3309   1009684       729      3177         0     68034      9650   1090412     20.56     22.02  --
740.58/185.64	c  N dy  3404   1029763       729      3177         0     44279      9650    339127     20.57     21.69  --
756.10/189.56	c  N dy  3488   1049983       729      3177         0     64347      9650    947807     20.58     21.72  --
779.67/195.44	c  N dy  3582   1070063       729      3177         0     84259      9650   1541444     20.59     23.08  --
782.04/196.05	c  F st  3590   1071875       729      3177         0     86059      9650   1595996     20.59     19.62  --
787.63/197.47	c Decided on static restart strategy
796.81/199.70	c  N st  3599   1090578       729      3177         0     59923      9650    819440     20.59   no data  --
818.75/205.23	c  N st  3601   1114574       729      3177         0     83649      9650   1598642     20.59   no data  --
837.14/209.82	c  N st  3602   1136169       729      3177         0     59353      9650   1273570     20.59   no data  --
867.87/217.59	c  N st  3603   1168564       729      3177         0     91196      9650   2289023     20.59   no data  --
909.72/228.05	c  N st  3604   1209931       729      3177         0     85472      9650   2034409     20.59   no data  --
909.72/228.05	c  S st  3604   1209931       729      3177         0     85472      9650   2034409     20.59   no data  --
910.92/228.32	c  S st  3604   1210437       729      3177         0     85978      9650   2048855     20.59   no data  --
910.92/228.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
910.92/228.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
910.92/228.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.18
911.33/228.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
911.33/228.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
911.33/228.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
911.33/228.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
947.62/237.58	c lits-rem:       114  cl-subs:     4502  v-elim:      0  v-fix:    0  time: 36.47 s
947.62/237.58	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
948.02/237.60	c vivif2 --  cl tried    81476 cl shrink        0 lits rem          0 time: 0.10
948.42/237.73	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.49
948.42/237.73	c calculated reachability. Time: 0.00
948.42/237.73	c  N st  3604   1210437       729      3177         0     81476      9650   1897216     20.59   no data  --
1025.87/257.16	c  N st  3605   1283319       729      3177         0     57946      9650    998271     20.59   no data  --
1149.52/288.15	c  N st  3606   1392643       729      3177         0     66016      9650   1201953     20.59   no data  --
1327.49/332.78	c  N st  3607   1556628       729      3177         0     70656      9650   1280687     20.59   no data  --
1517.46/380.35	c  N st  3608   1710437       729      3177         0     56812      9650    722761     20.59   no data  --
1517.46/380.35	c  S st  3608   1710437       729      3177         0     56812      9650    722761     20.59   no data  --
1517.81/380.49	c  S st  3608   1710940       729      3177         0     57315      9650    737509     20.59   no data  --
1518.21/380.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1518.21/380.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1518.21/380.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
1518.21/380.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1518.21/380.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1518.21/380.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
1518.21/380.55	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1526.23/382.58	c lits-rem:       385  cl-subs:      260  v-elim:      0  v-fix:    0  time:  8.11 s
1526.23/382.58	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
1526.23/382.59	c vivif2 --  cl tried    57055 cl shrink        0 lits rem          0 time: 0.04
1526.59/382.66	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.26
1526.59/382.66	c calculated reachability. Time: 0.00
1526.59/382.66	c  N st  3608   1710940       729      3177         0     57055      9650    730172     20.59   no data  --
1991.06/499.07	c  N st  3609   2079904       729      3177         0     63035      9650    760396     20.59   no data  --
2155.04/540.10	c  N st  3610   2210941       729      3177         0     64910      9650    774387     20.59   no data  --
2155.04/540.10	c  S st  3610   2210941       729      3177         0     64910      9650    774387     20.59   no data  --
2155.44/540.27	c  S st  3610   2211445       729      3177         0     65414      9650    789126     20.59   no data  --
2155.44/540.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2155.44/540.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2155.84/540.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
2155.84/540.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2155.84/540.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2155.84/540.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
2155.84/540.33	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2165.01/542.66	c lits-rem:       164  cl-subs:      190  v-elim:      0  v-fix:    0  time:  9.29 s
2165.01/542.66	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
2165.01/542.67	c vivif2 --  cl tried    65224 cl shrink        0 lits rem          0 time: 0.04
2165.41/542.75	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.32
2165.41/542.75	c calculated reachability. Time: 0.00
2165.41/542.75	c  N st  3610   2211445       729      3177         0     65224      9650    783005     20.59   no data  --
2819.40/706.68	c  N st  3611   2711445       729      3177         0     82205      9650   1201863     20.59   no data  --
2819.40/706.68	c  S st  3611   2711445       729      3177         0     82205      9650   1201863     20.59   no data  --
2820.20/706.90	c  S st  3611   2711950       729      3177         0     82708      9650   1216609     20.59   no data  --
2820.61/706.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2820.61/706.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2820.61/706.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.16
2820.61/706.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2820.61/706.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2820.61/706.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
2820.61/706.99	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2828.58/708.98	c lits-rem:       114  cl-subs:      807  v-elim:      0  v-fix:    0  time:  7.97 s
2828.58/708.98	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
2828.98/709.00	c vivif2 --  cl tried    81901 cl shrink        0 lits rem          0 time: 0.06
2829.39/709.12	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.48
2829.39/709.12	c calculated reachability. Time: 0.00
2829.39/709.12	c  N st  3611   2711950       729      3177         0     81901      9650   1186318     20.59   no data  --
3614.63/905.98	c  N st  3612   3211953       729      3177         0    127760      9650   2845404     20.59   no data  --
3614.63/905.98	c  S st  3612   3211953       729      3177         0    127760      9650   2845404     20.59   no data  --
3616.62/906.48	c  S st  3612   3212458       729      3177         0    128265      9650   2860814     20.59   no data  --
3616.62/906.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3616.62/906.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3617.02/906.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.32
3617.42/906.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3617.42/906.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3617.42/906.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
3617.42/906.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3721.16/932.68	c lits-rem:       216  cl-subs:     5130  v-elim:      0  v-fix:    0  time: 103.66 s
3721.16/932.68	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
3721.56/932.71	c vivif2 --  cl tried   123135 cl shrink        0 lits rem          0 time: 0.13
3722.36/932.91	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.78
3722.36/932.91	c calculated reachability. Time: 0.00
3722.36/932.91	c  N st  3612   3212458       729      3177         0    123135      9650   2648292     20.59   no data  --
4488.48/1124.98	c  N st  3613   3712458       729      3177         0    133985      9650   2651238     20.59   no data  --
4488.48/1124.98	c  S st  3613   3712458       729      3177         0    133985      9650   2651238     20.59   no data  --
4490.85/1125.53	c  S st  3613   3712961       729      3177         0    134488      9650   2666251     20.59   no data  --
4490.85/1125.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
4490.85/1125.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4491.25/1125.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.34
4491.65/1125.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4491.65/1125.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4491.65/1125.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    729 time:  0.00 s
4491.65/1125.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4622.10/1158.47	c lits-rem:      1459  cl-subs:     5930  v-elim:      0  v-fix:    0  time: 130.62 s
4622.10/1158.48	c vivif2 --  cl tried     3177 cl shrink        0 lits rem          0 time: 0.00
4622.50/1158.51	c vivif2 --  cl tried   128558 cl shrink        0 lits rem          0 time: 0.14
4623.30/1158.75	c asymm  cl-useful: 0/3177/3177 lits-rem:0 time: 0.98
4623.30/1158.76	c calculated reachability. Time: 0.00
4623.30/1158.76	c  N st  3613   3712961       729      3177         0    128558      9650   2470431     20.59   no data  --
4723.05/1183.72	c  F st  3614   3751562       729      3177         0    166507      9650   3744508     20.59   no data  --
4723.05/1183.72	c  N st  3614   3751562       729      3177         0    166507      9650   3744508     20.59   no data  --
4731.03/1185.74	c Decided on static restart strategy
4759.76/1192.91	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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3369091-1305412056/watcher-3369091-1305412056 -o /tmp/evaluation-result-3369091-1305412056/solver-3369091-1305412056 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369091-1305412056.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.19 7.99 5.89 5/317 10755
/proc/meminfo: memFree=22548276/32951124 swapFree=59305796/67111528
[pid=10755] ppid=10753 vsize=116772 CPUtime=0 cores=1,3,5,7
/proc/10755/stat : 10755 (strangenight1-m) R 10753 10755 10621 0 -1 4202496 471 0 0 0 0 0 0 0 24 0 4 0 731436121 119574528 394 33554432000 4194304 4650419 140734965234016 18446744073709551615 252458065851 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10755/statm: 29194 394 331 112 0 24159 0
[pid=10755/tid=10756] ppid=10753 vsize=290448 CPUtime=0 cores=1,3,5,7
/proc/10755/task/10756/stat : 10756 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 180 0 0 0 0 0 0 0 18 0 4 0 731436121 297418752 964 33554432000 4194304 4650419 140734965234016 18446744073709551615 4464912 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10755/tid=10757] ppid=10753 vsize=290448 CPUtime=0 cores=1,3,5,7
/proc/10755/task/10757/stat : 10757 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 178 0 0 0 0 0 0 0 18 0 4 0 731436121 297418752 964 33554432000 4194304 4650419 140734965234016 18446744073709551615 4516457 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10755/tid=10758] ppid=10753 vsize=290448 CPUtime=0 cores=1,3,5,7
/proc/10755/task/10758/stat : 10758 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 174 0 0 0 0 0 0 0 18 0 4 0 731436121 297418752 965 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.809759 s]
/proc/loadavg: 8.19 7.99 5.89 5/317 10755
/proc/meminfo: memFree=22548276/32951124 swapFree=59305796/67111528
[pid=10755] ppid=10753 vsize=285760 CPUtime=3.2 cores=1,3,5,7
/proc/10755/stat : 10755 (strangenight1-m) R 10753 10755 10621 0 -1 4202496 5618 0 0 0 320 0 0 0 18 0 4 0 731436121 292618240 3313 33554432000 4194304 4650419 140734965234016 18446744073709551615 4363452 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10755/statm: 71440 3313 393 112 0 66405 0
[pid=10755/tid=10756] ppid=10753 vsize=285760 CPUtime=0.8 cores=1,3,5,7
/proc/10755/task/10756/stat : 10756 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 1342 0 0 0 80 0 0 0 19 0 4 0 731436121 292618240 3313 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10755/tid=10757] ppid=10753 vsize=285760 CPUtime=0.79 cores=1,3,5,7
/proc/10755/task/10757/stat : 10757 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 1285 0 0 0 79 0 0 0 19 0 4 0 731436121 292618240 3313 33554432000 4194304 4650419 140734965234016 18446744073709551615 4330724 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10755/tid=10758] ppid=10753 vsize=285760 CPUtime=0.8 cores=1,3,5,7
/proc/10755/task/10758/stat : 10758 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 1294 0 0 0 80 0 0 0 19 0 4 0 731436121 292618240 3313 33554432000 4194304 4650419 140734965234016 18446744073709551615 4363458 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 285760

[startup+0.900743 s]
/proc/loadavg: 8.19 7.99 5.89 5/317 10755
/proc/meminfo: memFree=22548276/32951124 swapFree=59305796/67111528
[pid=10755] ppid=10753 vsize=286332 CPUtime=3.56 cores=1,3,5,7
/proc/10755/stat : 10755 (strangenight1-m) R 10753 10755 10621 0 -1 4202496 6443 0 0 0 356 0 0 0 18 0 4 0 731436121 293203968 3064 33554432000 4194304 4650419 140734965234016 18446744073709551615 4333011 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10755/statm: 71583 3064 393 112 0 66548 0
[pid=10755/tid=10756] ppid=10753 vsize=286332 CPUtime=0.89 cores=1,3,5,7
/proc/10755/task/10756/stat : 10756 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 1616 0 0 0 89 0 0 0 19 0 4 0 731436121 293203968 3064 33554432000 4194304 4650419 140734965234016 18446744073709551615 4329570 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10755/tid=10757] ppid=10753 vsize=286332 CPUtime=0.88 cores=1,3,5,7
/proc/10755/task/10757/stat : 10757 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 1559 0 0 0 88 0 0 0 19 0 4 0 731436121 293203968 3064 33554432000 4194304 4650419 140734965234016 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10755/tid=10758] ppid=10753 vsize=286332 CPUtime=0.89 cores=1,3,5,7
/proc/10755/task/10758/stat : 10758 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 1354 0 0 0 89 0 0 0 19 0 4 0 731436121 293203968 3064 33554432000 4194304 4650419 140734965234016 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 286332

[startup+1.00072 s]
/proc/loadavg: 8.19 7.99 5.89 5/317 10755
/proc/meminfo: memFree=22548276/32951124 swapFree=59305796/67111528
[pid=10755] ppid=10753 vsize=286332 CPUtime=3.97 cores=1,3,5,7
/proc/10755/stat : 10755 (strangenight1-m) R 10753 10755 10621 0 -1 4202496 6697 0 0 0 396 1 0 0 19 0 4 0 731436121 293203968 3318 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365286 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10755/statm: 71583 3318 393 112 0 66548 0
[pid=10755/tid=10756] ppid=10753 vsize=286332 CPUtime=0.99 cores=1,3,5,7
/proc/10755/task/10756/stat : 10756 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 1678 0 0 0 99 0 0 0 19 0 4 0 731436121 293203968 3318 33554432000 4194304 4650419 140734965234016 18446744073709551615 4334321 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10755/tid=10757] ppid=10753 vsize=286332 CPUtime=0.98 cores=1,3,5,7
/proc/10755/task/10757/stat : 10757 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 1629 0 0 0 98 0 0 0 19 0 4 0 731436121 293203968 3318 33554432000 4194304 4650419 140734965234016 18446744073709551615 4229514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10755/tid=10758] ppid=10753 vsize=286332 CPUtime=0.99 cores=1,3,5,7
/proc/10755/task/10758/stat : 10758 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 1414 0 0 0 99 0 0 0 19 0 4 0 731436121 293203968 3319 33554432000 4194304 4650419 140734965234016 18446744073709551615 4364402 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 286332

[startup+1.10071 s]
/proc/loadavg: 8.19 7.99 5.89 5/317 10755
/proc/meminfo: memFree=22548276/32951124 swapFree=59305796/67111528
[pid=10755] ppid=10753 vsize=286332 CPUtime=4.37 cores=1,3,5,7
/proc/10755/stat : 10755 (strangenight1-m) R 10753 10755 10621 0 -1 4202496 6948 0 0 0 436 1 0 0 19 0 4 0 731436121 293203968 3569 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10755/statm: 71583 3569 394 112 0 66548 0
[pid=10755/tid=10756] ppid=10753 vsize=286332 CPUtime=1.09 cores=1,3,5,7
/proc/10755/task/10756/stat : 10756 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 1735 0 0 0 109 0 0 0 19 0 4 0 731436121 293203968 3569 33554432000 4194304 4650419 140734965234016 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10755/tid=10757] ppid=10753 vsize=286332 CPUtime=1.08 cores=1,3,5,7
/proc/10755/task/10757/stat : 10757 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 1690 0 0 0 108 0 0 0 19 0 4 0 731436121 293203968 3569 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10755/tid=10758] ppid=10753 vsize=286332 CPUtime=1.09 cores=1,3,5,7
/proc/10755/task/10758/stat : 10758 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 1482 0 0 0 109 0 0 0 19 0 4 0 731436121 293203968 3569 33554432000 4194304 4650419 140734965234016 18446744073709551615 4330996 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 286332

[startup+1.50063 s]
/proc/loadavg: 8.19 7.99 5.89 5/317 10755
/proc/meminfo: memFree=22548276/32951124 swapFree=59305796/67111528
[pid=10755] ppid=10753 vsize=286892 CPUtime=5.97 cores=1,3,5,7
/proc/10755/stat : 10755 (strangenight1-m) R 10753 10755 10621 0 -1 4202496 8799 0 0 0 596 1 0 0 19 0 4 0 731436121 293777408 3751 33554432000 4194304 4650419 140734965234016 18446744073709551615 4364406 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10755/statm: 71723 3751 394 112 0 66688 0
[pid=10755/tid=10756] ppid=10753 vsize=286892 CPUtime=1.49 cores=1,3,5,7
/proc/10755/task/10756/stat : 10756 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 2229 0 0 0 149 0 0 0 20 0 4 0 731436121 293777408 3751 33554432000 4194304 4650419 140734965234016 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10755/tid=10757] ppid=10753 vsize=286892 CPUtime=1.48 cores=1,3,5,7
/proc/10755/task/10757/stat : 10757 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 2190 0 0 0 148 0 0 0 20 0 4 0 731436121 293777408 3751 33554432000 4194304 4650419 140734965234016 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10755/tid=10758] ppid=10753 vsize=286892 CPUtime=1.49 cores=1,3,5,7
/proc/10755/task/10758/stat : 10758 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 1889 0 0 0 149 0 0 0 20 0 4 0 731436121 293777408 3751 33554432000 4194304 4650419 140734965234016 18446744073709551615 4333838 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 286892

[startup+3.10033 s]
/proc/loadavg: 8.25 8.01 5.91 9/321 10759
/proc/meminfo: memFree=22498200/32951124 swapFree=59305796/67111528
[pid=10755] ppid=10753 vsize=300624 CPUtime=12.34 cores=1,3,5,7
/proc/10755/stat : 10755 (strangenight1-m) R 10753 10755 10621 0 -1 4202496 19311 0 0 0 1232 2 0 0 25 0 4 0 731436121 307838976 11189 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365246 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10755/statm: 75156 11189 395 112 0 70121 0
[pid=10755/tid=10756] ppid=10753 vsize=300624 CPUtime=3.09 cores=1,3,5,7
/proc/10755/task/10756/stat : 10756 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 4641 0 0 0 309 0 0 0 25 0 4 0 731436121 307838976 11189 33554432000 4194304 4650419 140734965234016 18446744073709551615 4315054 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10755/tid=10757] ppid=10753 vsize=300624 CPUtime=3.06 cores=1,3,5,7
/proc/10755/task/10757/stat : 10757 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 5331 0 0 0 305 1 0 0 25 0 4 0 731436121 307838976 11189 33554432000 4194304 4650419 140734965234016 18446744073709551615 4438922 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10755/tid=10758] ppid=10753 vsize=300624 CPUtime=3.08 cores=1,3,5,7
/proc/10755/task/10758/stat : 10758 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 4043 0 0 0 308 0 0 0 25 0 4 0 731436121 307838976 11189 33554432000 4194304 4650419 140734965234016 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 300624

[startup+6.31174 s]
/proc/loadavg: 8.25 8.01 5.91 9/321 10759
/proc/meminfo: memFree=22475152/32951124 swapFree=59305796/67111528
[pid=10755] ppid=10753 vsize=328472 CPUtime=25.15 cores=1,3,5,7
/proc/10755/stat : 10755 (strangenight1-m) R 10753 10755 10621 0 -1 4202496 28406 0 0 0 2512 3 0 0 25 0 4 0 731436121 336355328 14995 33554432000 4194304 4650419 140734965234016 18446744073709551615 4364336 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10755/statm: 82118 14995 395 112 0 77083 0
[pid=10755/tid=10756] ppid=10753 vsize=328472 CPUtime=6.3 cores=1,3,5,7
/proc/10755/task/10756/stat : 10756 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 7414 0 0 0 630 0 0 0 25 0 4 0 731436121 336355328 14995 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365975 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10755/tid=10757] ppid=10753 vsize=328472 CPUtime=6.24 cores=1,3,5,7
/proc/10755/task/10757/stat : 10757 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 7325 0 0 0 623 1 0 0 25 0 4 0 731436121 336355328 14995 33554432000 4194304 4650419 140734965234016 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10755/tid=10758] ppid=10753 vsize=328472 CPUtime=6.3 cores=1,3,5,7
/proc/10755/task/10758/stat : 10758 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 5866 0 0 0 630 0 0 0 25 0 4 0 731436121 336355328 14995 33554432000 4194304 4650419 140734965234016 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 328472

[startup+12.7005 s]
/proc/loadavg: 8.22 8.01 5.93 9/321 10759
/proc/meminfo: memFree=22444036/32951124 swapFree=59305796/67111528
[pid=10755] ppid=10753 vsize=319756 CPUtime=50.65 cores=1,3,5,7
/proc/10755/stat : 10755 (strangenight1-m) R 10753 10755 10621 0 -1 4202496 43055 0 0 0 5058 7 0 0 25 0 4 0 731436121 327430144 22447 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365280 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10755/statm: 79939 22447 395 112 0 74904 0
[pid=10755/tid=10756] ppid=10753 vsize=319756 CPUtime=12.68 cores=1,3,5,7
/proc/10755/task/10756/stat : 10756 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 10887 0 0 0 1267 1 0 0 25 0 4 0 731436121 327430144 22447 33554432000 4194304 4650419 140734965234016 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10755/tid=10757] ppid=10753 vsize=319756 CPUtime=12.57 cores=1,3,5,7
/proc/10755/task/10757/stat : 10757 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 12020 0 0 0 1255 2 0 0 25 0 4 0 731436121 327430144 22447 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10755/tid=10758] ppid=10753 vsize=319756 CPUtime=12.69 cores=1,3,5,7
/proc/10755/task/10758/stat : 10758 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 7908 0 0 0 1268 1 0 0 25 0 4 0 731436121 327430144 22447 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 319756

[startup+25.5012 s]
/proc/loadavg: 8.18 8.00 5.95 9/321 10760
/proc/meminfo: memFree=22404480/32951124 swapFree=59305796/67111528
[pid=10755] ppid=10753 vsize=326816 CPUtime=101.73 cores=1,3,5,7
/proc/10755/stat : 10755 (strangenight1-m) R 10753 10755 10621 0 -1 4202496 62836 0 0 0 10161 12 0 0 25 0 4 0 731436121 334659584 30528 33554432000 4194304 4650419 140734965234016 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10755/statm: 81704 30528 395 112 0 76669 0
[pid=10755/tid=10756] ppid=10753 vsize=326816 CPUtime=25.48 cores=1,3,5,7
/proc/10755/task/10756/stat : 10756 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 14716 0 0 0 2546 2 0 0 25 0 4 0 731436121 334659584 30528 33554432000 4194304 4650419 140734965234016 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10755/tid=10757] ppid=10753 vsize=326816 CPUtime=25.24 cores=1,3,5,7
/proc/10755/task/10757/stat : 10757 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 19561 0 0 0 2520 4 0 0 25 0 4 0 731436121 334659584 30528 33554432000 4194304 4650419 140734965234016 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10755/tid=10758] ppid=10753 vsize=326816 CPUtime=25.48 cores=1,3,5,7
/proc/10755/task/10758/stat : 10758 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 9770 0 0 0 2547 1 0 0 25 0 4 0 731436121 334659584 30528 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 326816

[startup+51.1004 s]
/proc/loadavg: 8.12 8.00 6.01 9/321 10760
/proc/meminfo: memFree=22341548/32951124 swapFree=59305796/67111528
[pid=10755] ppid=10753 vsize=389124 CPUtime=203.87 cores=1,3,5,7
/proc/10755/stat : 10755 (strangenight1-m) R 10753 10755 10621 0 -1 4202496 91632 0 0 0 20366 21 0 0 25 0 4 0 731436121 398462976 38591 33554432000 4194304 4650419 140734965234016 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10755/statm: 97281 38591 395 112 0 92246 0
[pid=10755/tid=10756] ppid=10753 vsize=389124 CPUtime=51.09 cores=1,3,5,7
/proc/10755/task/10756/stat : 10756 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 22921 0 0 0 5104 5 0 0 25 0 4 0 731436121 398462976 38592 33554432000 4194304 4650419 140734965234016 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10755/tid=10757] ppid=10753 vsize=389124 CPUtime=50.59 cores=1,3,5,7
/proc/10755/task/10757/stat : 10757 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 29629 0 0 0 5051 8 0 0 25 0 4 0 731436121 398462976 38592 33554432000 4194304 4650419 140734965234016 18446744073709551615 4438378 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10755/tid=10758] ppid=10753 vsize=389124 CPUtime=51.09 cores=1,3,5,7
/proc/10755/task/10758/stat : 10758 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 12063 0 0 0 5107 2 0 0 25 0 4 0 731436121 398462976 38592 33554432000 4194304 4650419 140734965234016 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.87
Current children cumulated vsize (KiB) 389124

[startup+102.301 s]
/proc/loadavg: 8.16 8.03 6.13 9/321 10762
/proc/meminfo: memFree=22285348/32951124 swapFree=59305796/67111528
[pid=10755] ppid=10753 vsize=455460 CPUtime=408.16 cores=1,3,5,7
/proc/10755/stat : 10755 (strangenight1-m) R 10753 10755 10621 0 -1 4202496 122312 0 0 0 40782 34 0 0 25 0 4 0 731436121 466391040 51102 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10755/statm: 113865 51102 395 112 0 108830 0
[pid=10755/tid=10756] ppid=10753 vsize=455460 CPUtime=102.29 cores=1,3,5,7
/proc/10755/task/10756/stat : 10756 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 34584 0 0 0 10220 9 0 0 25 0 4 0 731436121 466391040 51102 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10755/tid=10757] ppid=10753 vsize=455460 CPUtime=101.27 cores=1,3,5,7
/proc/10755/task/10757/stat : 10757 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 39465 0 0 0 10114 13 0 0 25 0 4 0 731436121 466391040 51102 33554432000 4194304 4650419 140734965234016 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10755/tid=10758] ppid=10753 vsize=455460 CPUtime=102.29 cores=1,3,5,7
/proc/10755/task/10758/stat : 10758 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 13943 0 0 0 10226 3 0 0 25 0 4 0 731436121 466391040 51102 33554432000 4194304 4650419 140734965234016 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.16
Current children cumulated vsize (KiB) 455460

[startup+162.301 s]

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

[pid=10755] ppid=10753 vsize=632852 CPUtime=2562.82 cores=1,3,5,7
/proc/10755/stat : 10755 (strangenight1-m) R 10753 10755 10621 0 -1 4202496 317434 0 0 0 256156 126 0 0 25 0 4 0 731436121 648040448 93861 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10755/statm: 158213 93861 395 112 0 153178 0
[pid=10755/tid=10756] ppid=10753 vsize=632852 CPUtime=642.31 cores=1,3,5,7
/proc/10755/task/10756/stat : 10756 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 86580 0 0 0 64196 35 0 0 25 0 4 0 731436121 648040448 93861 33554432000 4194304 4650419 140734965234016 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10755/tid=10757] ppid=10753 vsize=632852 CPUtime=635.88 cores=1,3,5,7
/proc/10755/task/10757/stat : 10757 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 100584 0 0 0 63546 42 0 0 25 0 4 0 731436121 648040448 93861 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10755/tid=10758] ppid=10753 vsize=632852 CPUtime=642.3 cores=1,3,5,7
/proc/10755/task/10758/stat : 10758 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 29983 0 0 0 64219 11 0 0 25 0 4 0 731436121 648040448 93861 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2562.82
Current children cumulated vsize (KiB) 632852

[startup+702.3 s]
/proc/loadavg: 8.45 8.11 7.05 10/322 10812
/proc/meminfo: memFree=22217520/32951124 swapFree=59305796/67111528
[pid=10755] ppid=10753 vsize=647976 CPUtime=2802.24 cores=1,3,5,7
/proc/10755/stat : 10755 (strangenight1-m) R 10753 10755 10621 0 -1 4202496 339001 0 0 0 280087 137 0 0 25 0 4 0 731436121 663527424 100917 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10755/statm: 161994 100917 395 112 0 156959 0
[pid=10755/tid=10756] ppid=10753 vsize=647976 CPUtime=702.31 cores=1,3,5,7
/proc/10755/task/10756/stat : 10756 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 93873 0 0 0 70193 38 0 0 25 0 4 0 731436121 663527424 100917 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10755/tid=10757] ppid=10753 vsize=647976 CPUtime=695.29 cores=1,3,5,7
/proc/10755/task/10757/stat : 10757 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 104600 0 0 0 69485 44 0 0 25 0 4 0 731436121 663527424 100917 33554432000 4194304 4650419 140734965234016 18446744073709551615 4331155 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10755/tid=10758] ppid=10753 vsize=647976 CPUtime=702.31 cores=1,3,5,7
/proc/10755/task/10758/stat : 10758 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 32053 0 0 0 70219 12 0 0 25 0 4 0 731436121 663527424 100917 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2802.24
Current children cumulated vsize (KiB) 647976

[startup+762.301 s]
/proc/loadavg: 8.23 8.11 7.11 9/321 10813
/proc/meminfo: memFree=22219144/32951124 swapFree=59305796/67111528
[pid=10755] ppid=10753 vsize=672976 CPUtime=3041.64 cores=1,3,5,7
/proc/10755/stat : 10755 (strangenight1-m) R 10753 10755 10621 0 -1 4202496 359000 0 0 0 304017 147 0 0 25 0 4 0 731436121 689127424 99798 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10755/statm: 168244 99798 395 112 0 163209 0
[pid=10755/tid=10756] ppid=10753 vsize=672976 CPUtime=762.31 cores=1,3,5,7
/proc/10755/task/10756/stat : 10756 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 100261 0 0 0 76190 41 0 0 25 0 4 0 731436121 689127424 99798 33554432000 4194304 4650419 140734965234016 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10755/tid=10757] ppid=10753 vsize=672976 CPUtime=754.68 cores=1,3,5,7
/proc/10755/task/10757/stat : 10757 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 109863 0 0 0 75421 47 0 0 25 0 4 0 731436121 689127424 99798 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10755/tid=10758] ppid=10753 vsize=672976 CPUtime=762.31 cores=1,3,5,7
/proc/10755/task/10758/stat : 10758 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 35758 0 0 0 76217 14 0 0 25 0 4 0 731436121 689127424 99798 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3041.64
Current children cumulated vsize (KiB) 672976

[startup+822.301 s]
/proc/loadavg: 8.14 8.10 7.17 9/321 10815
/proc/meminfo: memFree=22153528/32951124 swapFree=59305796/67111528
[pid=10755] ppid=10753 vsize=720652 CPUtime=3281.05 cores=1,3,5,7
/proc/10755/stat : 10755 (strangenight1-m) R 10753 10755 10621 0 -1 4202496 379340 0 0 0 327947 158 0 0 25 0 4 0 731436121 737947648 103714 33554432000 4194304 4650419 140734965234016 18446744073709551615 4313339 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10755/statm: 180163 103714 395 112 0 175128 0
[pid=10755/tid=10756] ppid=10753 vsize=720652 CPUtime=822.31 cores=1,3,5,7
/proc/10755/task/10756/stat : 10756 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 108822 0 0 0 82186 45 0 0 25 0 4 0 731436121 737947648 103714 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10755/tid=10757] ppid=10753 vsize=720652 CPUtime=814.09 cores=1,3,5,7
/proc/10755/task/10757/stat : 10757 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 113064 0 0 0 81360 49 0 0 25 0 4 0 731436121 737947648 103714 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10755/tid=10758] ppid=10753 vsize=720652 CPUtime=822.31 cores=1,3,5,7
/proc/10755/task/10758/stat : 10758 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 36229 0 0 0 82216 15 0 0 25 0 4 0 731436121 737947648 103714 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3281.05
Current children cumulated vsize (KiB) 720652

[startup+882.301 s]
/proc/loadavg: 8.11 8.09 7.22 9/321 10817
/proc/meminfo: memFree=22129568/32951124 swapFree=59305796/67111528
[pid=10755] ppid=10753 vsize=748788 CPUtime=3520.46 cores=1,3,5,7
/proc/10755/stat : 10755 (strangenight1-m) R 10753 10755 10621 0 -1 4202496 401380 0 0 0 351876 170 0 0 25 0 4 0 731436121 766758912 106786 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10755/statm: 187197 106786 395 112 0 182162 0
[pid=10755/tid=10756] ppid=10753 vsize=748788 CPUtime=882.31 cores=1,3,5,7
/proc/10755/task/10756/stat : 10756 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 117140 0 0 0 88183 48 0 0 25 0 4 0 731436121 766758912 106786 33554432000 4194304 4650419 140734965234016 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10755/tid=10757] ppid=10753 vsize=748788 CPUtime=873.49 cores=1,3,5,7
/proc/10755/task/10757/stat : 10757 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 116486 0 0 0 87297 52 0 0 25 0 4 0 731436121 766758912 106786 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10755/tid=10758] ppid=10753 vsize=748788 CPUtime=882.32 cores=1,3,5,7
/proc/10755/task/10758/stat : 10758 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 38596 0 0 0 88216 16 0 0 25 0 4 0 731436121 766758912 106786 33554432000 4194304 4650419 140734965234016 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3520.46
Current children cumulated vsize (KiB) 748788

[startup+942.301 s]
/proc/loadavg: 8.20 8.12 7.29 9/321 10818
/proc/meminfo: memFree=22089740/32951124 swapFree=59305796/67111528
[pid=10755] ppid=10753 vsize=754388 CPUtime=3759.88 cores=1,3,5,7
/proc/10755/stat : 10755 (strangenight1-m) R 10753 10755 10621 0 -1 4202496 513727 0 0 0 375795 193 0 0 25 0 4 0 731436121 772493312 117166 33554432000 4194304 4650419 140734965234016 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10755/statm: 188597 117166 395 112 0 183562 0
[pid=10755/tid=10756] ppid=10753 vsize=754388 CPUtime=942.32 cores=1,3,5,7
/proc/10755/task/10756/stat : 10756 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 210310 0 0 0 94169 63 0 0 25 0 4 0 731436121 772493312 117167 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10755/tid=10757] ppid=10753 vsize=754388 CPUtime=932.89 cores=1,3,5,7
/proc/10755/task/10757/stat : 10757 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 119972 0 0 0 93235 54 0 0 25 0 4 0 731436121 772493312 117167 33554432000 4194304 4650419 140734965234016 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10755/tid=10758] ppid=10753 vsize=754388 CPUtime=942.33 cores=1,3,5,7
/proc/10755/task/10758/stat : 10758 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 42933 0 0 0 94215 18 0 0 25 0 4 0 731436121 772493312 117167 33554432000 4194304 4650419 140734965234016 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3759.88
Current children cumulated vsize (KiB) 754388

[startup+1002.3 s]
/proc/loadavg: 8.20 8.13 7.34 9/321 10820
/proc/meminfo: memFree=22055848/32951124 swapFree=59305796/67111528
[pid=10755] ppid=10753 vsize=719268 CPUtime=3999.27 cores=1,3,5,7
/proc/10755/stat : 10755 (strangenight1-m) R 10753 10755 10621 0 -1 4202496 537347 0 0 0 399722 205 0 0 25 0 4 0 731436121 736530432 116161 33554432000 4194304 4650419 140734965234016 18446744073709551615 4306748 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10755/statm: 179817 116161 395 112 0 174782 0
[pid=10755/tid=10756] ppid=10753 vsize=719268 CPUtime=1002.32 cores=1,3,5,7
/proc/10755/task/10756/stat : 10756 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 218158 0 0 0 100165 67 0 0 25 0 4 0 731436121 736530432 116161 33554432000 4194304 4650419 140734965234016 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10755/tid=10757] ppid=10753 vsize=719268 CPUtime=992.29 cores=1,3,5,7
/proc/10755/task/10757/stat : 10757 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 123383 0 0 0 99173 56 0 0 25 0 4 0 731436121 736530432 116161 33554432000 4194304 4650419 140734965234016 18446744073709551615 4364766 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10755/tid=10758] ppid=10753 vsize=719268 CPUtime=1002.32 cores=1,3,5,7
/proc/10755/task/10758/stat : 10758 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 46888 0 0 0 100212 20 0 0 25 0 4 0 731436121 736530432 116161 33554432000 4194304 4650419 140734965234016 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3999.27
Current children cumulated vsize (KiB) 719268

[startup+1062.31 s]
/proc/loadavg: 8.19 8.13 7.39 9/321 10821
/proc/meminfo: memFree=21982676/32951124 swapFree=59305796/67111528
[pid=10755] ppid=10753 vsize=773984 CPUtime=4238.72 cores=1,3,5,7
/proc/10755/stat : 10755 (strangenight1-m) R 10753 10755 10621 0 -1 4202496 559311 0 0 0 423654 218 0 0 25 0 4 0 731436121 792559616 123457 33554432000 4194304 4650419 140734965234016 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10755/statm: 193496 123457 395 112 0 188461 0
[pid=10755/tid=10756] ppid=10753 vsize=773984 CPUtime=1062.33 cores=1,3,5,7
/proc/10755/task/10756/stat : 10756 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 225471 0 0 0 106161 72 0 0 25 0 4 0 731436121 792559616 123457 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10755/tid=10757] ppid=10753 vsize=773984 CPUtime=1051.69 cores=1,3,5,7
/proc/10755/task/10757/stat : 10757 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 128812 0 0 0 105110 59 0 0 25 0 4 0 731436121 792559616 123457 33554432000 4194304 4650419 140734965234016 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10755/tid=10758] ppid=10753 vsize=773984 CPUtime=1062.33 cores=1,3,5,7
/proc/10755/task/10758/stat : 10758 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 47300 0 0 0 106213 20 0 0 25 0 4 0 731436121 792559616 123457 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4238.72
Current children cumulated vsize (KiB) 773984

[startup+1122.3 s]
/proc/loadavg: 8.13 8.12 7.43 9/321 10823
/proc/meminfo: memFree=21988112/32951124 swapFree=59305796/67111528
[pid=10755] ppid=10753 vsize=674076 CPUtime=4478.09 cores=1,3,5,7
/proc/10755/stat : 10755 (strangenight1-m) R 10753 10755 10621 0 -1 4202496 581702 0 0 0 447577 232 0 0 25 0 4 0 731436121 690253824 122292 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10755/statm: 168519 122292 395 112 0 163484 0
[pid=10755/tid=10756] ppid=10753 vsize=674076 CPUtime=1122.32 cores=1,3,5,7
/proc/10755/task/10756/stat : 10756 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 234402 0 0 0 112155 77 0 0 25 0 4 0 731436121 690253824 122292 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10755/tid=10757] ppid=10753 vsize=674076 CPUtime=1111.09 cores=1,3,5,7
/proc/10755/task/10757/stat : 10757 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 130948 0 0 0 111049 60 0 0 25 0 4 0 731436121 690253824 122292 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10755/tid=10758] ppid=10753 vsize=674076 CPUtime=1122.32 cores=1,3,5,7
/proc/10755/task/10758/stat : 10758 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 50365 0 0 0 112210 22 0 0 25 0 4 0 731436121 690253824 122292 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4478.09
Current children cumulated vsize (KiB) 674076

[startup+1182.3 s]
/proc/loadavg: 8.15 8.13 7.47 9/321 10825
/proc/meminfo: memFree=21901280/32951124 swapFree=59305796/67111528
[pid=10755] ppid=10753 vsize=788184 CPUtime=4717.46 cores=1,3,5,7
/proc/10755/stat : 10755 (strangenight1-m) R 10753 10755 10621 0 -1 4202496 594423 0 0 0 471508 238 0 0 25 0 4 0 731436121 807100416 131305 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10755/statm: 197046 131305 395 112 0 192011 0
[pid=10755/tid=10756] ppid=10753 vsize=788184 CPUtime=1182.33 cores=1,3,5,7
/proc/10755/task/10756/stat : 10756 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 235531 0 0 0 118155 78 0 0 25 0 4 0 731436121 807100416 131305 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10755/tid=10757] ppid=10753 vsize=788184 CPUtime=1170.46 cores=1,3,5,7
/proc/10755/task/10757/stat : 10757 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 134215 0 0 0 116983 63 0 0 25 0 4 0 731436121 807100416 131305 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10755/tid=10758] ppid=10753 vsize=788184 CPUtime=1182.32 cores=1,3,5,7
/proc/10755/task/10758/stat : 10758 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 50990 0 0 0 118210 22 0 0 25 0 4 0 731436121 807100416 131305 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4717.46
Current children cumulated vsize (KiB) 788184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203 s]
/proc/loadavg: 8.18 8.13 7.49 9/321 10825
/proc/meminfo: memFree=21909460/32951124 swapFree=59305796/67111528
[pid=10755] ppid=10753 vsize=792908 CPUtime=4800.12 cores=1,3,5,7
/proc/10755/stat : 10755 (strangenight1-m) R 10753 10755 10621 0 -1 4202496 604436 0 0 0 479767 245 0 0 25 0 4 0 731436121 811937792 131140 33554432000 4194304 4650419 140734965234016 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10755/statm: 198227 131140 395 112 0 193192 0
[pid=10755/tid=10756] ppid=10753 vsize=792908 CPUtime=1203.05 cores=1,3,5,7
/proc/10755/task/10756/stat : 10756 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 238576 0 0 0 120225 80 0 0 25 0 4 0 731436121 811937792 131142 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10755/tid=10757] ppid=10753 vsize=792908 CPUtime=1190.96 cores=1,3,5,7
/proc/10755/task/10757/stat : 10757 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 136316 0 0 0 119031 65 0 0 25 0 4 0 731436121 811937792 131142 33554432000 4194304 4650419 140734965234016 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10755/tid=10758] ppid=10753 vsize=792908 CPUtime=1203.04 cores=1,3,5,7
/proc/10755/task/10758/stat : 10758 (strangenight1-m) R 10753 10755 10621 0 -1 4202560 52251 0 0 0 120281 23 0 0 25 0 4 0 731436121 811937792 131142 33554432000 4194304 4650419 140734965234016 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 792908

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): 1203.05
CPU time (s): 4800.18
CPU user time (s): 4797.71
CPU system time (s): 2.47362
CPU usage (%): 399.001
Max. virtual memory (cumulated for all children) (KiB): 842472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.71
system time used= 2.47362
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 604440
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= 271
involuntary context switches= 18733

runsolver used 3.2645 second user time and 8.83366 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-15 00:27:36
IDJOB=3369091
IDBENCH=83100
IDSOLVER=1846
FILE ID=node111/3369091-1305412056
RUNJOBID= node111-1305410850-10640
PBS_JOBID= 13324532
Free space on /tmp= 73668 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
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-3369091-1305412056/watcher-3369091-1305412056 -o /tmp/evaluation-result-3369091-1305412056/solver-3369091-1305412056 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369091-1305412056.cnf

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

MD5SUM BENCH= 986ca0416a6ea10fb33d16d3e5ba2568
RANDOM SEED=1432317713

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22548556 kB
Buffers:        264672 kB
Cached:        6508352 kB
SwapCached:      13720 kB
Active:        1318536 kB
Inactive:      8868924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22548556 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:            6256 kB
Writeback:           0 kB
AnonPages:     3409960 kB
Mapped:          13260 kB
Slab:           114752 kB
PageTables:      37324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53801320 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= 73664 MiB
End job on node111 at 2011-05-15 00:47:42