Trace number 3174117

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S386464511-018.SATISFIABLE.cnf
MD5SUM988859f9794bcb4984b591f0d8d2fa91
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.004999
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
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-3174117-1304096531.cnf'
0.00/0.00	c -- header says num vars:            450
0.00/0.00	c -- header says num clauses:        1917
0.00/0.00	c -- clauses added:            0 learnts,         1917 normals,            0 xors
0.00/0.00	c -- vars added        450
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       450      1917         0         0      5751         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/1917/1917 lits-rem:0 time: 0.00
0.00/0.00	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:    450 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.40/0.15	c lits-rem:         0  cl-subs:        0  v-elim:     16  v-fix:    0  time:  0.00 s
0.40/0.15	c Finding binary XORs  T:     0.00 s  found:       0
0.40/0.15	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.40/0.15	c calculated reachability. Time: 0.00
0.40/0.15	c Calc default polars -  time:   0.00 s pos:     190 undec:      50 neg:     210
0.40/0.15	c =========================================================================================
0.40/0.15	c types(t): F = full restart, N = normal restart
0.40/0.15	c types(t): S = simplification begin/end, E = solution found
0.40/0.15	c restart types(rt): st = static, dy = dynamic
0.40/0.15	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.40/0.15	c  B st     0         0       434      1902         0         0      5791         0   no data   no data
0.40/0.15	c Decided on static restart strategy
0.40/0.15	c  N st     8      4914       434      1902         0      4830      5791    108589   no data   no data
3.17/0.80	c  N st    10     11296       434      1902         0      4479      5791     70282   no data   no data
3.17/0.80	c  N st    11     17040       434      1902         0     10095      5791    197681   no data   no data
3.97/1.10	c  F st    12     25001       434      1902         0     12352      5791    236434   no data   no data
3.97/1.10	c  N st    12     25001       434      1902         0     12352      5791    236434   no data   no data
5.16/1.30	c Decided on static restart strategy
5.16/1.30	c  N st    18     30003       434      1902         0     10652      5791    180906   no data   no data
5.16/1.30	c  S st    18     30003       434      1902         0     10652      5791    180906   no data   no data
5.16/1.33	c  S st    18     30506       434      1902         0     11153      5791    191598   no data   no data
5.16/1.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.16/1.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.16/1.33	c blocked clauses removed:       27 vars:      4 tried:         434 T: 0.00 s
5.16/1.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.16/1.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    430 time:  0.00 s
5.16/1.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.16/1.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.56/1.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.40	c lits-rem:       132  cl-subs:      623  v-elim:      0  v-fix:    0  time:  0.04 s
5.56/1.40	c asymm  cl-useful: 0/1875/1875 lits-rem:0 time: 0.01
5.56/1.40	c calculated reachability. Time: 0.00
5.56/1.40	c  N st    18     30506       430      1875         0     10501      5710    177374   no data   no data
6.77/1.77	c  N st    20     37617       430      1875         0      9768      5710    145832   no data   no data
8.36/2.14	c  N st    21     44018       430      1875         0     16006      5710    286638   no data   no data
8.78/2.26	c  S st    22     45759       430      1875         0      9005      5710    114914   no data   no data
8.78/2.29	c  S st    22     46263       430      1875         0      9504      5710    125237   no data   no data
8.78/2.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.78/2.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
8.78/2.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.78/2.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.78/2.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.78/2.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    430 time:  0.00 s
8.78/2.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.78/2.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.78/2.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.18/2.31	c lits-rem:        21  cl-subs:       89  v-elim:      0  v-fix:    0  time:  0.01 s
9.18/2.31	c vivif2 --  cl tried     1875 cl shrink        0 lits rem          0 time: 0.00
9.18/2.31	c vivif2 --  cl tried     9415 cl shrink        0 lits rem          0 time: 0.00
9.18/2.31	c asymm  cl-useful: 0/1875/1875 lits-rem:0 time: 0.01
9.18/2.31	c calculated reachability. Time: 0.00
9.18/2.31	c  N st    22     46263       430      1875         0      9415      5710    123548   no data   no data
12.76/3.26	c  N st    23     60660       430      1875         0     13692      5710    202475   no data   no data
15.56/3.94	c  N st    24     69394       430      1875         0     11484      5710    149633   no data   no data
15.56/3.94	c  S st    24     69394       430      1875         0     11484      5710    149633   no data   no data
15.56/3.97	c  S st    24     69899       430      1875         0     11989      5710    160417   no data   no data
15.56/3.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.56/3.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.56/3.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.56/3.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.56/3.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.56/3.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    430 time:  0.00 s
15.56/3.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.56/3.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.56/3.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.96/4.00	c lits-rem:        44  cl-subs:      278  v-elim:      0  v-fix:    0  time:  0.02 s
15.96/4.00	c vivif2 --  cl tried     1875 cl shrink        0 lits rem          0 time: 0.00
15.96/4.00	c vivif2 --  cl tried    11711 cl shrink        0 lits rem          0 time: 0.00
15.96/4.01	c asymm  cl-useful: 0/1875/1875 lits-rem:0 time: 0.01
15.96/4.01	c calculated reachability. Time: 0.00
15.96/4.01	c  N st    24     69899       430      1875         0     11711      5710    154843   no data   no data
20.74/5.28	c  F st    25     87500       430      1875         0     17157      5710    259171   no data   no data
20.74/5.28	c  N st    25     87500       430      1875         0     17157      5710    259171   no data   no data
22.37/5.65	c Decided on static restart strategy
23.14/5.89	c  N st    32     95542       430      1875         0     25023      5710    426238   no data   no data
25.94/6.56	c  N st    34    104848       430      1875         0     21481      5710    358858   no data   no data
25.94/6.56	c  S st    34    104848       430      1875         0     21481      5710    358858   no data   no data
26.35/6.61	c  S st    34    105355       430      1875         0     21988      5710    370278   no data   no data
26.35/6.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.35/6.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
26.35/6.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.35/6.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.35/6.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.35/6.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    430 time:  0.00 s
26.35/6.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.35/6.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
26.35/6.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.14/6.83	c lits-rem:       339  cl-subs:     1155  v-elim:      0  v-fix:    0  time:  0.19 s
27.14/6.83	c vivif2 --  cl tried     1875 cl shrink        0 lits rem          0 time: 0.00
27.14/6.84	c vivif2 --  cl tried    20833 cl shrink        0 lits rem          0 time: 0.00
27.14/6.85	c asymm  cl-useful: 0/1875/1875 lits-rem:0 time: 0.01
27.14/6.85	c calculated reachability. Time: 0.00
27.14/6.85	c  N st    34    105355       430      1875         0     20833      5710    341781   no data   no data
30.74/7.72	c  N st    35    114953       430      1875         0     16551      5710    220545   no data   no data
35.54/8.94	c  N st    36    129350       430      1875         0     16020      5710    193696   no data   no data
42.32/10.69	c  N st    37    150945       430      1875         0     21441      5710    307033   no data   no data
44.71/11.21	c  S st    38    158032       430      1875         0     28420      5710    469360   no data   no data
44.71/11.29	c  S st    38    158535       430      1875         0     28922      5710    479793   no data   no data
44.71/11.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.71/11.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
44.71/11.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44.71/11.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.71/11.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.71/11.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    430 time:  0.00 s
45.11/11.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.11/11.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
45.11/11.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.31/11.61	c lits-rem:       207  cl-subs:     1503  v-elim:      0  v-fix:    0  time:  0.29 s
46.31/11.61	c vivif2 --  cl tried     1875 cl shrink        0 lits rem          0 time: 0.00
46.31/11.62	c vivif2 --  cl tried    27419 cl shrink        0 lits rem          0 time: 0.01
46.31/11.63	c asymm  cl-useful: 0/1875/1875 lits-rem:0 time: 0.02
46.31/11.63	c calculated reachability. Time: 0.00
46.31/11.63	c  N st    38    158535       430      1875         0     27419      5710    444720   no data   no data
65.48/16.41	c  N st    39    207123       430      1875         0     22073      5710    289853   no data   no data
78.66/19.80	c  N st    40    237802       430      1875         0     32465      5710    502727   no data   no data
78.66/19.80	c  S st    40    237802       430      1875         0     32465      5710    502727   no data   no data
79.08/19.88	c  S st    40    238308       430      1875         0     32968      5710    513540   no data   no data
79.08/19.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
79.08/19.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
79.08/19.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
79.08/19.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
79.08/19.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.08/19.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    430 time:  0.00 s
79.08/19.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
79.08/19.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
79.48/19.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.66/20.29	c lits-rem:       230  cl-subs:     1354  v-elim:      0  v-fix:    0  time:  0.37 s
80.66/20.29	c vivif2 --  cl tried     1875 cl shrink        0 lits rem          0 time: 0.00
81.06/20.30	c vivif2 --  cl tried    31614 cl shrink        0 lits rem          0 time: 0.01
81.06/20.32	c asymm  cl-useful: 0/1875/1875 lits-rem:0 time: 0.02
81.06/20.32	c calculated reachability. Time: 0.00
81.06/20.32	c  N st    40    238308       430      1875         0     31614      5710    484632   no data   no data
109.84/27.57	c  F st    41    306251       430      1875         0     33549      5710    495273   no data   no data
109.84/27.57	c  N st    41    306251       430      1875         0     33549      5710    495273   no data   no data
112.61/28.25	c Decided on static restart strategy
123.80/31.03	c  N st    51    334556       430      1875         0     37843      5710    554500   no data   no data
134.98/33.89	c  N st    53    357463       430      1875         0     35703      5710    495469   no data   no data
134.98/33.89	c  S st    53    357463       430      1875         0     35703      5710    495469   no data   no data
135.39/33.99	c  S st    53    357968       430      1875         0     36208      5710    506475   no data   no data
135.39/33.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
135.79/34.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
135.79/34.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
135.79/34.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
135.79/34.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
135.79/34.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    430 time:  0.00 s
135.79/34.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
135.79/34.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
135.79/34.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
137.39/34.43	c lits-rem:       323  cl-subs:     1853  v-elim:      0  v-fix:    0  time:  0.40 s
137.39/34.43	c vivif2 --  cl tried     1875 cl shrink        0 lits rem          0 time: 0.00
137.39/34.43	c vivif2 --  cl tried    34355 cl shrink        0 lits rem          0 time: 0.01
137.39/34.46	c asymm  cl-useful: 0/1875/1875 lits-rem:0 time: 0.02
137.39/34.46	c calculated reachability. Time: 0.00
137.39/34.46	c  N st    53    357968       430      1875         0     34355      5710    467135   no data   no data
154.18/38.67	c  N st    54    390360       430      1875         0     40633      5710    593820   no data   no data
182.92/45.87	c  N st    55    438949       430      1875         0     34146      5710    406788   no data   no data
225.66/56.54	c  N st    56    511832       430      1875         0     47778      5710    705647   no data   no data
240.44/60.26	c  N st    57    536955       430      1875         0     42004      5710    550018   no data   no data
240.44/60.26	c  S st    57    536955       430      1875         0     42004      5710    550018   no data   no data
240.84/60.37	c  S st    57    537461       430      1875         0     42506      5710    560881   no data   no data
240.84/60.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
240.84/60.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
240.84/60.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
240.84/60.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
240.84/60.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
240.84/60.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    430 time:  0.00 s
240.84/60.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
241.24/60.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
241.24/60.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
243.23/60.92	c lits-rem:       146  cl-subs:     2120  v-elim:      0  v-fix:    0  time:  0.51 s
243.23/60.92	c vivif2 --  cl tried     1875 cl shrink        0 lits rem          0 time: 0.00
243.23/60.93	c vivif2 --  cl tried    40386 cl shrink        0 lits rem          0 time: 0.01
243.23/60.96	c asymm  cl-useful: 0/1875/1875 lits-rem:0 time: 0.03
243.23/60.96	c calculated reachability. Time: 0.00
243.23/60.96	c  N st    57    537461       430      1875         0     40386      5710    519417   no data   no data
353.49/88.57	c  N st    58    701449       430      1875         0     69768      5710   1121040   no data   no data
424.19/106.29	c  N st    59    806191       430      1875         0     63596      5710    943565   no data   no data
424.19/106.29	c  S st    59    806191       430      1875         0     63596      5710    943565   no data   no data
424.99/106.48	c  S st    59    806693       430      1875         0     64097      5710    954896   no data   no data
424.99/106.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
425.40/106.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
425.40/106.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
425.40/106.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
425.40/106.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
425.40/106.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    430 time:  0.00 s
425.40/106.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
425.40/106.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
425.40/106.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
434.18/108.72	c lits-rem:       380  cl-subs:     4626  v-elim:      0  v-fix:    0  time:  2.17 s
434.18/108.72	c vivif2 --  cl tried     1875 cl shrink        0 lits rem          0 time: 0.00
434.18/108.73	c vivif2 --  cl tried    59471 cl shrink        0 lits rem          0 time: 0.01
434.18/108.79	c asymm  cl-useful: 0/1875/1875 lits-rem:0 time: 0.05
434.18/108.79	c calculated reachability. Time: 0.00
434.18/108.79	c  N st    59    806693       430      1875         0     59471      5710    866531   no data   no data
634.31/158.81	c  F st    60   1071876       430      1875         0     74963      5710   1098313   no data   no data
634.31/158.81	c  N st    60   1071876       430      1875         0     74963      5710   1098313   no data   no data
639.90/160.22	c Decided on static restart strategy
660.67/165.49	c  N st    70   1100176       430      1875         0     58800      5710    697094   no data   no data
691.03/173.01	c  N st    72   1136169       430      1875         0     49122      5710    508698   no data   no data
718.20/179.82	c  N st    73   1168562       430      1875         0     80422      5710   1182187   no data   no data
756.94/189.55	c  N st    74   1210040       430      1875         0     75171      5710   1107859   no data   no data
756.94/189.55	c  S st    74   1210040       430      1875         0     75171      5710   1107859   no data   no data
758.14/189.80	c  S st    74   1210541       430      1875         0     75670      5710   1118727   no data   no data
758.14/189.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
758.14/189.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
758.14/189.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
758.14/189.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
758.14/189.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
758.14/189.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    430 time:  0.00 s
758.14/189.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
758.14/189.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
758.14/189.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
770.52/192.94	c lits-rem:       837  cl-subs:     4612  v-elim:      0  v-fix:    0  time:  3.05 s
770.52/192.94	c vivif2 --  cl tried     1875 cl shrink        0 lits rem          0 time: 0.00
770.52/192.96	c vivif2 --  cl tried    71058 cl shrink        0 lits rem          0 time: 0.02
770.92/193.03	c asymm  cl-useful: 0/1875/1875 lits-rem:0 time: 0.07
770.92/193.03	c calculated reachability. Time: 0.00
770.92/193.03	c  N st    74   1210541       430      1875         0     71058      5710   1014220   no data   no data
847.22/212.13	c  N st    75   1283428       430      1875         0     47915      5710    435912   no data   no data
963.07/241.10	c  N st    76   1392751       430      1875         0     56084      5710    586130   no data   no data
1122.05/280.90	c  N st    77   1556735       430      1875         0     60932      5710    656621   no data   no data
1285.84/321.96	c  N st    78   1710542       430      1875         0    101876      5710   1521685   no data   no data
1285.84/321.96	c  S st    78   1710542       430      1875         0    101876      5710   1521685   no data   no data
1287.45/322.32	c  S st    78   1711043       430      1875         0    102375      5710   1532854   no data   no data
1287.45/322.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1287.45/322.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1287.45/322.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1287.45/322.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1287.45/322.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1287.45/322.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    430 time:  0.00 s
1287.45/322.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1287.45/322.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1287.85/322.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1334.16/334.05	c lits-rem:       746  cl-subs:    13525  v-elim:      0  v-fix:    0  time: 11.61 s
1334.16/334.05	c vivif2 --  cl tried     1875 cl shrink        0 lits rem          0 time: 0.00
1334.16/334.07	c vivif2 --  cl tried    88850 cl shrink        0 lits rem          0 time: 0.02
1334.56/334.16	c asymm  cl-useful: 0/1875/1875 lits-rem:0 time: 0.09
1334.56/334.16	c calculated reachability. Time: 0.00
1334.56/334.16	c  N st    78   1711043       430      1875         0     88850      5710   1253276   no data   no data
1708.06/427.69	c  N st    79   2080007       430      1875         0    100819      5710   1403606   no data   no data
1863.47/466.56	c  N st    80   2211043       430      1875         0    105175      5710   1500507   no data   no data
1863.47/466.56	c  S st    80   2211043       430      1875         0    105175      5710   1500507   no data   no data
1865.05/466.93	c  S st    80   2211549       430      1875         0    105679      5710   1512587   no data   no data
1865.05/466.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1865.05/466.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1865.05/466.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1865.05/466.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1865.05/466.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1865.05/466.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    430 time:  0.00 s
1865.05/466.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1865.45/467.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1865.45/467.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1893.02/473.97	c lits-rem:       726  cl-subs:     7814  v-elim:      0  v-fix:    0  time:  6.91 s
1893.02/473.97	c vivif2 --  cl tried     1875 cl shrink        0 lits rem          0 time: 0.00
1893.02/473.99	c vivif2 --  cl tried    97865 cl shrink        0 lits rem          0 time: 0.02
1893.42/474.10	c asymm  cl-useful: 0/1875/1875 lits-rem:0 time: 0.11
1893.42/474.10	c calculated reachability. Time: 0.00
1893.42/474.10	c  N st    80   2211549       430      1875         0     97865      5710   1362053   no data   no data
2502.59/626.51	c  N st    81   2711550       430      1875         0    120546      5710   1711294   no data   no data
2502.59/626.51	c  S st    81   2711550       430      1875         0    120546      5710   1711294   no data   no data
2504.19/626.95	c  S st    81   2712056       430      1875         0    121051      5710   1723036   no data   no data
2504.19/626.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2504.61/627.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
2504.61/627.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2504.61/627.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2504.61/627.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2504.61/627.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    430 time:  0.00 s
2504.61/627.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2504.61/627.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2504.61/627.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2555.33/639.77	c lits-rem:      1181  cl-subs:    14208  v-elim:      0  v-fix:    0  time: 12.67 s
2555.33/639.77	c vivif2 --  cl tried     1875 cl shrink        0 lits rem          0 time: 0.00
2555.33/639.79	c vivif2 --  cl tried   106843 cl shrink        0 lits rem          0 time: 0.02
2556.13/639.91	c asymm  cl-useful: 0/1875/1875 lits-rem:0 time: 0.12
2556.13/639.92	c calculated reachability. Time: 0.00
2556.13/639.92	c  N st    81   2712056       430      1875         0    106843      5710   1466743   no data   no data
3240.00/811.13	c  N st    82   3212056       430      1875         0     83481      5710    827218   no data   no data
3240.00/811.13	c  S st    82   3212056       430      1875         0     83481      5710    827218   no data   no data
3240.80/811.38	c  S st    82   3212557       430      1875         0     83982      5710    838484   no data   no data
3240.80/811.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3241.20/811.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
3241.20/811.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3241.20/811.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3241.20/811.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3241.20/811.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    430 time:  0.00 s
3241.20/811.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3241.20/811.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3241.20/811.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3243.21/812.00	c lits-rem:       116  cl-subs:     1982  v-elim:      0  v-fix:    0  time:  0.52 s
3243.21/812.00	c vivif2 --  cl tried     1875 cl shrink        0 lits rem          0 time: 0.00
3243.59/812.01	c vivif2 --  cl tried    82000 cl shrink        0 lits rem          0 time: 0.01
3243.59/812.09	c asymm  cl-useful: 0/1875/1875 lits-rem:0 time: 0.08
3243.59/812.09	c calculated reachability. Time: 0.00
3243.59/812.09	c  N st    82   3212557       430      1875         0     82000      5710    804278   no data   no data
3949.44/988.79	c  N st    83   3712557       430      1875         0     92681      5710    947660   no data   no data
3949.44/988.79	c  S st    83   3712557       430      1875         0     92681      5710    947660   no data   no data
3951.04/989.18	c  S st    83   3713063       430      1875         0     93184      5710    959281   no data   no data
3951.04/989.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3951.44/989.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
3951.44/989.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3951.44/989.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3951.44/989.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3951.44/989.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    430 time:  0.00 s
3951.44/989.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3951.44/989.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3951.84/989.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3955.83/990.33	c lits-rem:       158  cl-subs:     2449  v-elim:      0  v-fix:    0  time:  1.03 s
3955.83/990.33	c vivif2 --  cl tried     1875 cl shrink        0 lits rem          0 time: 0.00
3955.83/990.35	c vivif2 --  cl tried    90735 cl shrink        0 lits rem          0 time: 0.02
3956.23/990.47	c asymm  cl-useful: 0/1875/1875 lits-rem:0 time: 0.12
3956.23/990.48	c calculated reachability. Time: 0.00
3956.23/990.48	c  N st    83   3713063       430      1875         0     90735      5710    917763   no data   no data
4016.17/1005.41	c  F st    84   3751563       430      1875         0    127957      5710   1762006   no data   no data
4016.17/1005.41	c  N st    84   3751563       430      1875         0    127957      5710   1762006   no data   no data
4026.53/1008.00	c Decided on static restart strategy
4074.48/1020.01	c  N st    94   3779865       430      1875         0    155381      5710   2350098   no data   no data
4130.41/1034.06	c  N st    96   3815860       430      1875         0    108122      5710   1259463   no data   no data
4184.32/1047.52	c  N st    97   3848252       430      1875         0    139411      5710   1901046   no data   no data
4269.81/1068.94	c  N st    98   3896841       430      1875         0    103299      5710   1142775   no data   no data
4400.43/1101.62	c  N st    99   3969725       430      1875         0     89553      5710    842616   no data   no data
4571.80/1144.54	c  N st   100   4079049       430      1875         0    110276      5710   1322125   no data   no data
4779.52/1196.55	c  N st   101   4213064       430      1875         0    153607      5710   2170217   no data   no data
4779.52/1196.55	c  S st   101   4213064       430      1875         0    153607      5710   2170217   no data   no data
4781.91/1197.16	c  S st   101   4213568       430      1875         0    154110      5710   2181477   no data   no data
4781.91/1197.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4782.31/1197.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.08
4782.31/1197.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4782.31/1197.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4782.31/1197.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4782.31/1197.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    430 time:  0.00 s
4782.31/1197.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4782.31/1197.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4782.71/1197.36	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-3174117-1304096531/watcher-3174117-1304096531 -o /tmp/evaluation-result-3174117-1304096531/solver-3174117-1304096531 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174117-1304096531.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.85 8.05 7.68 5/180 29271
/proc/meminfo: memFree=18638452/32951124 swapFree=67111528/67111528
[pid=29271] ppid=29269 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/29271/stat : 29271 (strangenight2-m) R 29269 29271 28678 0 -1 4202496 409 0 0 0 0 0 0 0 25 0 4 0 502068975 52441088 348 33554432000 4194304 4627427 140734775999968 18446744073709551615 233510353905 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29271/statm: 12803 348 299 106 0 7774 0
[pid=29271/tid=29272] ppid=29269 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/29271/task/29272/stat : 29272 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 502068976 52441088 348 33554432000 4194304 4627427 140734775999968 18446744073709551615 47605163456438 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29271/tid=29273] ppid=29269 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/29271/task/29273/stat : 29273 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 502068976 52441088 348 33554432000 4194304 4627427 140734775999968 18446744073709551615 47605163456434 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29271/tid=29274] ppid=29269 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/29271/task/29274/stat : 29274 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 502068976 52441088 348 33554432000 4194304 4627427 140734775999968 18446744073709551615 233510353905 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.10676 s]
/proc/loadavg: 7.85 8.05 7.68 5/180 29271
/proc/meminfo: memFree=18638452/32951124 swapFree=67111528/67111528
[pid=29271] ppid=29269 vsize=282220 CPUtime=0.4 cores=1,3,5,7
/proc/29271/stat : 29271 (strangenight2-m) R 29269 29271 28678 0 -1 4202496 1676 0 0 0 40 0 0 0 18 0 4 0 502068975 288993280 1557 33554432000 4194304 4627427 140734775999968 18446744073709551615 4306201 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29271/statm: 70555 1557 384 106 0 65526 0
[pid=29271/tid=29272] ppid=29269 vsize=282220 CPUtime=0.1 cores=1,3,5,7
/proc/29271/task/29272/stat : 29272 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 331 0 0 0 10 0 0 0 18 0 4 0 502068976 288993280 1557 33554432000 4194304 4627427 140734775999968 18446744073709551615 4299605 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29271/tid=29273] ppid=29269 vsize=282220 CPUtime=0.1 cores=1,3,5,7
/proc/29271/task/29273/stat : 29273 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 338 0 0 0 10 0 0 0 25 0 4 0 502068976 288993280 1557 33554432000 4194304 4627427 140734775999968 18446744073709551615 4327576 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29271/tid=29274] ppid=29269 vsize=282220 CPUtime=0.09 cores=1,3,5,7
/proc/29271/task/29274/stat : 29274 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 265 0 0 0 9 0 0 0 18 0 4 0 502068976 288993280 1557 33554432000 4194304 4627427 140734775999968 18446744073709551615 4308824 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282220

[startup+0.200743 s]
/proc/loadavg: 7.85 8.05 7.68 5/180 29271
/proc/meminfo: memFree=18638452/32951124 swapFree=67111528/67111528
[pid=29271] ppid=29269 vsize=283456 CPUtime=0.77 cores=1,3,5,7
/proc/29271/stat : 29271 (strangenight2-m) R 29269 29271 28678 0 -1 4202496 2237 0 0 0 77 0 0 0 18 0 4 0 502068975 290258944 1594 33554432000 4194304 4627427 140734775999968 18446744073709551615 233509966191 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29271/statm: 70864 1594 385 106 0 65835 0
[pid=29271/tid=29272] ppid=29269 vsize=283456 CPUtime=0.19 cores=1,3,5,7
/proc/29271/task/29272/stat : 29272 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 470 0 0 0 19 0 0 0 18 0 4 0 502068976 290258944 1594 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29271/tid=29273] ppid=29269 vsize=283456 CPUtime=0.19 cores=1,3,5,7
/proc/29271/task/29273/stat : 29273 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 483 0 0 0 19 0 0 0 25 0 4 0 502068976 290258944 1594 33554432000 4194304 4627427 140734775999968 18446744073709551615 4310392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29271/tid=29274] ppid=29269 vsize=283456 CPUtime=0.19 cores=1,3,5,7
/proc/29271/task/29274/stat : 29274 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 403 0 0 0 19 0 0 0 18 0 4 0 502068976 290258944 1594 33554432000 4194304 4627427 140734775999968 18446744073709551615 4308584 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283456

[startup+0.300725 s]
/proc/loadavg: 7.85 8.05 7.68 5/180 29271
/proc/meminfo: memFree=18638452/32951124 swapFree=67111528/67111528
[pid=29271] ppid=29269 vsize=283632 CPUtime=1.17 cores=1,3,5,7
/proc/29271/stat : 29271 (strangenight2-m) R 29269 29271 28678 0 -1 4202496 2634 0 0 0 117 0 0 0 18 0 4 0 502068975 290439168 1991 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29271/statm: 70908 1991 385 106 0 65879 0
[pid=29271/tid=29272] ppid=29269 vsize=283632 CPUtime=0.29 cores=1,3,5,7
/proc/29271/task/29272/stat : 29272 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 569 0 0 0 29 0 0 0 18 0 4 0 502068976 290439168 1991 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309247 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29271/tid=29273] ppid=29269 vsize=283632 CPUtime=0.29 cores=1,3,5,7
/proc/29271/task/29273/stat : 29273 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 580 0 0 0 29 0 0 0 25 0 4 0 502068976 290439168 1991 33554432000 4194304 4627427 140734775999968 18446744073709551615 4327647 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29271/tid=29274] ppid=29269 vsize=283632 CPUtime=0.29 cores=1,3,5,7
/proc/29271/task/29274/stat : 29274 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 504 0 0 0 29 0 0 0 18 0 4 0 502068976 290439168 1991 33554432000 4194304 4627427 140734775999968 18446744073709551615 4330222 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283632

[startup+0.700656 s]
/proc/loadavg: 7.85 8.05 7.68 5/180 29271
/proc/meminfo: memFree=18638452/32951124 swapFree=67111528/67111528
[pid=29271] ppid=29269 vsize=284764 CPUtime=2.77 cores=1,3,5,7
/proc/29271/stat : 29271 (strangenight2-m) R 29269 29271 28678 0 -1 4202496 4343 0 0 0 277 0 0 0 18 0 4 0 502068975 291598336 2405 33554432000 4194304 4627427 140734775999968 18446744073709551615 4310117 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29271/statm: 71191 2405 385 106 0 66162 0
[pid=29271/tid=29272] ppid=29269 vsize=284764 CPUtime=0.69 cores=1,3,5,7
/proc/29271/task/29272/stat : 29272 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 929 0 0 0 69 0 0 0 18 0 4 0 502068976 291598336 2405 33554432000 4194304 4627427 140734775999968 18446744073709551615 4308275 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29271/tid=29273] ppid=29269 vsize=284764 CPUtime=0.69 cores=1,3,5,7
/proc/29271/task/29273/stat : 29273 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 945 0 0 0 69 0 0 0 25 0 4 0 502068976 291598336 2405 33554432000 4194304 4627427 140734775999968 18446744073709551615 4310114 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29271/tid=29274] ppid=29269 vsize=284764 CPUtime=0.69 cores=1,3,5,7
/proc/29271/task/29274/stat : 29274 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 994 0 0 0 69 0 0 0 18 0 4 0 502068976 291598336 2405 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284764

[startup+1.50051 s]
/proc/loadavg: 7.85 8.05 7.68 10/184 29275
/proc/meminfo: memFree=18626516/32951124 swapFree=67111528/67111528
[pid=29271] ppid=29269 vsize=285648 CPUtime=5.96 cores=1,3,5,7
/proc/29271/stat : 29271 (strangenight2-m) R 29269 29271 28678 0 -1 4202496 8066 0 0 0 596 0 0 0 20 0 4 0 502068975 292503552 4291 33554432000 4194304 4627427 140734775999968 18446744073709551615 4305851 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29271/statm: 71412 4291 389 106 0 66383 0
[pid=29271/tid=29272] ppid=29269 vsize=285648 CPUtime=1.49 cores=1,3,5,7
/proc/29271/task/29272/stat : 29272 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 1627 0 0 0 149 0 0 0 20 0 4 0 502068976 292503552 4291 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29271/tid=29273] ppid=29269 vsize=285648 CPUtime=1.48 cores=1,3,5,7
/proc/29271/task/29273/stat : 29273 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 1645 0 0 0 148 0 0 0 25 0 4 0 502068976 292503552 4291 33554432000 4194304 4627427 140734775999968 18446744073709551615 4310370 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29271/tid=29274] ppid=29269 vsize=285648 CPUtime=1.49 cores=1,3,5,7
/proc/29271/task/29274/stat : 29274 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 1575 0 0 0 149 0 0 0 20 0 4 0 502068976 292503552 4291 33554432000 4194304 4627427 140734775999968 18446744073709551615 4321474 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 285648

[startup+3.10023 s]
/proc/loadavg: 7.85 8.05 7.68 9/184 29275
/proc/meminfo: memFree=18616740/32951124 swapFree=67111528/67111528
[pid=29271] ppid=29269 vsize=294036 CPUtime=12.36 cores=1,3,5,7
/proc/29271/stat : 29271 (strangenight2-m) R 29269 29271 28678 0 -1 4202496 16880 0 0 0 1234 2 0 0 25 0 4 0 502068975 301092864 8174 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29271/statm: 73509 8174 389 106 0 68480 0
[pid=29271/tid=29272] ppid=29269 vsize=294036 CPUtime=3.09 cores=1,3,5,7
/proc/29271/task/29272/stat : 29272 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 3751 0 0 0 309 0 0 0 25 0 4 0 502068976 301092864 8174 33554432000 4194304 4627427 140734775999968 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29271/tid=29273] ppid=29269 vsize=294036 CPUtime=3.07 cores=1,3,5,7
/proc/29271/task/29273/stat : 29273 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 4501 0 0 0 307 0 0 0 25 0 4 0 502068976 301092864 8174 33554432000 4194304 4627427 140734775999968 18446744073709551615 4327592 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29271/tid=29274] ppid=29269 vsize=294036 CPUtime=3.08 cores=1,3,5,7
/proc/29271/task/29274/stat : 29274 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 4169 0 0 0 308 0 0 0 25 0 4 0 502068976 301092864 8174 33554432000 4194304 4627427 140734775999968 18446744073709551615 4308599 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 294036

[startup+6.30065 s]
/proc/loadavg: 7.94 8.06 7.69 9/184 29275
/proc/meminfo: memFree=18598884/32951124 swapFree=67111528/67111528
[pid=29271] ppid=29269 vsize=299792 CPUtime=25.14 cores=1,3,5,7
/proc/29271/stat : 29271 (strangenight2-m) R 29269 29271 28678 0 -1 4202496 26365 0 0 0 2510 4 0 0 25 0 4 0 502068975 306987008 11691 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309217 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29271/statm: 74948 11691 389 106 0 69919 0
[pid=29271/tid=29272] ppid=29269 vsize=299792 CPUtime=6.28 cores=1,3,5,7
/proc/29271/task/29272/stat : 29272 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 6801 0 0 0 627 1 0 0 25 0 4 0 502068976 306987008 11691 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29271/tid=29273] ppid=29269 vsize=299792 CPUtime=6.25 cores=1,3,5,7
/proc/29271/task/29273/stat : 29273 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 7180 0 0 0 625 0 0 0 25 0 4 0 502068976 306987008 11691 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29271/tid=29274] ppid=29269 vsize=299792 CPUtime=6.29 cores=1,3,5,7
/proc/29271/task/29274/stat : 29274 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 5947 0 0 0 628 1 0 0 25 0 4 0 502068976 306987008 11691 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 299792

[startup+12.7005 s]
/proc/loadavg: 7.94 8.06 7.69 9/184 29275
/proc/meminfo: memFree=18567412/32951124 swapFree=67111528/67111528
[pid=29271] ppid=29269 vsize=300596 CPUtime=50.7 cores=1,3,5,7
/proc/29271/stat : 29271 (strangenight2-m) R 29269 29271 28678 0 -1 4202496 42795 0 0 0 5063 7 0 0 25 0 4 0 502068975 307810304 16790 33554432000 4194304 4627427 140734775999968 18446744073709551615 4299536 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29271/statm: 75149 16790 389 106 0 70120 0
[pid=29271/tid=29272] ppid=29269 vsize=300596 CPUtime=12.68 cores=1,3,5,7
/proc/29271/task/29272/stat : 29272 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 10737 0 0 0 1266 2 0 0 25 0 4 0 502068976 307810304 16790 33554432000 4194304 4627427 140734775999968 18446744073709551615 4310552 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29271/tid=29273] ppid=29269 vsize=300596 CPUtime=12.61 cores=1,3,5,7
/proc/29271/task/29273/stat : 29273 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 9874 0 0 0 1260 1 0 0 25 0 4 0 502068976 307810304 16790 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29271/tid=29274] ppid=29269 vsize=300596 CPUtime=12.68 cores=1,3,5,7
/proc/29271/task/29274/stat : 29274 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 10497 0 0 0 1267 1 0 0 25 0 4 0 502068976 307810304 16790 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 300596

[startup+25.5012 s]
/proc/loadavg: 7.96 8.06 7.70 9/184 29275
/proc/meminfo: memFree=18518672/32951124 swapFree=67111528/67111528
[pid=29271] ppid=29269 vsize=308328 CPUtime=101.83 cores=1,3,5,7
/proc/29271/stat : 29271 (strangenight2-m) R 29269 29271 28678 0 -1 4202496 65185 0 0 0 10172 11 0 0 25 0 4 0 502068975 315727872 22806 33554432000 4194304 4627427 140734775999968 18446744073709551615 4299638 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29271/statm: 77082 22806 389 106 0 72053 0
[pid=29271/tid=29272] ppid=29269 vsize=308328 CPUtime=25.49 cores=1,3,5,7
/proc/29271/task/29272/stat : 29272 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 16760 0 0 0 2546 3 0 0 25 0 4 0 502068976 315727872 22806 33554432000 4194304 4627427 140734775999968 18446744073709551615 4310105 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29271/tid=29273] ppid=29269 vsize=308328 CPUtime=25.35 cores=1,3,5,7
/proc/29271/task/29273/stat : 29273 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 15642 0 0 0 2533 2 0 0 25 0 4 0 502068976 315727872 22806 33554432000 4194304 4627427 140734775999968 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29271/tid=29274] ppid=29269 vsize=308328 CPUtime=25.48 cores=1,3,5,7
/proc/29271/task/29274/stat : 29274 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 15207 0 0 0 2546 2 0 0 25 0 4 0 502068976 315727872 22806 33554432000 4194304 4627427 140734775999968 18446744073709551615 4324120 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 308328

[startup+51.1006 s]
/proc/loadavg: 7.97 8.05 7.70 9/184 29276
/proc/meminfo: memFree=18499704/32951124 swapFree=67111528/67111528
[pid=29271] ppid=29269 vsize=319176 CPUtime=204.09 cores=1,3,5,7
/proc/29271/stat : 29271 (strangenight2-m) R 29269 29271 28678 0 -1 4202496 96852 0 0 0 20387 22 0 0 25 0 4 0 502068975 326836224 29040 33554432000 4194304 4627427 140734775999968 18446744073709551615 4332840 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29271/statm: 79794 29040 389 106 0 74765 0
[pid=29271/tid=29272] ppid=29269 vsize=319176 CPUtime=51.08 cores=1,3,5,7
/proc/29271/task/29272/stat : 29272 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 25861 0 0 0 5102 6 0 0 25 0 4 0 502068976 326836224 29040 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29271/tid=29273] ppid=29269 vsize=319176 CPUtime=50.81 cores=1,3,5,7
/proc/29271/task/29273/stat : 29273 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 22078 0 0 0 5077 4 0 0 25 0 4 0 502068976 326836224 29040 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309340 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29271/tid=29274] ppid=29269 vsize=319176 CPUtime=51.09 cores=1,3,5,7
/proc/29271/task/29274/stat : 29274 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 23157 0 0 0 5104 5 0 0 25 0 4 0 502068976 326836224 29040 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309340 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 319176

[startup+102.3 s]
/proc/loadavg: 8.03 8.06 7.72 9/184 29308
/proc/meminfo: memFree=18834760/32951124 swapFree=67111528/67111528
[pid=29271] ppid=29269 vsize=330964 CPUtime=408.63 cores=1,3,5,7
/proc/29271/stat : 29271 (strangenight2-m) R 29269 29271 28678 0 -1 4202496 143771 0 0 0 40827 36 0 0 25 0 4 0 502068975 338907136 34940 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309077 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29271/statm: 82741 34940 389 106 0 77712 0
[pid=29271/tid=29272] ppid=29269 vsize=330964 CPUtime=102.29 cores=1,3,5,7
/proc/29271/task/29272/stat : 29272 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 37222 0 0 0 10219 10 0 0 25 0 4 0 502068976 338907136 34940 33554432000 4194304 4627427 140734775999968 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29271/tid=29273] ppid=29269 vsize=330964 CPUtime=101.73 cores=1,3,5,7
/proc/29271/task/29273/stat : 29273 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 31104 0 0 0 10166 7 0 0 25 0 4 0 502068976 338907136 34940 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29271/tid=29274] ppid=29269 vsize=330964 CPUtime=102.29 cores=1,3,5,7
/proc/29271/task/29274/stat : 29274 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 36808 0 0 0 10220 9 0 0 25 0 4 0 502068976 338907136 34940 33554432000 4194304 4627427 140734775999968 18446744073709551615 4310105 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 330964

[startup+162.301 s]

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

[pid=29271] ppid=29269 vsize=432556 CPUtime=2565.71 cores=1,3,5,7
/proc/29271/stat : 29271 (strangenight2-m) R 29269 29271 28678 0 -1 4202496 451278 0 0 0 256405 166 0 0 25 0 4 0 502068975 442937344 74153 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29271/statm: 108139 74153 389 106 0 103110 0
[pid=29271/tid=29272] ppid=29269 vsize=432556 CPUtime=642.29 cores=1,3,5,7
/proc/29271/task/29272/stat : 29272 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 115506 0 0 0 64185 44 0 0 25 0 4 0 502068976 442937344 74153 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29271/tid=29273] ppid=29269 vsize=432556 CPUtime=638.8 cores=1,3,5,7
/proc/29271/task/29273/stat : 29273 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 100910 0 0 0 63843 37 0 0 25 0 4 0 502068976 442937344 74153 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29271/tid=29274] ppid=29269 vsize=432556 CPUtime=642.3 cores=1,3,5,7
/proc/29271/task/29274/stat : 29274 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 115541 0 0 0 64188 42 0 0 25 0 4 0 502068976 442937344 74153 33554432000 4194304 4627427 140734775999968 18446744073709551615 4308317 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2565.71
Current children cumulated vsize (KiB) 432556

[startup+702.301 s]
/proc/loadavg: 8.20 8.13 7.90 9/184 29324
/proc/meminfo: memFree=18411464/32951124 swapFree=67111528/67111528
[pid=29271] ppid=29269 vsize=422944 CPUtime=2805.38 cores=1,3,5,7
/proc/29271/stat : 29271 (strangenight2-m) R 29269 29271 28678 0 -1 4202496 478980 0 0 0 280356 182 0 0 25 0 4 0 502068975 433094656 77674 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29271/statm: 105736 77674 389 106 0 100707 0
[pid=29271/tid=29272] ppid=29269 vsize=422944 CPUtime=702.29 cores=1,3,5,7
/proc/29271/task/29272/stat : 29272 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 122611 0 0 0 70181 48 0 0 25 0 4 0 502068976 433094656 77674 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29271/tid=29273] ppid=29269 vsize=422944 CPUtime=698.47 cores=1,3,5,7
/proc/29271/task/29273/stat : 29273 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 107149 0 0 0 69807 40 0 0 25 0 4 0 502068976 433094656 77674 33554432000 4194304 4627427 140734775999968 18446744073709551615 4276603 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29271/tid=29274] ppid=29269 vsize=422944 CPUtime=702.3 cores=1,3,5,7
/proc/29271/task/29274/stat : 29274 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 122876 0 0 0 70183 47 0 0 25 0 4 0 502068976 433094656 77674 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.38
Current children cumulated vsize (KiB) 422944

[startup+762.301 s]
/proc/loadavg: 8.14 8.12 7.91 9/184 29326
/proc/meminfo: memFree=18408844/32951124 swapFree=67111528/67111528
[pid=29271] ppid=29269 vsize=423284 CPUtime=3045.08 cores=1,3,5,7
/proc/29271/stat : 29271 (strangenight2-m) R 29269 29271 28678 0 -1 4202496 501169 0 0 0 304316 192 0 0 25 0 4 0 502068975 433442816 78028 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29271/statm: 105821 78028 389 106 0 100792 0
[pid=29271/tid=29272] ppid=29269 vsize=423284 CPUtime=762.3 cores=1,3,5,7
/proc/29271/task/29272/stat : 29272 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 128679 0 0 0 76179 51 0 0 25 0 4 0 502068976 433442816 78028 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29271/tid=29273] ppid=29269 vsize=423284 CPUtime=758.15 cores=1,3,5,7
/proc/29271/task/29273/stat : 29273 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 112986 0 0 0 75772 43 0 0 25 0 4 0 502068976 433442816 78028 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29271/tid=29274] ppid=29269 vsize=423284 CPUtime=762.31 cores=1,3,5,7
/proc/29271/task/29274/stat : 29274 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 129548 0 0 0 76181 50 0 0 25 0 4 0 502068976 433442816 78028 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.08
Current children cumulated vsize (KiB) 423284

[startup+822.3 s]
/proc/loadavg: 8.11 8.11 7.92 9/184 29328
/proc/meminfo: memFree=18348432/32951124 swapFree=67111528/67111528
[pid=29271] ppid=29269 vsize=556140 CPUtime=3284.74 cores=1,3,5,7
/proc/29271/stat : 29271 (strangenight2-m) R 29269 29271 28678 0 -1 4202496 528028 0 0 0 328271 203 0 0 25 0 4 0 502068975 569487360 83629 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309065 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29271/statm: 139035 83629 389 106 0 134006 0
[pid=29271/tid=29272] ppid=29269 vsize=556140 CPUtime=822.29 cores=1,3,5,7
/proc/29271/task/29272/stat : 29272 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 137197 0 0 0 82175 54 0 0 25 0 4 0 502068976 569487360 83629 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29271/tid=29273] ppid=29269 vsize=556140 CPUtime=817.82 cores=1,3,5,7
/proc/29271/task/29273/stat : 29273 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 118600 0 0 0 81737 45 0 0 25 0 4 0 502068976 569487360 83629 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29271/tid=29274] ppid=29269 vsize=556140 CPUtime=822.31 cores=1,3,5,7
/proc/29271/task/29274/stat : 29274 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 138530 0 0 0 82178 53 0 0 25 0 4 0 502068976 569487360 83629 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.74
Current children cumulated vsize (KiB) 556140

[startup+882.307 s]
/proc/loadavg: 8.10 8.10 7.92 9/184 29329
/proc/meminfo: memFree=18360932/32951124 swapFree=67111528/67111528
[pid=29271] ppid=29269 vsize=579480 CPUtime=3524.43 cores=1,3,5,7
/proc/29271/stat : 29271 (strangenight2-m) R 29269 29271 28678 0 -1 4202496 552606 0 0 0 352229 214 0 0 25 0 4 0 502068975 593387520 84991 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29271/statm: 144870 84991 389 106 0 139841 0
[pid=29271/tid=29272] ppid=29269 vsize=579480 CPUtime=882.31 cores=1,3,5,7
/proc/29271/task/29272/stat : 29272 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 143257 0 0 0 88174 57 0 0 25 0 4 0 502068976 593387520 84991 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29271/tid=29273] ppid=29269 vsize=579480 CPUtime=877.5 cores=1,3,5,7
/proc/29271/task/29273/stat : 29273 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 126176 0 0 0 87702 48 0 0 25 0 4 0 502068976 593387520 84991 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29271/tid=29274] ppid=29269 vsize=579480 CPUtime=882.31 cores=1,3,5,7
/proc/29271/task/29274/stat : 29274 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 144430 0 0 0 88175 56 0 0 25 0 4 0 502068976 593387520 84991 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.43
Current children cumulated vsize (KiB) 579480

[startup+942.301 s]
/proc/loadavg: 8.13 8.11 7.93 9/184 29331
/proc/meminfo: memFree=18321116/32951124 swapFree=67111528/67111528
[pid=29271] ppid=29269 vsize=579904 CPUtime=3764.1 cores=1,3,5,7
/proc/29271/stat : 29271 (strangenight2-m) R 29269 29271 28678 0 -1 4202496 576729 0 0 0 376184 226 0 0 25 0 4 0 502068975 593821696 85609 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29271/statm: 144976 85609 389 106 0 139947 0
[pid=29271/tid=29272] ppid=29269 vsize=579904 CPUtime=942.3 cores=1,3,5,7
/proc/29271/task/29272/stat : 29272 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 149521 0 0 0 94171 59 0 0 25 0 4 0 502068976 593821696 85609 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29271/tid=29273] ppid=29269 vsize=579904 CPUtime=937.18 cores=1,3,5,7
/proc/29271/task/29273/stat : 29273 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 132098 0 0 0 93667 51 0 0 25 0 4 0 502068976 593821696 85609 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29271/tid=29274] ppid=29269 vsize=579904 CPUtime=942.3 cores=1,3,5,7
/proc/29271/task/29274/stat : 29274 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 150197 0 0 0 94171 59 0 0 25 0 4 0 502068976 593821696 85609 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.1
Current children cumulated vsize (KiB) 579904

[startup+1002.3 s]
/proc/loadavg: 8.13 8.12 7.94 9/184 29332
/proc/meminfo: memFree=18293200/32951124 swapFree=67111528/67111528
[pid=29271] ppid=29269 vsize=580284 CPUtime=4003.76 cores=1,3,5,7
/proc/29271/stat : 29271 (strangenight2-m) R 29269 29271 28678 0 -1 4202496 603416 0 0 0 400135 241 0 0 25 0 4 0 502068975 594210816 90123 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29271/statm: 145071 90123 389 106 0 140042 0
[pid=29271/tid=29272] ppid=29269 vsize=580284 CPUtime=1002.3 cores=1,3,5,7
/proc/29271/task/29272/stat : 29272 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 156558 0 0 0 100168 62 0 0 25 0 4 0 502068976 594210816 90123 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29271/tid=29273] ppid=29269 vsize=580284 CPUtime=996.85 cores=1,3,5,7
/proc/29271/task/29273/stat : 29273 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 137495 0 0 0 99629 56 0 0 25 0 4 0 502068976 594210816 90123 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29271/tid=29274] ppid=29269 vsize=580284 CPUtime=1002.3 cores=1,3,5,7
/proc/29271/task/29274/stat : 29274 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 157754 0 0 0 100167 63 0 0 25 0 4 0 502068976 594210816 90123 33554432000 4194304 4627427 140734775999968 18446744073709551615 4420243 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.76
Current children cumulated vsize (KiB) 580284

[startup+1062.3 s]
/proc/loadavg: 8.13 8.12 7.95 9/184 29334
/proc/meminfo: memFree=18265652/32951124 swapFree=67111528/67111528
[pid=29271] ppid=29269 vsize=584744 CPUtime=4243.44 cores=1,3,5,7
/proc/29271/stat : 29271 (strangenight2-m) R 29269 29271 28678 0 -1 4202496 624069 0 0 0 424093 251 0 0 25 0 4 0 502068975 598777856 90860 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29271/statm: 146186 90860 389 106 0 141157 0
[pid=29271/tid=29272] ppid=29269 vsize=584744 CPUtime=1062.3 cores=1,3,5,7
/proc/29271/task/29272/stat : 29272 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 162096 0 0 0 106165 65 0 0 25 0 4 0 502068976 598777856 90860 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29271/tid=29273] ppid=29269 vsize=584744 CPUtime=1056.53 cores=1,3,5,7
/proc/29271/task/29273/stat : 29273 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 142812 0 0 0 105595 58 0 0 25 0 4 0 502068976 598777856 90860 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309284 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29271/tid=29274] ppid=29269 vsize=584744 CPUtime=1062.31 cores=1,3,5,7
/proc/29271/task/29274/stat : 29274 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 162255 0 0 0 106165 66 0 0 25 0 4 0 502068976 598777856 90860 33554432000 4194304 4627427 140734775999968 18446744073709551615 4324134 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.44
Current children cumulated vsize (KiB) 584744

[startup+1122.3 s]
/proc/loadavg: 8.16 8.13 7.96 9/184 29336
/proc/meminfo: memFree=18250264/32951124 swapFree=67111528/67111528
[pid=29271] ppid=29269 vsize=572196 CPUtime=4483.12 cores=1,3,5,7
/proc/29271/stat : 29271 (strangenight2-m) R 29269 29271 28678 0 -1 4202496 646553 0 0 0 448050 262 0 0 25 0 4 0 502068975 585928704 91256 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29271/statm: 143049 91256 389 106 0 138020 0
[pid=29271/tid=29272] ppid=29269 vsize=572196 CPUtime=1122.3 cores=1,3,5,7
/proc/29271/task/29272/stat : 29272 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 168500 0 0 0 112162 68 0 0 25 0 4 0 502068976 585928704 91256 33554432000 4194304 4627427 140734775999968 18446744073709551615 4327570 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29271/tid=29273] ppid=29269 vsize=572196 CPUtime=1116.2 cores=1,3,5,7
/proc/29271/task/29273/stat : 29273 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 148509 0 0 0 111559 61 0 0 25 0 4 0 502068976 585928704 91256 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29271/tid=29274] ppid=29269 vsize=572196 CPUtime=1122.31 cores=1,3,5,7
/proc/29271/task/29274/stat : 29274 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 168076 0 0 0 112163 68 0 0 25 0 4 0 502068976 585928704 91256 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.12
Current children cumulated vsize (KiB) 572196

[startup+1182.3 s]
/proc/loadavg: 8.13 8.12 7.97 9/184 29337
/proc/meminfo: memFree=18191104/32951124 swapFree=67111528/67111528
[pid=29271] ppid=29269 vsize=572408 CPUtime=4722.8 cores=1,3,5,7
/proc/29271/stat : 29271 (strangenight2-m) R 29269 29271 28678 0 -1 4202496 667183 0 0 0 472004 276 0 0 25 0 4 0 502068975 586145792 98886 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29271/statm: 143102 98886 389 106 0 138073 0
[pid=29271/tid=29272] ppid=29269 vsize=572408 CPUtime=1182.3 cores=1,3,5,7
/proc/29271/task/29272/stat : 29272 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 173164 0 0 0 118158 72 0 0 25 0 4 0 502068976 586145792 98886 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29271/tid=29273] ppid=29269 vsize=572408 CPUtime=1175.87 cores=1,3,5,7
/proc/29271/task/29273/stat : 29273 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 152683 0 0 0 117524 63 0 0 25 0 4 0 502068976 586145792 98886 33554432000 4194304 4627427 140734775999968 18446744073709551615 4324192 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29271/tid=29274] ppid=29269 vsize=572408 CPUtime=1182.31 cores=1,3,5,7
/proc/29271/task/29274/stat : 29274 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 174296 0 0 0 118160 71 0 0 25 0 4 0 502068976 586145792 98886 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.8
Current children cumulated vsize (KiB) 572408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.09 8.11 7.97 9/184 29338
/proc/meminfo: memFree=18200644/32951124 swapFree=67111528/67111528
[pid=29271] ppid=29269 vsize=572508 CPUtime=4800.31 cores=1,3,5,7
/proc/29271/stat : 29271 (strangenight2-m) R 29269 29271 28678 0 -1 4202496 674120 0 0 0 479753 278 0 0 25 0 4 0 502068975 586248192 99057 33554432000 4194304 4627427 140734775999968 18446744073709551615 4420272 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29271/statm: 143127 99057 389 106 0 138098 0
[pid=29271/tid=29272] ppid=29269 vsize=572508 CPUtime=1201.71 cores=1,3,5,7
/proc/29271/task/29272/stat : 29272 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 175704 0 0 0 120098 73 0 0 25 0 4 0 502068976 586248192 99057 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29271/tid=29273] ppid=29269 vsize=572508 CPUtime=1195.17 cores=1,3,5,7
/proc/29271/task/29273/stat : 29273 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 155008 0 0 0 119453 64 0 0 25 0 4 0 502068976 586248192 99057 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29271/tid=29274] ppid=29269 vsize=572508 CPUtime=1201.72 cores=1,3,5,7
/proc/29271/task/29274/stat : 29274 (strangenight2-m) R 29269 29271 28678 0 -1 4202560 175302 0 0 0 120100 72 0 0 25 0 4 0 502068976 586248192 99057 33554432000 4194304 4627427 140734775999968 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.31
Current children cumulated vsize (KiB) 572508

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.36
CPU user time (s): 4797.55
CPU system time (s): 2.80657
CPU usage (%): 399.453
Max. virtual memory (cumulated for all children) (KiB): 631404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.55
system time used= 2.80657
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 674121
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= 214
involuntary context switches= 32772

runsolver used 1.80272 second user time and 4.77327 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 19:02:11
IDJOB=3174117
IDBENCH=82935
IDSOLVER=1586
FILE ID=node145/3174117-1304096531
RUNJOBID= node145-1304095327-29117
PBS_JOBID= 13170580
Free space on /tmp= 72200 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S386464511-018.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174117-1304096531/watcher-3174117-1304096531 -o /tmp/evaluation-result-3174117-1304096531/solver-3174117-1304096531 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174117-1304096531.cnf

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

MD5SUM BENCH= 988859f9794bcb4984b591f0d8d2fa91
RANDOM SEED=1185347662

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18638732 kB
Buffers:       2052364 kB
Cached:       11217356 kB
SwapCached:          0 kB
Active:        2975612 kB
Inactive:     10765584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18638732 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5480 kB
Writeback:           0 kB
AnonPages:      470356 kB
Mapped:          15508 kB
Slab:           507836 kB
PageTables:       5716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   701048 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= 72196 MiB
End job on node145 at 2011-04-29 19:22:15