Trace number 3174082

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.19 1202.83

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S769368248-036.UNKNOWN.cnf
MD5SUMd71042a4f58355ef8c71c53ec29199cb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1231.65
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174082-1304088273.cnf'
0.00/0.00	c -- header says num vars:            500
0.00/0.00	c -- header says num clauses:        2130
0.00/0.00	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.00	c -- vars added        500
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       500      2130         0         0      6390         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    500 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.10	c lits-rem:         0  cl-subs:        0  v-elim:     15  v-fix:    0  time:  0.00 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:     232 undec:      52 neg:     216
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.10	c  B st     0         0       485      2115         0         0      6438         0   no data   no data
0.00/0.10	c Decided on static restart strategy
0.78/0.20	c  N st     8      4913       485      2115         0      4857      6438    114737   no data   no data
1.57/0.42	c  N st    10     11295       485      2115         0      4474      6438     74012   no data   no data
2.37/0.67	c  N st    11     17039       485      2115         0     10101      6438    202560   no data   no data
3.97/1.06	c  F st    12     25000       485      2115         0     12404      6438    255958   no data   no data
3.97/1.06	c  N st    12     25000       485      2115         0     12404      6438    255958   no data   no data
5.17/1.31	c Decided on static restart strategy
5.17/1.31	c  N st    18     30001       485      2115         0     10682      6438    203111   no data   no data
5.17/1.31	c  S st    18     30001       485      2115         0     10682      6438    203111   no data   no data
5.17/1.34	c  S st    18     30504       485      2115         0     11184      6438    214093   no data   no data
5.17/1.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.17/1.34	c blocked clauses removed:       13 vars:      3 tried:         485 T: 0.00 s
5.17/1.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
5.17/1.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.17/1.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.17/1.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.41	c lits-rem:       121  cl-subs:      542  v-elim:      0  v-fix:    0  time:  0.06 s
5.56/1.42	c asymm  cl-useful: 0/2102/2102 lits-rem:0 time: 0.01
5.56/1.42	c calculated reachability. Time: 0.00
5.56/1.42	c  N st    18     30504       482      2102         0     10642      6399    200498   no data   no data
7.16/1.84	c  N st    20     37614       482      2102         0      9876      6399    161248   no data   no data
8.77/2.25	c  N st    21     44013       482      2102         0     16122      6399    306057   no data   no data
9.18/2.39	c  S st    22     45756       482      2102         0      9099      6399    128153   no data   no data
9.55/2.41	c  S st    22     46260       482      2102         0      9602      6399    140241   no data   no data
9.55/2.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.55/2.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.55/2.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.55/2.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.55/2.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.55/2.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
9.55/2.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.55/2.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.55/2.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.55/2.43	c lits-rem:        17  cl-subs:       68  v-elim:      0  v-fix:    0  time:  0.01 s
9.55/2.43	c vivif2 --  cl tried     2102 cl shrink        0 lits rem          0 time: 0.00
9.55/2.43	c vivif2 --  cl tried     9534 cl shrink        0 lits rem          0 time: 0.00
9.55/2.44	c asymm  cl-useful: 0/2102/2102 lits-rem:0 time: 0.00
9.55/2.44	c calculated reachability. Time: 0.00
9.55/2.44	c  N st    22     46260       482      2102         0      9534      6399    138599   no data   no data
13.09/3.38	c  N st    23     60659       482      2102         0     13809      6399    221831   no data   no data
15.41/4.01	c  N st    24     69390       482      2102         0     11593      6399    166523   no data   no data
15.41/4.01	c  S st    24     69390       482      2102         0     11593      6399    166523   no data   no data
15.41/4.04	c  S st    24     69894       482      2102         0     12097      6399    177991   no data   no data
15.41/4.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.41/4.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.41/4.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.41/4.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.41/4.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.41/4.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
15.41/4.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.41/4.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.41/4.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.72/4.14	c lits-rem:        51  cl-subs:      316  v-elim:      0  v-fix:    0  time:  0.03 s
15.72/4.14	c vivif2 --  cl tried     2102 cl shrink        0 lits rem          0 time: 0.00
15.72/4.14	c vivif2 --  cl tried    11781 cl shrink        0 lits rem          0 time: 0.00
15.72/4.15	c asymm  cl-useful: 0/2102/2102 lits-rem:0 time: 0.01
15.72/4.15	c calculated reachability. Time: 0.00
15.72/4.15	c  N st    24     69894       482      2102         0     11781      6399    170597   no data   no data
20.69/5.51	c  F st    25     87500       482      2102         0     17265      6399    290964   no data   no data
20.69/5.51	c  N st    25     87500       482      2102         0     17265      6399    290964   no data   no data
22.27/5.92	c Decided on static restart strategy
23.07/6.19	c  N st    32     95541       482      2102         0     25123      6399    480817   no data   no data
25.86/6.86	c  N st    34    104841       482      2102         0     21547      6399    383086   no data   no data
25.86/6.86	c  S st    34    104841       482      2102         0     21547      6399    383086   no data   no data
26.27/6.91	c  S st    34    105345       482      2102         0     22049      6399    394637   no data   no data
26.27/6.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.27/6.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
26.27/6.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.27/6.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.27/6.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.27/6.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
26.27/6.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.27/6.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
26.27/6.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.07/7.13	c lits-rem:       137  cl-subs:     1027  v-elim:      0  v-fix:    0  time:  0.20 s
27.07/7.13	c vivif2 --  cl tried     2102 cl shrink        0 lits rem          0 time: 0.00
27.07/7.14	c vivif2 --  cl tried    21022 cl shrink        0 lits rem          0 time: 0.00
27.07/7.15	c asymm  cl-useful: 0/2102/2102 lits-rem:0 time: 0.01
27.07/7.15	c calculated reachability. Time: 0.00
27.07/7.15	c  N st    34    105345       482      2102         0     21022      6399    368692   no data   no data
30.26/7.98	c  N st    35    114944       482      2102         0     16719      6399    237611   no data   no data
35.44/9.23	c  N st    36    129341       482      2102         0     16142      6399    209879   no data   no data
42.65/11.01	c  N st    37    150940       482      2102         0     21619      6399    338494   no data   no data
45.03/11.67	c  S st    38    158018       482      2102         0     28554      6399    512421   no data   no data
45.43/11.74	c  S st    38    158521       482      2102         0     29056      6399    524309   no data   no data
45.43/11.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.43/11.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
45.43/11.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.43/11.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.43/11.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.43/11.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
45.43/11.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.43/11.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
45.43/11.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.63/12.10	c lits-rem:       282  cl-subs:     1229  v-elim:      0  v-fix:    0  time:  0.33 s
46.63/12.10	c vivif2 --  cl tried     2102 cl shrink        0 lits rem          0 time: 0.00
47.04/12.11	c vivif2 --  cl tried    27827 cl shrink        0 lits rem          0 time: 0.01
47.04/12.12	c asymm  cl-useful: 0/2102/2102 lits-rem:0 time: 0.02
47.04/12.12	c calculated reachability. Time: 0.00
47.04/12.12	c  N st    38    158521       482      2102         0     27827      6399    493458   no data   no data
66.59/17.02	c  N st    39    207111       482      2102         0     22466      6399    308861   no data   no data
78.95/20.13	c  N st    40    237783       482      2102         0     32882      6399    563155   no data   no data
78.95/20.13	c  S st    40    237783       482      2102         0     32882      6399    563155   no data   no data
79.35/20.23	c  S st    40    238291       482      2102         0     33389      6399    574784   no data   no data
79.35/20.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
79.35/20.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
79.35/20.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
79.35/20.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
79.35/20.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.35/20.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
79.35/20.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
79.35/20.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
79.35/20.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.35/20.77	c lits-rem:       242  cl-subs:     1392  v-elim:      0  v-fix:    0  time:  0.50 s
81.35/20.77	c vivif2 --  cl tried     2102 cl shrink        0 lits rem          0 time: 0.00
81.35/20.77	c vivif2 --  cl tried    31997 cl shrink        0 lits rem          0 time: 0.01
81.35/20.79	c asymm  cl-useful: 0/2102/2102 lits-rem:0 time: 0.02
81.35/20.79	c calculated reachability. Time: 0.00
81.35/20.79	c  N st    40    238291       482      2102         0     31997      6399    542162   no data   no data
111.70/28.32	c  F st    41    306250       482      2102         0     34057      6399    527265   no data   no data
111.70/28.32	c  N st    41    306250       482      2102         0     34057      6399    527265   no data   no data
114.09/28.97	c Decided on static restart strategy
124.86/31.67	c  N st    51    334555       482      2102         0     38230      6399    600051   no data   no data
136.05/34.42	c  N st    53    357436       482      2102         0     36091      6399    538898   no data   no data
136.05/34.42	c  S st    53    357436       482      2102         0     36091      6399    538898   no data   no data
136.45/34.52	c  S st    53    357939       482      2102         0     36594      6399    550225   no data   no data
136.45/34.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
136.45/34.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
136.45/34.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
136.45/34.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
136.45/34.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
136.45/34.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
136.45/34.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
136.45/34.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
136.45/34.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.04/34.90	c lits-rem:       212  cl-subs:     1583  v-elim:      0  v-fix:    0  time:  0.34 s
138.04/34.90	c vivif2 --  cl tried     2102 cl shrink        0 lits rem          0 time: 0.00
138.04/34.91	c vivif2 --  cl tried    35011 cl shrink        0 lits rem          0 time: 0.01
138.04/34.93	c asymm  cl-useful: 0/2102/2102 lits-rem:0 time: 0.02
138.04/34.93	c calculated reachability. Time: 0.00
138.04/34.93	c  N st    53    357939       482      2102         0     35011      6399    514485   no data   no data
154.81/39.10	c  N st    54    390331       482      2102         0     41173      6399    661189   no data   no data
180.78/45.61	c  N st    55    438920       482      2102         0     34936      6399    464068   no data   no data
221.89/55.93	c  N st    56    511802       482      2102         0     48439      6399    774292   no data   no data
237.46/59.83	c  N st    57    536908       482      2102         0     42806      6399    633075   no data   no data
237.46/59.83	c  S st    57    536908       482      2102         0     42806      6399    633075   no data   no data
237.86/59.95	c  S st    57    537409       482      2102         0     43306      6399    645279   no data   no data
237.86/59.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
237.86/59.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
237.86/59.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
237.86/59.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
237.86/59.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
237.86/59.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
237.86/59.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
237.86/59.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
237.86/60.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
240.28/60.60	c lits-rem:       414  cl-subs:     1690  v-elim:      0  v-fix:    0  time:  0.60 s
240.28/60.60	c vivif2 --  cl tried     2102 cl shrink        0 lits rem          0 time: 0.00
240.68/60.61	c vivif2 --  cl tried    41616 cl shrink        0 lits rem          0 time: 0.01
240.68/60.63	c asymm  cl-useful: 0/2102/2102 lits-rem:0 time: 0.03
240.68/60.64	c calculated reachability. Time: 0.00
240.68/60.64	c  N st    57    537409       482      2102         0     41616      6399    603250   no data   no data
342.48/86.10	c  N st    58    701394       482      2102         0     35897      6399    369724   no data   no data
410.78/103.23	c  N st    59    806117       482      2102         0     64609      6399   1028302   no data   no data
410.78/103.23	c  S st    59    806117       482      2102         0     64609      6399   1028302   no data   no data
411.59/103.42	c  S st    59    806618       482      2102         0     65107      6399   1040315   no data   no data
411.59/103.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
411.59/103.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
411.59/103.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
411.59/103.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
411.59/103.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
411.59/103.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
411.59/103.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
411.59/103.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
411.98/103.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
421.95/106.02	c lits-rem:       458  cl-subs:     4591  v-elim:      0  v-fix:    0  time:  2.52 s
421.95/106.02	c vivif2 --  cl tried     2102 cl shrink        0 lits rem          0 time: 0.00
421.95/106.04	c vivif2 --  cl tried    60516 cl shrink        0 lits rem          0 time: 0.01
421.95/106.09	c asymm  cl-useful: 0/2102/2102 lits-rem:0 time: 0.05
421.95/106.09	c calculated reachability. Time: 0.00
421.95/106.09	c  N st    59    806618       482      2102         0     60516      6399    942877   no data   no data
627.57/157.54	c  F st    60   1071877       482      2102         0     76244      6399   1240356   no data   no data
627.57/157.54	c  N st    60   1071877       482      2102         0     76244      6399   1240356   no data   no data
633.16/158.98	c Decided on static restart strategy
653.91/164.13	c  N st    70   1100183       482      2102         0     60208      6399    814889   no data   no data
686.66/172.39	c  N st    72   1136178       482      2102         0     50533      6399    579806   no data   no data
715.02/179.46	c  N st    73   1168572       482      2102         0     82087      6399   1352190   no data   no data
750.94/188.43	c  N st    74   1209927       482      2102         0     76394      6399   1168178   no data   no data
750.94/188.43	c  S st    74   1209927       482      2102         0     76394      6399   1168178   no data   no data
751.74/188.66	c  S st    74   1210430       482      2102         0     76897      6399   1179814   no data   no data
751.74/188.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
751.74/188.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
752.14/188.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
752.14/188.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
752.14/188.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
752.14/188.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
752.14/188.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
752.14/188.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
752.14/188.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
773.69/194.10	c lits-rem:       397  cl-subs:     5529  v-elim:      0  v-fix:    0  time:  5.34 s
773.69/194.10	c vivif2 --  cl tried     2102 cl shrink        0 lits rem          0 time: 0.00
773.69/194.11	c vivif2 --  cl tried    71368 cl shrink        0 lits rem          0 time: 0.02
774.09/194.20	c asymm  cl-useful: 0/2102/2102 lits-rem:0 time: 0.08
774.09/194.20	c calculated reachability. Time: 0.00
774.09/194.20	c  N st    74   1210430       482      2102         0     71368      6399   1056237   no data   no data
851.18/213.51	c  N st    75   1283312       482      2102         0     48171      6399    472047   no data   no data
965.37/242.11	c  N st    76   1392635       482      2102         0     56478      6399    648310   no data   no data
1116.69/280.07	c  N st    77   1556619       482      2102         0     61250      6399    721293   no data   no data
1276.83/320.15	c  N st    78   1710430       482      2102         0    102540      6399   1704944   no data   no data
1276.83/320.15	c  S st    78   1710430       482      2102         0    102540      6399   1704944   no data   no data
1278.41/320.51	c  S st    78   1710934       482      2102         0    103042      6399   1716592   no data   no data
1278.41/320.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1278.41/320.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1278.41/320.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1278.41/320.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1278.41/320.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1278.41/320.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
1278.41/320.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1278.81/320.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1278.81/320.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1318.74/330.63	c lits-rem:      1020  cl-subs:     8594  v-elim:      0  v-fix:    0  time:  9.97 s
1318.74/330.63	c vivif2 --  cl tried     2102 cl shrink        0 lits rem          0 time: 0.00
1318.74/330.66	c vivif2 --  cl tried    94448 cl shrink        0 lits rem          0 time: 0.02
1319.14/330.75	c asymm  cl-useful: 0/2102/2102 lits-rem:0 time: 0.09
1319.14/330.75	c calculated reachability. Time: 0.00
1319.14/330.75	c  N st    78   1710934       482      2102         0     94448      6399   1531874   no data   no data
1722.84/431.80	c  N st    79   2079898       482      2102         0    106019      6399   1643014   no data   no data
1873.38/469.58	c  N st    80   2210934       482      2102         0    110261      6399   1739898   no data   no data
1873.38/469.58	c  S st    80   2210934       482      2102         0    110261      6399   1739898   no data   no data
1874.97/469.96	c  S st    80   2211436       482      2102         0    110762      6399   1751840   no data   no data
1874.97/469.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1875.37/470.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1875.37/470.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1875.37/470.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1875.37/470.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1875.37/470.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
1875.37/470.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1875.37/470.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1875.77/470.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1919.68/481.12	c lits-rem:       621  cl-subs:     9109  v-elim:      0  v-fix:    0  time: 11.00 s
1919.68/481.12	c vivif2 --  cl tried     2102 cl shrink        0 lits rem          0 time: 0.00
1919.68/481.15	c vivif2 --  cl tried   101653 cl shrink        0 lits rem          0 time: 0.02
1920.08/481.26	c asymm  cl-useful: 0/2102/2102 lits-rem:0 time: 0.11
1920.08/481.26	c calculated reachability. Time: 0.00
1920.08/481.26	c  N st    80   2211436       482      2102         0    101653      6399   1544435   no data   no data
2520.29/631.55	c  N st    81   2711438       482      2102         0    126208      6399   2097184   no data   no data
2520.29/631.55	c  S st    81   2711438       482      2102         0    126208      6399   2097184   no data   no data
2522.28/632.01	c  S st    81   2711942       482      2102         0    126711      6399   2109014   no data   no data
2522.28/632.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2522.28/632.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2522.28/632.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2522.28/632.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2522.28/632.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2522.28/632.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
2522.28/632.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2522.68/632.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2522.68/632.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2565.80/642.94	c lits-rem:      1061  cl-subs:     5758  v-elim:      0  v-fix:    0  time: 10.75 s
2565.80/642.94	c vivif2 --  cl tried     2102 cl shrink        0 lits rem          0 time: 0.00
2565.80/642.97	c vivif2 --  cl tried   120953 cl shrink        0 lits rem          0 time: 0.03
2566.60/643.10	c asymm  cl-useful: 0/2102/2102 lits-rem:0 time: 0.13
2566.60/643.10	c calculated reachability. Time: 0.00
2566.60/643.10	c  N st    81   2711942       482      2102         0    120953      6399   1974815   no data   no data
3220.35/806.81	c  N st    82   3211942       482      2102         0     95729      6399   1141932   no data   no data
3220.35/806.81	c  S st    82   3211942       482      2102         0     95729      6399   1141932   no data   no data
3221.54/807.18	c  S st    82   3212442       482      2102         0     96228      6399   1154251   no data   no data
3221.54/807.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3221.94/807.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
3221.94/807.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3221.94/807.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3221.94/807.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3221.94/807.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
3221.94/807.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3221.94/807.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3222.34/807.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3231.54/809.68	c lits-rem:       236  cl-subs:     3911  v-elim:      0  v-fix:    0  time:  2.36 s
3231.54/809.68	c vivif2 --  cl tried     2102 cl shrink        0 lits rem          0 time: 0.00
3231.54/809.70	c vivif2 --  cl tried    92317 cl shrink        0 lits rem          0 time: 0.02
3232.32/809.82	c asymm  cl-useful: 0/2102/2102 lits-rem:0 time: 0.12
3232.32/809.83	c calculated reachability. Time: 0.00
3232.32/809.83	c  N st    82   3212442       482      2102         0     92317      6399   1083663   no data   no data
3907.23/978.84	c  N st    83   3712442       482      2102         0    102777      6399   1257927   no data   no data
3907.23/978.84	c  S st    83   3712442       482      2102         0    102777      6399   1257927   no data   no data
3908.45/979.16	c  S st    83   3712946       482      2102         0    103280      6399   1269843   no data   no data
3908.45/979.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3908.82/979.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
3908.82/979.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3908.82/979.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3908.82/979.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3908.82/979.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
3908.82/979.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3908.82/979.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3908.82/979.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3917.23/981.35	c lits-rem:       238  cl-subs:     4008  v-elim:      0  v-fix:    0  time:  2.07 s
3917.23/981.35	c vivif2 --  cl tried     2102 cl shrink        0 lits rem          0 time: 0.00
3917.23/981.37	c vivif2 --  cl tried    99272 cl shrink        0 lits rem          0 time: 0.02
3917.61/981.47	c asymm  cl-useful: 0/2102/2102 lits-rem:0 time: 0.10
3917.61/981.47	c calculated reachability. Time: 0.00
3917.61/981.47	c  N st    83   3712946       482      2102         0     99272      6399   1186876   no data   no data
3979.84/997.07	c  F st    84   3751563       482      2102         0    136831      6399   2067764   no data   no data
3979.84/997.07	c  N st    84   3751563       482      2102         0    136831      6399   2067764   no data   no data
3993.01/1000.30	c Decided on static restart strategy
4043.74/1013.03	c  N st    94   3779864       482      2102         0    164385      6399   2707762   no data   no data
4090.44/1024.71	c  N st    96   3815858       482      2102         0    116982      6399   1547258   no data   no data
4143.96/1038.11	c  N st    97   3848251       482      2102         0    148449      6399   2276792   no data   no data
4216.64/1056.38	c  N st    98   3896840       482      2102         0    112387      6399   1480430   no data   no data
4362.79/1092.98	c  N st    99   3969728       482      2102         0     98561      6399   1101904   no data   no data
4545.67/1138.79	c  N st   100   4079052       482      2102         0    118949      6399   1593215   no data   no data
4769.37/1195.18	c  N st   101   4212948       482      2102         0    162781      6399   2753007   no data   no data
4769.37/1195.18	c  S st   101   4212948       482      2102         0    162781      6399   2753007   no data   no data
4771.79/1195.78	c  S st   101   4213459       482      2102         0    163292      6399   2765487   no data   no data
4771.79/1195.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4772.19/1195.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.09
4772.19/1195.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4772.19/1195.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4772.19/1195.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4772.19/1195.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    482 time:  0.00 s
4772.19/1195.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4772.57/1195.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4772.96/1196.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s

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-3174082-1304088273/watcher-3174082-1304088273 -o /tmp/evaluation-result-3174082-1304088273/solver-3174082-1304088273 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174082-1304088273.cnf 

running on 4 cores: 0,2,4,6

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.44 7.86 7.95 5/178 12076
/proc/meminfo: memFree=26526940/32951132 swapFree=67111364/67111528
[pid=12076] ppid=12074 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/12076/stat : 12076 (strangenight2-m) R 12074 12076 12004 0 -1 4202496 414 0 0 0 0 0 0 0 25 0 4 0 520425965 52441088 353 33554432000 4194304 4627427 140735814306656 18446744073709551615 47138579531688 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12076/statm: 12803 353 303 106 0 7774 0
[pid=12076/tid=12077] ppid=12074 vsize=247820 CPUtime=0 cores=0,2,4,6
/proc/12076/task/12077/stat : 12077 (strangenight2-m) D 12074 12076 12004 0 -1 4202560 17 0 0 0 0 0 0 0 25 0 4 0 520425965 253767680 389 33554432000 4194304 4627427 140735814306656 18446744073709551615 242970211013 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12076/tid=12078] ppid=12074 vsize=182284 CPUtime=0 cores=0,2,4,6
/proc/12076/task/12078/stat : 12078 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 4 0 520425965 186658816 398 33554432000 4194304 4627427 140735814306656 18446744073709551615 242970211013 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12076/tid=12079] ppid=12074 vsize=182300 CPUtime=0 cores=0,2,4,6
/proc/12076/task/12079/stat : 12079 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 4 0 520425965 186675200 404 33554432000 4194304 4627427 140735814306656 18446744073709551615 242970550075 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.108975 s]
/proc/loadavg: 7.44 7.86 7.95 5/178 12076
/proc/meminfo: memFree=26526940/32951132 swapFree=67111364/67111528
[pid=12076] ppid=12074 vsize=282132 CPUtime=0.41 cores=0,2,4,6
/proc/12076/stat : 12076 (strangenight2-m) R 12074 12076 12004 0 -1 4202496 1718 0 0 0 41 0 0 0 25 0 4 0 520425965 288903168 1597 33554432000 4194304 4627427 140735814306656 18446744073709551615 4332826 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12076/statm: 70533 1597 384 106 0 65504 0
[pid=12076/tid=12077] ppid=12074 vsize=282132 CPUtime=0.1 cores=0,2,4,6
/proc/12076/task/12077/stat : 12077 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 338 0 0 0 10 0 0 0 25 0 4 0 520425965 288903168 1597 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12076/tid=12078] ppid=12074 vsize=282132 CPUtime=0.1 cores=0,2,4,6
/proc/12076/task/12078/stat : 12078 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 335 0 0 0 10 0 0 0 25 0 4 0 520425965 288903168 1597 33554432000 4194304 4627427 140735814306656 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12076/tid=12079] ppid=12074 vsize=282132 CPUtime=0.1 cores=0,2,4,6
/proc/12076/task/12079/stat : 12079 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 263 0 0 0 10 0 0 0 25 0 4 0 520425965 288903168 1597 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 282132

[startup+0.200907 s]
/proc/loadavg: 7.44 7.86 7.95 5/178 12076
/proc/meminfo: memFree=26526940/32951132 swapFree=67111364/67111528
[pid=12076] ppid=12074 vsize=283296 CPUtime=0.78 cores=0,2,4,6
/proc/12076/stat : 12076 (strangenight2-m) R 12074 12076 12004 0 -1 4202496 2340 0 0 0 78 0 0 0 25 0 4 0 520425965 290095104 1660 33554432000 4194304 4627427 140735814306656 18446744073709551615 4308326 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12076/statm: 70824 1660 385 106 0 65795 0
[pid=12076/tid=12077] ppid=12074 vsize=283296 CPUtime=0.19 cores=0,2,4,6
/proc/12076/task/12077/stat : 12077 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 497 0 0 0 19 0 0 0 25 0 4 0 520425965 290095104 1660 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12076/tid=12078] ppid=12074 vsize=283296 CPUtime=0.19 cores=0,2,4,6
/proc/12076/task/12078/stat : 12078 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 492 0 0 0 19 0 0 0 25 0 4 0 520425965 290095104 1660 33554432000 4194304 4627427 140735814306656 18446744073709551615 4327622 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12076/tid=12079] ppid=12074 vsize=283296 CPUtime=0.19 cores=0,2,4,6
/proc/12076/task/12079/stat : 12079 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 411 0 0 0 19 0 0 0 25 0 4 0 520425965 290095104 1660 33554432000 4194304 4627427 140735814306656 18446744073709551615 4308593 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 283296

[startup+0.300889 s]
/proc/loadavg: 7.44 7.86 7.95 5/178 12076
/proc/meminfo: memFree=26526940/32951132 swapFree=67111364/67111528
[pid=12076] ppid=12074 vsize=283484 CPUtime=1.17 cores=0,2,4,6
/proc/12076/stat : 12076 (strangenight2-m) R 12074 12076 12004 0 -1 4202496 2754 0 0 0 117 0 0 0 25 0 4 0 520425965 290287616 2074 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12076/statm: 70871 2074 385 106 0 65842 0
[pid=12076/tid=12077] ppid=12074 vsize=283484 CPUtime=0.29 cores=0,2,4,6
/proc/12076/task/12077/stat : 12077 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 603 0 0 0 29 0 0 0 25 0 4 0 520425965 290287616 2074 33554432000 4194304 4627427 140735814306656 18446744073709551615 4327360 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12076/tid=12078] ppid=12074 vsize=283484 CPUtime=0.29 cores=0,2,4,6
/proc/12076/task/12078/stat : 12078 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 594 0 0 0 29 0 0 0 25 0 4 0 520425965 290287616 2074 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12076/tid=12079] ppid=12074 vsize=283484 CPUtime=0.29 cores=0,2,4,6
/proc/12076/task/12079/stat : 12079 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 520 0 0 0 29 0 0 0 25 0 4 0 520425965 290287616 2074 33554432000 4194304 4627427 140735814306656 18446744073709551615 4308291 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283484

[startup+0.700821 s]
/proc/loadavg: 7.44 7.86 7.95 5/178 12076
/proc/meminfo: memFree=26526940/32951132 swapFree=67111364/67111528
[pid=12076] ppid=12074 vsize=284528 CPUtime=2.77 cores=0,2,4,6
/proc/12076/stat : 12076 (strangenight2-m) R 12074 12076 12004 0 -1 4202496 4410 0 0 0 277 0 0 0 25 0 4 0 520425965 291356672 2616 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12076/statm: 71132 2616 385 106 0 66103 0
[pid=12076/tid=12077] ppid=12074 vsize=284528 CPUtime=0.69 cores=0,2,4,6
/proc/12076/task/12077/stat : 12077 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 986 0 0 0 69 0 0 0 25 0 4 0 520425965 291356672 2616 33554432000 4194304 4627427 140735814306656 18446744073709551615 4327756 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12076/tid=12078] ppid=12074 vsize=284528 CPUtime=0.69 cores=0,2,4,6
/proc/12076/task/12078/stat : 12078 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 992 0 0 0 69 0 0 0 25 0 4 0 520425965 291356672 2616 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12076/tid=12079] ppid=12074 vsize=284528 CPUtime=0.69 cores=0,2,4,6
/proc/12076/task/12079/stat : 12079 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 1027 0 0 0 69 0 0 0 25 0 4 0 520425965 291356672 2616 33554432000 4194304 4627427 140735814306656 18446744073709551615 4299605 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284528

[startup+1.50068 s]
/proc/loadavg: 7.44 7.86 7.95 9/182 12080
/proc/meminfo: memFree=26515440/32951132 swapFree=67111364/67111528
[pid=12076] ppid=12074 vsize=285680 CPUtime=5.96 cores=0,2,4,6
/proc/12076/stat : 12076 (strangenight2-m) R 12074 12076 12004 0 -1 4202496 8628 0 0 0 596 0 0 0 25 0 4 0 520425965 292536320 4528 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12076/statm: 71420 4528 389 106 0 66391 0
[pid=12076/tid=12077] ppid=12074 vsize=285680 CPUtime=1.49 cores=0,2,4,6
/proc/12076/task/12077/stat : 12077 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 1706 0 0 0 149 0 0 0 25 0 4 0 520425965 292536320 4528 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12076/tid=12078] ppid=12074 vsize=285680 CPUtime=1.48 cores=0,2,4,6
/proc/12076/task/12078/stat : 12078 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 1764 0 0 0 148 0 0 0 25 0 4 0 520425965 292536320 4528 33554432000 4194304 4627427 140735814306656 18446744073709551615 4308359 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12076/tid=12079] ppid=12074 vsize=285680 CPUtime=1.49 cores=0,2,4,6
/proc/12076/task/12079/stat : 12079 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 1663 0 0 0 149 0 0 0 25 0 4 0 520425965 292536320 4528 33554432000 4194304 4627427 140735814306656 18446744073709551615 4506933 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 285680

[startup+3.10041 s]
/proc/loadavg: 7.44 7.86 7.95 9/182 12080
/proc/meminfo: memFree=26481092/32951132 swapFree=67111364/67111528
[pid=12076] ppid=12074 vsize=292696 CPUtime=12.36 cores=0,2,4,6
/proc/12076/stat : 12076 (strangenight2-m) R 12074 12076 12004 0 -1 4202496 17564 0 0 0 1234 2 0 0 25 0 4 0 520425965 299720704 9260 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12076/statm: 73174 9260 389 106 0 68145 0
[pid=12076/tid=12077] ppid=12074 vsize=292696 CPUtime=3.09 cores=0,2,4,6
/proc/12076/task/12077/stat : 12077 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 3919 0 0 0 309 0 0 0 25 0 4 0 520425965 299720704 9260 33554432000 4194304 4627427 140735814306656 18446744073709551615 4311162 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12076/tid=12078] ppid=12074 vsize=292696 CPUtime=3.07 cores=0,2,4,6
/proc/12076/task/12078/stat : 12078 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 4663 0 0 0 307 0 0 0 25 0 4 0 520425965 299720704 9260 33554432000 4194304 4627427 140735814306656 18446744073709551615 4332735 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12076/tid=12079] ppid=12074 vsize=292696 CPUtime=3.08 cores=0,2,4,6
/proc/12076/task/12079/stat : 12079 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 4369 0 0 0 308 0 0 0 25 0 4 0 520425965 299720704 9260 33554432000 4194304 4627427 140735814306656 18446744073709551615 4327756 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 292696

[startup+6.30086 s]
/proc/loadavg: 7.73 7.91 7.97 9/182 12080
/proc/meminfo: memFree=26469172/32951132 swapFree=67111364/67111528
[pid=12076] ppid=12074 vsize=284452 CPUtime=23.87 cores=0,2,4,6
/proc/12076/stat : 12076 (strangenight2-m) R 12074 12076 12004 0 -1 4202496 26831 0 0 0 2374 13 0 0 21 0 4 0 520425965 291278848 12193 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12076/statm: 71113 12193 389 106 0 66084 0
[pid=12076/tid=12077] ppid=12074 vsize=284452 CPUtime=5.22 cores=0,2,4,6
/proc/12076/task/12077/stat : 12077 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 6223 0 0 0 519 3 0 0 25 0 4 0 520425965 291278848 12193 33554432000 4194304 4627427 140735814306656 18446744073709551615 4308275 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12076/tid=12078] ppid=12074 vsize=284452 CPUtime=6.14 cores=0,2,4,6
/proc/12076/task/12078/stat : 12078 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 7590 0 0 0 613 1 0 0 25 0 4 0 520425965 291278848 12193 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12076/tid=12079] ppid=12074 vsize=284452 CPUtime=6.27 cores=0,2,4,6
/proc/12076/task/12079/stat : 12079 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 6176 0 0 0 626 1 0 0 25 0 4 0 520425965 291278848 12193 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.87
Current children cumulated vsize (KiB) 284452

[startup+12.7008 s]
/proc/loadavg: 7.75 7.91 7.97 10/182 12080
/proc/meminfo: memFree=26435840/32951132 swapFree=67111364/67111528
[pid=12076] ppid=12074 vsize=292960 CPUtime=49.42 cores=0,2,4,6
/proc/12076/stat : 12076 (strangenight2-m) R 12074 12076 12004 0 -1 4202496 43790 0 0 0 4926 16 0 0 25 0 4 0 520425965 299991040 19609 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309396 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12076/statm: 73240 19609 389 106 0 68211 0
[pid=12076/tid=12077] ppid=12074 vsize=292960 CPUtime=11.62 cores=0,2,4,6
/proc/12076/task/12077/stat : 12077 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 10152 0 0 0 1158 4 0 0 25 0 4 0 520425965 299991040 19609 33554432000 4194304 4627427 140735814306656 18446744073709551615 4321789 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12076/tid=12078] ppid=12074 vsize=292960 CPUtime=12.51 cores=0,2,4,6
/proc/12076/task/12078/stat : 12078 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 10730 0 0 0 1249 2 0 0 25 0 4 0 520425965 299991040 19609 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12076/tid=12079] ppid=12074 vsize=292960 CPUtime=12.66 cores=0,2,4,6
/proc/12076/task/12079/stat : 12079 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 10740 0 0 0 1264 2 0 0 25 0 4 0 520425965 299991040 19609 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.42
Current children cumulated vsize (KiB) 292960

[startup+25.5006 s]
/proc/loadavg: 7.80 7.91 7.97 9/182 12081
/proc/meminfo: memFree=26407312/32951132 swapFree=67111364/67111528
[pid=12076] ppid=12074 vsize=293756 CPUtime=100.52 cores=0,2,4,6
/proc/12076/stat : 12076 (strangenight2-m) R 12074 12076 12004 0 -1 4202496 66461 0 0 0 10027 25 0 0 25 0 4 0 520425965 300806144 24553 33554432000 4194304 4627427 140735814306656 18446744073709551615 4333237 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12076/statm: 73439 24553 389 106 0 68410 0
[pid=12076/tid=12077] ppid=12074 vsize=293756 CPUtime=24.42 cores=0,2,4,6
/proc/12076/task/12077/stat : 12077 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 16342 0 0 0 2436 6 0 0 25 0 4 0 520425965 300806144 24553 33554432000 4194304 4627427 140735814306656 18446744073709551615 4308323 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12076/tid=12078] ppid=12074 vsize=293756 CPUtime=25.25 cores=0,2,4,6
/proc/12076/task/12078/stat : 12078 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 16514 0 0 0 2522 3 0 0 25 0 4 0 520425965 300806144 24554 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12076/tid=12079] ppid=12074 vsize=293756 CPUtime=25.45 cores=0,2,4,6
/proc/12076/task/12079/stat : 12079 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 15116 0 0 0 2542 3 0 0 25 0 4 0 520425965 300806144 24554 33554432000 4194304 4627427 140735814306656 18446744073709551615 4507021 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.52
Current children cumulated vsize (KiB) 293756

[startup+51.1011 s]
/proc/loadavg: 7.87 7.92 7.97 9/182 12081
/proc/meminfo: memFree=26380948/32951132 swapFree=67111364/67111528
[pid=12076] ppid=12074 vsize=307672 CPUtime=202.74 cores=0,2,4,6
/proc/12076/stat : 12076 (strangenight2-m) R 12074 12076 12004 0 -1 4202496 99259 0 0 0 20237 37 0 0 25 0 4 0 520425965 315056128 29751 33554432000 4194304 4627427 140735814306656 18446744073709551615 4308399 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12076/statm: 76918 29751 389 106 0 71889 0
[pid=12076/tid=12077] ppid=12074 vsize=307672 CPUtime=50.01 cores=0,2,4,6
/proc/12076/task/12077/stat : 12077 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 24150 0 0 0 4993 8 0 0 25 0 4 0 520425965 315056128 29751 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12076/tid=12078] ppid=12074 vsize=307672 CPUtime=50.72 cores=0,2,4,6
/proc/12076/task/12078/stat : 12078 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 24506 0 0 0 5067 5 0 0 25 0 4 0 520425965 315056128 29752 33554432000 4194304 4627427 140735814306656 18446744073709551615 4310109 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12076/tid=12079] ppid=12074 vsize=307672 CPUtime=51.03 cores=0,2,4,6
/proc/12076/task/12079/stat : 12079 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 23269 0 0 0 5097 6 0 0 25 0 4 0 520425965 315056128 29752 33554432000 4194304 4627427 140735814306656 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 202.74
Current children cumulated vsize (KiB) 307672

[startup+102.3 s]
/proc/loadavg: 7.98 7.94 7.97 9/182 12083
/proc/meminfo: memFree=26335280/32951132 swapFree=67111364/67111528
[pid=12076] ppid=12074 vsize=322228 CPUtime=407.2 cores=0,2,4,6
/proc/12076/stat : 12076 (strangenight2-m) R 12074 12076 12004 0 -1 4202496 155563 0 0 0 40666 54 0 0 25 0 4 0 520425965 329961472 36783 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309260 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12076/statm: 80557 36783 389 106 0 75528 0
[pid=12076/tid=12077] ppid=12074 vsize=322228 CPUtime=101.21 cores=0,2,4,6
/proc/12076/task/12077/stat : 12077 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 40077 0 0 0 10108 13 0 0 25 0 4 0 520425965 329961472 36783 33554432000 4194304 4627427 140735814306656 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12076/tid=12078] ppid=12074 vsize=322228 CPUtime=101.66 cores=0,2,4,6
/proc/12076/task/12078/stat : 12078 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 36989 0 0 0 10157 9 0 0 25 0 4 0 520425965 329961472 36783 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12076/tid=12079] ppid=12074 vsize=322228 CPUtime=102.2 cores=0,2,4,6
/proc/12076/task/12079/stat : 12079 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 38079 0 0 0 10211 9 0 0 25 0 4 0 520425965 329961472 36783 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.2
Current children cumulated vsize (KiB) 322228

[startup+162.301 s]

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

[pid=12076] ppid=12074 vsize=560368 CPUtime=2803.01 cores=0,2,4,6
/proc/12076/stat : 12076 (strangenight2-m) R 12074 12076 12004 0 -1 4202496 465016 0 0 0 280122 179 0 0 25 0 4 0 520425965 573816832 97458 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309077 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12076/statm: 140092 97458 389 106 0 135063 0
[pid=12076/tid=12077] ppid=12074 vsize=560368 CPUtime=701.1 cores=0,2,4,6
/proc/12076/task/12077/stat : 12077 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 136469 0 0 0 70062 48 0 0 25 0 4 0 520425965 573816832 97458 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12076/tid=12078] ppid=12074 vsize=560368 CPUtime=698.39 cores=0,2,4,6
/proc/12076/task/12078/stat : 12078 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 109725 0 0 0 69804 35 0 0 25 0 4 0 520425965 573816832 97458 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12076/tid=12079] ppid=12074 vsize=560368 CPUtime=701.89 cores=0,2,4,6
/proc/12076/task/12079/stat : 12079 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 79050 0 0 0 70164 25 0 0 25 0 4 0 520425965 573816832 97458 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2803.01
Current children cumulated vsize (KiB) 560368

[startup+762.301 s]
/proc/loadavg: 8.12 8.11 8.03 9/182 12100
/proc/meminfo: memFree=25878180/32951132 swapFree=67111364/67111528
[pid=12076] ppid=12074 vsize=560924 CPUtime=3042.65 cores=0,2,4,6
/proc/12076/stat : 12076 (strangenight2-m) R 12074 12076 12004 0 -1 4202496 484234 0 0 0 304076 189 0 0 25 0 4 0 520425965 574386176 99420 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309256 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12076/statm: 140231 99420 389 106 0 135202 0
[pid=12076/tid=12077] ppid=12074 vsize=560924 CPUtime=761.1 cores=0,2,4,6
/proc/12076/task/12077/stat : 12077 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 147727 0 0 0 76059 51 0 0 25 0 4 0 520425965 574386176 99420 33554432000 4194304 4627427 140735814306656 18446744073709551615 4420146 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12076/tid=12078] ppid=12074 vsize=560924 CPUtime=758.07 cores=0,2,4,6
/proc/12076/task/12078/stat : 12078 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 113155 0 0 0 75770 37 0 0 25 0 4 0 520425965 574386176 99420 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12076/tid=12079] ppid=12074 vsize=560924 CPUtime=761.89 cores=0,2,4,6
/proc/12076/task/12079/stat : 12079 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 79179 0 0 0 76164 25 0 0 25 0 4 0 520425965 574386176 99420 33554432000 4194304 4627427 140735814306656 18446744073709551615 4310114 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3042.65
Current children cumulated vsize (KiB) 560924

[startup+822.3 s]
/proc/loadavg: 8.10 8.10 8.03 9/182 12102
/proc/meminfo: memFree=25877784/32951132 swapFree=67111364/67111528
[pid=12076] ppid=12074 vsize=573620 CPUtime=3282.23 cores=0,2,4,6
/proc/12076/stat : 12076 (strangenight2-m) R 12074 12076 12004 0 -1 4202496 500892 0 0 0 328024 199 0 0 25 0 4 0 520425965 587386880 96358 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12076/statm: 143405 96358 389 106 0 138376 0
[pid=12076/tid=12077] ppid=12074 vsize=573620 CPUtime=821.11 cores=0,2,4,6
/proc/12076/task/12077/stat : 12077 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 153262 0 0 0 82056 55 0 0 25 0 4 0 520425965 587386880 96358 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12076/tid=12078] ppid=12074 vsize=573620 CPUtime=817.75 cores=0,2,4,6
/proc/12076/task/12078/stat : 12078 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 117130 0 0 0 81735 40 0 0 25 0 4 0 520425965 587386880 96358 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12076/tid=12079] ppid=12074 vsize=573620 CPUtime=821.89 cores=0,2,4,6
/proc/12076/task/12079/stat : 12079 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 79619 0 0 0 82163 26 0 0 25 0 4 0 520425965 587386880 96358 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3282.23
Current children cumulated vsize (KiB) 573620

[startup+882.307 s]
/proc/loadavg: 8.13 8.11 8.03 9/182 12103
/proc/meminfo: memFree=25805084/32951132 swapFree=67111364/67111528
[pid=12076] ppid=12074 vsize=591872 CPUtime=3521.87 cores=0,2,4,6
/proc/12076/stat : 12076 (strangenight2-m) R 12074 12076 12004 0 -1 4202496 523917 0 0 0 351977 210 0 0 25 0 4 0 520425965 606076928 106788 33554432000 4194304 4627427 140735814306656 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12076/statm: 147968 106788 389 106 0 142939 0
[pid=12076/tid=12077] ppid=12074 vsize=591872 CPUtime=881.11 cores=0,2,4,6
/proc/12076/task/12077/stat : 12077 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 160007 0 0 0 88054 57 0 0 25 0 4 0 520425965 606076928 106788 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309598 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12076/tid=12078] ppid=12074 vsize=591872 CPUtime=877.43 cores=0,2,4,6
/proc/12076/task/12078/stat : 12078 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 122491 0 0 0 87701 42 0 0 25 0 4 0 520425965 606076928 106788 33554432000 4194304 4627427 140735814306656 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12076/tid=12079] ppid=12074 vsize=591872 CPUtime=881.9 cores=0,2,4,6
/proc/12076/task/12079/stat : 12079 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 83935 0 0 0 88162 28 0 0 25 0 4 0 520425965 606076928 106788 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3521.87
Current children cumulated vsize (KiB) 591872

[startup+942.301 s]
/proc/loadavg: 8.13 8.12 8.04 9/182 12105
/proc/meminfo: memFree=25818836/32951132 swapFree=67111364/67111528
[pid=12076] ppid=12074 vsize=604820 CPUtime=3761.47 cores=0,2,4,6
/proc/12076/stat : 12076 (strangenight2-m) R 12074 12076 12004 0 -1 4202496 544466 0 0 0 375926 221 0 0 25 0 4 0 520425965 619335680 109511 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309164 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12076/statm: 151205 109511 389 106 0 146176 0
[pid=12076/tid=12077] ppid=12074 vsize=604820 CPUtime=941.1 cores=0,2,4,6
/proc/12076/task/12077/stat : 12077 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 166976 0 0 0 94050 60 0 0 25 0 4 0 520425965 619335680 109511 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12076/tid=12078] ppid=12074 vsize=604820 CPUtime=937.1 cores=0,2,4,6
/proc/12076/task/12078/stat : 12078 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 125748 0 0 0 93666 44 0 0 25 0 4 0 520425965 619335680 109511 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12076/tid=12079] ppid=12074 vsize=604820 CPUtime=941.89 cores=0,2,4,6
/proc/12076/task/12079/stat : 12079 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 87445 0 0 0 94159 30 0 0 25 0 4 0 520425965 619335680 109511 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3761.47
Current children cumulated vsize (KiB) 604820

[startup+1002.3 s]
/proc/loadavg: 8.33 8.17 8.06 9/182 12116
/proc/meminfo: memFree=25839288/32951132 swapFree=67111364/67111528
[pid=12076] ppid=12074 vsize=581460 CPUtime=4001 cores=0,2,4,6
/proc/12076/stat : 12076 (strangenight2-m) R 12074 12076 12004 0 -1 4202496 565777 0 0 0 399866 234 0 0 25 0 4 0 520425965 595415040 103490 33554432000 4194304 4627427 140735814306656 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12076/statm: 145365 103490 389 106 0 140336 0
[pid=12076/tid=12077] ppid=12074 vsize=581460 CPUtime=1001.11 cores=0,2,4,6
/proc/12076/task/12077/stat : 12077 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 174506 0 0 0 100047 64 0 0 25 0 4 0 520425965 595415040 103490 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12076/tid=12078] ppid=12074 vsize=581460 CPUtime=996.77 cores=0,2,4,6
/proc/12076/task/12078/stat : 12078 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 129250 0 0 0 99631 46 0 0 25 0 4 0 520425965 595415040 103490 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309364 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12076/tid=12079] ppid=12074 vsize=581460 CPUtime=1001.88 cores=0,2,4,6
/proc/12076/task/12079/stat : 12079 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 90336 0 0 0 100156 32 0 0 25 0 4 0 520425965 595415040 103490 33554432000 4194304 4627427 140735814306656 18446744073709551615 4427854 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4001
Current children cumulated vsize (KiB) 581460

[startup+1062.3 s]
/proc/loadavg: 8.27 8.18 8.07 9/182 12117
/proc/meminfo: memFree=25859368/32951132 swapFree=67111364/67111528
[pid=12076] ppid=12074 vsize=580176 CPUtime=4240.6 cores=0,2,4,6
/proc/12076/stat : 12076 (strangenight2-m) R 12074 12076 12004 0 -1 4202496 591795 0 0 0 423809 251 0 0 25 0 4 0 520425965 594100224 101584 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309396 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12076/statm: 145044 101584 389 106 0 140015 0
[pid=12076/tid=12077] ppid=12074 vsize=580176 CPUtime=1061.1 cores=0,2,4,6
/proc/12076/task/12077/stat : 12077 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 181090 0 0 0 106044 66 0 0 25 0 4 0 520425965 594100224 101584 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309125 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12076/tid=12078] ppid=12074 vsize=580176 CPUtime=1056.45 cores=0,2,4,6
/proc/12076/task/12078/stat : 12078 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 137241 0 0 0 105595 50 0 0 25 0 4 0 520425965 594100224 101584 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12076/tid=12079] ppid=12074 vsize=580176 CPUtime=1061.88 cores=0,2,4,6
/proc/12076/task/12079/stat : 12079 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 95830 0 0 0 106152 36 0 0 25 0 4 0 520425965 594100224 101584 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4240.6
Current children cumulated vsize (KiB) 580176

[startup+1122.3 s]
/proc/loadavg: 8.17 8.16 8.07 9/182 12119
/proc/meminfo: memFree=25822908/32951132 swapFree=67111364/67111528
[pid=12076] ppid=12074 vsize=645500 CPUtime=4480.2 cores=0,2,4,6
/proc/12076/stat : 12076 (strangenight2-m) R 12074 12076 12004 0 -1 4202496 614236 0 0 0 447758 262 0 0 25 0 4 0 520425965 660992000 106699 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12076/statm: 161375 106699 389 106 0 156346 0
[pid=12076/tid=12077] ppid=12074 vsize=645500 CPUtime=1121.1 cores=0,2,4,6
/proc/12076/task/12077/stat : 12077 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 187887 0 0 0 112041 69 0 0 25 0 4 0 520425965 660992000 106699 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12076/tid=12078] ppid=12074 vsize=645500 CPUtime=1116.12 cores=0,2,4,6
/proc/12076/task/12078/stat : 12078 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 143278 0 0 0 111560 52 0 0 25 0 4 0 520425965 660992000 106699 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12076/tid=12079] ppid=12074 vsize=645500 CPUtime=1121.88 cores=0,2,4,6
/proc/12076/task/12079/stat : 12079 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 100897 0 0 0 112150 38 0 0 25 0 4 0 520425965 660992000 106699 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4480.2
Current children cumulated vsize (KiB) 645500

[startup+1182.3 s]
/proc/loadavg: 8.12 8.14 8.07 9/182 12151
/proc/meminfo: memFree=26093576/32951132 swapFree=67111364/67111528
[pid=12076] ppid=12074 vsize=619796 CPUtime=4718.24 cores=0,2,4,6
/proc/12076/stat : 12076 (strangenight2-m) R 12074 12076 12004 0 -1 4202496 638016 0 0 0 471551 273 0 0 25 0 4 0 520425965 634671104 108528 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12076/statm: 154949 108528 389 106 0 149920 0
[pid=12076/tid=12077] ppid=12074 vsize=619796 CPUtime=1180.35 cores=0,2,4,6
/proc/12076/task/12077/stat : 12077 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 195073 0 0 0 117964 71 0 0 25 0 4 0 520425965 634671104 108528 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12076/tid=12078] ppid=12074 vsize=619796 CPUtime=1175.81 cores=0,2,4,6
/proc/12076/task/12078/stat : 12078 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 150225 0 0 0 117527 54 0 0 25 0 4 0 520425965 634671104 108528 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12076/tid=12079] ppid=12074 vsize=619796 CPUtime=1181.88 cores=0,2,4,6
/proc/12076/task/12079/stat : 12079 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 104371 0 0 0 118148 40 0 0 25 0 4 0 520425965 634671104 108528 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4718.24
Current children cumulated vsize (KiB) 619796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.15 8.15 8.07 9/182 12152
/proc/meminfo: memFree=26018444/32951132 swapFree=67111364/67111528
[pid=12076] ppid=12074 vsize=619796 CPUtime=4800.14 cores=0,2,4,6
/proc/12076/stat : 12076 (strangenight2-m) R 12074 12076 12004 0 -1 4202496 648008 0 0 0 479737 277 0 0 25 0 4 0 520425965 634671104 118335 33554432000 4194304 4627427 140735814306656 18446744073709551615 4420265 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12076/statm: 154949 118335 389 106 0 149920 0
[pid=12076/tid=12077] ppid=12074 vsize=619796 CPUtime=1200.84 cores=0,2,4,6
/proc/12076/task/12077/stat : 12077 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 196442 0 0 0 120012 72 0 0 25 0 4 0 520425965 634671104 118335 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12076/tid=12078] ppid=12074 vsize=619796 CPUtime=1196.2 cores=0,2,4,6
/proc/12076/task/12078/stat : 12078 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 151531 0 0 0 119565 55 0 0 25 0 4 0 520425965 634671104 118335 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12076/tid=12079] ppid=12074 vsize=619796 CPUtime=1202.39 cores=0,2,4,6
/proc/12076/task/12079/stat : 12079 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 104554 0 0 0 120199 40 0 0 25 0 4 0 520425965 634671104 118335 33554432000 4194304 4627427 140735814306656 18446744073709551615 4427152 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 619796

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

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

[startup+1202.8 s]
/proc/loadavg: 8.15 8.15 8.07 9/182 12152
/proc/meminfo: memFree=26018444/32951132 swapFree=67111364/67111528
[pid=12076] ppid=12074 vsize=619796 CPUtime=4800.14 cores=0,2,4,6
/proc/12076/stat : 12076 (strangenight2-m) R 12074 12076 12004 0 -1 4202496 648008 0 0 0 479737 277 0 0 25 0 4 0 520425965 634671104 118335 33554432000 4194304 4627427 140735814306656 18446744073709551615 4420265 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12076/statm: 154949 118335 389 106 0 149920 0
[pid=12076/tid=12077] ppid=12074 vsize=619796 CPUtime=1200.84 cores=0,2,4,6
/proc/12076/task/12077/stat : 12077 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 196442 0 0 0 120012 72 0 0 25 0 4 0 520425965 634671104 118335 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12076/tid=12078] ppid=12074 vsize=619796 CPUtime=1196.2 cores=0,2,4,6
/proc/12076/task/12078/stat : 12078 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 151531 0 0 0 119565 55 0 0 25 0 4 0 520425965 634671104 118335 33554432000 4194304 4627427 140735814306656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12076/tid=12079] ppid=12074 vsize=619796 CPUtime=1202.39 cores=0,2,4,6
/proc/12076/task/12079/stat : 12079 (strangenight2-m) R 12074 12076 12004 0 -1 4202560 104554 0 0 0 120199 40 0 0 25 0 4 0 520425965 634671104 118335 33554432000 4194304 4627427 140735814306656 18446744073709551615 4427152 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 619796

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.83
CPU time (s): 4800.19
CPU user time (s): 4797.39
CPU system time (s): 2.79357
CPU usage (%): 399.073
Max. virtual memory (cumulated for all children) (KiB): 724944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.39
system time used= 2.79357
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 648008
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= 286
involuntary context switches= 21380

runsolver used 1.84972 second user time and 4.41733 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 16:44:33
IDJOB=3174082
IDBENCH=82900
IDSOLVER=1586
FILE ID=node128/3174082-1304088273
RUNJOBID= node128-1304088234-12022
PBS_JOBID= 13170567
Free space on /tmp= 66968 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S769368248-036.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174082-1304088273/watcher-3174082-1304088273 -o /tmp/evaluation-result-3174082-1304088273/solver-3174082-1304088273 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174082-1304088273.cnf

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

MD5SUM BENCH= d71042a4f58355ef8c71c53ec29199cb
RANDOM SEED=1307697592

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      26527096 kB
Buffers:       1279108 kB
Cached:        4401420 kB
SwapCached:        160 kB
Active:         432688 kB
Inactive:      5404840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      26527096 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            5876 kB
Writeback:           0 kB
AnonPages:      156680 kB
Mapped:          15744 kB
Slab:           524076 kB
PageTables:       4936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   413812 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66964 MiB
End job on node128 at 2011-04-29 17:04:38