Trace number 3366547

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 (fixed)? (TO) 4800.4 1203.46

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S510739670-068.UNKNOWN.cnf
MD5SUM12dd7af6f21831da932d15cd8d1054f3
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3366547-1305407460.cnf'
0.00/0.00	c -- header says num vars:            650
0.00/0.00	c -- header says num clauses:        2769
0.00/0.01	c -- clauses added:            0 learnts,         2769 normals,            0 xors
0.00/0.01	c -- vars added        650
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       650      2769         0         0      8307         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2769/2769 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    650 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.01	c lits-rem:         0  cl-subs:        0  v-elim:     11  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     308 undec:      59 neg:     283
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       639      2758         0         0      8357         0   no data   no data
0.06/0.08	c Decided on static restart strategy
0.42/0.18	c  N st     8      4918       639      2758         0      4856      8357    136191   no data   no data
1.56/0.45	c  N st    10     11301       639      2758         0      4518      8357     90633   no data   no data
2.77/0.76	c  N st    11     17048       639      2758         0     10185      8357    261859   no data   no data
4.40/1.19	c  F st    12     25000       639      2758         0     12454      8357    316152   no data   no data
4.40/1.19	c  N st    12     25000       639      2758         0     12454      8357    316152   no data   no data
5.55/1.44	c Decided on static restart strategy
5.55/1.44	c  N st    18     30000       639      2758         0     10743      8357    246592   no data   no data
5.55/1.44	c  S st    18     30000       639      2758         0     10743      8357    246592   no data   no data
5.55/1.47	c  S st    18     30502       639      2758         0     11244      8357    259384   no data   no data
5.55/1.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.55/1.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.55/1.48	c blocked clauses removed:       21 vars:      3 tried:         639 T: 0.00 s
5.55/1.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.55/1.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.55/1.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
5.55/1.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.55/1.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.55/1.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.53	c lits-rem:        94  cl-subs:      262  v-elim:      0  v-fix:    0  time:  0.04 s
5.96/1.54	c asymm  cl-useful: 0/2737/2737 lits-rem:0 time: 0.01
5.96/1.54	c calculated reachability. Time: 0.00
5.96/1.54	c  N st    18     30502       636      2737         0     10971      8294    250116   no data   no data
7.55/1.95	c  N st    20     37616       636      2737         0     10232      8294    203511   no data   no data
9.14/2.37	c  N st    21     44015       636      2737         0     16551      8294    384528   no data   no data
9.54/2.48	c  S st    22     45756       636      2737         0      9467      8294    158739   no data   no data
9.94/2.51	c  S st    22     46263       636      2737         0      9973      8294    171910   no data   no data
9.94/2.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.94/2.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.94/2.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.94/2.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.94/2.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.94/2.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
9.94/2.52	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
9.94/2.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.94/2.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.94/2.53	c lits-rem:        10  cl-subs:       41  v-elim:      0  v-fix:    0  time:  0.01 s
9.94/2.53	c vivif2 --  cl tried     2737 cl shrink        0 lits rem          0 time: 0.00
9.94/2.54	c vivif2 --  cl tried     9932 cl shrink        0 lits rem          0 time: 0.00
9.94/2.54	c asymm  cl-useful: 0/2737/2737 lits-rem:0 time: 0.01
9.94/2.54	c calculated reachability. Time: 0.00
9.94/2.54	c  N st    22     46263       636      2737         0      9932      8294    170554   no data   no data
13.93/3.51	c  N st    23     60662       636      2737         0     14306      8294    291231   no data   no data
16.73/4.22	c  N st    24     69394       636      2737         0     12071      8294    212906   no data   no data
16.73/4.22	c  S st    24     69394       636      2737         0     12071      8294    212906   no data   no data
16.73/4.25	c  S st    24     69898       636      2737         0     12575      8294    225959   no data   no data
16.73/4.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.73/4.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.73/4.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.73/4.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.73/4.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.73/4.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
16.73/4.25	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.73/4.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.73/4.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.73/4.28	c lits-rem:        41  cl-subs:       93  v-elim:      0  v-fix:    0  time:  0.02 s
16.73/4.28	c vivif2 --  cl tried     2737 cl shrink        0 lits rem          0 time: 0.00
16.73/4.29	c vivif2 --  cl tried    12482 cl shrink        0 lits rem          0 time: 0.00
16.73/4.29	c asymm  cl-useful: 0/2737/2737 lits-rem:0 time: 0.01
16.73/4.29	c calculated reachability. Time: 0.00
16.73/4.29	c  N st    24     69898       636      2737         0     12482      8294    222744   no data   no data
22.31/5.68	c  F st    25     87500       636      2737         0     17980      8294    389526   no data   no data
22.31/5.69	c  N st    25     87500       636      2737         0     17980      8294    389526   no data   no data
24.70/6.28	c  N dy    34     94479       636      2737         0     24862      8294    579473     16.59     17.55
26.69/6.74	c  N dy    60    100532       636      2737         0     17984      8294    298079     17.60     21.52
28.29/7.10	c  S st    85    104848       636      2737         0     22257      8294    410748     17.80   no data
28.29/7.16	c  S st    85    105355       636      2737         0     22762      8294    424289     17.80   no data
28.29/7.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.29/7.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
28.29/7.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.29/7.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.29/7.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.29/7.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
28.29/7.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
28.29/7.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.29/7.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.69/7.26	c lits-rem:        73  cl-subs:      354  v-elim:      0  v-fix:    0  time:  0.07 s
28.69/7.26	c vivif2 --  cl tried     2737 cl shrink        0 lits rem          0 time: 0.00
28.69/7.26	c vivif2 --  cl tried    22408 cl shrink        0 lits rem          0 time: 0.00
28.69/7.28	c asymm  cl-useful: 0/2737/2737 lits-rem:0 time: 0.01
28.69/7.28	c calculated reachability. Time: 0.00
28.69/7.28	c  N dy    85    105355       636      2737         0     22408      8294    413547     17.80   no data
31.48/7.96	c  N dy   124    112549       636      2737         0     15669      8294    200246     18.08     19.34
33.88/8.55	c  N dy   152    119818       636      2737         0     22862      8294    391716     17.98     19.11
36.66/9.28	c  N dy   173    127522       636      2737         0     15629      8294    171968     17.88     20.70
39.84/10.03	c  N dy   211    136729       636      2737         0     24760      8294    415366     17.90     18.91
43.47/11.01	c  N dy   236    146635       636      2737         0     18715      8294    228685     17.71     18.68
47.03/11.86	c  N dy   261    156038       636      2737         0     28026      8294    473552     17.56     19.96
47.86/12.09	c  S st   272    158032       636      2737         0     30010      8294    526470     17.57     16.68
48.27/12.16	c  S st   272    158535       636      2737         0     30511      8294    539797     17.57   no data
48.27/12.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.27/12.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
48.27/12.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.27/12.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.27/12.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.27/12.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
48.27/12.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
48.27/12.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
48.62/12.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.03/12.35	c lits-rem:       119  cl-subs:      563  v-elim:      0  v-fix:    0  time:  0.15 s
49.03/12.35	c vivif2 --  cl tried     2737 cl shrink        0 lits rem          0 time: 0.00
49.03/12.36	c vivif2 --  cl tried    29948 cl shrink        0 lits rem          0 time: 0.01
49.03/12.38	c asymm  cl-useful: 0/2737/2737 lits-rem:0 time: 0.02
49.03/12.38	c calculated reachability. Time: 0.00
49.03/12.38	c  N dy   272    158535       636      2737         0     29948      8294    524327     17.57   no data
53.01/13.38	c  N dy   338    168880       636      2737         0     23359      8294    327301     17.73     18.69
59.00/14.81	c  N dy   401    181971       636      2737         0     18505      8294    181927     17.80     18.87
63.39/15.91	c  N dy   457    193657       636      2737         0     30092      8294    488298     17.82     18.96
68.98/17.35	c  N dy   513    206438       636      2737         0     23930      8294    299065     17.84     18.86
75.35/18.94	c  N dy   573    219971       636      2737         0     37307      8294    647922     17.84     18.97
81.74/20.51	c  N dy   651    234395       636      2737         0     31783      8294    491201     17.92     18.91
83.38/20.94	c  S st   668    237803       636      2737         0     35171      8294    584418     17.92     15.35
83.73/21.02	c  S st   668    238308       636      2737         0     35676      8294    598730     17.92   no data
83.73/21.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
83.73/21.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
83.73/21.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.73/21.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.73/21.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.73/21.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
83.73/21.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
83.73/21.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
83.73/21.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.53/21.23	c lits-rem:       138  cl-subs:      445  v-elim:      0  v-fix:    0  time:  0.17 s
84.53/21.23	c vivif2 --  cl tried     2737 cl shrink        0 lits rem          0 time: 0.00
84.53/21.23	c vivif2 --  cl tried    35231 cl shrink        0 lits rem          0 time: 0.01
84.53/21.26	c asymm  cl-useful: 0/2737/2737 lits-rem:0 time: 0.02
84.53/21.26	c calculated reachability. Time: 0.00
84.53/21.26	c  N dy   668    238308       636      2737         0     35231      8294    584608     17.92   no data
92.51/23.22	c  N dy   734    255019       636      2737         0     30949      8294    444890     17.94     18.96
100.93/25.36	c  N dy   806    271308       636      2737         0     25295      8294    272516     17.95     19.72
110.06/27.69	c  N dy   900    289151       636      2737         0     42988      8294    745884     18.00     18.96
118.83/29.80	c  F st   962    306250       636      2737         0     37118      8294    564196     17.98     16.22
119.63/30.08	c  N st   966    308285       636      2737         0     39134      8294    620433     17.98   no data
121.23/30.48	c Decided on static restart strategy
132.40/33.28	c  N st   972    334556       636      2737         0     41231      8294    875572     17.98   no data
143.57/36.01	c  N st   974    357463       636      2737         0     39104      8294    809447     17.98   no data
143.57/36.01	c  S st   974    357463       636      2737         0     39104      8294    809447     17.98   no data
143.97/36.11	c  S st   974    357969       636      2737         0     39610      8294    822833     17.98   no data
143.97/36.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
143.97/36.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
143.97/36.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
143.97/36.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
143.97/36.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
143.97/36.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
143.97/36.13	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
143.97/36.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
143.97/36.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
147.56/37.00	c lits-rem:       230  cl-subs:     1985  v-elim:      0  v-fix:    0  time:  0.84 s
147.56/37.00	c vivif2 --  cl tried     2737 cl shrink        0 lits rem          0 time: 0.00
147.56/37.01	c vivif2 --  cl tried    37625 cl shrink        0 lits rem          0 time: 0.01
147.56/37.04	c asymm  cl-useful: 0/2737/2737 lits-rem:0 time: 0.03
147.56/37.04	c calculated reachability. Time: 0.00
147.56/37.04	c  N st   974    357969       636      2737         0     37625      8294    764233     17.98   no data
165.51/41.56	c  N st   975    390361       636      2737         0     43931      8294    976663     17.98   no data
195.83/49.13	c  N st   976    438949       636      2737         0     37733      8294    699431     17.98   no data
244.09/61.20	c  N st   977    511834       636      2737         0     51115      8294   1022854     17.98   no data
260.45/65.30	c  N st   978    536953       636      2737         0     45393      8294    839484     17.98   no data
260.45/65.30	c  S st   978    536953       636      2737         0     45393      8294    839484     17.98   no data
260.85/65.42	c  S st   978    537458       636      2737         0     45898      8294    852393     17.98   no data
260.85/65.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
260.85/65.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
260.85/65.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
260.85/65.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
260.85/65.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
260.85/65.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
260.85/65.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
260.85/65.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
260.85/65.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
264.43/66.36	c lits-rem:       216  cl-subs:     1512  v-elim:      0  v-fix:    0  time:  0.88 s
264.43/66.36	c vivif2 --  cl tried     2737 cl shrink        0 lits rem          0 time: 0.00
264.43/66.37	c vivif2 --  cl tried    44386 cl shrink        0 lits rem          0 time: 0.01
264.83/66.40	c asymm  cl-useful: 0/2737/2737 lits-rem:0 time: 0.04
264.83/66.41	c calculated reachability. Time: 0.00
264.83/66.41	c  N st   978    537458       636      2737         0     44386      8294    803782     17.98   no data
382.11/95.81	c  N st   979    701443       636      2737         0     38616      8294    527570     17.98   no data
471.47/118.23	c  N st   980    806187       636      2737         0     67500      8294   1312101     17.98   no data
471.47/118.23	c  S st   980    806187       636      2737         0     67500      8294   1312101     17.98   no data
472.27/118.43	c  S st   980    806688       636      2737         0     68001      8294   1325706     17.98   no data
472.27/118.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
472.27/118.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
472.27/118.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
472.27/118.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
472.27/118.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
472.27/118.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
472.27/118.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
472.27/118.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
472.66/118.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
492.60/123.53	c lits-rem:       900  cl-subs:     4343  v-elim:      0  v-fix:    0  time:  5.00 s
492.60/123.53	c vivif2 --  cl tried     2737 cl shrink        0 lits rem          0 time: 0.00
492.60/123.54	c vivif2 --  cl tried    63658 cl shrink        0 lits rem          0 time: 0.02
493.00/123.60	c asymm  cl-useful: 0/2737/2737 lits-rem:0 time: 0.06
493.00/123.60	c calculated reachability. Time: 0.00
493.00/123.60	c  N st   980    806688       636      2737         0     63658      8294   1203647     17.98   no data
713.20/178.84	c  F st   981   1071875       636      2737         0     79639      8294   1587992     17.98   no data
713.20/178.84	c  N st   981   1071875       636      2737         0     79639      8294   1587992     17.98   no data
719.98/180.51	c Decided on static restart strategy
739.93/185.53	c  N st   991   1100185       636      2737         0     63404      8294   1048136     17.98   no data
774.63/194.29	c  N st   993   1136179       636      2737         0     53639      8294    739744     17.98   no data
804.15/201.65	c  N st   994   1168573       636      2737         0     85436      8294   1718065     17.98   no data
845.65/212.07	c  N st   995   1210034       636      2737         0     80055      8294   1496996     17.98   no data
845.65/212.07	c  S st   995   1210034       636      2737         0     80055      8294   1496996     17.98   no data
846.47/212.30	c  S st   995   1210539       636      2737         0     80560      8294   1510892     17.98   no data
846.47/212.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
846.89/212.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
846.89/212.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
846.89/212.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
846.89/212.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
846.89/212.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
846.89/212.35	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
846.89/212.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
847.23/212.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
870.36/218.23	c lits-rem:      1099  cl-subs:     3821  v-elim:      0  v-fix:    0  time:  5.82 s
870.36/218.23	c vivif2 --  cl tried     2737 cl shrink        0 lits rem          0 time: 0.00
870.36/218.26	c vivif2 --  cl tried    76739 cl shrink        0 lits rem          0 time: 0.02
870.76/218.36	c asymm  cl-useful: 0/2737/2737 lits-rem:0 time: 0.10
870.76/218.36	c calculated reachability. Time: 0.00
870.76/218.36	c  N st   995   1210539       636      2737         0     76739      8294   1396224     17.98   no data
953.72/239.15	c  N st   996   1283421       636      2737         0     53079      8294    660003     17.98   no data
1060.24/265.80	c  N st   997   1392744       636      2737         0     61269      8294    881695     17.98   no data
1226.18/307.47	c  N st   998   1556728       636      2737         0     66047      8294    933888     17.98   no data
1399.75/350.97	c  N st   999   1710539       636      2737         0    107836      8294   2153692     17.98   no data
1399.75/350.97	c  S st   999   1710539       636      2737         0    107836      8294   2153692     17.98   no data
1401.30/351.35	c  S st   999   1711044       636      2737         0    108341      8294   2167468     17.98   no data
1401.30/351.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1401.70/351.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1401.70/351.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1401.70/351.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1401.70/351.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1401.70/351.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
1401.70/351.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1401.70/351.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1402.10/351.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1461.18/366.39	c lits-rem:      2451  cl-subs:     6370  v-elim:      0  v-fix:    0  time: 14.88 s
1461.18/366.39	c vivif2 --  cl tried     2737 cl shrink        0 lits rem          0 time: 0.00
1461.53/366.42	c vivif2 --  cl tried   101971 cl shrink        0 lits rem          0 time: 0.03
1461.93/366.53	c asymm  cl-useful: 0/2737/2737 lits-rem:0 time: 0.11
1461.93/366.53	c calculated reachability. Time: 0.00
1461.93/366.53	c  N st   999   1711044       636      2737         0    101971      8294   1982816     17.98   no data
1873.99/469.88	c  N st  1000   2080009       636      2737         0    113902      8294   2195267     17.98   no data
2040.73/511.69	c  N st  1001   2211045       636      2737         0    117696      8294   2241546     17.98   no data
2040.73/511.69	c  S st  1001   2211045       636      2737         0    117696      8294   2241546     17.98   no data
2042.33/512.07	c  S st  1001   2211551       636      2737         0    118202      8294   2255616     17.98   no data
2042.33/512.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2042.73/512.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
2042.73/512.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2042.73/512.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2042.73/512.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2042.73/512.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
2042.73/512.14	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2042.73/512.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2043.13/512.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2106.19/528.02	c lits-rem:       711  cl-subs:     6941  v-elim:      0  v-fix:    0  time: 15.79 s
2106.19/528.02	c vivif2 --  cl tried     2737 cl shrink        0 lits rem          0 time: 0.00
2106.19/528.06	c vivif2 --  cl tried   111261 cl shrink        0 lits rem          0 time: 0.03
2106.54/528.17	c asymm  cl-useful: 0/2737/2737 lits-rem:0 time: 0.12
2106.54/528.18	c calculated reachability. Time: 0.00
2106.54/528.18	c  N st  1001   2211551       636      2737         0    111261      8294   2062767     17.98   no data
2771.52/694.80	c  N st  1002   2711551       636      2737         0    134240      8294   2582417     17.98   no data
2771.52/694.80	c  S st  1002   2711551       636      2737         0    134240      8294   2582417     17.98   no data
2773.16/695.24	c  S st  1002   2712057       636      2737         0    134745      8294   2596319     17.98   no data
2773.16/695.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2773.50/695.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
2773.50/695.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2773.50/695.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2773.50/695.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2773.50/695.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
2773.50/695.33	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2773.50/695.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2773.90/695.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2892.76/725.24	c lits-rem:       813  cl-subs:    11602  v-elim:      0  v-fix:    0  time: 29.81 s
2892.76/725.24	c vivif2 --  cl tried     2737 cl shrink        0 lits rem          0 time: 0.00
2892.76/725.28	c vivif2 --  cl tried   123143 cl shrink        0 lits rem          0 time: 0.04
2893.56/725.42	c asymm  cl-useful: 0/2737/2737 lits-rem:0 time: 0.14
2893.56/725.42	c calculated reachability. Time: 0.00
2893.56/725.42	c  N st  1002   2712057       636      2737         0    123143      8294   2277786     17.98   no data
3708.49/929.74	c  N st  1003   3212059       636      2737         0     99548      8294   1444828     17.98   no data
3708.49/929.74	c  S st  1003   3212059       636      2737         0     99548      8294   1444828     17.98   no data
3709.69/930.01	c  S st  1003   3212561       636      2737         0    100050      8294   1458183     17.98   no data
3709.69/930.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3709.69/930.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
3709.69/930.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3709.69/930.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3709.69/930.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3709.69/930.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
3709.69/930.07	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3710.09/930.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3710.09/930.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3722.44/933.28	c lits-rem:       394  cl-subs:     3181  v-elim:      0  v-fix:    0  time:  3.15 s
3722.44/933.28	c vivif2 --  cl tried     2737 cl shrink        0 lits rem          0 time: 0.00
3722.84/933.31	c vivif2 --  cl tried    96869 cl shrink        0 lits rem          0 time: 0.02
3723.25/933.41	c asymm  cl-useful: 0/2737/2737 lits-rem:0 time: 0.10
3723.25/933.41	c calculated reachability. Time: 0.00
3723.25/933.41	c  N st  1003   3212561       636      2737         0     96869      8294   1373615     17.98   no data
4622.75/1158.90	c  N st  1004   3712563       636      2737         0    107135      8294   1522864     17.98   no data
4622.75/1158.90	c  S st  1004   3712563       636      2737         0    107135      8294   1522864     17.98   no data
4623.95/1159.24	c  S st  1004   3713064       636      2737         0    107636      8294   1536205     17.98   no data
4623.95/1159.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4623.95/1159.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
4623.95/1159.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4623.95/1159.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4623.95/1159.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4623.95/1159.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    636 time:  0.00 s
4623.95/1159.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4624.38/1159.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4624.38/1159.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4643.09/1164.02	c lits-rem:       414  cl-subs:     4361  v-elim:      0  v-fix:    0  time:  4.65 s
4643.09/1164.02	c vivif2 --  cl tried     2737 cl shrink        0 lits rem          0 time: 0.00
4643.09/1164.04	c vivif2 --  cl tried   103275 cl shrink        0 lits rem          0 time: 0.02
4643.49/1164.15	c asymm  cl-useful: 0/2737/2737 lits-rem:0 time: 0.11
4643.49/1164.15	c calculated reachability. Time: 0.00
4643.49/1164.15	c  N st  1004   3713064       636      2737         0    103275      8294   1430539     17.98   no data
4707.75/1180.28	c  F st  1005   3751562       636      2737         0    140780      8294   2451927     17.98   no data
4707.75/1180.28	c  N st  1005   3751562       636      2737         0    140780      8294   2451927     17.98   no data
4765.20/1194.63	c  N dy  1095   3771595       636      2737         0    160569      8294   2989697     18.04     20.48

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-3366547-1305407460/watcher-3366547-1305407460 -o /tmp/evaluation-result-3366547-1305407460/solver-3366547-1305407460 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366547-1305407460.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.49 7.97 7.49 1/348 21633
/proc/meminfo: memFree=24134820/32950928 swapFree=45937192/67111528
[pid=21633] ppid=21631 vsize=208248 CPUtime=0.01 cores=0,2,4,6
/proc/21633/stat : 21633 (strangenight2-m) R 21631 21633 21516 0 -1 4202496 877 0 0 0 1 0 0 0 25 0 4 0 652342734 213245952 805 33554432000 4194304 4580107 140735135135680 18446744073709551615 4293048 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21633/statm: 52062 805 358 95 0 47044 0
[pid=21633/tid=21634] ppid=21631 vsize=208544 CPUtime=0 cores=0,2,4,6
/proc/21633/task/21634/stat : 21634 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 302 0 0 0 0 0 0 0 25 0 4 0 652342734 213549056 1049 33554432000 4194304 4580107 140735135135680 18446744073709551615 254500356609 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21633/tid=21635] ppid=21631 vsize=208544 CPUtime=0 cores=0,2,4,6
/proc/21633/task/21635/stat : 21635 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 24 0 0 0 0 0 0 0 25 0 4 0 652342734 213549056 1049 33554432000 4194304 4580107 140735135135680 18446744073709551615 254500796910 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21633/tid=21636] ppid=21631 vsize=208544 CPUtime=0 cores=0,2,4,6
/proc/21633/task/21636/stat : 21636 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 146 0 0 0 0 0 0 0 25 0 4 0 652342734 213549056 1049 33554432000 4194304 4580107 140735135135680 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.023961 s]
/proc/loadavg: 7.49 7.97 7.49 1/348 21633
/proc/meminfo: memFree=24134820/32950928 swapFree=45937192/67111528
[pid=21633] ppid=21631 vsize=217016 CPUtime=0.06 cores=0,2,4,6
/proc/21633/stat : 21633 (strangenight2-m) R 21631 21633 21516 0 -1 4202496 1420 0 0 0 6 0 0 0 18 0 4 0 652342734 222224384 1301 33554432000 4194304 4580107 140735135135680 18446744073709551615 254500796959 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21633/statm: 54254 1302 376 95 0 49236 0
[pid=21633/tid=21634] ppid=21631 vsize=217016 CPUtime=0.02 cores=0,2,4,6
/proc/21633/task/21634/stat : 21634 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 329 0 0 0 2 0 0 0 18 0 4 0 652342734 222224384 1303 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21633/tid=21635] ppid=21631 vsize=217016 CPUtime=0 cores=0,2,4,6
/proc/21633/task/21635/stat : 21635 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 216 0 0 0 0 0 0 0 25 0 4 0 652342734 222224384 1303 33554432000 4194304 4580107 140735135135680 18446744073709551615 254500796910 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21633/tid=21636] ppid=21631 vsize=217016 CPUtime=0.01 cores=0,2,4,6
/proc/21633/task/21636/stat : 21636 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 159 0 0 0 1 0 0 0 25 0 4 0 652342734 222224384 1303 33554432000 4194304 4580107 140735135135680 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 217016

[startup+0.113919 s]
/proc/loadavg: 7.49 7.97 7.49 1/348 21633
/proc/meminfo: memFree=24134820/32950928 swapFree=45937192/67111528
[pid=21633] ppid=21631 vsize=217016 CPUtime=0.42 cores=0,2,4,6
/proc/21633/stat : 21633 (strangenight2-m) R 21631 21633 21516 0 -1 4202496 1881 0 0 0 42 0 0 0 18 0 4 0 652342734 222224384 1762 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21633/statm: 54254 1764 377 95 0 49236 0
[pid=21633/tid=21634] ppid=21631 vsize=217016 CPUtime=0.1 cores=0,2,4,6
/proc/21633/task/21634/stat : 21634 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 418 0 0 0 10 0 0 0 18 0 4 0 652342734 222224384 1764 33554432000 4194304 4580107 140735135135680 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21633/tid=21635] ppid=21631 vsize=217016 CPUtime=0.09 cores=0,2,4,6
/proc/21633/task/21635/stat : 21635 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 347 0 0 0 9 0 0 0 25 0 4 0 652342734 222224384 1764 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21633/tid=21636] ppid=21631 vsize=217016 CPUtime=0.1 cores=0,2,4,6
/proc/21633/task/21636/stat : 21636 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 275 0 0 0 10 0 0 0 25 0 4 0 652342734 222224384 1764 33554432000 4194304 4580107 140735135135680 18446744073709551615 4293192 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 217016

[startup+0.300824 s]
/proc/loadavg: 7.49 7.97 7.49 1/348 21633
/proc/meminfo: memFree=24134820/32950928 swapFree=45937192/67111528
[pid=21633] ppid=21631 vsize=218636 CPUtime=1.16 cores=0,2,4,6
/proc/21633/stat : 21633 (strangenight2-m) R 21631 21633 21516 0 -1 4202496 2976 0 0 0 116 0 0 0 18 0 4 0 652342734 223883264 2193 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21633/statm: 54659 2193 377 95 0 49641 0
[pid=21633/tid=21634] ppid=21631 vsize=218636 CPUtime=0.29 cores=0,2,4,6
/proc/21633/task/21634/stat : 21634 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 685 0 0 0 29 0 0 0 18 0 4 0 652342734 223883264 2193 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21633/tid=21635] ppid=21631 vsize=218636 CPUtime=0.28 cores=0,2,4,6
/proc/21633/task/21635/stat : 21635 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 608 0 0 0 28 0 0 0 25 0 4 0 652342734 223883264 2193 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21633/tid=21636] ppid=21631 vsize=218636 CPUtime=0.29 cores=0,2,4,6
/proc/21633/task/21636/stat : 21636 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 562 0 0 0 29 0 0 0 25 0 4 0 652342734 223883264 2193 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 218636

[startup+0.700745 s]
/proc/loadavg: 7.49 7.97 7.49 1/348 21633
/proc/meminfo: memFree=24134820/32950928 swapFree=45937192/67111528
[pid=21633] ppid=21631 vsize=219512 CPUtime=2.77 cores=0,2,4,6
/proc/21633/stat : 21633 (strangenight2-m) R 21631 21633 21516 0 -1 4202496 4706 0 0 0 276 1 0 0 18 0 4 0 652342734 224780288 2894 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294581 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21633/statm: 54878 2894 377 95 0 49860 0
[pid=21633/tid=21634] ppid=21631 vsize=219512 CPUtime=0.69 cores=0,2,4,6
/proc/21633/task/21634/stat : 21634 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 1138 0 0 0 69 0 0 0 18 0 4 0 652342734 224780288 2894 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21633/tid=21635] ppid=21631 vsize=219512 CPUtime=0.68 cores=0,2,4,6
/proc/21633/task/21635/stat : 21635 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 1045 0 0 0 68 0 0 0 25 0 4 0 652342734 224780288 2894 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21633/tid=21636] ppid=21631 vsize=219512 CPUtime=0.69 cores=0,2,4,6
/proc/21633/task/21636/stat : 21636 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 982 0 0 0 69 0 0 0 25 0 4 0 652342734 224780288 2894 33554432000 4194304 4580107 140735135135680 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 219512

[startup+1.50059 s]
/proc/loadavg: 7.49 7.97 7.49 9/357 21667
/proc/meminfo: memFree=24117204/32950928 swapFree=45937192/67111528
[pid=21633] ppid=21631 vsize=221044 CPUtime=5.96 cores=0,2,4,6
/proc/21633/stat : 21633 (strangenight2-m) R 21631 21633 21516 0 -1 4202496 9759 0 0 0 594 2 0 0 20 0 4 0 652342734 226349056 5043 33554432000 4194304 4580107 140735135135680 18446744073709551615 4451684 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21633/statm: 55261 5043 379 95 0 50243 0
[pid=21633/tid=21634] ppid=21631 vsize=221044 CPUtime=1.49 cores=0,2,4,6
/proc/21633/task/21634/stat : 21634 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 2022 0 0 0 149 0 0 0 19 0 4 0 652342734 226349056 5043 33554432000 4194304 4580107 140735135135680 18446744073709551615 4316439 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21633/tid=21635] ppid=21631 vsize=221044 CPUtime=1.46 cores=0,2,4,6
/proc/21633/task/21635/stat : 21635 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 1889 0 0 0 146 0 0 0 25 0 4 0 652342734 226349056 5043 33554432000 4194304 4580107 140735135135680 18446744073709551615 4324259 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21633/tid=21636] ppid=21631 vsize=221044 CPUtime=1.48 cores=0,2,4,6
/proc/21633/task/21636/stat : 21636 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 1848 0 0 0 148 0 0 0 25 0 4 0 652342734 226349056 5043 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 221044

[startup+3.10027 s]
/proc/loadavg: 7.49 7.97 7.49 9/357 21667
/proc/meminfo: memFree=24093520/32950928 swapFree=45937192/67111528
[pid=21633] ppid=21631 vsize=234228 CPUtime=12.34 cores=0,2,4,6
/proc/21633/stat : 21633 (strangenight2-m) R 21631 21633 21516 0 -1 4202496 19115 0 0 0 1230 4 0 0 25 0 4 0 652342734 239849472 11068 33554432000 4194304 4580107 140735135135680 18446744073709551615 4293979 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21633/statm: 58557 11068 379 95 0 53539 0
[pid=21633/tid=21634] ppid=21631 vsize=234228 CPUtime=3.09 cores=0,2,4,6
/proc/21633/task/21634/stat : 21634 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 4240 0 0 0 309 0 0 0 25 0 4 0 652342734 239849472 11068 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21633/tid=21635] ppid=21631 vsize=234228 CPUtime=3.05 cores=0,2,4,6
/proc/21633/task/21635/stat : 21635 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 5340 0 0 0 304 1 0 0 25 0 4 0 652342734 239849472 11068 33554432000 4194304 4580107 140735135135680 18446744073709551615 4293904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21633/tid=21636] ppid=21631 vsize=234228 CPUtime=3.09 cores=0,2,4,6
/proc/21633/task/21636/stat : 21636 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 4145 0 0 0 308 1 0 0 25 0 4 0 652342734 239849472 11068 33554432000 4194304 4580107 140735135135680 18446744073709551615 4487114 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 234228

[startup+6.30063 s]
/proc/loadavg: 7.53 7.97 7.49 9/357 21667
/proc/meminfo: memFree=24044264/32950928 swapFree=45937192/67111528
[pid=21633] ppid=21631 vsize=243788 CPUtime=25.1 cores=0,2,4,6
/proc/21633/stat : 21633 (strangenight2-m) R 21631 21633 21516 0 -1 4202496 29119 0 0 0 2505 5 0 0 25 0 4 0 652342734 249638912 16523 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21633/statm: 60947 16523 379 95 0 55929 0
[pid=21633/tid=21634] ppid=21631 vsize=243788 CPUtime=6.28 cores=0,2,4,6
/proc/21633/task/21634/stat : 21634 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 6609 0 0 0 628 0 0 0 25 0 4 0 652342734 249638912 16523 33554432000 4194304 4580107 140735135135680 18446744073709551615 4293691 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21633/tid=21635] ppid=21631 vsize=243788 CPUtime=6.22 cores=0,2,4,6
/proc/21633/task/21635/stat : 21635 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 9091 0 0 0 620 2 0 0 25 0 4 0 652342734 249638912 16523 33554432000 4194304 4580107 140735135135680 18446744073709551615 4406480 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21633/tid=21636] ppid=21631 vsize=243788 CPUtime=6.29 cores=0,2,4,6
/proc/21633/task/21636/stat : 21636 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 5572 0 0 0 628 1 0 0 25 0 4 0 652342734 249638912 16523 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 243788

[startup+12.7004 s]
/proc/loadavg: 7.57 7.97 7.49 9/357 21667
/proc/meminfo: memFree=23994180/32950928 swapFree=45937192/67111528
[pid=21633] ppid=21631 vsize=291596 CPUtime=50.63 cores=0,2,4,6
/proc/21633/stat : 21633 (strangenight2-m) R 21631 21633 21516 0 -1 4202496 40701 0 0 0 5055 8 0 0 25 0 4 0 652342734 298594304 23664 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21633/statm: 72899 23664 379 95 0 67881 0
[pid=21633/tid=21634] ppid=21631 vsize=291596 CPUtime=12.67 cores=0,2,4,6
/proc/21633/task/21634/stat : 21634 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 7646 0 0 0 1267 0 0 0 25 0 4 0 652342734 298594304 23664 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21633/tid=21635] ppid=21631 vsize=291596 CPUtime=12.54 cores=0,2,4,6
/proc/21633/task/21635/stat : 21635 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 11582 0 0 0 1252 2 0 0 25 0 4 0 652342734 298594304 23664 33554432000 4194304 4580107 140735135135680 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21633/tid=21636] ppid=21631 vsize=291596 CPUtime=12.69 cores=0,2,4,6
/proc/21633/task/21636/stat : 21636 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 9116 0 0 0 1267 2 0 0 25 0 4 0 652342734 298594304 23664 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 291596

[startup+25.5008 s]
/proc/loadavg: 7.66 7.97 7.50 9/357 21667
/proc/meminfo: memFree=23946956/32950928 swapFree=45937192/67111528
[pid=21633] ppid=21631 vsize=311976 CPUtime=101.68 cores=0,2,4,6
/proc/21633/stat : 21633 (strangenight2-m) R 21631 21633 21516 0 -1 4202496 55528 0 0 0 10157 11 0 0 25 0 4 0 652342734 319463424 28994 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21633/statm: 77994 28994 379 95 0 72976 0
[pid=21633/tid=21634] ppid=21631 vsize=311976 CPUtime=25.48 cores=0,2,4,6
/proc/21633/task/21634/stat : 21634 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 9391 0 0 0 2547 1 0 0 25 0 4 0 652342734 319463424 28994 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21633/tid=21635] ppid=21631 vsize=311976 CPUtime=25.2 cores=0,2,4,6
/proc/21633/task/21635/stat : 21635 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 18261 0 0 0 2517 3 0 0 25 0 4 0 652342734 319463424 28994 33554432000 4194304 4580107 140735135135680 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21633/tid=21636] ppid=21631 vsize=311976 CPUtime=25.48 cores=0,2,4,6
/proc/21633/task/21636/stat : 21636 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 12228 0 0 0 2546 2 0 0 25 0 4 0 652342734 319463424 28994 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 311976

[startup+51.1007 s]
/proc/loadavg: 7.83 7.99 7.52 9/357 21668
/proc/meminfo: memFree=23906448/32950928 swapFree=45937192/67111528
[pid=21633] ppid=21631 vsize=284708 CPUtime=203.81 cores=0,2,4,6
/proc/21633/stat : 21633 (strangenight2-m) R 21631 21633 21516 0 -1 4202496 85465 0 0 0 20360 21 0 0 25 0 4 0 652342734 291540992 36779 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21633/statm: 71177 36779 379 95 0 66159 0
[pid=21633/tid=21634] ppid=21631 vsize=284708 CPUtime=51.08 cores=0,2,4,6
/proc/21633/task/21634/stat : 21634 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 17134 0 0 0 5105 3 0 0 25 0 4 0 652342734 291540992 36779 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21633/tid=21635] ppid=21631 vsize=284708 CPUtime=50.52 cores=0,2,4,6
/proc/21633/task/21635/stat : 21635 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 26176 0 0 0 5047 5 0 0 25 0 4 0 652342734 291540992 36779 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21633/tid=21636] ppid=21631 vsize=284708 CPUtime=51.09 cores=0,2,4,6
/proc/21633/task/21636/stat : 21636 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 17383 0 0 0 5104 5 0 0 25 0 4 0 652342734 291540992 36779 33554432000 4194304 4580107 140735135135680 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 284708

[startup+102.314 s]
/proc/loadavg: 8.03 8.02 7.55 9/357 21670
/proc/meminfo: memFree=23826564/32950928 swapFree=45937192/67111528
[pid=21633] ppid=21631 vsize=309032 CPUtime=408.09 cores=0,2,4,6
/proc/21633/stat : 21633 (strangenight2-m) R 21631 21633 21516 0 -1 4202496 121837 0 0 0 40775 34 0 0 25 0 4 0 652342734 316448768 47413 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21633/statm: 77258 47413 379 95 0 72240 0
[pid=21633/tid=21634] ppid=21631 vsize=309032 CPUtime=102.28 cores=0,2,4,6
/proc/21633/task/21634/stat : 21634 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 30684 0 0 0 10221 7 0 0 25 0 4 0 652342734 316448768 47413 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21633/tid=21635] ppid=21631 vsize=309032 CPUtime=101.17 cores=0,2,4,6
/proc/21633/task/21635/stat : 21635 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 33221 0 0 0 10110 7 0 0 25 0 4 0 652342734 316448768 47413 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21633/tid=21636] ppid=21631 vsize=309032 CPUtime=102.3 cores=0,2,4,6
/proc/21633/task/21636/stat : 21636 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 25344 0 0 0 10221 9 0 0 25 0 4 0 652342734 316448768 47413 33554432000 4194304 4580107 140735135135680 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.09
Current children cumulated vsize (KiB) 309032

[startup+162.301 s]

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

[pid=21633] ppid=21631 vsize=634824 CPUtime=2562.13 cores=0,2,4,6
/proc/21633/stat : 21633 (strangenight2-m) R 21631 21633 21516 0 -1 4202496 327967 0 0 0 256098 115 0 0 25 0 4 0 652342734 650059776 115806 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21633/statm: 158706 115806 379 95 0 153688 0
[pid=21633/tid=21634] ppid=21631 vsize=634824 CPUtime=642.19 cores=0,2,4,6
/proc/21633/task/21634/stat : 21634 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 70033 0 0 0 64197 22 0 0 25 0 4 0 652342734 650059776 115807 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21633/tid=21635] ppid=21631 vsize=634824 CPUtime=635.27 cores=0,2,4,6
/proc/21633/task/21635/stat : 21635 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 75177 0 0 0 63505 22 0 0 25 0 4 0 652342734 650059776 115807 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21633/tid=21636] ppid=21631 vsize=634824 CPUtime=642.33 cores=0,2,4,6
/proc/21633/task/21636/stat : 21636 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 95032 0 0 0 64193 40 0 0 25 0 4 0 652342734 650059776 115807 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2562.13
Current children cumulated vsize (KiB) 634824

[startup+702.301 s]
/proc/loadavg: 8.06 8.10 7.81 9/357 21685
/proc/meminfo: memFree=23341384/32950928 swapFree=45937192/67111528
[pid=21633] ppid=21631 vsize=647604 CPUtime=2801.43 cores=0,2,4,6
/proc/21633/stat : 21633 (strangenight2-m) R 21631 21633 21516 0 -1 4202496 346234 0 0 0 280021 122 0 0 25 0 4 0 652342734 663146496 120467 33554432000 4194304 4580107 140735135135680 18446744073709551615 4406440 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21633/statm: 161901 120467 379 95 0 156883 0
[pid=21633/tid=21634] ppid=21631 vsize=647604 CPUtime=702.17 cores=0,2,4,6
/proc/21633/task/21634/stat : 21634 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 74011 0 0 0 70193 24 0 0 25 0 4 0 652342734 663146496 120467 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21633/tid=21635] ppid=21631 vsize=647604 CPUtime=694.6 cores=0,2,4,6
/proc/21633/task/21635/stat : 21635 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 80391 0 0 0 69436 24 0 0 25 0 4 0 652342734 663146496 120467 33554432000 4194304 4580107 140735135135680 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21633/tid=21636] ppid=21631 vsize=647604 CPUtime=702.32 cores=0,2,4,6
/proc/21633/task/21636/stat : 21636 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 103621 0 0 0 70190 42 0 0 25 0 4 0 652342734 663146496 120467 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2801.43
Current children cumulated vsize (KiB) 647604

[startup+762.313 s]
/proc/loadavg: 8.06 8.09 7.82 9/357 21687
/proc/meminfo: memFree=23346824/32950928 swapFree=45937192/67111528
[pid=21633] ppid=21631 vsize=648176 CPUtime=3040.8 cores=0,2,4,6
/proc/21633/stat : 21633 (strangenight2-m) R 21631 21633 21516 0 -1 4202496 359889 0 0 0 303950 130 0 0 25 0 4 0 652342734 663732224 120246 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21633/statm: 162044 120246 379 95 0 157026 0
[pid=21633/tid=21634] ppid=21631 vsize=648176 CPUtime=762.17 cores=0,2,4,6
/proc/21633/task/21634/stat : 21634 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 74319 0 0 0 76193 24 0 0 25 0 4 0 652342734 663732224 120246 33554432000 4194304 4580107 140735135135680 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21633/tid=21635] ppid=21631 vsize=648176 CPUtime=753.94 cores=0,2,4,6
/proc/21633/task/21635/stat : 21635 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 81516 0 0 0 75369 25 0 0 25 0 4 0 652342734 663732224 120246 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21633/tid=21636] ppid=21631 vsize=648176 CPUtime=762.34 cores=0,2,4,6
/proc/21633/task/21636/stat : 21636 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 111412 0 0 0 76187 47 0 0 25 0 4 0 652342734 663732224 120246 33554432000 4194304 4580107 140735135135680 18446744073709551615 4295327 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3040.8
Current children cumulated vsize (KiB) 648176

[startup+822.3 s]
/proc/loadavg: 8.10 8.10 7.84 10/357 21719
/proc/meminfo: memFree=23516964/32950928 swapFree=45937192/67111528
[pid=21633] ppid=21631 vsize=623092 CPUtime=3280.1 cores=0,2,4,6
/proc/21633/stat : 21633 (strangenight2-m) R 21631 21633 21516 0 -1 4202496 376178 0 0 0 327872 138 0 0 25 0 4 0 652342734 638046208 119115 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21633/statm: 155773 119115 379 95 0 150755 0
[pid=21633/tid=21634] ppid=21631 vsize=623092 CPUtime=822.15 cores=0,2,4,6
/proc/21633/task/21634/stat : 21634 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 75753 0 0 0 82190 25 0 0 25 0 4 0 652342734 638046208 119115 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21633/tid=21635] ppid=21631 vsize=623092 CPUtime=813.28 cores=0,2,4,6
/proc/21633/task/21635/stat : 21635 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 81819 0 0 0 81303 25 0 0 25 0 4 0 652342734 638046208 119115 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21633/tid=21636] ppid=21631 vsize=623092 CPUtime=822.32 cores=0,2,4,6
/proc/21633/task/21636/stat : 21636 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 119064 0 0 0 82182 50 0 0 25 0 4 0 652342734 638046208 119115 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3280.1
Current children cumulated vsize (KiB) 623092

[startup+882.3 s]
/proc/loadavg: 8.08 8.09 7.85 10/357 21720
/proc/meminfo: memFree=23435568/32950928 swapFree=45937192/67111528
[pid=21633] ppid=21631 vsize=639544 CPUtime=3519.4 cores=0,2,4,6
/proc/21633/stat : 21633 (strangenight2-m) R 21631 21633 21516 0 -1 4202496 395956 0 0 0 351796 144 0 0 25 0 4 0 652342734 654893056 127433 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294410 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21633/statm: 159886 127433 379 95 0 154868 0
[pid=21633/tid=21634] ppid=21631 vsize=639544 CPUtime=882.14 cores=0,2,4,6
/proc/21633/task/21634/stat : 21634 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 81321 0 0 0 88188 26 0 0 25 0 4 0 652342734 654893056 127433 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21633/tid=21635] ppid=21631 vsize=639544 CPUtime=872.59 cores=0,2,4,6
/proc/21633/task/21635/stat : 21635 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 84225 0 0 0 87232 27 0 0 25 0 4 0 652342734 654893056 127433 33554432000 4194304 4580107 140735135135680 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21633/tid=21636] ppid=21631 vsize=639544 CPUtime=882.32 cores=0,2,4,6
/proc/21633/task/21636/stat : 21636 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 128910 0 0 0 88179 53 0 0 25 0 4 0 652342734 654893056 127433 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3519.4
Current children cumulated vsize (KiB) 639544

[startup+942.3 s]
/proc/loadavg: 8.11 8.10 7.87 10/357 21722
/proc/meminfo: memFree=23406652/32950928 swapFree=45937192/67111528
[pid=21633] ppid=21631 vsize=650044 CPUtime=3758.75 cores=0,2,4,6
/proc/21633/stat : 21633 (strangenight2-m) R 21631 21633 21516 0 -1 4202496 414761 0 0 0 375722 153 0 0 25 0 4 0 652342734 665645056 127354 33554432000 4194304 4580107 140735135135680 18446744073709551615 4293235 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21633/statm: 162511 127354 379 95 0 157493 0
[pid=21633/tid=21634] ppid=21631 vsize=650044 CPUtime=942.13 cores=0,2,4,6
/proc/21633/task/21634/stat : 21634 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 87723 0 0 0 94184 29 0 0 25 0 4 0 652342734 665645056 127354 33554432000 4194304 4580107 140735135135680 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21633/tid=21635] ppid=21631 vsize=650044 CPUtime=931.95 cores=0,2,4,6
/proc/21633/task/21635/stat : 21635 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 89209 0 0 0 93165 30 0 0 25 0 4 0 652342734 665645056 127354 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21633/tid=21636] ppid=21631 vsize=650044 CPUtime=942.33 cores=0,2,4,6
/proc/21633/task/21636/stat : 21636 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 135870 0 0 0 94177 56 0 0 25 0 4 0 652342734 665645056 127354 33554432000 4194304 4580107 140735135135680 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3758.75
Current children cumulated vsize (KiB) 650044

[startup+1002.3 s]
/proc/loadavg: 8.08 8.10 7.88 10/357 21724
/proc/meminfo: memFree=23372028/32950928 swapFree=45937192/67111528
[pid=21633] ppid=21631 vsize=650180 CPUtime=3998.08 cores=0,2,4,6
/proc/21633/stat : 21633 (strangenight2-m) R 21631 21633 21516 0 -1 4202496 431774 0 0 0 399647 161 0 0 25 0 4 0 652342734 665784320 132219 33554432000 4194304 4580107 140735135135680 18446744073709551615 4295723 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21633/statm: 162545 132219 379 95 0 157527 0
[pid=21633/tid=21634] ppid=21631 vsize=650180 CPUtime=1002.12 cores=0,2,4,6
/proc/21633/task/21634/stat : 21634 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 92202 0 0 0 100180 32 0 0 25 0 4 0 652342734 665784320 132219 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21633/tid=21635] ppid=21631 vsize=650180 CPUtime=991.29 cores=0,2,4,6
/proc/21633/task/21635/stat : 21635 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 89828 0 0 0 99099 30 0 0 25 0 4 0 652342734 665784320 132219 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21633/tid=21636] ppid=21631 vsize=650180 CPUtime=1002.33 cores=0,2,4,6
/proc/21633/task/21636/stat : 21636 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 142651 0 0 0 100174 59 0 0 25 0 4 0 652342734 665784320 132219 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3998.08
Current children cumulated vsize (KiB) 650180

[startup+1062.3 s]
/proc/loadavg: 8.10 8.10 7.89 10/357 21725
/proc/meminfo: memFree=23295496/32950928 swapFree=45937192/67111528
[pid=21633] ppid=21631 vsize=702628 CPUtime=4237.44 cores=0,2,4,6
/proc/21633/stat : 21633 (strangenight2-m) R 21631 21633 21516 0 -1 4202496 447723 0 0 0 423575 169 0 0 25 0 4 0 652342734 719491072 129513 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21633/statm: 175657 129513 379 95 0 170639 0
[pid=21633/tid=21634] ppid=21631 vsize=702628 CPUtime=1062.11 cores=0,2,4,6
/proc/21633/task/21634/stat : 21634 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 96240 0 0 0 106178 33 0 0 25 0 4 0 652342734 719491072 129513 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21633/tid=21635] ppid=21631 vsize=702628 CPUtime=1050.64 cores=0,2,4,6
/proc/21633/task/21635/stat : 21635 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 92742 0 0 0 105033 31 0 0 25 0 4 0 652342734 719491072 129513 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21633/tid=21636] ppid=21631 vsize=702628 CPUtime=1062.33 cores=0,2,4,6
/proc/21633/task/21636/stat : 21636 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 149662 0 0 0 106171 62 0 0 25 0 4 0 652342734 719491072 129513 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4237.44
Current children cumulated vsize (KiB) 702628

[startup+1122.3 s]
/proc/loadavg: 8.06 8.10 7.90 10/357 21727
/proc/meminfo: memFree=23265708/32950928 swapFree=45937192/67111528
[pid=21633] ppid=21631 vsize=814492 CPUtime=4476.75 cores=0,2,4,6
/proc/21633/stat : 21633 (strangenight2-m) R 21631 21633 21516 0 -1 4202496 457776 0 0 0 447502 173 0 0 25 0 4 0 652342734 834039808 131378 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21633/statm: 203623 131378 379 95 0 198605 0
[pid=21633/tid=21634] ppid=21631 vsize=814492 CPUtime=1122.11 cores=0,2,4,6
/proc/21633/task/21634/stat : 21634 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 97368 0 0 0 112177 34 0 0 25 0 4 0 652342734 834039808 131378 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21633/tid=21635] ppid=21631 vsize=814492 CPUtime=1109.96 cores=0,2,4,6
/proc/21633/task/21635/stat : 21635 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 94433 0 0 0 110963 33 0 0 25 0 4 0 652342734 834039808 131378 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21633/tid=21636] ppid=21631 vsize=814492 CPUtime=1122.34 cores=0,2,4,6
/proc/21633/task/21636/stat : 21636 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 154648 0 0 0 112170 64 0 0 25 0 4 0 652342734 834039808 131378 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4476.75
Current children cumulated vsize (KiB) 814492

[startup+1182.3 s]
/proc/loadavg: 8.02 8.08 7.91 10/357 21728
/proc/meminfo: memFree=23232180/32950928 swapFree=45937192/67111528
[pid=21633] ppid=21631 vsize=654556 CPUtime=4716.1 cores=0,2,4,6
/proc/21633/stat : 21633 (strangenight2-m) R 21631 21633 21516 0 -1 4202496 474583 0 0 0 471429 181 0 0 25 0 4 0 652342734 670265344 134792 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21633/statm: 163639 134792 379 95 0 158621 0
[pid=21633/tid=21634] ppid=21631 vsize=654556 CPUtime=1182.09 cores=0,2,4,6
/proc/21633/task/21634/stat : 21634 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 101427 0 0 0 118174 35 0 0 25 0 4 0 652342734 670265344 134792 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21633/tid=21635] ppid=21631 vsize=654556 CPUtime=1169.31 cores=0,2,4,6
/proc/21633/task/21635/stat : 21635 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 95245 0 0 0 116898 33 0 0 25 0 4 0 652342734 670265344 134792 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21633/tid=21636] ppid=21631 vsize=654556 CPUtime=1182.34 cores=0,2,4,6
/proc/21633/task/21636/stat : 21636 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 161899 0 0 0 118167 67 0 0 25 0 4 0 652342734 670265344 134792 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4716.1
Current children cumulated vsize (KiB) 654556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.41 s]
/proc/loadavg: 8.02 8.07 7.91 9/357 21729
/proc/meminfo: memFree=23244556/32950928 swapFree=45937192/67111528
[pid=21633] ppid=21631 vsize=668164 CPUtime=4800.33 cores=0,2,4,6
/proc/21633/stat : 21633 (strangenight2-m) R 21631 21633 21516 0 -1 4202496 480519 0 0 0 479850 183 0 0 25 0 4 0 652342734 684199936 132432 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294449 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21633/statm: 167041 132432 379 95 0 162023 0
[pid=21633/tid=21634] ppid=21631 vsize=668164 CPUtime=1203.21 cores=0,2,4,6
/proc/21633/task/21634/stat : 21634 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 103641 0 0 0 120285 36 0 0 25 0 4 0 652342734 684199936 132432 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21633/tid=21635] ppid=21631 vsize=668164 CPUtime=1190.18 cores=0,2,4,6
/proc/21633/task/21635/stat : 21635 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 95275 0 0 0 118985 33 0 0 25 0 4 0 652342734 684199936 132432 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21633/tid=21636] ppid=21631 vsize=668164 CPUtime=1203.46 cores=0,2,4,6
/proc/21633/task/21636/stat : 21636 (strangenight2-m) R 21631 21633 21516 0 -1 4202560 164949 0 0 0 120278 68 0 0 25 0 4 0 652342734 684199936 132432 33554432000 4194304 4580107 140735135135680 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 668164

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.46
CPU time (s): 4800.4
CPU user time (s): 4798.54
CPU system time (s): 1.85772
CPU usage (%): 398.885
Max. virtual memory (cumulated for all children) (KiB): 822868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.54
system time used= 1.85772
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 480520
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= 193
involuntary context switches= 35309

runsolver used 3.80042 second user time and 9.49156 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-14 23:11:00
IDJOB=3366547
IDBENCH=82956
IDSOLVER=1844
FILE ID=node149/3366547-1305407460
RUNJOBID= node149-1305406255-21534
PBS_JOBID= 13324509
Free space on /tmp= 73568 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S510739670-068.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366547-1305407460/watcher-3366547-1305407460 -o /tmp/evaluation-result-3366547-1305407460/solver-3366547-1305407460 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366547-1305407460.cnf

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

MD5SUM BENCH= 12dd7af6f21831da932d15cd8d1054f3
RANDOM SEED=189400697

node149.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	: 5332.83
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.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.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.73
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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:     32950928 kB
MemFree:      24134984 kB
Buffers:        308964 kB
Cached:        3872832 kB
SwapCached:      19984 kB
Active:        6317428 kB
Inactive:      2204872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24134984 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:            5496 kB
Writeback:           0 kB
AnonPages:     4332820 kB
Mapped:          14200 kB
Slab:           157148 kB
PageTables:      71912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80224452 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= 73560 MiB
End job on node149 at 2011-05-14 23:31:06