Trace number 3173974

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.29 1201.64

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v175-c3727-S539832832-088.SATISFIABLE.cnf
MD5SUM96d6aca5635fba3566aa8534cdc228f2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.734888
Satisfiable
(Un)Satisfiability was proved
Number of variables175
Number of clauses3727
Sum of the clauses size18635
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53727
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-3173974-1304074702.cnf'
0.00/0.00	c -- header says num vars:            175
0.00/0.00	c -- header says num clauses:        3727
0.00/0.02	c -- clauses added:            0 learnts,         3727 normals,            0 xors
0.00/0.02	c -- vars added        175
0.00/0.02	c Parsing time:  0.00 s
0.00/0.02	c  N st     0         0       175      3727         0         0     18635         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.01
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
0.00/0.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:      84 undec:       3 neg:      88
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.10	c  B st     0         0       175      3727         0         0     18635         0   no data   no data
0.00/0.10	c Decided on static restart strategy
0.78/0.20	c  N st     8      4920       175      3727         0      4730     18635    160868   no data   no data
1.18/0.37	c  N st    10     11303       175      3727         0      4386     18635    111092   no data   no data
2.38/0.61	c  N st    11     17046       175      3727         0      9897     18635    302182   no data   no data
3.98/1.02	c  F st    12     25000       175      3727         0     12119     18635    374689   no data   no data
3.98/1.02	c  N st    12     25000       175      3727         0     12119     18635    374689   no data   no data
4.80/1.25	c Decided on static restart strategy
4.80/1.25	c  N st    18     30000       175      3727         0     10388     18635    297885   no data   no data
4.80/1.25	c  S st    18     30000       175      3727         0     10388     18635    297885   no data   no data
4.80/1.28	c  S st    18     30505       175      3727         0     10883     18635    314624   no data   no data
4.80/1.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.80/1.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.80/1.28	c blocked clauses removed:        0 vars:      0 tried:         175 T: 0.00 s
4.80/1.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.80/1.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.80/1.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
4.80/1.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.80/1.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.17/1.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.50	c lits-rem:       174  cl-subs:     1002  v-elim:      0  v-fix:    0  time:  0.20 s
5.97/1.54	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.04
5.97/1.54	c calculated reachability. Time: 0.00
5.97/1.54	c  N st    18     30505       175      3727         0      9881     18635    275080   no data   no data
7.57/1.92	c  N st    20     37616       175      3727         0      9124     18635    229094   no data   no data
9.18/2.31	c  N st    21     44018       175      3727         0     15211     18635    435913   no data   no data
9.56/2.42	c  S st    22     45757       175      3727         0     16878     18635    489976   no data   no data
9.56/2.47	c  S st    22     46263       175      3727         0      8817     18635    192754   no data   no data
9.56/2.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.56/2.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.56/2.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.56/2.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.56/2.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
9.56/2.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.56/2.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.56/2.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.50	c lits-rem:        20  cl-subs:      117  v-elim:      0  v-fix:    0  time:  0.02 s
9.96/2.50	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
9.96/2.50	c vivif2 --  cl tried     8700 cl shrink        0 lits rem          0 time: 0.00
9.96/2.54	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.04
9.96/2.54	c calculated reachability. Time: 0.00
9.96/2.54	c  N st    22     46263       175      3727         0      8700     18635    188254   no data   no data
13.18/3.38	c  N st    23     60660       175      3727         0     12918     18635    313961   no data   no data
15.55/3.98	c  N st    24     69395       175      3727         0     10770     18635    223932   no data   no data
15.55/3.98	c  S st    24     69395       175      3727         0     10770     18635    223932   no data   no data
15.95/4.01	c  S st    24     69899       175      3727         0     11266     18635    240299   no data   no data
15.95/4.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.95/4.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.95/4.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.95/4.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.95/4.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.95/4.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
15.95/4.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.95/4.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.95/4.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.95/4.08	c lits-rem:        36  cl-subs:      234  v-elim:      0  v-fix:    0  time:  0.05 s
15.95/4.08	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
15.95/4.08	c vivif2 --  cl tried    11032 cl shrink        0 lits rem          0 time: 0.00
16.35/4.13	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.05
16.35/4.13	c calculated reachability. Time: 0.00
16.35/4.13	c  N st    24     69899       175      3727         0     11032     18635    231489   no data   no data
21.15/5.32	c  F st    25     87501       175      3727         0     16364     18635    403363   no data   no data
21.15/5.32	c  N st    25     87501       175      3727         0     16364     18635    403363   no data   no data
22.37/5.67	c Decided on static restart strategy
23.15/5.89	c  N st    32     95545       175      3727         0     24146     18635    666950   no data   no data
25.55/6.49	c  N st    34    104849       175      3727         0     20624     18635    541480   no data   no data
25.55/6.49	c  S st    34    104849       175      3727         0     20624     18635    541480   no data   no data
25.95/6.55	c  S st    34    105351       175      3727         0     21116     18635    558277   no data   no data
25.95/6.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.95/6.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
25.95/6.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.95/6.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.95/6.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.95/6.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
25.95/6.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.95/6.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
25.95/6.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.94/7.05	c lits-rem:       244  cl-subs:     1163  v-elim:      0  v-fix:    0  time:  0.47 s
27.94/7.05	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
27.94/7.06	c vivif2 --  cl tried    19953 cl shrink        0 lits rem          0 time: 0.01
28.34/7.14	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.08
28.34/7.14	c calculated reachability. Time: 0.00
28.34/7.14	c  N st    34    105351       175      3727         0     19953     18635    511229   no data   no data
31.53/7.90	c  N st    35    114949       175      3727         0     15780     18635    357107   no data   no data
36.73/9.20	c  N st    36    129348       175      3727         0     15161     18635    301187   no data   no data
43.53/10.91	c  N st    37    150943       175      3727         0     20530     18635    462865   no data   no data
45.52/11.48	c  S st    38    158027       175      3727         0     27326     18635    693673   no data   no data
45.93/11.55	c  S st    38    158529       175      3727         0     27823     18635    709613   no data   no data
45.93/11.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.93/11.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
45.93/11.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.93/11.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.93/11.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.93/11.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
45.93/11.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.93/11.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
45.93/11.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.91/12.55	c lits-rem:       573  cl-subs:     1654  v-elim:      0  v-fix:    0  time:  0.97 s
49.91/12.55	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
49.91/12.56	c vivif2 --  cl tried    26169 cl shrink        0 lits rem          0 time: 0.01
50.31/12.68	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.11
50.31/12.68	c calculated reachability. Time: 0.00
50.31/12.68	c  N st    38    158529       175      3727         0     26169     18635    647710   no data   no data
68.70/17.26	c  N st    39    207117       175      3727         0     20957     18635    417786   no data   no data
81.08/20.35	c  N st    40    237794       175      3727         0     31090     18635    756972   no data   no data
81.08/20.35	c  S st    40    237794       175      3727         0     31090     18635    756972   no data   no data
81.48/20.45	c  S st    40    238296       175      3727         0     31575     18635    772818   no data   no data
81.48/20.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.48/20.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
81.48/20.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.48/20.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.48/20.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.48/20.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
81.48/20.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
81.48/20.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
81.87/20.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
89.07/22.35	c lits-rem:       544  cl-subs:     2094  v-elim:      0  v-fix:    0  time:  1.85 s
89.07/22.35	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
89.07/22.36	c vivif2 --  cl tried    29481 cl shrink        0 lits rem          0 time: 0.01
89.47/22.48	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.12
89.47/22.48	c calculated reachability. Time: 0.00
89.47/22.48	c  N st    40    238296       175      3727         0     29481     18635    697448   no data   no data
117.83/29.52	c  F st    41    306250       175      3727         0     31510     18635    719149   no data   no data
117.83/29.52	c  N st    41    306250       175      3727         0     31510     18635    719149   no data   no data
120.23/30.16	c Decided on static restart strategy
129.83/32.54	c  N st    51    334557       175      3727         0     35686     18635    826829   no data   no data
139.81/35.02	c  N st    53    357449       175      3727         0     33689     18635    732839   no data   no data
139.81/35.02	c  S st    53    357449       175      3727         0     33689     18635    732839   no data   no data
140.21/35.10	c  S st    53    357955       175      3727         0     34184     18635    749270   no data   no data
140.21/35.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
140.21/35.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
140.21/35.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
140.21/35.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
140.21/35.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.21/35.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
140.21/35.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
140.21/35.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
140.21/35.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
143.40/35.97	c lits-rem:       536  cl-subs:     1279  v-elim:      0  v-fix:    0  time:  0.82 s
143.40/35.97	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
143.40/35.98	c vivif2 --  cl tried    32905 cl shrink        0 lits rem          0 time: 0.01
144.20/36.13	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.15
144.20/36.13	c calculated reachability. Time: 0.00
144.20/36.13	c  N st    53    357955       175      3727         0     32905     18635    698443   no data   no data
158.61/39.72	c  N st    54    390348       175      3727         0     39095     18635    902999   no data   no data
186.55/46.74	c  N st    55    438937       175      3727         0     32880     18635    651621   no data   no data
225.30/56.45	c  N st    56    511820       175      3727         0     46012     18635   1069566   no data   no data
238.88/59.84	c  N st    57    536932       175      3727         0     40462     18635    830462   no data   no data
238.88/59.84	c  S st    57    536932       175      3727         0     40462     18635    830462   no data   no data
239.28/59.94	c  S st    57    537435       175      3727         0     40955     18635    846757   no data   no data
239.28/59.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
239.28/59.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
239.28/59.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
239.28/59.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
239.28/59.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
239.28/59.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
239.28/59.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
239.28/59.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
239.28/60.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.48/61.22	c lits-rem:       555  cl-subs:     1614  v-elim:      0  v-fix:    0  time:  1.23 s
244.48/61.22	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
244.48/61.23	c vivif2 --  cl tried    39341 cl shrink        0 lits rem          0 time: 0.01
245.28/61.42	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.19
245.28/61.43	c calculated reachability. Time: 0.00
245.28/61.43	c  N st    57    537435       175      3727         0     39341     18635    788246   no data   no data
340.77/85.38	c  N st    58    701419       175      3727         0     67945     18635   1730309   no data   no data
408.29/102.22	c  N st    59    806153       175      3727         0     61951     18635   1451521   no data   no data
408.29/102.22	c  S st    59    806153       175      3727         0     61951     18635   1451521   no data   no data
408.71/102.38	c  S st    59    806656       175      3727         0     62446     18635   1467821   no data   no data
408.71/102.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
409.11/102.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
409.11/102.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
409.11/102.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
409.11/102.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
409.11/102.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
409.11/102.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
409.11/102.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
409.11/102.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
443.44/111.01	c lits-rem:      2456  cl-subs:     4414  v-elim:      0  v-fix:    0  time:  8.53 s
443.44/111.01	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
443.44/111.03	c vivif2 --  cl tried    58032 cl shrink        0 lits rem          0 time: 0.02
444.64/111.32	c asymm  cl-useful: 0/3265/3727 lits-rem:0 time: 0.29
444.64/111.32	c calculated reachability. Time: 0.00
444.64/111.32	c  N st    59    806656       175      3727         0     58032     18635   1305758   no data   no data
630.01/157.76	c  F st    60   1071876       175      3727         0     73257     18635   1725846   no data   no data
630.01/157.76	c  N st    60   1071876       175      3727         0     73257     18635   1725846   no data   no data
635.22/159.08	c Decided on static restart strategy
652.37/163.36	c  N st    70   1100181       175      3727         0     57631     18635   1124339   no data   no data
680.74/170.46	c  N st    72   1136175       175      3727         0     48218     18635    785100   no data   no data
711.49/178.11	c  N st    73   1168568       175      3727         0     79096     18635   1892528   no data   no data
753.43/188.66	c  N st    74   1209984       175      3727         0     73766     18635   1686773   no data   no data
753.43/188.66	c  S st    74   1209984       175      3727         0     73766     18635   1686773   no data   no data
754.63/188.91	c  S st    74   1210487       175      3727         0     74257     18635   1703336   no data   no data
754.63/188.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
754.63/188.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
754.63/188.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
754.63/188.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
754.63/188.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
754.63/188.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
754.63/188.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
754.63/188.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
755.03/189.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
816.15/204.30	c lits-rem:      2533  cl-subs:     4501  v-elim:      0  v-fix:    0  time: 15.27 s
816.15/204.30	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
816.15/204.33	c vivif2 --  cl tried    69756 cl shrink        0 lits rem          0 time: 0.02
817.77/204.80	c asymm  cl-useful: 0/2914/3727 lits-rem:0 time: 0.47
818.14/204.80	c calculated reachability. Time: 0.00
818.14/204.80	c  N st    74   1210487       175      3727         0     69756     18635   1527586   no data   no data
894.85/224.03	c  N st    75   1283370       175      3727         0     46836     18635    675364   no data   no data
996.73/249.52	c  N st    76   1392693       175      3727         0     54728     18635    906760   no data   no data
1138.94/285.15	c  N st    77   1556680       175      3727         0     59491     18635   1022724   no data   no data
1276.36/319.56	c  N st    78   1710489       175      3727         0    100298     18635   2430786   no data   no data
1276.36/319.56	c  S st    78   1710489       175      3727         0    100298     18635   2430786   no data   no data
1277.56/319.89	c  S st    78   1710992       175      3727         0    100793     18635   2447033   no data   no data
1277.96/319.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1277.96/319.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1277.96/319.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1277.96/319.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1277.96/319.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1277.96/319.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1277.96/319.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1277.96/319.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1278.36/320.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1391.41/348.33	c lits-rem:      4563  cl-subs:     8087  v-elim:      0  v-fix:    0  time: 28.28 s
1391.41/348.33	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
1391.41/348.36	c vivif2 --  cl tried    92706 cl shrink        0 lits rem          0 time: 0.03
1392.21/348.53	c asymm  cl-useful: 0/813/3727 lits-rem:0 time: 0.17
1392.21/348.54	c calculated reachability. Time: 0.00
1392.21/348.54	c  N st    78   1710992       175      3727         0     92706     18635   2148533   no data   no data
1750.55/438.25	c  N st    79   2079956       175      3727         0    104074     18635   2402658   no data   no data
1887.19/472.46	c  N st    80   2210993       175      3727         0    108239     18635   2511999   no data   no data
1887.19/472.46	c  S st    80   2210993       175      3727         0    108239     18635   2511999   no data   no data
1888.79/472.80	c  S st    80   2211497       175      3727         0    108738     18635   2528678   no data   no data
1888.79/472.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1888.79/472.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
1888.79/472.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1888.79/472.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1888.79/472.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1888.79/472.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1888.79/472.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1889.19/472.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1889.19/472.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2002.22/501.23	c lits-rem:      2594  cl-subs:     7989  v-elim:      0  v-fix:    0  time: 28.26 s
2002.22/501.23	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
2002.22/501.26	c vivif2 --  cl tried   100749 cl shrink        0 lits rem          0 time: 0.03
2003.84/501.63	c asymm  cl-useful: 0/2120/3727 lits-rem:0 time: 0.37
2003.84/501.63	c calculated reachability. Time: 0.00
2003.84/501.63	c  N st    80   2211497       175      3727         0    100749     18635   2236416   no data   no data
2559.92/640.80	c  N st    81   2711497       175      3727         0    123706     18635   2896901   no data   no data
2559.92/640.80	c  S st    81   2711497       175      3727         0    123706     18635   2896901   no data   no data
2561.12/641.17	c  S st    81   2711998       175      3727         0    124191     18635   2912915   no data   no data
2561.12/641.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2561.52/641.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
2561.52/641.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2561.52/641.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2561.52/641.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2561.52/641.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
2561.52/641.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2561.52/641.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2561.93/641.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2741.27/686.23	c lits-rem:      3476  cl-subs:    10696  v-elim:      0  v-fix:    0  time: 44.86 s
2741.27/686.23	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
2741.27/686.26	c vivif2 --  cl tried   113495 cl shrink        0 lits rem          0 time: 0.03
2742.87/686.66	c asymm  cl-useful: 0/1513/3727 lits-rem:0 time: 0.40
2742.87/686.66	c calculated reachability. Time: 0.00
2742.87/686.66	c  N st    81   2711998       175      3727         0    113495     18635   2543370   no data   no data
3405.64/852.57	c  N st    82   3211999       175      3727         0     90115     18635   1573373   no data   no data
3405.64/852.57	c  S st    82   3211999       175      3727         0     90115     18635   1573373   no data   no data
3406.82/852.88	c  S st    82   3212503       175      3727         0     90611     18635   1589399   no data   no data
3406.82/852.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3407.22/852.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3407.22/852.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3407.22/852.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3407.22/852.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3407.22/852.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
3407.22/852.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3407.22/852.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3407.62/853.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3428.79/858.38	c lits-rem:       869  cl-subs:     3006  v-elim:      0  v-fix:    0  time:  5.38 s
3428.79/858.38	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
3429.19/858.40	c vivif2 --  cl tried    87605 cl shrink        0 lits rem          0 time: 0.02
3430.39/858.75	c asymm  cl-useful: 0/2249/3727 lits-rem:0 time: 0.35
3430.39/858.75	c calculated reachability. Time: 0.00
3430.39/858.75	c  N st    82   3212503       175      3727         0     87605     18635   1483159   no data   no data
4092.75/1024.58	c  N st    83   3712503       175      3727         0     98386     18635   1737973   no data   no data
4092.75/1024.58	c  S st    83   3712503       175      3727         0     98386     18635   1737973   no data   no data
4093.95/1024.89	c  S st    83   3713006       175      3727         0     98884     18635   1754908   no data   no data
4094.35/1024.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4094.35/1024.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
4094.35/1024.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4094.35/1024.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4094.35/1024.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4094.35/1024.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
4094.35/1024.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4094.35/1024.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4094.75/1025.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4125.10/1032.67	c lits-rem:      1614  cl-subs:     3454  v-elim:      0  v-fix:    0  time:  7.63 s
4125.10/1032.67	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
4125.10/1032.70	c vivif2 --  cl tried    95430 cl shrink        0 lits rem          0 time: 0.03
4127.11/1033.11	c asymm  cl-useful: 0/1478/3727 lits-rem:0 time: 0.41
4127.11/1033.11	c calculated reachability. Time: 0.00
4127.11/1033.11	c  N st    83   3713006       175      3727         0     95430     18635   1627872   no data   no data
4186.22/1047.94	c  F st    84   3751563       175      3727         0    132196     18635   2930985   no data   no data
4186.22/1047.94	c  N st    84   3751563       175      3727         0    132196     18635   2930985   no data   no data
4196.21/1050.43	c Decided on static restart strategy
4232.96/1059.69	c  N st    94   3779874       175      3727         0    159307     18635   3884780   no data   no data
4272.50/1069.55	c  N st    96   3815867       175      3727         0    112765     18635   2183470   no data   no data
4317.65/1080.84	c  N st    97   3848262       175      3727         0    143398     18635   3254645   no data   no data
4379.17/1096.23	c  N st    98   3896850       175      3727         0    107962     18635   2027751   no data   no data
4481.82/1122.00	c  N st    99   3969733       175      3727         0     94502     18635   1506914   no data   no data
4613.65/1154.90	c  N st   100   4079056       175      3727         0    114669     18635   2184756   no data   no data
4794.25/1200.19	c  N st   101   4213006       175      3727         0    157274     18635   3650897   no data   no data
4794.25/1200.19	c  S st   101   4213006       175      3727         0    157274     18635   3650897   no data   no data
4796.63/1200.74	c  S st   101   4213509       175      3727         0    157769     18635   3667088   no data   no data
4796.63/1200.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4797.03/1200.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.10
4797.03/1200.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4797.03/1200.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4797.03/1200.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4797.03/1200.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
4797.03/1200.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4797.43/1200.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
4797.83/1201.02	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-3173974-1304074702/watcher-3173974-1304074702 -o /tmp/evaluation-result-3173974-1304074702/solver-3173974-1304074702 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173974-1304074702.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: 8.07 8.08 7.94 2/172 15751
/proc/meminfo: memFree=15134192/32951124 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=208000 CPUtime=0 cores=0,2,4,6
/proc/15751/stat : 15751 (strangenight2-m) R 15749 15751 15629 0 -1 4202496 658 0 0 0 0 0 0 0 25 0 4 0 499885804 212992000 576 33554432000 4194304 4627427 140734576559152 18446744073709551615 4507218 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15751/statm: 52000 576 338 106 0 46971 0
[pid=15751/tid=15752] ppid=15749 vsize=208000 CPUtime=0 cores=0,2,4,6
/proc/15751/task/15752/stat : 15752 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 81 0 0 0 0 0 0 0 25 0 4 0 499885804 212992000 584 33554432000 4194304 4627427 140734576559152 18446744073709551615 264726065861 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15751/tid=15753] ppid=15749 vsize=208000 CPUtime=0 cores=0,2,4,6
/proc/15751/task/15753/stat : 15753 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 4 0 499885804 212992000 591 33554432000 4194304 4627427 140734576559152 18446744073709551615 264726101771 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15751/tid=15754] ppid=15749 vsize=208000 CPUtime=0 cores=0,2,4,6
/proc/15751/task/15754/stat : 15754 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 79 0 0 0 0 0 0 0 25 0 4 0 499885804 212992000 599 33554432000 4194304 4627427 140734576559152 18446744073709551615 264726101771 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.10717 s]
/proc/loadavg: 8.07 8.08 7.94 2/172 15751
/proc/meminfo: memFree=15134192/32951124 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=282856 CPUtime=0.4 cores=0,2,4,6
/proc/15751/stat : 15751 (strangenight2-m) R 15749 15751 15629 0 -1 4202496 2264 0 0 0 40 0 0 0 25 0 4 0 499885804 289644544 2052 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15751/statm: 70714 2052 383 106 0 65685 0
[pid=15751/tid=15752] ppid=15749 vsize=282856 CPUtime=0.1 cores=0,2,4,6
/proc/15751/task/15752/stat : 15752 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 512 0 0 0 10 0 0 0 25 0 4 0 499885804 289644544 2053 33554432000 4194304 4627427 140734576559152 18446744073709551615 264726065861 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15751/tid=15753] ppid=15749 vsize=282856 CPUtime=0.09 cores=0,2,4,6
/proc/15751/task/15753/stat : 15753 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 490 0 0 0 9 0 0 0 25 0 4 0 499885804 289644544 2053 33554432000 4194304 4627427 140734576559152 18446744073709551615 4327375 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15751/tid=15754] ppid=15749 vsize=282856 CPUtime=0.1 cores=0,2,4,6
/proc/15751/task/15754/stat : 15754 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 344 0 0 0 10 0 0 0 25 0 4 0 499885804 289644544 2053 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309186 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282856

[startup+0.20112 s]
/proc/loadavg: 8.07 8.08 7.94 2/172 15751
/proc/meminfo: memFree=15134192/32951124 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=284896 CPUtime=0.78 cores=0,2,4,6
/proc/15751/stat : 15751 (strangenight2-m) R 15749 15751 15629 0 -1 4202496 3141 0 0 0 78 0 0 0 25 0 4 0 499885804 291733504 2110 33554432000 4194304 4627427 140734576559152 18446744073709551615 4333347 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15751/statm: 71224 2111 384 106 0 66195 0
[pid=15751/tid=15752] ppid=15749 vsize=284896 CPUtime=0.19 cores=0,2,4,6
/proc/15751/task/15752/stat : 15752 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 729 0 0 0 19 0 0 0 25 0 4 0 499885804 291733504 2111 33554432000 4194304 4627427 140734576559152 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15751/tid=15753] ppid=15749 vsize=284896 CPUtime=0.19 cores=0,2,4,6
/proc/15751/task/15753/stat : 15753 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 723 0 0 0 19 0 0 0 25 0 4 0 499885804 291733504 2111 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15751/tid=15754] ppid=15749 vsize=284896 CPUtime=0.19 cores=0,2,4,6
/proc/15751/task/15754/stat : 15754 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 567 0 0 0 19 0 0 0 25 0 4 0 499885804 291733504 2111 33554432000 4194304 4627427 140734576559152 18446744073709551615 4333014 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 284896

[startup+0.301101 s]
/proc/loadavg: 8.07 8.08 7.94 2/172 15751
/proc/meminfo: memFree=15134192/32951124 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=285028 CPUtime=1.18 cores=0,2,4,6
/proc/15751/stat : 15751 (strangenight2-m) R 15749 15751 15629 0 -1 4202496 3653 0 0 0 118 0 0 0 25 0 4 0 499885804 291868672 2622 33554432000 4194304 4627427 140734576559152 18446744073709551615 4330751 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15751/statm: 71257 2622 384 106 0 66228 0
[pid=15751/tid=15752] ppid=15749 vsize=285028 CPUtime=0.29 cores=0,2,4,6
/proc/15751/task/15752/stat : 15752 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 864 0 0 0 29 0 0 0 25 0 4 0 499885804 291868672 2622 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15751/tid=15753] ppid=15749 vsize=285028 CPUtime=0.29 cores=0,2,4,6
/proc/15751/task/15753/stat : 15753 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 853 0 0 0 29 0 0 0 25 0 4 0 499885804 291868672 2622 33554432000 4194304 4627427 140734576559152 18446744073709551615 4335602 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15751/tid=15754] ppid=15749 vsize=285028 CPUtime=0.29 cores=0,2,4,6
/proc/15751/task/15754/stat : 15754 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 692 0 0 0 29 0 0 0 25 0 4 0 499885804 291868672 2622 33554432000 4194304 4627427 140734576559152 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 285028

[startup+0.701026 s]
/proc/loadavg: 8.07 8.08 7.94 2/172 15751
/proc/meminfo: memFree=15134192/32951124 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=286920 CPUtime=2.78 cores=0,2,4,6
/proc/15751/stat : 15751 (strangenight2-m) R 15749 15751 15629 0 -1 4202496 6411 0 0 0 277 1 0 0 25 0 4 0 499885804 293806080 2968 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15751/statm: 71730 2968 384 106 0 66701 0
[pid=15751/tid=15752] ppid=15749 vsize=286920 CPUtime=0.69 cores=0,2,4,6
/proc/15751/task/15752/stat : 15752 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 1359 0 0 0 69 0 0 0 25 0 4 0 499885804 293806080 2968 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15751/tid=15753] ppid=15749 vsize=286920 CPUtime=0.69 cores=0,2,4,6
/proc/15751/task/15753/stat : 15753 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 1616 0 0 0 69 0 0 0 25 0 4 0 499885804 293806080 2968 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15751/tid=15754] ppid=15749 vsize=286920 CPUtime=0.69 cores=0,2,4,6
/proc/15751/task/15754/stat : 15754 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 1441 0 0 0 69 0 0 0 25 0 4 0 499885804 293806080 2968 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 286920

[startup+1.50088 s]
/proc/loadavg: 8.07 8.08 7.94 10/184 15768
/proc/meminfo: memFree=15103856/32951124 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=288576 CPUtime=5.97 cores=0,2,4,6
/proc/15751/stat : 15751 (strangenight2-m) R 15749 15751 15629 0 -1 4202496 12288 0 0 0 596 1 0 0 25 0 4 0 499885804 295501824 5403 33554432000 4194304 4627427 140734576559152 18446744073709551615 4302995 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15751/statm: 72144 5403 388 106 0 67115 0
[pid=15751/tid=15752] ppid=15749 vsize=288576 CPUtime=1.49 cores=0,2,4,6
/proc/15751/task/15752/stat : 15752 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 2424 0 0 0 149 0 0 0 25 0 4 0 499885804 295501824 5403 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15751/tid=15753] ppid=15749 vsize=288576 CPUtime=1.48 cores=0,2,4,6
/proc/15751/task/15753/stat : 15753 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 2781 0 0 0 148 0 0 0 25 0 4 0 499885804 295501824 5403 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15751/tid=15754] ppid=15749 vsize=288576 CPUtime=1.49 cores=0,2,4,6
/proc/15751/task/15754/stat : 15754 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 2554 0 0 0 149 0 0 0 25 0 4 0 499885804 295501824 5403 33554432000 4194304 4627427 140734576559152 18446744073709551615 4507026 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 288576

[startup+3.10057 s]
/proc/loadavg: 8.14 8.09 7.94 9/184 15768
/proc/meminfo: memFree=15050856/32951124 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=295040 CPUtime=12.37 cores=0,2,4,6
/proc/15751/stat : 15751 (strangenight2-m) R 15749 15751 15629 0 -1 4202496 24192 0 0 0 1233 4 0 0 25 0 4 0 499885804 302120960 11979 33554432000 4194304 4627427 140734576559152 18446744073709551615 4327410 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15751/statm: 73760 11980 388 106 0 68731 0
[pid=15751/tid=15752] ppid=15749 vsize=295040 CPUtime=3.08 cores=0,2,4,6
/proc/15751/task/15752/stat : 15752 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 5488 0 0 0 308 0 0 0 25 0 4 0 499885804 302120960 11980 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15751/tid=15753] ppid=15749 vsize=295040 CPUtime=3.07 cores=0,2,4,6
/proc/15751/task/15753/stat : 15753 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 6367 0 0 0 307 0 0 0 25 0 4 0 499885804 302120960 11980 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15751/tid=15754] ppid=15749 vsize=295040 CPUtime=3.08 cores=0,2,4,6
/proc/15751/task/15754/stat : 15754 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 6283 0 0 0 307 1 0 0 25 0 4 0 499885804 302120960 11980 33554432000 4194304 4627427 140734576559152 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 295040

[startup+6.30097 s]
/proc/loadavg: 8.14 8.09 7.94 9/184 15768
/proc/meminfo: memFree=15014284/32951124 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=306124 CPUtime=25.15 cores=0,2,4,6
/proc/15751/stat : 15751 (strangenight2-m) R 15749 15751 15629 0 -1 4202496 38062 0 0 0 2509 6 0 0 25 0 4 0 499885804 313470976 16886 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15751/statm: 76531 16887 388 106 0 71502 0
[pid=15751/tid=15752] ppid=15749 vsize=306124 CPUtime=6.29 cores=0,2,4,6
/proc/15751/task/15752/stat : 15752 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 9615 0 0 0 628 1 0 0 25 0 4 0 499885804 313470976 16887 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309290 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15751/tid=15753] ppid=15749 vsize=306124 CPUtime=6.26 cores=0,2,4,6
/proc/15751/task/15753/stat : 15753 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 10353 0 0 0 625 1 0 0 25 0 4 0 499885804 313470976 16887 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15751/tid=15754] ppid=15749 vsize=306124 CPUtime=6.29 cores=0,2,4,6
/proc/15751/task/15754/stat : 15754 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 8866 0 0 0 627 2 0 0 25 0 4 0 499885804 313470976 16887 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 306124

[startup+12.7008 s]
/proc/loadavg: 8.12 8.09 7.94 9/184 15768
/proc/meminfo: memFree=14970752/32951124 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=312640 CPUtime=50.71 cores=0,2,4,6
/proc/15751/stat : 15751 (strangenight2-m) R 15749 15751 15629 0 -1 4202496 60447 0 0 0 5061 10 0 0 25 0 4 0 499885804 320143360 23954 33554432000 4194304 4627427 140734576559152 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15751/statm: 78160 23954 388 106 0 73131 0
[pid=15751/tid=15752] ppid=15749 vsize=312640 CPUtime=12.68 cores=0,2,4,6
/proc/15751/task/15752/stat : 15752 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 14540 0 0 0 1266 2 0 0 25 0 4 0 499885804 320143360 23954 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15751/tid=15753] ppid=15749 vsize=312640 CPUtime=12.63 cores=0,2,4,6
/proc/15751/task/15753/stat : 15753 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 14854 0 0 0 1261 2 0 0 25 0 4 0 499885804 320143360 23954 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15751/tid=15754] ppid=15749 vsize=312640 CPUtime=12.68 cores=0,2,4,6
/proc/15751/task/15754/stat : 15754 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 15012 0 0 0 1265 3 0 0 25 0 4 0 499885804 320143360 23954 33554432000 4194304 4627427 140734576559152 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 312640

[startup+25.5003 s]
/proc/loadavg: 8.10 8.09 7.94 9/184 15768
/proc/meminfo: memFree=14920660/32951124 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=325772 CPUtime=101.85 cores=0,2,4,6
/proc/15751/stat : 15751 (strangenight2-m) R 15749 15751 15629 0 -1 4202496 90969 0 0 0 10167 18 0 0 25 0 4 0 499885804 333590528 32281 33554432000 4194304 4627427 140734576559152 18446744073709551615 4308399 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15751/statm: 81443 32281 388 106 0 76414 0
[pid=15751/tid=15752] ppid=15749 vsize=325772 CPUtime=25.49 cores=0,2,4,6
/proc/15751/task/15752/stat : 15752 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 22355 0 0 0 2545 4 0 0 25 0 4 0 499885804 333590528 32281 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15751/tid=15753] ppid=15749 vsize=325772 CPUtime=25.36 cores=0,2,4,6
/proc/15751/task/15753/stat : 15753 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 23174 0 0 0 2532 4 0 0 25 0 4 0 499885804 333590528 32281 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15751/tid=15754] ppid=15749 vsize=325772 CPUtime=25.48 cores=0,2,4,6
/proc/15751/task/15754/stat : 15754 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 21676 0 0 0 2544 4 0 0 25 0 4 0 499885804 333590528 32281 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 325772

[startup+51.1005 s]
/proc/loadavg: 8.07 8.08 7.94 9/184 15769
/proc/meminfo: memFree=14860068/32951124 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=359064 CPUtime=204.12 cores=0,2,4,6
/proc/15751/stat : 15751 (strangenight2-m) R 15749 15751 15629 0 -1 4202496 132230 0 0 0 20386 26 0 0 25 0 4 0 499885804 367681536 42214 33554432000 4194304 4627427 140734576559152 18446744073709551615 4332398 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15751/statm: 89766 42214 388 106 0 84737 0
[pid=15751/tid=15752] ppid=15749 vsize=359064 CPUtime=51.08 cores=0,2,4,6
/proc/15751/task/15752/stat : 15752 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 30516 0 0 0 5103 5 0 0 25 0 4 0 499885804 367681536 42214 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15751/tid=15753] ppid=15749 vsize=359064 CPUtime=50.85 cores=0,2,4,6
/proc/15751/task/15753/stat : 15753 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 34214 0 0 0 5078 7 0 0 25 0 4 0 499885804 367681536 42214 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15751/tid=15754] ppid=15749 vsize=359064 CPUtime=51.08 cores=0,2,4,6
/proc/15751/task/15754/stat : 15754 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 34001 0 0 0 5101 7 0 0 25 0 4 0 499885804 367681536 42214 33554432000 4194304 4627427 140734576559152 18446744073709551615 4333399 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 359064

[startup+102.301 s]
/proc/loadavg: 8.06 8.08 7.95 9/184 15770
/proc/meminfo: memFree=14780816/32951124 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=369256 CPUtime=408.71 cores=0,2,4,6
/proc/15751/stat : 15751 (strangenight2-m) R 15749 15751 15629 0 -1 4202496 189028 0 0 0 40830 41 0 0 25 0 4 0 499885804 378118144 53138 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15751/statm: 92314 53138 388 106 0 87285 0
[pid=15751/tid=15752] ppid=15749 vsize=369256 CPUtime=102.29 cores=0,2,4,6
/proc/15751/task/15752/stat : 15752 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 40470 0 0 0 10220 9 0 0 25 0 4 0 499885804 378118144 53138 33554432000 4194304 4627427 140734576559152 18446744073709551615 4324120 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15751/tid=15753] ppid=15749 vsize=369256 CPUtime=101.8 cores=0,2,4,6
/proc/15751/task/15753/stat : 15753 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 43641 0 0 0 10171 9 0 0 25 0 4 0 499885804 378118144 53138 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15751/tid=15754] ppid=15749 vsize=369256 CPUtime=102.28 cores=0,2,4,6
/proc/15751/task/15754/stat : 15754 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 55419 0 0 0 10216 12 0 0 25 0 4 0 499885804 378118144 53138 33554432000 4194304 4627427 140734576559152 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.71
Current children cumulated vsize (KiB) 369256

[startup+162.301 s]

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

[pid=15751] ppid=15749 vsize=663180 CPUtime=2805.59 cores=0,2,4,6
/proc/15751/stat : 15751 (strangenight2-m) R 15749 15751 15629 0 -1 4202496 618326 0 0 0 280365 194 0 0 25 0 4 0 499885804 679096320 113321 33554432000 4194304 4627427 140734576559152 18446744073709551615 4310117 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15751/statm: 165795 113321 388 106 0 160766 0
[pid=15751/tid=15752] ppid=15749 vsize=663180 CPUtime=702.31 cores=0,2,4,6
/proc/15751/task/15752/stat : 15752 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 136861 0 0 0 70184 47 0 0 25 0 4 0 499885804 679096320 113321 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309138 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15751/tid=15753] ppid=15749 vsize=663180 CPUtime=698.75 cores=0,2,4,6
/proc/15751/task/15753/stat : 15753 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 162807 0 0 0 69823 52 0 0 25 0 4 0 499885804 679096320 113321 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15751/tid=15754] ppid=15749 vsize=663180 CPUtime=702.23 cores=0,2,4,6
/proc/15751/task/15754/stat : 15754 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 181357 0 0 0 70168 55 0 0 25 0 4 0 499885804 679096320 113321 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.59
Current children cumulated vsize (KiB) 663180

[startup+762.301 s]
/proc/loadavg: 8.04 8.06 8.00 9/184 15797
/proc/meminfo: memFree=14264196/32951124 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=665484 CPUtime=3045.32 cores=0,2,4,6
/proc/15751/stat : 15751 (strangenight2-m) R 15749 15751 15629 0 -1 4202496 665356 0 0 0 304323 209 0 0 25 0 4 0 499885804 681455616 124278 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15751/statm: 166371 124278 388 106 0 161342 0
[pid=15751/tid=15752] ppid=15749 vsize=665484 CPUtime=762.31 cores=0,2,4,6
/proc/15751/task/15752/stat : 15752 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 147515 0 0 0 76181 50 0 0 25 0 4 0 499885804 681455616 124278 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15751/tid=15753] ppid=15749 vsize=665484 CPUtime=758.45 cores=0,2,4,6
/proc/15751/task/15753/stat : 15753 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 172743 0 0 0 75790 55 0 0 25 0 4 0 499885804 681455616 124278 33554432000 4194304 4627427 140734576559152 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15751/tid=15754] ppid=15749 vsize=665484 CPUtime=762.24 cores=0,2,4,6
/proc/15751/task/15754/stat : 15754 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 198632 0 0 0 76164 60 0 0 25 0 4 0 499885804 681455616 124278 33554432000 4194304 4627427 140734576559152 18446744073709551615 4420136 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3045.32
Current children cumulated vsize (KiB) 665484

[startup+822.301 s]
/proc/loadavg: 8.09 8.08 8.01 9/184 15799
/proc/meminfo: memFree=14230912/32951124 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=806820 CPUtime=3284.97 cores=0,2,4,6
/proc/15751/stat : 15751 (strangenight2-m) R 15749 15751 15629 0 -1 4202496 686658 0 0 0 328278 219 0 0 25 0 4 0 499885804 826183680 136470 33554432000 4194304 4627427 140734576559152 18446744073709551615 4324341 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15751/statm: 201705 136470 388 106 0 196676 0
[pid=15751/tid=15752] ppid=15749 vsize=806820 CPUtime=822.31 cores=0,2,4,6
/proc/15751/task/15752/stat : 15752 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 155765 0 0 0 82178 53 0 0 25 0 4 0 499885804 826183680 136470 33554432000 4194304 4627427 140734576559152 18446744073709551615 4428116 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15751/tid=15753] ppid=15749 vsize=806820 CPUtime=818.12 cores=0,2,4,6
/proc/15751/task/15753/stat : 15753 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 180411 0 0 0 81753 59 0 0 25 0 4 0 499885804 826183680 136470 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15751/tid=15754] ppid=15749 vsize=806820 CPUtime=822.23 cores=0,2,4,6
/proc/15751/task/15754/stat : 15754 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 199608 0 0 0 82162 61 0 0 25 0 4 0 499885804 826183680 136470 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.97
Current children cumulated vsize (KiB) 806820

[startup+882.307 s]
/proc/loadavg: 8.10 8.09 8.01 9/184 15800
/proc/meminfo: memFree=14199136/32951124 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=809292 CPUtime=3524.69 cores=0,2,4,6
/proc/15751/stat : 15751 (strangenight2-m) R 15749 15751 15629 0 -1 4202496 719896 0 0 0 352238 231 0 0 25 0 4 0 499885804 828715008 138490 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15751/statm: 202323 138490 388 106 0 197294 0
[pid=15751/tid=15752] ppid=15749 vsize=809292 CPUtime=882.32 cores=0,2,4,6
/proc/15751/task/15752/stat : 15752 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 164523 0 0 0 88176 56 0 0 25 0 4 0 499885804 828715008 138490 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15751/tid=15753] ppid=15749 vsize=809292 CPUtime=877.84 cores=0,2,4,6
/proc/15751/task/15753/stat : 15753 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 189883 0 0 0 87722 62 0 0 25 0 4 0 499885804 828715008 138490 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15751/tid=15754] ppid=15749 vsize=809292 CPUtime=882.23 cores=0,2,4,6
/proc/15751/task/15754/stat : 15754 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 208086 0 0 0 88159 64 0 0 25 0 4 0 499885804 828715008 138490 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.69
Current children cumulated vsize (KiB) 809292

[startup+942.3 s]
/proc/loadavg: 8.14 8.10 8.02 9/184 15802
/proc/meminfo: memFree=14218344/32951124 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=753440 CPUtime=3764.37 cores=0,2,4,6
/proc/15751/stat : 15751 (strangenight2-m) R 15749 15751 15629 0 -1 4202496 757703 0 0 0 376189 248 0 0 25 0 4 0 499885804 771522560 133591 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15751/statm: 188360 133591 388 106 0 183331 0
[pid=15751/tid=15752] ppid=15749 vsize=753440 CPUtime=942.32 cores=0,2,4,6
/proc/15751/task/15752/stat : 15752 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 175497 0 0 0 94171 61 0 0 25 0 4 0 499885804 771522560 133591 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15751/tid=15753] ppid=15749 vsize=753440 CPUtime=937.53 cores=0,2,4,6
/proc/15751/task/15753/stat : 15753 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 199241 0 0 0 93688 65 0 0 25 0 4 0 499885804 771522560 133591 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15751/tid=15754] ppid=15749 vsize=753440 CPUtime=942.21 cores=0,2,4,6
/proc/15751/task/15754/stat : 15754 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 218990 0 0 0 94153 68 0 0 25 0 4 0 499885804 771522560 133591 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3764.37
Current children cumulated vsize (KiB) 753440

[startup+1002.3 s]
/proc/loadavg: 8.23 8.13 8.03 9/184 15803
/proc/meminfo: memFree=14154212/32951124 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=840484 CPUtime=4004.07 cores=0,2,4,6
/proc/15751/stat : 15751 (strangenight2-m) R 15749 15751 15629 0 -1 4202496 792094 0 0 0 400146 261 0 0 25 0 4 0 499885804 860655616 148919 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15751/statm: 210121 148919 388 106 0 205092 0
[pid=15751/tid=15752] ppid=15749 vsize=840484 CPUtime=1002.31 cores=0,2,4,6
/proc/15751/task/15752/stat : 15752 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 184598 0 0 0 100168 63 0 0 25 0 4 0 499885804 860655616 148919 33554432000 4194304 4627427 140734576559152 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15751/tid=15753] ppid=15749 vsize=840484 CPUtime=997.23 cores=0,2,4,6
/proc/15751/task/15753/stat : 15753 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 207495 0 0 0 99654 69 0 0 25 0 4 0 499885804 860655616 148919 33554432000 4194304 4627427 140734576559152 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15751/tid=15754] ppid=15749 vsize=840484 CPUtime=1002.21 cores=0,2,4,6
/proc/15751/task/15754/stat : 15754 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 227717 0 0 0 100151 70 0 0 25 0 4 0 499885804 860655616 148919 33554432000 4194304 4627427 140734576559152 18446744073709551615 4420243 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4004.07
Current children cumulated vsize (KiB) 840484

[startup+1062.3 s]
/proc/loadavg: 8.15 8.12 8.03 9/184 15805
/proc/meminfo: memFree=14136328/32951124 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=819192 CPUtime=4243.74 cores=0,2,4,6
/proc/15751/stat : 15751 (strangenight2-m) R 15749 15751 15629 0 -1 4202496 813439 0 0 0 424105 269 0 0 25 0 4 0 499885804 838852608 146155 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15751/statm: 204798 146155 388 106 0 199769 0
[pid=15751/tid=15752] ppid=15749 vsize=819192 CPUtime=1062.32 cores=0,2,4,6
/proc/15751/task/15752/stat : 15752 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 188994 0 0 0 106167 65 0 0 25 0 4 0 499885804 838852608 146155 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15751/tid=15753] ppid=15749 vsize=819192 CPUtime=1056.91 cores=0,2,4,6
/proc/15751/task/15753/stat : 15753 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 215893 0 0 0 105619 72 0 0 25 0 4 0 499885804 838852608 146155 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15751/tid=15754] ppid=15749 vsize=819192 CPUtime=1062.2 cores=0,2,4,6
/proc/15751/task/15754/stat : 15754 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 232931 0 0 0 106147 73 0 0 25 0 4 0 499885804 838852608 146155 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.74
Current children cumulated vsize (KiB) 819192

[startup+1122.3 s]
/proc/loadavg: 8.16 8.12 8.03 9/184 15807
/proc/meminfo: memFree=14117972/32951124 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=768948 CPUtime=4483.42 cores=0,2,4,6
/proc/15751/stat : 15751 (strangenight2-m) R 15749 15751 15629 0 -1 4202496 847318 0 0 0 448057 285 0 0 25 0 4 0 499885804 787402752 144397 33554432000 4194304 4627427 140734576559152 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15751/statm: 192237 144397 388 106 0 187208 0
[pid=15751/tid=15752] ppid=15749 vsize=768948 CPUtime=1122.32 cores=0,2,4,6
/proc/15751/task/15752/stat : 15752 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 197728 0 0 0 112163 69 0 0 25 0 4 0 499885804 787402752 144397 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15751/tid=15753] ppid=15749 vsize=768948 CPUtime=1116.58 cores=0,2,4,6
/proc/15751/task/15753/stat : 15753 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 224600 0 0 0 111582 76 0 0 25 0 4 0 499885804 787402752 144397 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15751/tid=15754] ppid=15749 vsize=768948 CPUtime=1122.2 cores=0,2,4,6
/proc/15751/task/15754/stat : 15754 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 241986 0 0 0 112143 77 0 0 25 0 4 0 499885804 787402752 144397 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4483.42
Current children cumulated vsize (KiB) 768948

[startup+1182.3 s]
/proc/loadavg: 8.13 8.11 8.03 9/184 15808
/proc/meminfo: memFree=14114972/32951124 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=826580 CPUtime=4723.12 cores=0,2,4,6
/proc/15751/stat : 15751 (strangenight2-m) R 15749 15751 15629 0 -1 4202496 880915 0 0 0 472014 298 0 0 25 0 4 0 499885804 846417920 149156 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15751/statm: 206645 149156 388 106 0 201616 0
[pid=15751/tid=15752] ppid=15749 vsize=826580 CPUtime=1182.32 cores=0,2,4,6
/proc/15751/task/15752/stat : 15752 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 205929 0 0 0 118160 72 0 0 25 0 4 0 499885804 846417920 149156 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15751/tid=15753] ppid=15749 vsize=826580 CPUtime=1176.29 cores=0,2,4,6
/proc/15751/task/15753/stat : 15753 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 233601 0 0 0 117549 80 0 0 25 0 4 0 499885804 846417920 149156 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15751/tid=15754] ppid=15749 vsize=826580 CPUtime=1182.2 cores=0,2,4,6
/proc/15751/task/15754/stat : 15754 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 250858 0 0 0 118139 81 0 0 25 0 4 0 499885804 846417920 149156 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4723.12
Current children cumulated vsize (KiB) 826580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.09 8.11 8.03 9/184 15809
/proc/meminfo: memFree=14078264/32951124 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=959996 CPUtime=4800.24 cores=0,2,4,6
/proc/15751/stat : 15751 (strangenight2-m) R 15749 15751 15629 0 -1 4202496 892173 0 0 0 479721 303 0 0 25 0 4 0 499885804 983035904 150971 33554432000 4194304 4627427 140734576559152 18446744073709551615 4467844 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15751/statm: 239999 150971 388 106 0 234970 0
[pid=15751/tid=15752] ppid=15749 vsize=959996 CPUtime=1201.63 cores=0,2,4,6
/proc/15751/task/15752/stat : 15752 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 207726 0 0 0 120089 74 0 0 25 0 4 0 499885804 983035904 150971 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15751/tid=15753] ppid=15749 vsize=959996 CPUtime=1195.48 cores=0,2,4,6
/proc/15751/task/15753/stat : 15753 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 236728 0 0 0 119467 81 0 0 25 0 4 0 499885804 983035904 150971 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15751/tid=15754] ppid=15749 vsize=959996 CPUtime=1201.51 cores=0,2,4,6
/proc/15751/task/15754/stat : 15754 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 255187 0 0 0 120069 82 0 0 25 0 4 0 499885804 983035904 150971 33554432000 4194304 4627427 140734576559152 18446744073709551615 4420181 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 959996

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

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

[startup+1201.6 s]
/proc/loadavg: 8.09 8.11 8.03 9/184 15809
/proc/meminfo: memFree=14078264/32951124 swapFree=67111528/67111528
[pid=15751] ppid=15749 vsize=959996 CPUtime=4800.24 cores=0,2,4,6
/proc/15751/stat : 15751 (strangenight2-m) R 15749 15751 15629 0 -1 4202496 892173 0 0 0 479721 303 0 0 25 0 4 0 499885804 983035904 150971 33554432000 4194304 4627427 140734576559152 18446744073709551615 4467844 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15751/statm: 239999 150971 388 106 0 234970 0
[pid=15751/tid=15752] ppid=15749 vsize=959996 CPUtime=1201.63 cores=0,2,4,6
/proc/15751/task/15752/stat : 15752 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 207726 0 0 0 120089 74 0 0 25 0 4 0 499885804 983035904 150971 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=15751/tid=15753] ppid=15749 vsize=959996 CPUtime=1195.48 cores=0,2,4,6
/proc/15751/task/15753/stat : 15753 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 236728 0 0 0 119467 81 0 0 25 0 4 0 499885804 983035904 150971 33554432000 4194304 4627427 140734576559152 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=15751/tid=15754] ppid=15749 vsize=959996 CPUtime=1201.51 cores=0,2,4,6
/proc/15751/task/15754/stat : 15754 (strangenight2-m) R 15749 15751 15629 0 -1 4202560 255187 0 0 0 120069 82 0 0 25 0 4 0 499885804 983035904 150971 33554432000 4194304 4627427 140734576559152 18446744073709551615 4420181 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 959996

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.64
CPU time (s): 4800.29
CPU user time (s): 4797.23
CPU system time (s): 3.05853
CPU usage (%): 399.479
Max. virtual memory (cumulated for all children) (KiB): 1004384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.23
system time used= 3.05854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 892173
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= 391
involuntary context switches= 20792

runsolver used 1.83372 second user time and 4.32534 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-29 12:58:22
IDJOB=3173974
IDBENCH=82792
IDSOLVER=1586
FILE ID=node141/3173974-1304074702
RUNJOBID= node141-1304073498-15647
PBS_JOBID= 13170495
Free space on /tmp= 71420 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v175-c3727-S539832832-088.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173974-1304074702/watcher-3173974-1304074702 -o /tmp/evaluation-result-3173974-1304074702/solver-3173974-1304074702 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173974-1304074702.cnf

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

MD5SUM BENCH= 96d6aca5635fba3566aa8534cdc228f2
RANDOM SEED=57772887

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15134356 kB
Buffers:       1626036 kB
Cached:       15544916 kB
SwapCached:          0 kB
Active:        8011392 kB
Inactive:      9222656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15134356 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5884 kB
Writeback:           0 kB
AnonPages:       62604 kB
Mapped:          14292 kB
Slab:           518828 kB
PageTables:       4688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185692 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= 71412 MiB
End job on node141 at 2011-04-29 13:18:26