Trace number 3368983

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1863077195-052.SATISFIABLE.cnf
MD5SUM95ba8379aa2e59896c8d6334d91cdeab
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.010997
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368983-1305408863.cnf'
0.00/0.01	c -- header says num vars:            700
0.00/0.01	c -- header says num clauses:        2982
0.00/0.01	c -- clauses added:            0 learnts,         2982 normals,            0 xors
0.00/0.01	c -- vars added        700
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       700      2982         0         0      8946         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2982/2982 lits-rem:0 time: 0.01
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 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:    700 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.02	c lits-rem:         0  cl-subs:        0  v-elim:     21  v-fix:    0  time:  0.01 s
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:     292 undec:      76 neg:     332
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	c  B st     0         0       679      2943         0         0      8951         0   no data   no data  --
0.00/0.08	c Decided on static restart strategy
0.67/0.23	c  N st     8      4913       679      2943         0      4878      8951    149539   no data   no data  --
2.21/0.69	c  N st    10     11297       679      2943         0      4516      8951     93162   no data   no data  --
2.88/0.92	c  N st    11     17040       679      2943         0     10171      8951    280326   no data   no data  --
4.17/1.35	c  F st    12     25001       679      2943         0     12514      8951    347142   no data   no data  --
4.17/1.35	c  N st    12     25001       679      2943         0     12514      8951    347142   no data   no data  --
5.17/1.65	c Decided on static restart strategy
5.17/1.65	c  N st    18     30000       679      2943         0     10756      8951    265988   no data   no data  --
5.17/1.65	c  S st    18     30000       679      2943         0     10756      8951    265988   no data   no data  --
5.17/1.68	c  S st    18     30505       679      2943         0     11261      8951    279780   no data   no data  --
5.17/1.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.17/1.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.95/1.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.95/1.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.95/1.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
5.95/1.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
7.12/2.23	c lits-rem:       120  cl-subs:      201  v-elim:      0  v-fix:    0  time:  1.22 s
7.12/2.24	c asymm  cl-useful: 0/2943/2943 lits-rem:0 time: 0.04
7.12/2.24	c calculated reachability. Time: 0.00
7.12/2.24	c  N st    18     30505       679      2943         0     11060      8951    271809   no data   no data  --
8.68/2.67	c  N st    20     37616       679      2943         0     10277      8951    218580   no data   no data  --
10.68/3.14	c  N st    21     44018       679      2943         0     16592      8951    417456   no data   no data  --
11.10/3.29	c  S st    22     45759       679      2943         0      9484      8951    170030   no data   no data  --
11.51/3.31	c  S st    22     46261       679      2943         0      9985      8951    183444   no data   no data  --
11.51/3.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.51/3.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.51/3.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
11.51/3.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.51/3.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.51/3.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
11.51/3.32	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.87/3.47	c lits-rem:        26  cl-subs:       55  v-elim:      0  v-fix:    0  time:  0.60 s
11.87/3.47	c vivif2 --  cl tried     2943 cl shrink        0 lits rem          0 time: 0.00
11.87/3.48	c vivif2 --  cl tried     9930 cl shrink        0 lits rem          0 time: 0.01
11.87/3.48	c asymm  cl-useful: 0/2943/2943 lits-rem:0 time: 0.03
11.87/3.48	c calculated reachability. Time: 0.00
11.87/3.48	c  N st    22     46261       679      2943         0      9930      8951    181412   no data   no data  --
16.27/4.55	c  N st    23     60659       679      2943         0     14281      8951    301533   no data   no data  --
19.02/5.24	c  N st    24     69391       679      2943         0     12078      8951    222775   no data   no data  --
19.02/5.24	c  S st    24     69391       679      2943         0     12078      8951    222775   no data   no data  --
19.02/5.28	c  S st    24     69892       679      2943         0     12579      8951    236798   no data   no data  --
19.02/5.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.02/5.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.02/5.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
19.02/5.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.02/5.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.02/5.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
19.02/5.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
20.25/5.59	c lits-rem:        78  cl-subs:      111  v-elim:      0  v-fix:    0  time:  1.19 s
20.25/5.59	c vivif2 --  cl tried     2943 cl shrink        0 lits rem          0 time: 0.00
20.25/5.59	c vivif2 --  cl tried    12468 cl shrink        0 lits rem          0 time: 0.01
20.61/5.60	c asymm  cl-useful: 0/2943/2943 lits-rem:0 time: 0.04
20.61/5.60	c calculated reachability. Time: 0.00
20.61/5.60	c  N st    24     69892       679      2943         0     12468      8951    233020   no data   no data  --
25.80/6.95	c  F st    25     87503       679      2943         0     17973      8951    409296   no data   no data  --
25.80/6.95	c  N st    25     87503       679      2943         0     17973      8951    409296   no data   no data  --
27.40/7.36	c Decided on static restart strategy
28.61/7.61	c  N st    32     95540       679      2943         0     13118      8951    213858   no data   no data  --
30.98/8.29	c  N st    34    104840       679      2943         0     22303      8951    493800   no data   no data  --
30.98/8.29	c  S st    34    104840       679      2943         0     22303      8951    493800   no data   no data  --
31.39/8.34	c  S st    34    105345       679      2943         0     22807      8951    507627   no data   no data  --
31.39/8.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
31.39/8.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.39/8.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
31.39/8.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.39/8.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.39/8.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
31.39/8.37	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
36.97/9.77	c lits-rem:       180  cl-subs:      462  v-elim:      0  v-fix:    0  time:  5.60 s
36.97/9.77	c vivif2 --  cl tried     2943 cl shrink        0 lits rem          0 time: 0.00
36.97/9.78	c vivif2 --  cl tried    22345 cl shrink        0 lits rem          0 time: 0.02
36.97/9.80	c asymm  cl-useful: 0/2943/2943 lits-rem:0 time: 0.09
36.97/9.80	c calculated reachability. Time: 0.00
36.97/9.80	c  N st    34    105345       679      2943         0     22345      8951    491697   no data   no data  --
40.16/10.58	c  N st    35    114943       679      2943         0     18004      8951    335886   no data   no data  --
45.74/11.98	c  N st    36    129341       679      2943         0     17382      8951    298784   no data   no data  --
54.13/14.01	c  N st    37    150936       679      2943         0     22875      8951    455371   no data   no data  --
56.91/14.75	c  S st    38    158018       679      2943         0     29837      8951    676728   no data   no data  --
57.30/14.82	c  S st    38    158523       679      2943         0     30341      8951    691213   no data   no data  --
57.30/14.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
57.30/14.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
57.30/14.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
57.30/14.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.30/14.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.30/14.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
57.30/14.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
65.68/16.98	c lits-rem:       511  cl-subs:      945  v-elim:      0  v-fix:    0  time:  8.45 s
65.68/16.98	c vivif2 --  cl tried     2943 cl shrink        0 lits rem          0 time: 0.00
65.68/16.98	c vivif2 --  cl tried    29396 cl shrink        0 lits rem          0 time: 0.03
66.08/17.01	c asymm  cl-useful: 0/2943/2943 lits-rem:0 time: 0.10
66.08/17.01	c calculated reachability. Time: 0.00
66.08/17.01	c  N st    38    158523       679      2943         0     29396      8951    657186   no data   no data  --
88.02/22.52	c  N st    39    207112       679      2943         0     24039      8951    433557   no data   no data  --
103.21/26.35	c  N st    40    237786       679      2943         0     34469      8951    713155   no data   no data  --
103.21/26.35	c  S st    40    237786       679      2943         0     34469      8951    713155   no data   no data  --
103.62/26.44	c  S st    40    238288       679      2943         0     34970      8951    727666   no data   no data  --
103.62/26.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
103.62/26.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
103.62/26.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
103.62/26.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
103.62/26.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
103.62/26.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
103.62/26.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
112.76/28.73	c lits-rem:      1266  cl-subs:     1396  v-elim:      0  v-fix:    0  time:  9.00 s
112.76/28.73	c vivif2 --  cl tried     2943 cl shrink        0 lits rem          0 time: 0.00
112.76/28.74	c vivif2 --  cl tried    33574 cl shrink        0 lits rem          0 time: 0.03
112.76/28.77	c asymm  cl-useful: 0/2943/2943 lits-rem:0 time: 0.12
112.76/28.77	c calculated reachability. Time: 0.00
112.76/28.77	c  N st    40    238288       679      2943         0     33574      8951    682396   no data   no data  --
149.47/37.95	c  F st    41    306252       679      2943         0     35467      8951    707889   no data   no data  --
149.47/37.95	c  N st    41    306252       679      2943         0     35467      8951    707889   no data   no data  --
159.84/40.60	c  N dy    99    325844       679      2943         0     31242      8951    477586     19.49     20.80  --
171.81/43.56	c  N dy   184    345939       679      2943         0     26477      8951    302778     19.53     22.51  --
177.40/44.98	c  S st   236    357432       679      2943         0     37888      8951    629411     19.58     19.31  --
177.82/45.07	c  S st   236    357935       679      2943         0     38391      8951    643238     19.58   no data  --
177.82/45.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
177.82/45.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
177.82/45.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
177.82/45.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
177.82/45.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
177.82/45.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
177.82/45.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
186.18/47.13	c lits-rem:       452  cl-subs:      398  v-elim:      0  v-fix:    0  time:  8.10 s
186.18/47.13	c vivif2 --  cl tried     2943 cl shrink        0 lits rem          0 time: 0.00
186.18/47.14	c vivif2 --  cl tried    37993 cl shrink        0 lits rem          0 time: 0.03
186.18/47.18	c asymm  cl-useful: 0/2943/2943 lits-rem:0 time: 0.14
186.18/47.18	c calculated reachability. Time: 0.00
186.18/47.18	c  N dy   236    357935       679      2943         0     37993      8951    629868     19.58   no data  --
198.54/50.22	c  N dy   326    378153       679      2943         0     32281      8951    436655     19.66     20.81  --
212.11/53.69	c  N dy   428    398281       679      2943         0     52251      8951   1013963     19.78     20.86  --
223.68/56.54	c  N dy   533    418587       679      2943         0     45630      8951    794097     19.89     21.18  --
237.24/59.92	c  N dy   573    440700       679      2943         0     39749      8951    585777     19.68     21.16  --
251.21/63.48	c  N dy   641    461002       679      2943         0     31149      8951    316283     19.61     20.68  --
263.17/66.47	c  N dy   720    481068       679      2943         0     51017      8951    882702     19.60     21.83  --
276.74/69.85	c  N dy   830    501334       679      2943         0     41428      8951    595176     19.68     20.86  --
291.92/73.68	c  N dy   913    521390       679      2943         0     61308      8951   1164945     19.70     21.57  --
301.10/75.96	c  S st   987    536902       679      2943         0     45951      8951    695614     19.72   no data  --
301.46/76.08	c  S st   987    537403       679      2943         0     46452      8951    710409     19.72   no data  --
301.46/76.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
301.46/76.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
301.85/76.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.07
301.85/76.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
301.85/76.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
301.85/76.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
301.85/76.12	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
311.44/78.50	c lits-rem:       852  cl-subs:      483  v-elim:      0  v-fix:    0  time:  9.47 s
311.44/78.50	c vivif2 --  cl tried     2943 cl shrink        0 lits rem          0 time: 0.00
311.44/78.51	c vivif2 --  cl tried    45969 cl shrink        0 lits rem          0 time: 0.03
311.44/78.55	c asymm  cl-useful: 0/2943/2943 lits-rem:0 time: 0.18
311.44/78.56	c calculated reachability. Time: 0.00
311.44/78.56	c  N dy   987    537403       679      2943         0     45969      8951    693607     19.72   no data  --
327.42/82.51	c  N dy  1071    558232       679      2943         0     34890      8951    351836     19.72     20.86  --
340.19/85.79	c  N dy  1179    578241       679      2943         0     54738      8951    929353     19.77     20.99  --
354.92/89.45	c  N dy  1261    598320       679      2943         0     41915      8951    532701     19.77     20.85  --
371.33/93.52	c  N dy  1327    619943       679      2943         0     63308      8951   1145043     19.71     20.94  --
384.84/96.96	c  N dy  1427    640038       679      2943         0     49576      8951    734603     19.74     20.78  --
402.79/101.43	c  N dy  1491    660056       679      2943         0     34722      8951    274024     19.72     22.93  --
416.36/104.84	c  N dy  1606    680063       679      2943         0     54581      8951    854688     19.77     21.59  --
436.32/109.85	c  N dy  1697    700196       679      2943         0     38846      8951    369291     19.79     20.83  --
450.32/113.37	c  N dy  1788    720293       679      2943         0     58775      8951    947060     19.80     21.93  --
468.63/117.92	c  N dy  1881    740908       679      2943         0     42507      8951    455862     19.81     20.94  --
483.41/121.62	c  N dy  1957    761333       679      2943         0     62789      8951   1054803     19.80     21.05  --
500.96/126.01	c  N dy  2001    781986       679      2943         0     45512      8951    508736     19.76     21.05  --
516.90/130.07	c  N dy  2097    802021       679      2943         0     65380      8951   1089653     19.78     21.10  --
520.90/131.06	c  S st  2116    806105       679      2943         0     69443      8951   1209934     19.79     19.87  --
521.70/131.26	c  S st  2116    806608       679      2943         0     69945      8951   1223967     19.79   no data  --
521.70/131.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
521.70/131.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
521.70/131.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.13
522.10/131.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
522.10/131.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
522.10/131.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
522.10/131.33	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
529.32/133.11	c lits-rem:       318  cl-subs:     1272  v-elim:      0  v-fix:    0  time:  7.09 s
529.32/133.11	c vivif2 --  cl tried     2943 cl shrink        0 lits rem          0 time: 0.00
529.32/133.13	c vivif2 --  cl tried    68673 cl shrink        0 lits rem          0 time: 0.06
529.68/133.21	c asymm  cl-useful: 0/2943/2943 lits-rem:0 time: 0.35
529.68/133.22	c calculated reachability. Time: 0.00
529.68/133.22	c  N dy  2116    806608       679      2943         0     68673      8951   1183876     19.79   no data  --
546.04/137.39	c  N dy  2162    826974       679      2943         0     50159      8951    616969     19.75     20.93  --
564.43/141.95	c  N dy  2258    847009       679      2943         0     70022      8951   1197500     19.76     22.97  --
582.35/146.46	c  N dy  2314    867023       679      2943         0     50216      8951    610185     19.73     20.87  --
600.31/150.96	c  N dy  2380    887110       679      2943         0     70103      8951   1185813     19.71     20.75  --
619.86/155.84	c  N dy  2471    907495       679      2943         0     49688      8951    571216     19.72     20.87  --
637.81/160.37	c  N dy  2575    927547       679      2943         0     69542      8951   1143381     19.74     22.62  --
659.35/165.72	c  N dy  2649    949064       679      2943         0     49262      8951    529236     19.73     20.93  --
676.91/170.18	c  N dy  2760    969090       679      2943         0     69102      8951   1107274     19.75     22.68  --
697.65/175.31	c  N dy  2822    989146       679      2943         0     46364      8951    427999     19.74     21.59  --
714.01/179.48	c  N dy  2916   1009166       679      2943         0     66183      8951   1003241     19.75     21.81  --
738.36/185.56	c  N dy  3017   1029229       679      2943         0     86068      8951   1582841     19.77     21.55  --
757.12/190.24	c  N dy  3133   1051445       679      2943         0     64501      8951    930980     19.78     20.83  --
779.83/195.96	c  N dy  3219   1071695       679      2943         0     84575      8951   1513852     19.78     21.13  --
780.23/196.02	c  F st  3220   1071875       679      2943         0     84754      8951   1519008     19.78     19.48  --
786.23/197.54	c Decided on static restart strategy
804.18/202.01	c  N st  3230   1100180       679      2943         0     68045      8951   1028467     19.78   no data  --
836.89/210.25	c  N st  3232   1136175       679      2943         0     57976      8951   1137243     19.78   no data  --
874.41/219.69	c  N st  3233   1168567       679      2943         0     89714      8951   2091043     19.78   no data  --
912.70/229.29	c  N st  3234   1209913       679      2943         0     84125      8951   1873600     19.78   no data  --
912.70/229.29	c  S st  3234   1209913       679      2943         0     84125      8951   1873600     19.78   no data  --
913.90/229.57	c  S st  3234   1210417       679      2943         0     84629      8951   1887179     19.78   no data  --
913.90/229.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
913.90/229.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
914.30/229.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.17
914.30/229.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
914.30/229.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
914.30/229.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
914.30/229.68	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
949.02/238.37	c lits-rem:       270  cl-subs:     4667  v-elim:      0  v-fix:    0  time: 34.64 s
949.02/238.37	c vivif2 --  cl tried     2943 cl shrink        0 lits rem          0 time: 0.00
949.02/238.39	c vivif2 --  cl tried    79962 cl shrink        0 lits rem          0 time: 0.09
949.82/238.50	c asymm  cl-useful: 0/2943/2943 lits-rem:0 time: 0.45
949.82/238.50	c calculated reachability. Time: 0.00
949.82/238.50	c  N st  3234   1210417       679      2943         0     79962      8951   1745545     19.78   no data  --
1017.23/255.43	c  N st  3235   1283300       679      2943         0     56433      8951    941217     19.78   no data  --
1131.36/284.01	c  N st  3236   1392623       679      2943         0     64550      8951   1132608     19.78   no data  --
1317.32/330.63	c  N st  3237   1556607       679      2943         0     69758      8951   1238080     19.78   no data  --
1478.52/371.09	c  N st  3238   1710417       679      2943         0    111635      8951   2448543     19.78   no data  --
1478.52/371.09	c  S st  3238   1710417       679      2943         0    111635      8951   2448543     19.78   no data  --
1480.12/371.47	c  S st  3238   1710922       679      2943         0    112140      8951   2462425     19.78   no data  --
1480.12/371.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1480.12/371.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1480.52/371.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.24
1480.91/371.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1480.91/371.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1480.91/371.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
1480.91/371.62	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1535.16/385.27	c lits-rem:       195  cl-subs:     5075  v-elim:      0  v-fix:    0  time: 54.44 s
1535.16/385.27	c vivif2 --  cl tried     2943 cl shrink        0 lits rem          0 time: 0.00
1535.56/385.30	c vivif2 --  cl tried   107065 cl shrink        0 lits rem          0 time: 0.11
1535.97/385.47	c asymm  cl-useful: 0/2943/2943 lits-rem:0 time: 0.66
1535.97/385.47	c calculated reachability. Time: 0.00
1535.97/385.47	c  N st  3238   1710922       679      2943         0    107065      8951   2324290     19.78   no data  --
2010.03/504.25	c  N st  3239   2079886       679      2943         0    119033      8951   2655587     19.78   no data  --
2179.23/546.63	c  N st  3240   2210922       679      2943         0    122198      8951   2438566     19.78   no data  --
2179.23/546.63	c  S st  3240   2210922       679      2943         0    122198      8951   2438566     19.78   no data  --
2180.81/547.02	c  S st  3240   2211423       679      2943         0    122699      8951   2452459     19.78   no data  --
2180.81/547.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2180.81/547.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2180.81/547.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.26
2181.21/547.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2181.21/547.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2181.21/547.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
2181.21/547.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2274.59/570.59	c lits-rem:        71  cl-subs:     8624  v-elim:      0  v-fix:    0  time: 93.40 s
2274.59/570.59	c vivif2 --  cl tried     2943 cl shrink        0 lits rem          0 time: 0.00
2274.99/570.62	c vivif2 --  cl tried   114075 cl shrink        0 lits rem          0 time: 0.11
2275.80/570.81	c asymm  cl-useful: 0/2943/2943 lits-rem:0 time: 0.73
2275.80/570.81	c calculated reachability. Time: 0.00
2275.80/570.81	c  N st  3240   2211423       679      2943         0    114075      8951   2215146     19.78   no data  --
2904.66/728.49	c  N st  3241   2711424       679      2943         0    137233      8951   2867520     19.78   no data  --
2904.66/728.49	c  S st  3241   2711424       679      2943         0    137233      8951   2867520     19.78   no data  --
2906.66/728.90	c  S st  3241   2711928       679      2943         0    137737      8951   2881362     19.78   no data  --
2906.66/728.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2906.66/728.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2906.66/728.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.30
2907.06/729.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2907.06/729.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2907.06/729.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
2907.06/729.08	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3075.82/771.34	c lits-rem:       155  cl-subs:    11992  v-elim:      0  v-fix:    0  time: 168.47 s
3075.82/771.34	c vivif2 --  cl tried     2943 cl shrink        0 lits rem          0 time: 0.00
3075.82/771.37	c vivif2 --  cl tried   125745 cl shrink        0 lits rem          0 time: 0.12
3076.62/771.56	c asymm  cl-useful: 0/2943/2943 lits-rem:0 time: 0.78
3076.62/771.57	c calculated reachability. Time: 0.00
3076.62/771.57	c  N st  3241   2711928       679      2943         0    125745      8951   2523390     19.78   no data  --
3813.63/956.28	c  N st  3242   3211932       679      2943         0    101896      8951   1582072     19.78   no data  --
3813.63/956.28	c  S st  3242   3211932       679      2943         0    101896      8951   1582072     19.78   no data  --
3814.83/956.59	c  S st  3242   3212437       679      2943         0    102401      8951   1597961     19.78   no data  --
3815.23/956.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3815.23/956.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3815.23/956.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
3815.63/956.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3815.63/956.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3815.63/956.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
3815.63/956.70	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3842.79/963.56	c lits-rem:       120  cl-subs:     4521  v-elim:      0  v-fix:    0  time: 27.38 s
3842.79/963.56	c vivif2 --  cl tried     2943 cl shrink        0 lits rem          0 time: 0.00
3842.79/963.58	c vivif2 --  cl tried    97880 cl shrink        0 lits rem          0 time: 0.08
3843.57/963.72	c asymm  cl-useful: 0/2943/2943 lits-rem:0 time: 0.56
3843.57/963.73	c calculated reachability. Time: 0.00
3843.57/963.73	c  N st  3242   3212437       679      2943         0     97880      8951   1474574     19.78   no data  --
4573.60/1146.64	c  N st  3243   3712438       679      2943         0    108837      8951   1686572     19.78   no data  --
4573.60/1146.64	c  S st  3243   3712438       679      2943         0    108837      8951   1686572     19.78   no data  --
4575.20/1147.01	c  S st  3243   3712944       679      2943         0    109343      8951   1701034     19.78   no data  --
4575.20/1147.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
4575.20/1147.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4575.20/1147.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.28
4575.60/1147.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4575.60/1147.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4575.60/1147.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
4575.60/1147.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4618.29/1157.87	c lits-rem:       314  cl-subs:     3908  v-elim:      0  v-fix:    0  time: 42.73 s
4618.29/1157.87	c vivif2 --  cl tried     2943 cl shrink        0 lits rem          0 time: 0.00
4618.29/1157.89	c vivif2 --  cl tried   105435 cl shrink        0 lits rem          0 time: 0.09
4619.09/1158.08	c asymm  cl-useful: 0/2943/2943 lits-rem:0 time: 0.77
4619.09/1158.09	c calculated reachability. Time: 0.00
4619.09/1158.09	c  N st  3243   3712944       679      2943         0    105435      8951   1594244     19.78   no data  --
4688.13/1175.32	c  F st  3244   3751562       679      2943         0    143301      8951   2735698     19.78   no data  --
4688.13/1175.32	c  N st  3244   3751562       679      2943         0    143301      8951   2735698     19.78   no data  --
4698.93/1178.01	c Decided on static restart strategy
4746.80/1190.04	c  N st  3254   3779865       679      2943         0     88010      8951   1005206     19.78   no data  --
4799.49/1203.29	c  N st  3256   3815858       679      2943         0    123318      8951   2121937     19.78   no data  --

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368983-1305408863/watcher-3368983-1305408863 -o /tmp/evaluation-result-3368983-1305408863/solver-3368983-1305408863 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368983-1305408863.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.78 8.06 8.07 5/285 5148
/proc/meminfo: memFree=18737468/32951132 swapFree=67093824/67111528
[pid=5148] ppid=5146 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/5148/stat : 5148 (strangenight1-m) R 5146 5148 4908 0 -1 4202496 417 0 0 0 0 0 0 0 25 0 4 0 652485932 52465664 358 33554432000 4194304 4650419 140734871737504 18446744073709551615 47070700541465 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5148/statm: 12809 358 306 112 0 7774 0
[pid=5148/tid=5149] ppid=5146 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/5148/task/5149/stat : 5149 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652485933 52465664 358 33554432000 4194304 4650419 140734871737504 18446744073709551615 47070700541872 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5148/tid=5150] ppid=5146 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/5148/task/5150/stat : 5150 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652485933 52465664 358 33554432000 4194304 4650419 140734871737504 18446744073709551615 47070700541456 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5148/tid=5151] ppid=5146 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/5148/task/5151/stat : 5151 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652485933 52465664 358 33554432000 4194304 4650419 140734871737504 18446744073709551615 47070700541465 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.087395 s]
/proc/loadavg: 7.78 8.06 8.07 5/285 5148
/proc/meminfo: memFree=18737468/32951132 swapFree=67093824/67111528
[pid=5148] ppid=5146 vsize=282336 CPUtime=0.3 cores=0,2,4,6
/proc/5148/stat : 5148 (strangenight1-m) S 5146 5148 4908 0 -1 4202496 1829 0 0 0 30 0 0 0 25 0 4 0 652485932 289112064 1659 33554432000 4194304 4650419 140734871737504 18446744073709551615 274664913390 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5148/statm: 70584 1659 391 112 0 65549 0
[pid=5148/tid=5149] ppid=5146 vsize=282336 CPUtime=0.07 cores=0,2,4,6
/proc/5148/task/5149/stat : 5149 (strangenight1-m) D 5146 5148 4908 0 -1 4202560 420 0 0 0 7 0 0 0 25 0 4 0 652485933 289112064 1659 33554432000 4194304 4650419 140734871737504 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5148/tid=5150] ppid=5146 vsize=282336 CPUtime=0.06 cores=0,2,4,6
/proc/5148/task/5150/stat : 5150 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 347 0 0 0 6 0 0 0 25 0 4 0 652485933 289112064 1659 33554432000 4194304 4650419 140734871737504 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5148/tid=5151] ppid=5146 vsize=282336 CPUtime=0.07 cores=0,2,4,6
/proc/5148/task/5151/stat : 5151 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 236 0 0 0 7 0 0 0 25 0 4 0 652485933 289112064 1659 33554432000 4194304 4650419 140734871737504 18446744073709551615 274664851639 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 282336

[startup+0.100917 s]
/proc/loadavg: 7.78 8.06 8.07 5/285 5148
/proc/meminfo: memFree=18737468/32951132 swapFree=67093824/67111528
[pid=5148] ppid=5146 vsize=282336 CPUtime=0.35 cores=0,2,4,6
/proc/5148/stat : 5148 (strangenight1-m) S 5146 5148 4908 0 -1 4202496 1863 0 0 0 34 1 0 0 25 0 4 0 652485932 289112064 1693 33554432000 4194304 4650419 140734871737504 18446744073709551615 274664913390 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5148/statm: 70584 1693 391 112 0 65549 0
[pid=5148/tid=5149] ppid=5146 vsize=282336 CPUtime=0.08 cores=0,2,4,6
/proc/5148/task/5149/stat : 5149 (strangenight1-m) D 5146 5148 4908 0 -1 4202560 428 0 0 0 8 0 0 0 25 0 4 0 652485933 289112064 1693 33554432000 4194304 4650419 140734871737504 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5148/tid=5150] ppid=5146 vsize=282336 CPUtime=0.07 cores=0,2,4,6
/proc/5148/task/5150/stat : 5150 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 347 0 0 0 7 0 0 0 25 0 4 0 652485933 289112064 1693 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5148/tid=5151] ppid=5146 vsize=282336 CPUtime=0.08 cores=0,2,4,6
/proc/5148/task/5151/stat : 5151 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 248 0 0 0 8 0 0 0 25 0 4 0 652485933 289112064 1693 33554432000 4194304 4650419 140734871737504 18446744073709551615 274664851639 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 282336

[startup+0.354865 s]
/proc/loadavg: 7.78 8.06 8.07 5/285 5148
/proc/meminfo: memFree=18737468/32951132 swapFree=67093824/67111528
[pid=5148] ppid=5146 vsize=283532 CPUtime=1.12 cores=0,2,4,6
/proc/5148/stat : 5148 (strangenight1-m) R 5146 5148 4908 0 -1 4202496 2781 0 0 0 104 8 0 0 18 0 4 0 652485932 290336768 2081 33554432000 4194304 4650419 140734871737504 18446744073709551615 4333931 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5148/statm: 70883 2081 393 112 0 65848 0
[pid=5148/tid=5149] ppid=5146 vsize=283532 CPUtime=0.3 cores=0,2,4,6
/proc/5148/task/5149/stat : 5149 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 721 0 0 0 28 2 0 0 18 0 4 0 652485933 290336768 2081 33554432000 4194304 4650419 140734871737504 18446744073709551615 4330361 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5148/tid=5150] ppid=5146 vsize=283532 CPUtime=0.18 cores=0,2,4,6
/proc/5148/task/5150/stat : 5150 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 348 0 0 0 17 1 0 0 25 0 4 0 652485933 290336768 2081 33554432000 4194304 4650419 140734871737504 18446744073709551615 274664913394 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5148/tid=5151] ppid=5146 vsize=283532 CPUtime=0.29 cores=0,2,4,6
/proc/5148/task/5151/stat : 5151 (strangenight1-m) S 5146 5148 4908 0 -1 4202560 553 0 0 0 28 1 0 0 25 0 4 0 652485933 290336768 2081 33554432000 4194304 4650419 140734871737504 18446744073709551615 274664913390 0 0 4096 2 18446604447642984576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 283532

[startup+0.713422 s]
/proc/loadavg: 7.78 8.06 8.07 5/285 5148
/proc/meminfo: memFree=18737468/32951132 swapFree=67093824/67111528
[pid=5148] ppid=5146 vsize=284144 CPUtime=2.27 cores=0,2,4,6
/proc/5148/stat : 5148 (strangenight1-m) R 5146 5148 4908 0 -1 4202496 3974 0 0 0 214 13 0 0 18 0 4 0 652485932 290963456 2481 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365348 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5148/statm: 71036 2481 393 112 0 66001 0
[pid=5148/tid=5149] ppid=5146 vsize=284144 CPUtime=0.64 cores=0,2,4,6
/proc/5148/task/5149/stat : 5149 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 1120 0 0 0 61 3 0 0 18 0 4 0 652485933 290963456 2481 33554432000 4194304 4650419 140734871737504 18446744073709551615 274664851639 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5148/tid=5150] ppid=5146 vsize=284144 CPUtime=0.32 cores=0,2,4,6
/proc/5148/task/5150/stat : 5150 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 348 0 0 0 30 2 0 0 25 0 4 0 652485933 290963456 2481 33554432000 4194304 4650419 140734871737504 18446744073709551615 4333991 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5148/tid=5151] ppid=5146 vsize=284144 CPUtime=0.62 cores=0,2,4,6
/proc/5148/task/5151/stat : 5151 (strangenight1-m) D 5146 5148 4908 0 -1 4202560 915 0 0 0 60 2 0 0 18 0 4 0 652485933 290963456 2481 33554432000 4194304 4650419 140734871737504 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 284144

[startup+1.50064 s]
/proc/loadavg: 7.78 8.06 8.07 9/289 5152
/proc/meminfo: memFree=18742368/32951132 swapFree=67093824/67111528
[pid=5148] ppid=5146 vsize=285508 CPUtime=4.82 cores=0,2,4,6
/proc/5148/stat : 5148 (strangenight1-m) R 5146 5148 4908 0 -1 4202496 6587 0 0 0 455 27 0 0 19 0 4 0 652485932 292360192 2865 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5148/statm: 71377 2865 394 112 0 66342 0
[pid=5148/tid=5149] ppid=5146 vsize=285508 CPUtime=1.4 cores=0,2,4,6
/proc/5148/task/5149/stat : 5149 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 2025 0 0 0 134 6 0 0 19 0 4 0 652485933 292360192 2865 33554432000 4194304 4650419 140734871737504 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5148/tid=5150] ppid=5146 vsize=285508 CPUtime=0.62 cores=0,2,4,6
/proc/5148/task/5150/stat : 5150 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 350 0 0 0 57 5 0 0 25 0 4 0 652485933 292360192 2865 33554432000 4194304 4650419 140734871737504 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5148/tid=5151] ppid=5146 vsize=285508 CPUtime=1.36 cores=0,2,4,6
/proc/5148/task/5151/stat : 5151 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 1684 0 0 0 131 5 0 0 18 0 4 0 652485933 292360192 2865 33554432000 4194304 4650419 140734871737504 18446744073709551615 4364424 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 285508

[startup+3.10037 s]
/proc/loadavg: 7.78 8.06 8.07 9/289 5152
/proc/meminfo: memFree=18731952/32951132 swapFree=67093824/67111528
[pid=5148] ppid=5146 vsize=287116 CPUtime=10.68 cores=0,2,4,6
/proc/5148/stat : 5148 (strangenight1-m) R 5146 5148 4908 0 -1 4202496 14760 0 0 0 1019 49 0 0 19 0 4 0 652485932 294006784 8901 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365203 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5148/statm: 71779 8901 395 112 0 66744 0
[pid=5148/tid=5149] ppid=5146 vsize=287116 CPUtime=2.93 cores=0,2,4,6
/proc/5148/task/5149/stat : 5149 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 4452 0 0 0 286 7 0 0 20 0 4 0 652485933 294006784 8901 33554432000 4194304 4650419 140734871737504 18446744073709551615 4333655 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5148/tid=5150] ppid=5146 vsize=287116 CPUtime=1.93 cores=0,2,4,6
/proc/5148/task/5150/stat : 5150 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 1543 0 0 0 185 8 0 0 25 0 4 0 652485933 294006784 8901 33554432000 4194304 4650419 140734871737504 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5148/tid=5151] ppid=5146 vsize=287116 CPUtime=2.83 cores=0,2,4,6
/proc/5148/task/5151/stat : 5151 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 3820 0 0 0 277 6 0 0 19 0 4 0 652485933 294006784 8901 33554432000 4194304 4650419 140734871737504 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.68
Current children cumulated vsize (KiB) 287116

[startup+6.30082 s]
/proc/loadavg: 7.80 8.06 8.07 9/289 5152
/proc/meminfo: memFree=18694768/32951132 swapFree=67093824/67111528
[pid=5148] ppid=5146 vsize=303816 CPUtime=23.4 cores=0,2,4,6
/proc/5148/stat : 5148 (strangenight1-m) R 5146 5148 4908 0 -1 4202496 25717 0 0 0 2286 54 0 0 25 0 4 0 652485932 311107584 14531 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5148/statm: 75954 14532 395 112 0 70919 0
[pid=5148/tid=5149] ppid=5146 vsize=303816 CPUtime=6.12 cores=0,2,4,6
/proc/5148/task/5149/stat : 5149 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 7679 0 0 0 605 7 0 0 25 0 4 0 652485933 311107584 14532 33554432000 4194304 4650419 140734871737504 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5148/tid=5150] ppid=5146 vsize=303816 CPUtime=5.09 cores=0,2,4,6
/proc/5148/task/5150/stat : 5150 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 5211 0 0 0 498 11 0 0 25 0 4 0 652485933 311107584 14532 33554432000 4194304 4650419 140734871737504 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5148/tid=5151] ppid=5146 vsize=303816 CPUtime=6.01 cores=0,2,4,6
/proc/5148/task/5151/stat : 5151 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 5588 0 0 0 594 7 0 0 25 0 4 0 652485933 311107584 14532 33554432000 4194304 4650419 140734871737504 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.4
Current children cumulated vsize (KiB) 303816

[startup+12.7007 s]
/proc/loadavg: 7.81 8.06 8.07 9/289 5152
/proc/meminfo: memFree=18648900/32951132 swapFree=67093824/67111528
[pid=5148] ppid=5146 vsize=294544 CPUtime=48.94 cores=0,2,4,6
/proc/5148/stat : 5148 (strangenight1-m) R 5146 5148 4908 0 -1 4202496 41333 0 0 0 4836 58 0 0 25 0 4 0 652485932 301613056 19934 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5148/statm: 73636 19934 395 112 0 68601 0
[pid=5148/tid=5149] ppid=5146 vsize=294544 CPUtime=12.52 cores=0,2,4,6
/proc/5148/task/5149/stat : 5149 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 11809 0 0 0 1244 8 0 0 25 0 4 0 652485933 301613056 19934 33554432000 4194304 4650419 140734871737504 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5148/tid=5150] ppid=5146 vsize=294544 CPUtime=11.48 cores=0,2,4,6
/proc/5148/task/5150/stat : 5150 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 8986 0 0 0 1136 12 0 0 25 0 4 0 652485933 301613056 19934 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5148/tid=5151] ppid=5146 vsize=294544 CPUtime=12.35 cores=0,2,4,6
/proc/5148/task/5151/stat : 5151 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 8931 0 0 0 1228 7 0 0 25 0 4 0 652485933 301613056 19934 33554432000 4194304 4650419 140734871737504 18446744073709551615 4364746 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.94
Current children cumulated vsize (KiB) 294544

[startup+25.5005 s]
/proc/loadavg: 7.85 8.06 8.06 9/289 5153
/proc/meminfo: memFree=18596328/32951132 swapFree=67093824/67111528
[pid=5148] ppid=5146 vsize=304752 CPUtime=99.99 cores=0,2,4,6
/proc/5148/stat : 5148 (strangenight1-m) R 5146 5148 4908 0 -1 4202496 64104 0 0 0 9933 66 0 0 25 0 4 0 652485932 312066048 30075 33554432000 4194304 4650419 140734871737504 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5148/statm: 76188 30075 395 112 0 71153 0
[pid=5148/tid=5149] ppid=5146 vsize=304752 CPUtime=25.33 cores=0,2,4,6
/proc/5148/task/5149/stat : 5149 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 18931 0 0 0 2523 10 0 0 25 0 4 0 652485933 312066048 30075 33554432000 4194304 4650419 140734871737504 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5148/tid=5150] ppid=5146 vsize=304752 CPUtime=24.26 cores=0,2,4,6
/proc/5148/task/5150/stat : 5150 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 14362 0 0 0 2410 16 0 0 25 0 4 0 652485933 312066048 30075 33554432000 4194304 4650419 140734871737504 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5148/tid=5151] ppid=5146 vsize=304752 CPUtime=25.02 cores=0,2,4,6
/proc/5148/task/5151/stat : 5151 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 13171 0 0 0 2494 8 0 0 25 0 4 0 652485933 312066048 30075 33554432000 4194304 4650419 140734871737504 18446744073709551615 4363460 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 99.99
Current children cumulated vsize (KiB) 304752

[startup+51.1011 s]
/proc/loadavg: 7.96 8.06 8.07 9/289 5153
/proc/meminfo: memFree=18574408/32951132 swapFree=67093824/67111528
[pid=5148] ppid=5146 vsize=307244 CPUtime=202.14 cores=0,2,4,6
/proc/5148/stat : 5148 (strangenight1-m) R 5146 5148 4908 0 -1 4202496 95019 0 0 0 20140 74 0 0 25 0 4 0 652485932 314617856 35311 33554432000 4194304 4650419 140734871737504 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5148/statm: 76811 35311 395 112 0 71776 0
[pid=5148/tid=5149] ppid=5146 vsize=307244 CPUtime=50.93 cores=0,2,4,6
/proc/5148/task/5149/stat : 5149 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 28167 0 0 0 5081 12 0 0 25 0 4 0 652485933 314617856 35311 33554432000 4194304 4650419 140734871737504 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5148/tid=5150] ppid=5146 vsize=307244 CPUtime=49.84 cores=0,2,4,6
/proc/5148/task/5150/stat : 5150 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 22621 0 0 0 4965 19 0 0 25 0 4 0 652485933 314617856 35311 33554432000 4194304 4650419 140734871737504 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5148/tid=5151] ppid=5146 vsize=307244 CPUtime=50.4 cores=0,2,4,6
/proc/5148/task/5151/stat : 5151 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 17905 0 0 0 5030 10 0 0 25 0 4 0 652485933 314617856 35311 33554432000 4194304 4650419 140734871737504 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 202.14
Current children cumulated vsize (KiB) 307244

[startup+102.31 s]
/proc/loadavg: 8.04 8.07 8.07 9/289 5155
/proc/meminfo: memFree=18514216/32951132 swapFree=67093824/67111528
[pid=5148] ppid=5146 vsize=392564 CPUtime=406.42 cores=0,2,4,6
/proc/5148/stat : 5148 (strangenight1-m) R 5146 5148 4908 0 -1 4202496 141417 0 0 0 40550 92 0 0 25 0 4 0 652485932 401985536 43202 33554432000 4194304 4650419 140734871737504 18446744073709551615 4363469 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5148/statm: 98141 43202 395 112 0 93106 0
[pid=5148/tid=5149] ppid=5146 vsize=392564 CPUtime=102.14 cores=0,2,4,6
/proc/5148/task/5149/stat : 5149 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 43028 0 0 0 10197 17 0 0 25 0 4 0 652485933 401985536 43202 33554432000 4194304 4650419 140734871737504 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5148/tid=5150] ppid=5146 vsize=392564 CPUtime=100.98 cores=0,2,4,6
/proc/5148/task/5150/stat : 5150 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 32109 0 0 0 10074 24 0 0 25 0 4 0 652485933 401985536 43202 33554432000 4194304 4650419 140734871737504 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5148/tid=5151] ppid=5146 vsize=392564 CPUtime=101.14 cores=0,2,4,6
/proc/5148/task/5151/stat : 5151 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 28890 0 0 0 10100 14 0 0 25 0 4 0 652485933 401985536 43202 33554432000 4194304 4650419 140734871737504 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 406.42
Current children cumulated vsize (KiB) 392564

[startup+162.301 s]

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

[pid=5148] ppid=5146 vsize=622848 CPUtime=2561.1 cores=0,2,4,6
/proc/5148/stat : 5148 (strangenight1-m) R 5146 5148 4908 0 -1 4202496 392074 0 0 0 255908 202 0 0 25 0 4 0 652485932 637796352 100776 33554432000 4194304 4650419 140734871737504 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5148/statm: 155712 100776 395 112 0 150677 0
[pid=5148/tid=5149] ppid=5146 vsize=622848 CPUtime=642.14 cores=0,2,4,6
/proc/5148/task/5149/stat : 5149 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 116480 0 0 0 64166 48 0 0 25 0 4 0 652485933 637796352 100777 33554432000 4194304 4650419 140734871737504 18446744073709551615 4315699 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5148/tid=5150] ppid=5146 vsize=622848 CPUtime=640.66 cores=0,2,4,6
/proc/5148/task/5150/stat : 5150 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 79911 0 0 0 64014 52 0 0 25 0 4 0 652485933 637796352 100777 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5148/tid=5151] ppid=5146 vsize=622848 CPUtime=636.24 cores=0,2,4,6
/proc/5148/task/5151/stat : 5151 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 74635 0 0 0 63591 33 0 0 25 0 4 0 652485933 637796352 100777 33554432000 4194304 4650419 140734871737504 18446744073709551615 4364792 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2561.1
Current children cumulated vsize (KiB) 622848

[startup+702.3 s]
/proc/loadavg: 8.11 8.11 8.09 9/289 5171
/proc/meminfo: memFree=18160852/32951132 swapFree=67093824/67111528
[pid=5148] ppid=5146 vsize=635784 CPUtime=2800.51 cores=0,2,4,6
/proc/5148/stat : 5148 (strangenight1-m) R 5146 5148 4908 0 -1 4202496 413597 0 0 0 279838 213 0 0 25 0 4 0 652485932 651042816 105769 33554432000 4194304 4650419 140734871737504 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5148/statm: 158946 105769 395 112 0 153911 0
[pid=5148/tid=5149] ppid=5146 vsize=635784 CPUtime=702.14 cores=0,2,4,6
/proc/5148/task/5149/stat : 5149 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 124121 0 0 0 70162 52 0 0 25 0 4 0 652485933 651042816 105769 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5148/tid=5150] ppid=5146 vsize=635784 CPUtime=700.63 cores=0,2,4,6
/proc/5148/task/5150/stat : 5150 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 82250 0 0 0 70009 54 0 0 25 0 4 0 652485933 651042816 105769 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5148/tid=5151] ppid=5146 vsize=635784 CPUtime=695.69 cores=0,2,4,6
/proc/5148/task/5151/stat : 5151 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 78146 0 0 0 69534 35 0 0 25 0 4 0 652485933 651042816 105769 33554432000 4194304 4650419 140734871737504 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2800.51
Current children cumulated vsize (KiB) 635784

[startup+762.311 s]
/proc/loadavg: 8.11 8.12 8.09 9/289 5172
/proc/meminfo: memFree=18104176/32951132 swapFree=67093824/67111528
[pid=5148] ppid=5146 vsize=687104 CPUtime=3039.95 cores=0,2,4,6
/proc/5148/stat : 5148 (strangenight1-m) R 5146 5148 4908 0 -1 4202496 435082 0 0 0 303770 225 0 0 25 0 4 0 652485932 703594496 111211 33554432000 4194304 4650419 140734871737504 18446744073709551615 4433087 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5148/statm: 171776 111211 395 112 0 166741 0
[pid=5148/tid=5149] ppid=5146 vsize=687104 CPUtime=762.15 cores=0,2,4,6
/proc/5148/task/5149/stat : 5149 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 131041 0 0 0 76158 57 0 0 25 0 4 0 652485933 703594496 111211 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5148/tid=5150] ppid=5146 vsize=687104 CPUtime=760.6 cores=0,2,4,6
/proc/5148/task/5150/stat : 5150 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 84949 0 0 0 76004 56 0 0 25 0 4 0 652485933 703594496 111211 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5148/tid=5151] ppid=5146 vsize=687104 CPUtime=755.16 cores=0,2,4,6
/proc/5148/task/5151/stat : 5151 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 83620 0 0 0 75476 40 0 0 25 0 4 0 652485933 703594496 111211 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3039.95
Current children cumulated vsize (KiB) 687104

[startup+822.301 s]
/proc/loadavg: 8.19 8.14 8.10 9/289 5174
/proc/meminfo: memFree=18101688/32951132 swapFree=67093824/67111528
[pid=5148] ppid=5146 vsize=623312 CPUtime=3279.33 cores=0,2,4,6
/proc/5148/stat : 5148 (strangenight1-m) R 5146 5148 4908 0 -1 4202496 454488 0 0 0 327697 236 0 0 25 0 4 0 652485932 638271488 113414 33554432000 4194304 4650419 140734871737504 18446744073709551615 4363426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5148/statm: 155828 113414 395 112 0 150793 0
[pid=5148/tid=5149] ppid=5146 vsize=623312 CPUtime=822.14 cores=0,2,4,6
/proc/5148/task/5149/stat : 5149 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 138104 0 0 0 82153 61 0 0 25 0 4 0 652485933 638271488 113414 33554432000 4194304 4650419 140734871737504 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5148/tid=5150] ppid=5146 vsize=623312 CPUtime=820.55 cores=0,2,4,6
/proc/5148/task/5150/stat : 5150 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 90852 0 0 0 81995 60 0 0 25 0 4 0 652485933 638271488 113414 33554432000 4194304 4650419 140734871737504 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5148/tid=5151] ppid=5146 vsize=623312 CPUtime=814.6 cores=0,2,4,6
/proc/5148/task/5151/stat : 5151 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 86297 0 0 0 81420 40 0 0 25 0 4 0 652485933 638271488 113414 33554432000 4194304 4650419 140734871737504 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3279.33
Current children cumulated vsize (KiB) 623312

[startup+882.301 s]
/proc/loadavg: 8.25 8.16 8.10 9/289 5176
/proc/meminfo: memFree=18061124/32951132 swapFree=67093824/67111528
[pid=5148] ppid=5146 vsize=636440 CPUtime=3518.73 cores=0,2,4,6
/proc/5148/stat : 5148 (strangenight1-m) R 5146 5148 4908 0 -1 4202496 476456 0 0 0 351626 247 0 0 25 0 4 0 652485932 651714560 109083 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5148/statm: 159110 109083 395 112 0 154075 0
[pid=5148/tid=5149] ppid=5146 vsize=636440 CPUtime=882.14 cores=0,2,4,6
/proc/5148/task/5149/stat : 5149 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 145518 0 0 0 88149 65 0 0 25 0 4 0 652485933 651714560 109083 33554432000 4194304 4650419 140734871737504 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5148/tid=5150] ppid=5146 vsize=636440 CPUtime=880.51 cores=0,2,4,6
/proc/5148/task/5150/stat : 5150 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 96148 0 0 0 87988 63 0 0 25 0 4 0 652485933 651714560 109083 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5148/tid=5151] ppid=5146 vsize=636440 CPUtime=874.05 cores=0,2,4,6
/proc/5148/task/5151/stat : 5151 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 92032 0 0 0 87362 43 0 0 25 0 4 0 652485933 651714560 109083 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3518.73
Current children cumulated vsize (KiB) 636440

[startup+942.301 s]
/proc/loadavg: 5.89 7.53 7.89 5/280 5195
/proc/meminfo: memFree=18588576/32951132 swapFree=67093824/67111528
[pid=5148] ppid=5146 vsize=636588 CPUtime=3758.15 cores=0,2,4,6
/proc/5148/stat : 5148 (strangenight1-m) R 5146 5148 4908 0 -1 4202496 498189 0 0 0 375556 259 0 0 25 0 4 0 652485932 651866112 120381 33554432000 4194304 4650419 140734871737504 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5148/statm: 159147 120381 395 112 0 154112 0
[pid=5148/tid=5149] ppid=5146 vsize=636588 CPUtime=942.14 cores=0,2,4,6
/proc/5148/task/5149/stat : 5149 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 156745 0 0 0 94147 67 0 0 25 0 4 0 652485933 651866112 120381 33554432000 4194304 4650419 140734871737504 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5148/tid=5150] ppid=5146 vsize=636588 CPUtime=940.46 cores=0,2,4,6
/proc/5148/task/5150/stat : 5150 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 100785 0 0 0 93978 68 0 0 25 0 4 0 652485933 651866112 120381 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5148/tid=5151] ppid=5146 vsize=636588 CPUtime=933.53 cores=0,2,4,6
/proc/5148/task/5151/stat : 5151 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 94156 0 0 0 93308 45 0 0 25 0 4 0 652485933 651866112 120381 33554432000 4194304 4650419 140734871737504 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3758.15
Current children cumulated vsize (KiB) 636588

[startup+1002.3 s]
/proc/loadavg: 4.69 6.88 7.64 5/280 5197
/proc/meminfo: memFree=18588948/32951132 swapFree=67093824/67111528
[pid=5148] ppid=5146 vsize=691904 CPUtime=3997.63 cores=0,2,4,6
/proc/5148/stat : 5148 (strangenight1-m) R 5146 5148 4908 0 -1 4202496 519378 0 0 0 399494 269 0 0 25 0 4 0 652485932 708509696 120339 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5148/statm: 172976 120339 395 112 0 167941 0
[pid=5148/tid=5149] ppid=5146 vsize=691904 CPUtime=1002.14 cores=0,2,4,6
/proc/5148/task/5149/stat : 5149 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 162870 0 0 0 100143 71 0 0 25 0 4 0 652485933 708509696 120339 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5148/tid=5150] ppid=5146 vsize=691904 CPUtime=1000.45 cores=0,2,4,6
/proc/5148/task/5150/stat : 5150 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 104060 0 0 0 99975 70 0 0 25 0 4 0 652485933 708509696 120339 33554432000 4194304 4650419 140734871737504 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5148/tid=5151] ppid=5146 vsize=691904 CPUtime=993.02 cores=0,2,4,6
/proc/5148/task/5151/stat : 5151 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 99260 0 0 0 99255 47 0 0 25 0 4 0 652485933 708509696 120339 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3997.63
Current children cumulated vsize (KiB) 691904

[startup+1062.3 s]
/proc/loadavg: 4.31 6.37 7.41 5/280 5198
/proc/meminfo: memFree=18590808/32951132 swapFree=67093824/67111528
[pid=5148] ppid=5146 vsize=686872 CPUtime=4237.13 cores=0,2,4,6
/proc/5148/stat : 5148 (strangenight1-m) R 5146 5148 4908 0 -1 4202496 541176 0 0 0 423432 281 0 0 25 0 4 0 652485932 703356928 119832 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5148/statm: 171718 119832 395 112 0 166683 0
[pid=5148/tid=5149] ppid=5146 vsize=686872 CPUtime=1062.14 cores=0,2,4,6
/proc/5148/task/5149/stat : 5149 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 170608 0 0 0 106139 75 0 0 25 0 4 0 652485933 703356928 119832 33554432000 4194304 4650419 140734871737504 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5148/tid=5150] ppid=5146 vsize=686872 CPUtime=1060.45 cores=0,2,4,6
/proc/5148/task/5150/stat : 5150 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 108613 0 0 0 105972 73 0 0 25 0 4 0 652485933 703356928 119832 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5148/tid=5151] ppid=5146 vsize=686872 CPUtime=1052.52 cores=0,2,4,6
/proc/5148/task/5151/stat : 5151 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 101118 0 0 0 105204 48 0 0 25 0 4 0 652485933 703356928 119832 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4237.13
Current children cumulated vsize (KiB) 686872

[startup+1122.3 s]
/proc/loadavg: 4.11 5.94 7.20 5/280 5200
/proc/meminfo: memFree=18586832/32951132 swapFree=67093824/67111528
[pid=5148] ppid=5146 vsize=639440 CPUtime=4476.61 cores=0,2,4,6
/proc/5148/stat : 5148 (strangenight1-m) R 5146 5148 4908 0 -1 4202496 567176 0 0 0 447368 293 0 0 25 0 4 0 652485932 654786560 120742 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5148/statm: 159860 120742 395 112 0 154825 0
[pid=5148/tid=5149] ppid=5146 vsize=639440 CPUtime=1122.15 cores=0,2,4,6
/proc/5148/task/5149/stat : 5149 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 178403 0 0 0 112136 79 0 0 25 0 4 0 652485933 654786560 120742 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5148/tid=5150] ppid=5146 vsize=639440 CPUtime=1120.44 cores=0,2,4,6
/proc/5148/task/5150/stat : 5150 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 115493 0 0 0 111968 76 0 0 25 0 4 0 652485933 654786560 120742 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5148/tid=5151] ppid=5146 vsize=639440 CPUtime=1112.01 cores=0,2,4,6
/proc/5148/task/5151/stat : 5151 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 104748 0 0 0 111151 50 0 0 25 0 4 0 652485933 654786560 120742 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4476.61
Current children cumulated vsize (KiB) 639440

[startup+1182.3 s]
/proc/loadavg: 4.09 5.60 7.00 5/280 5202
/proc/meminfo: memFree=18537968/32951132 swapFree=67093824/67111528
[pid=5148] ppid=5146 vsize=812828 CPUtime=4716.08 cores=0,2,4,6
/proc/5148/stat : 5148 (strangenight1-m) R 5146 5148 4908 0 -1 4202496 586260 0 0 0 471306 302 0 0 25 0 4 0 652485932 832335872 133241 33554432000 4194304 4650419 140734871737504 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5148/statm: 203207 133241 395 112 0 198172 0
[pid=5148/tid=5149] ppid=5146 vsize=812828 CPUtime=1182.14 cores=0,2,4,6
/proc/5148/task/5149/stat : 5149 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 186006 0 0 0 118134 80 0 0 25 0 4 0 652485933 832335872 133241 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5148/tid=5150] ppid=5146 vsize=812828 CPUtime=1180.43 cores=0,2,4,6
/proc/5148/task/5150/stat : 5150 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 119700 0 0 0 117963 80 0 0 25 0 4 0 652485933 832335872 133241 33554432000 4194304 4650419 140734871737504 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5148/tid=5151] ppid=5146 vsize=812828 CPUtime=1171.48 cores=0,2,4,6
/proc/5148/task/5151/stat : 5151 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 107359 0 0 0 117097 51 0 0 25 0 4 0 652485933 832335872 133241 33554432000 4194304 4650419 140734871737504 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4716.08
Current children cumulated vsize (KiB) 812828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.41 s]
/proc/loadavg: 4.06 5.47 6.92 5/280 5202
/proc/meminfo: memFree=18576148/32951132 swapFree=67093824/67111528
[pid=5148] ppid=5146 vsize=753352 CPUtime=4800.33 cores=0,2,4,6
/proc/5148/stat : 5148 (strangenight1-m) R 5146 5148 4908 0 -1 4202496 593904 0 0 0 479727 306 0 0 25 0 4 0 652485932 771432448 123314 33554432000 4194304 4650419 140734871737504 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5148/statm: 188338 123314 395 112 0 183303 0
[pid=5148/tid=5149] ppid=5146 vsize=753352 CPUtime=1203.27 cores=0,2,4,6
/proc/5148/task/5149/stat : 5149 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 188742 0 0 0 120245 82 0 0 25 0 4 0 652485933 771432448 123314 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5148/tid=5150] ppid=5146 vsize=753352 CPUtime=1201.54 cores=0,2,4,6
/proc/5148/task/5150/stat : 5150 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 120662 0 0 0 120074 80 0 0 25 0 4 0 652485933 771432448 123314 33554432000 4194304 4650419 140734871737504 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5148/tid=5151] ppid=5146 vsize=753352 CPUtime=1192.4 cores=0,2,4,6
/proc/5148/task/5151/stat : 5151 (strangenight1-m) R 5146 5148 4908 0 -1 4202560 108496 0 0 0 119188 52 0 0 25 0 4 0 652485933 771432448 123314 33554432000 4194304 4650419 140734871737504 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 753352

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.45
CPU time (s): 4800.41
CPU user time (s): 4797.31
CPU system time (s): 3.09153
CPU usage (%): 398.887
Max. virtual memory (cumulated for all children) (KiB): 831212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.31
system time used= 3.09153
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 593905
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= 910
involuntary context switches= 18569

runsolver used 3.25251 second user time and 7.57185 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-14 23:34:23
IDJOB=3368983
IDBENCH=82992
IDSOLVER=1846
FILE ID=node131/3368983-1305408863
RUNJOBID= node131-1305406450-4926
PBS_JOBID= 13324514
Free space on /tmp= 73684 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S1863077195-052.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368983-1305408863/watcher-3368983-1305408863 -o /tmp/evaluation-result-3368983-1305408863/solver-3368983-1305408863 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368983-1305408863.cnf

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

MD5SUM BENCH= 95ba8379aa2e59896c8d6334d91cdeab
RANDOM SEED=766377251

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      18737748 kB
Buffers:        273248 kB
Cached:        3639600 kB
SwapCached:       1504 kB
Active:       10893104 kB
Inactive:      3063836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18737748 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:            6256 kB
Writeback:           0 kB
AnonPages:    10041900 kB
Mapped:          27336 kB
Slab:           163716 kB
PageTables:      31512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 28431864 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= 73684 MiB
End job on node131 at 2011-05-14 23:54:28