Trace number 3174120

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.41 1201.74

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S727005963-093.SATISFIABLE.cnf
MD5SUM91e4bda9499071fffccca1352d82691f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.017996
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
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-3174120-1304097389.cnf'
0.00/0.00	c -- header says num vars:            600
0.00/0.00	c -- header says num clauses:        2556
0.00/0.00	c -- clauses added:            0 learnts,         2556 normals,            0 xors
0.00/0.00	c -- vars added        600
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       600      2556         0         0      7668         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2556/2556 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
3.20/0.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.20/0.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.20/0.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.20/0.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    600 time:  0.00 s
3.20/0.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.20/0.90	c lits-rem:         0  cl-subs:        0  v-elim:     11  v-fix:    0  time:  0.00 s
3.20/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.20/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.20/0.90	c calculated reachability. Time: 0.00
3.20/0.90	c Calc default polars -  time:   0.00 s pos:     262 undec:      58 neg:     280
3.20/0.90	c =========================================================================================
3.20/0.90	c types(t): F = full restart, N = normal restart
3.20/0.90	c types(t): S = simplification begin/end, E = solution found
3.20/0.90	c restart types(rt): st = static, dy = dynamic
3.20/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.20/0.90	c  B st     0         0       589      2540         0         0      7691         0   no data   no data
3.20/0.90	c Decided on static restart strategy
3.20/0.90	c  N st     8      4917       589      2540         0      4838      7691    129150   no data   no data
3.20/0.90	c  N st    10     11301       589      2540         0      4490      7691     84952   no data   no data
3.20/0.90	c  N st    11     17045       589      2540         0     10153      7691    244618   no data   no data
4.40/1.20	c  F st    12     25003       589      2540         0     12430      7691    294590   no data   no data
4.40/1.20	c  N st    12     25003       589      2540         0     12430      7691    294590   no data   no data
5.57/1.40	c Decided on static restart strategy
5.57/1.40	c  N st    18     30000       589      2540         0     10702      7691    227850   no data   no data
5.57/1.40	c  S st    18     30000       589      2540         0     10702      7691    227850   no data   no data
5.97/1.50	c  S st    18     30505       589      2540         0     11207      7691    241076   no data   no data
5.97/1.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.97/1.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.97/1.50	c blocked clauses removed:       26 vars:      3 tried:         589 T: 0.00 s
5.97/1.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.97/1.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
5.97/1.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.97/1.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.97/1.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.50	c lits-rem:       104  cl-subs:      416  v-elim:      0  v-fix:    0  time:  0.05 s
5.97/1.50	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.01
5.97/1.50	c calculated reachability. Time: 0.00
5.97/1.50	c  N st    18     30505       586      2514         0     10791      7613    228197   no data   no data
7.18/1.89	c  N st    20     37616       586      2514         0     10053      7613    185618   no data   no data
8.77/2.28	c  N st    21     44017       586      2514         0     16354      7613    348853   no data   no data
9.56/2.40	c  S st    22     45757       586      2514         0      9276      7613    144712   no data   no data
9.56/2.43	c  S st    22     46260       586      2514         0      9779      7613    157877   no data   no data
9.56/2.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.56/2.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.56/2.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.56/2.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.56/2.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
9.56/2.43	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
9.56/2.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.56/2.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.45	c lits-rem:        37  cl-subs:       41  v-elim:      0  v-fix:    0  time:  0.01 s
9.56/2.45	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
9.56/2.45	c vivif2 --  cl tried     9738 cl shrink        0 lits rem          0 time: 0.00
9.56/2.45	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.01
9.56/2.45	c calculated reachability. Time: 0.00
9.56/2.45	c  N st    22     46260       586      2514         0      9738      7613    156754   no data   no data
13.16/3.33	c  N st    23     60658       586      2514         0     14161      7613    278043   no data   no data
15.56/3.97	c  N st    24     69390       586      2514         0     11891      7613    194467   no data   no data
15.56/3.97	c  S st    24     69390       586      2514         0     11891      7613    194467   no data   no data
15.98/4.00	c  S st    24     69894       586      2514         0     12394      7613    206989   no data   no data
15.98/4.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.98/4.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.98/4.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.98/4.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.98/4.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.98/4.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
15.98/4.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
15.98/4.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.98/4.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.98/4.03	c lits-rem:        40  cl-subs:       80  v-elim:      0  v-fix:    0  time:  0.02 s
15.98/4.03	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
15.98/4.04	c vivif2 --  cl tried    12314 cl shrink        0 lits rem          0 time: 0.00
15.98/4.04	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.01
15.98/4.04	c calculated reachability. Time: 0.00
15.98/4.04	c  N st    24     69894       586      2514         0     12314      7613    204693   no data   no data
21.15/5.34	c  F st    25     87501       586      2514         0     17772      7613    340089   no data   no data
21.15/5.34	c  N st    25     87501       586      2514         0     17772      7613    340089   no data   no data
22.74/5.79	c  N dy    33     93174       586      2514         0     23370      7613    485558     17.83     18.78
25.17/6.32	c  N dy    59     99769       586      2514         0     17038      7613    260140     17.81     18.79
26.74/6.72	c  S st    69    104845       586      2514         0     22041      7613    383244     17.30     15.97
26.74/6.78	c  S st    69    105352       586      2514         0     22548      7613    395416     17.30   no data
26.74/6.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.74/6.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
26.74/6.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.74/6.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.74/6.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.74/6.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
26.74/6.79	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
26.74/6.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
27.14/6.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.14/6.89	c lits-rem:       162  cl-subs:      495  v-elim:      0  v-fix:    0  time:  0.08 s
27.14/6.89	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
27.54/6.90	c vivif2 --  cl tried    22053 cl shrink        0 lits rem          0 time: 0.00
27.54/6.91	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.01
27.54/6.91	c calculated reachability. Time: 0.00
27.54/6.91	c  N dy    69    105352       586      2514         0     22053      7613    382088     17.30   no data
29.94/7.56	c  N dy    86    112398       586      2514         0     15187      7613    181833     16.89     17.79
33.13/8.34	c  N dy   126    122127       586      2514         0     24826      7613    427975     17.03     17.97
35.93/9.09	c  N dy   160    129942       586      2514         0     17713      7613    220592     17.06     17.97
39.52/9.94	c  N dy   198    139748       586      2514         0     27381      7613    466092     16.99     18.04
44.32/11.17	c  N dy   243    153362       586      2514         0     25042      7613    384570     16.86     17.78
46.32/11.65	c  S st   277    158028       586      2514         0     29652      7613    502352     16.95   no data
46.74/11.72	c  S st   277    158531       586      2514         0     30154      7613    515292     16.95   no data
46.74/11.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
46.74/11.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
46.74/11.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
46.74/11.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
46.74/11.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.74/11.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
46.74/11.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
46.74/11.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
46.74/11.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.51/11.91	c lits-rem:       228  cl-subs:      632  v-elim:      0  v-fix:    0  time:  0.16 s
47.51/11.91	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
47.51/11.92	c vivif2 --  cl tried    29522 cl shrink        0 lits rem          0 time: 0.01
47.51/11.94	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.02
47.51/11.94	c calculated reachability. Time: 0.00
47.51/11.94	c  N dy   277    158531       586      2514         0     29522      7613    499133     16.95   no data
51.53/12.94	c  N dy   311    168673       586      2514         0     22757      7613    299158     16.89     20.02
56.30/14.14	c  N dy   332    180843       586      2514         0     34721      7613    592379     16.79     17.75
60.70/15.22	c  N dy   383    192443       586      2514         0     28457      7613    424868     16.81     17.71
66.69/16.79	c  N dy   455    205605       586      2514         0     22700      7613    256122     16.87     17.90
72.28/18.17	c  N dy   516    218762       586      2514         0     35720      7613    586896     16.90     18.46
78.67/19.72	c  N dy   560    232794       586      2514         0     29823      7613    426809     16.88     17.90
81.47/20.43	c  S st   591    237796       586      2514         0     34769      7613    552444     16.90     17.80
81.89/20.53	c  S st   591    238298       586      2514         0     35270      7613    565345     16.90   no data
81.89/20.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.89/20.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
81.89/20.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.89/20.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.89/20.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.89/20.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
81.89/20.55	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
81.89/20.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
81.89/20.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.67/20.75	c lits-rem:       119  cl-subs:      523  v-elim:      0  v-fix:    0  time:  0.17 s
82.67/20.75	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
82.67/20.75	c vivif2 --  cl tried    34747 cl shrink        0 lits rem          0 time: 0.01
82.67/20.78	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.02
82.67/20.78	c calculated reachability. Time: 0.00
82.67/20.78	c  N dy   591    238298       586      2514         0     34747      7613    550784     16.90   no data
89.86/22.56	c  N dy   666    253578       586      2514         0     29079      7613    384049     16.95     18.70
99.05/24.82	c  N dy   756    270794       586      2514         0     24346      7613    239620     17.00     17.98
107.44/26.94	c  N dy   820    288169       586      2514         0     41525      7613    673764     17.00     18.89
116.23/29.13	c  F st   903    306250       586      2514         0     36665      7613    535062     17.02     15.79
116.63/29.21	c  N st   905    306876       586      2514         0     37286      7613    551412     17.02   no data
119.02/29.83	c Decided on static restart strategy
130.22/32.63	c  N st   913    334555       586      2514         0     40745      7613    827698     17.02   no data
141.78/35.58	c  N st   915    357448       586      2514         0     38598      7613    736595     17.02   no data
141.78/35.58	c  S st   915    357448       586      2514         0     38598      7613    736595     17.02   no data
142.18/35.67	c  S st   915    357952       586      2514         0     39102      7613    749594     17.02   no data
142.18/35.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
142.18/35.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
142.18/35.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
142.18/35.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
142.18/35.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
142.18/35.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
142.18/35.69	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
142.59/35.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
142.59/35.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
145.78/36.51	c lits-rem:       317  cl-subs:     2221  v-elim:      0  v-fix:    0  time:  0.78 s
145.78/36.51	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
145.78/36.52	c vivif2 --  cl tried    36881 cl shrink        0 lits rem          0 time: 0.01
145.78/36.54	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.03
145.78/36.54	c calculated reachability. Time: 0.00
145.78/36.54	c  N st   915    357952       586      2514         0     36881      7613    690844     17.02   no data
162.16/40.63	c  N st   916    390344       586      2514         0     43295      7613    991298     17.02   no data
191.32/47.92	c  N st   917    438932       586      2514         0     36982      7613    667802     17.02   no data
236.45/59.28	c  N st   918    511814       586      2514         0     50486      7613    986696     17.02   no data
249.64/62.55	c  N st   919    536929       586      2514         0     44755      7613    794405     17.02   no data
249.64/62.55	c  S st   919    536929       586      2514         0     44755      7613    794405     17.02   no data
250.04/62.68	c  S st   919    537433       586      2514         0     45258      7613    807137     17.02   no data
250.04/62.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
250.44/62.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
250.44/62.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
250.44/62.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
250.44/62.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
250.44/62.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
250.44/62.70	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
250.44/62.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
250.44/62.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
253.26/63.41	c lits-rem:       468  cl-subs:     1118  v-elim:      0  v-fix:    0  time:  0.68 s
253.26/63.41	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
253.26/63.42	c vivif2 --  cl tried    44140 cl shrink        0 lits rem          0 time: 0.01
253.26/63.46	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.03
253.26/63.46	c calculated reachability. Time: 0.00
253.26/63.46	c  N st   919    537433       586      2514         0     44140      7613    773358     17.02   no data
358.30/89.77	c  N st   920    701419       586      2514         0     38080      7613    502125     17.02   no data
431.00/107.92	c  N st   921    806149       586      2514         0     67172      7613   1268979     17.02   no data
431.00/107.92	c  S st   921    806149       586      2514         0     67172      7613   1268979     17.02   no data
431.80/108.13	c  S st   921    806655       586      2514         0     67677      7613   1282637     17.02   no data
431.80/108.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
431.80/108.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
431.80/108.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
431.80/108.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
431.80/108.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
431.80/108.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
431.80/108.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
431.80/108.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
432.20/108.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
446.60/111.81	c lits-rem:       979  cl-subs:     3965  v-elim:      0  v-fix:    0  time:  3.58 s
446.60/111.81	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
446.60/111.82	c vivif2 --  cl tried    63712 cl shrink        0 lits rem          0 time: 0.02
446.60/111.88	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.06
446.60/111.89	c calculated reachability. Time: 0.00
446.60/111.89	c  N st   921    806655       586      2514         0     63712      7613   1174935     17.02   no data
655.10/164.04	c  F st   922   1071876       586      2514         0     79473      7613   1527583     17.02   no data
655.10/164.04	c  N st   922   1071876       586      2514         0     79473      7613   1527583     17.02   no data
660.69/165.43	c Decided on static restart strategy
679.07/170.09	c  N st   932   1100179       586      2514         0     63333      7613    993073     17.02   no data
711.83/178.22	c  N st   934   1136172       586      2514         0     53678      7613    722556     17.02   no data
741.00/185.53	c  N st   935   1168565       586      2514         0     85456      7613   1560238     17.02   no data
779.74/195.29	c  N st   936   1209982       586      2514         0     79734      7613   1376982     17.02   no data
779.74/195.29	c  S st   936   1209982       586      2514         0     79734      7613   1376982     17.02   no data
780.95/195.54	c  S st   936   1210484       586      2514         0     80236      7613   1390131     17.02   no data
780.95/195.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
780.95/195.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
780.95/195.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
780.95/195.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
780.95/195.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
780.95/195.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
780.95/195.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
781.33/195.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
781.33/195.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
809.69/202.79	c lits-rem:      1644  cl-subs:     5432  v-elim:      0  v-fix:    0  time:  7.14 s
809.69/202.79	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
810.09/202.81	c vivif2 --  cl tried    74804 cl shrink        0 lits rem          0 time: 0.02
810.49/202.91	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.09
810.49/202.91	c calculated reachability. Time: 0.00
810.49/202.91	c  N st   936   1210484       586      2514         0     74804      7613   1260063     17.02   no data
879.60/220.26	c  N st   937   1283367       586      2514         0     51439      7613    597600     17.02   no data
979.46/245.21	c  N st   938   1392690       586      2514         0     59589      7613    786876     17.02   no data
1135.25/284.28	c  N st   939   1556675       586      2514         0     64348      7613    847361     17.02   no data
1288.65/322.61	c  N st   940   1710484       586      2514         0    106118      7613   2036726     17.02   no data
1288.65/322.61	c  S st   940   1710484       586      2514         0    106118      7613   2036726     17.02   no data
1289.85/322.94	c  S st   940   1710988       586      2514         0    106622      7613   2049676     17.02   no data
1289.85/322.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1290.26/323.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1290.26/323.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1290.26/323.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1290.26/323.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1290.26/323.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
1290.26/323.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1290.26/323.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1290.26/323.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1346.98/337.20	c lits-rem:      1662  cl-subs:     7211  v-elim:      0  v-fix:    0  time: 14.10 s
1346.98/337.20	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
1346.98/337.23	c vivif2 --  cl tried    99411 cl shrink        0 lits rem          0 time: 0.03
1347.39/337.33	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.10
1347.39/337.34	c calculated reachability. Time: 0.00
1347.39/337.34	c  N st   940   1710988       586      2514         0     99411      7613   1856864     17.02   no data
1742.86/436.33	c  N st   941   2079953       586      2514         0    110938      7613   1962571     17.02   no data
1895.43/474.51	c  N st   942   2210988       586      2514         0    115274      7613   2122514     17.02   no data
1895.43/474.51	c  S st   942   2210988       586      2514         0    115274      7613   2122514     17.02   no data
1896.65/474.90	c  S st   942   2211489       586      2514         0    115774      7613   2135159     17.02   no data
1897.05/474.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1897.05/474.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
1897.05/474.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1897.05/474.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1897.05/474.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1897.05/474.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
1897.05/474.97	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1897.42/475.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1897.42/475.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1955.35/489.54	c lits-rem:      1098  cl-subs:     7433  v-elim:      0  v-fix:    0  time: 14.48 s
1955.35/489.54	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
1955.35/489.57	c vivif2 --  cl tried   108341 cl shrink        0 lits rem          0 time: 0.03
1955.75/489.69	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.13
1956.15/489.70	c calculated reachability. Time: 0.00
1956.15/489.70	c  N st   942   2211489       586      2514         0    108341      7613   1938584     17.02   no data
2608.89/653.10	c  N st   943   2711492       586      2514         0    132108      7613   2522438     17.02   no data
2608.89/653.10	c  S st   943   2711492       586      2514         0    132108      7613   2522438     17.02   no data
2610.47/653.59	c  S st   943   2711992       586      2514         0    132607      7613   2535615     17.02   no data
2610.87/653.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2610.87/653.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
2610.87/653.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2610.87/653.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2610.87/653.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2610.87/653.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
2610.87/653.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2611.27/653.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2611.27/653.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2685.97/672.43	c lits-rem:      1178  cl-subs:     7957  v-elim:      0  v-fix:    0  time: 18.65 s
2685.97/672.43	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
2685.97/672.47	c vivif2 --  cl tried   124650 cl shrink        0 lits rem          0 time: 0.04
2686.77/672.62	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.15
2686.77/672.62	c calculated reachability. Time: 0.00
2686.77/672.62	c  N st   943   2711992       586      2514         0    124650      7613   2324082     17.02   no data
3380.64/846.39	c  N st   944   3211994       586      2514         0     99990      7613   1431705     17.02   no data
3380.64/846.39	c  S st   944   3211994       586      2514         0     99990      7613   1431705     17.02   no data
3382.27/846.71	c  S st   944   3212499       586      2514         0    100495      7613   1444067     17.02   no data
3382.27/846.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3382.27/846.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
3382.27/846.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3382.27/846.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3382.27/846.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3382.27/846.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
3382.27/846.77	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3382.27/846.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3382.64/846.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3393.82/849.66	c lits-rem:       251  cl-subs:     3453  v-elim:      0  v-fix:    0  time:  2.82 s
3393.82/849.66	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
3393.82/849.68	c vivif2 --  cl tried    97042 cl shrink        0 lits rem          0 time: 0.02
3394.22/849.79	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.11
3394.22/849.79	c calculated reachability. Time: 0.00
3394.22/849.79	c  N st   944   3212499       586      2514         0     97042      7613   1358382     17.02   no data
4161.19/1041.75	c  N st   945   3712499       586      2514         0    107794      7613   1525983     17.02   no data
4161.19/1041.75	c  S st   945   3712499       586      2514         0    107794      7613   1525983     17.02   no data
4162.79/1042.15	c  S st   945   3713002       586      2514         0    108297      7613   1539998     17.02   no data
4162.79/1042.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4163.19/1042.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.07
4163.19/1042.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4163.19/1042.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4163.19/1042.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4163.19/1042.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    586 time:  0.00 s
4163.19/1042.24	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4163.19/1042.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4163.59/1042.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4185.16/1047.78	c lits-rem:       432  cl-subs:     3372  v-elim:      0  v-fix:    0  time:  5.45 s
4185.16/1047.78	c vivif2 --  cl tried     2514 cl shrink        0 lits rem          0 time: 0.00
4185.56/1047.80	c vivif2 --  cl tried   104925 cl shrink        0 lits rem          0 time: 0.03
4185.98/1047.95	c asymm  cl-useful: 0/2514/2514 lits-rem:0 time: 0.14
4185.98/1047.95	c calculated reachability. Time: 0.00
4185.98/1047.95	c  N st   945   3713002       586      2514         0    104925      7613   1455574     17.02   no data
4248.28/1063.53	c  F st   946   3751563       586      2514         0    142598      7613   2522074     17.02   no data
4248.28/1063.53	c  N st   946   3751563       586      2514         0    142598      7613   2522074     17.02   no data
4261.08/1066.74	c Decided on static restart strategy
4303.00/1077.21	c  N st   956   3779864       586      2514         0     87410      7613    923726     17.02   no data
4353.73/1090.00	c  N st   958   3815857       586      2514         0    122619      7613   1886824     17.02   no data
4413.25/1104.84	c  N st   959   3848249       586      2514         0    154356      7613   2803075     17.02   no data
4484.37/1122.64	c  N st   960   3896837       586      2514         0    118068      7613   1765178     17.02   no data
4604.60/1152.72	c  N st   961   3969722       586      2514         0    104316      7613   1326376     17.02   no data
4756.00/1190.63	c  N st   962   4079045       586      2514         0    124996      7613   1935421     17.02   no data

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3174120-1304097389/watcher-3174120-1304097389 -o /tmp/evaluation-result-3174120-1304097389/solver-3174120-1304097389 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174120-1304097389.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.17 8.11 8.02 6/180 9309
/proc/meminfo: memFree=29739708/32951124 swapFree=67111348/67111528
[pid=9309] ppid=9307 vsize=116748 CPUtime=0 cores=1,3,5,7
/proc/9309/stat : 9309 (strangenight2-m) R 9307 9309 9165 0 -1 4202496 444 0 0 0 0 0 0 0 25 0 4 0 502154226 119549952 373 33554432000 4194304 4627427 140735666782336 18446744073709551615 4514128 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9309/statm: 45571 377 318 106 0 40542 0
[pid=9309/tid=9310] ppid=9307 vsize=183256 CPUtime=0 cores=1,3,5,7
/proc/9309/task/9310/stat : 9310 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 30 0 0 0 0 0 0 0 25 0 4 0 502154226 187654144 450 33554432000 4194304 4627427 140735666782336 18446744073709551615 254261721582 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9309/tid=9311] ppid=9307 vsize=183260 CPUtime=0 cores=1,3,5,7
/proc/9309/task/9311/stat : 9311 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 22 0 0 0 0 0 0 0 25 0 4 0 502154226 187658240 463 33554432000 4194304 4627427 140735666782336 18446744073709551615 254261616443 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9309/tid=9312] ppid=9307 vsize=183260 CPUtime=0 cores=1,3,5,7
/proc/9309/task/9312/stat : 9312 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 33 0 0 0 0 0 0 0 25 0 4 0 502154226 187658240 470 33554432000 4194304 4627427 140735666782336 18446744073709551615 254261721582 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.17641 s]
/proc/loadavg: 8.17 8.11 8.02 6/180 9309
/proc/meminfo: memFree=29739708/32951124 swapFree=67111348/67111528
[pid=9309] ppid=9307 vsize=286116 CPUtime=3.2 cores=1,3,5,7
/proc/9309/stat : 9309 (strangenight2-m) R 9307 9309 9165 0 -1 4202496 5460 0 0 0 319 1 0 0 19 0 4 0 502154226 292982784 2496 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9309/statm: 71529 2496 385 106 0 66500 0
[pid=9309/tid=9310] ppid=9307 vsize=286116 CPUtime=0.8 cores=1,3,5,7
/proc/9309/task/9310/stat : 9310 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 1255 0 0 0 80 0 0 0 18 0 4 0 502154226 292982784 2496 33554432000 4194304 4627427 140735666782336 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9309/tid=9311] ppid=9307 vsize=286116 CPUtime=0.79 cores=1,3,5,7
/proc/9309/task/9311/stat : 9311 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 1328 0 0 0 79 0 0 0 19 0 4 0 502154226 292982784 2496 33554432000 4194304 4627427 140735666782336 18446744073709551615 4306552 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9309/tid=9312] ppid=9307 vsize=286116 CPUtime=0.79 cores=1,3,5,7
/proc/9309/task/9312/stat : 9312 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 1159 0 0 0 79 0 0 0 19 0 4 0 502154226 292982784 2496 33554432000 4194304 4627427 140735666782336 18446744073709551615 4308584 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 286116

[startup+0.906672 s]
/proc/loadavg: 8.17 8.11 8.02 6/180 9309
/proc/meminfo: memFree=29739708/32951124 swapFree=67111348/67111528
[pid=9309] ppid=9307 vsize=286116 CPUtime=3.6 cores=1,3,5,7
/proc/9309/stat : 9309 (strangenight2-m) R 9307 9309 9165 0 -1 4202496 5734 0 0 0 359 1 0 0 19 0 4 0 502154226 292982784 2770 33554432000 4194304 4627427 140735666782336 18446744073709551615 4308615 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9309/statm: 71529 2770 385 106 0 66500 0
[pid=9309/tid=9310] ppid=9307 vsize=286116 CPUtime=0.9 cores=1,3,5,7
/proc/9309/task/9310/stat : 9310 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 1322 0 0 0 90 0 0 0 19 0 4 0 502154226 292982784 2770 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9309/tid=9311] ppid=9307 vsize=286116 CPUtime=0.89 cores=1,3,5,7
/proc/9309/task/9311/stat : 9311 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 1402 0 0 0 89 0 0 0 19 0 4 0 502154226 292982784 2770 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9309/tid=9312] ppid=9307 vsize=286116 CPUtime=0.89 cores=1,3,5,7
/proc/9309/task/9312/stat : 9312 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 1226 0 0 0 89 0 0 0 19 0 4 0 502154226 292982784 2770 33554432000 4194304 4627427 140735666782336 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 286116

[startup+1.00666 s]
/proc/loadavg: 8.17 8.11 8.02 6/180 9309
/proc/meminfo: memFree=29739708/32951124 swapFree=67111348/67111528
[pid=9309] ppid=9307 vsize=286404 CPUtime=4 cores=1,3,5,7
/proc/9309/stat : 9309 (strangenight2-m) R 9307 9309 9165 0 -1 4202496 6028 0 0 0 399 1 0 0 19 0 4 0 502154226 293277696 3064 33554432000 4194304 4627427 140735666782336 18446744073709551615 4308715 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9309/statm: 71601 3064 385 106 0 66572 0
[pid=9309/tid=9310] ppid=9307 vsize=286404 CPUtime=1 cores=1,3,5,7
/proc/9309/task/9310/stat : 9310 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 1400 0 0 0 100 0 0 0 19 0 4 0 502154226 293277696 3064 33554432000 4194304 4627427 140735666782336 18446744073709551615 4308291 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9309/tid=9311] ppid=9307 vsize=286404 CPUtime=0.99 cores=1,3,5,7
/proc/9309/task/9311/stat : 9311 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 1473 0 0 0 99 0 0 0 19 0 4 0 502154226 293277696 3064 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9309/tid=9312] ppid=9307 vsize=286404 CPUtime=0.99 cores=1,3,5,7
/proc/9309/task/9312/stat : 9312 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 1296 0 0 0 99 0 0 0 19 0 4 0 502154226 293277696 3064 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 286404

[startup+1.10664 s]
/proc/loadavg: 8.17 8.11 8.02 6/180 9309
/proc/meminfo: memFree=29739708/32951124 swapFree=67111348/67111528
[pid=9309] ppid=9307 vsize=286404 CPUtime=4.4 cores=1,3,5,7
/proc/9309/stat : 9309 (strangenight2-m) R 9307 9309 9165 0 -1 4202496 6249 0 0 0 439 1 0 0 19 0 4 0 502154226 293277696 3285 33554432000 4194304 4627427 140735666782336 18446744073709551615 4310395 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9309/statm: 71601 3285 385 106 0 66572 0
[pid=9309/tid=9310] ppid=9307 vsize=286404 CPUtime=1.1 cores=1,3,5,7
/proc/9309/task/9310/stat : 9310 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 1462 0 0 0 110 0 0 0 19 0 4 0 502154226 293277696 3285 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9309/tid=9311] ppid=9307 vsize=286404 CPUtime=1.09 cores=1,3,5,7
/proc/9309/task/9311/stat : 9311 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 1524 0 0 0 109 0 0 0 19 0 4 0 502154226 293277696 3285 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9309/tid=9312] ppid=9307 vsize=286404 CPUtime=1.09 cores=1,3,5,7
/proc/9309/task/9312/stat : 9312 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 1350 0 0 0 109 0 0 0 19 0 4 0 502154226 293277696 3286 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 286404

[startup+1.50057 s]
/proc/loadavg: 8.17 8.11 8.02 6/180 9309
/proc/meminfo: memFree=29739708/32951124 swapFree=67111348/67111528
[pid=9309] ppid=9307 vsize=287076 CPUtime=5.97 cores=1,3,5,7
/proc/9309/stat : 9309 (strangenight2-m) R 9307 9309 9165 0 -1 4202496 9391 0 0 0 596 1 0 0 19 0 4 0 502154226 293965824 4713 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9309/statm: 71769 4713 389 106 0 66740 0
[pid=9309/tid=9310] ppid=9307 vsize=287076 CPUtime=1.49 cores=1,3,5,7
/proc/9309/task/9310/stat : 9310 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 1894 0 0 0 149 0 0 0 19 0 4 0 502154226 293965824 4713 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9309/tid=9311] ppid=9307 vsize=287076 CPUtime=1.49 cores=1,3,5,7
/proc/9309/task/9311/stat : 9311 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 1925 0 0 0 149 0 0 0 20 0 4 0 502154226 293965824 4714 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9309/tid=9312] ppid=9307 vsize=287076 CPUtime=1.49 cores=1,3,5,7
/proc/9309/task/9312/stat : 9312 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 1765 0 0 0 149 0 0 0 20 0 4 0 502154226 293965824 4714 33554432000 4194304 4627427 140735666782336 18446744073709551615 4326177 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 287076

[startup+3.10029 s]
/proc/loadavg: 8.23 8.12 8.03 9/184 9313
/proc/meminfo: memFree=29664656/32951124 swapFree=67111348/67111528
[pid=9309] ppid=9307 vsize=287604 CPUtime=12.36 cores=1,3,5,7
/proc/9309/stat : 9309 (strangenight2-m) R 9307 9309 9165 0 -1 4202496 19018 0 0 0 1233 3 0 0 25 0 4 0 502154226 294506496 9939 33554432000 4194304 4627427 140735666782336 18446744073709551615 4308588 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9309/statm: 71901 9939 389 106 0 66872 0
[pid=9309/tid=9310] ppid=9307 vsize=287604 CPUtime=3.08 cores=1,3,5,7
/proc/9309/task/9310/stat : 9310 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 4106 0 0 0 308 0 0 0 25 0 4 0 502154226 294506496 9939 33554432000 4194304 4627427 140735666782336 18446744073709551615 4308383 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9309/tid=9311] ppid=9307 vsize=287604 CPUtime=3.08 cores=1,3,5,7
/proc/9309/task/9311/stat : 9311 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 5075 0 0 0 308 0 0 0 25 0 4 0 502154226 294506496 9939 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309119 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9309/tid=9312] ppid=9307 vsize=287604 CPUtime=3.07 cores=1,3,5,7
/proc/9309/task/9312/stat : 9312 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 4453 0 0 0 307 0 0 0 25 0 4 0 502154226 294506496 9939 33554432000 4194304 4627427 140735666782336 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 287604

[startup+6.30672 s]
/proc/loadavg: 8.21 8.12 8.02 9/184 9313
/proc/meminfo: memFree=29631584/32951124 swapFree=67111348/67111528
[pid=9309] ppid=9307 vsize=288312 CPUtime=25.17 cores=1,3,5,7
/proc/9309/stat : 9309 (strangenight2-m) R 9307 9309 9165 0 -1 4202496 27778 0 0 0 2513 4 0 0 25 0 4 0 502154226 295231488 14241 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9309/statm: 72078 14241 389 106 0 67049 0
[pid=9309/tid=9310] ppid=9307 vsize=288312 CPUtime=6.3 cores=1,3,5,7
/proc/9309/task/9310/stat : 9310 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 7011 0 0 0 629 1 0 0 25 0 4 0 502154226 295231488 14241 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9309/tid=9311] ppid=9307 vsize=288312 CPUtime=6.3 cores=1,3,5,7
/proc/9309/task/9311/stat : 9311 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 7258 0 0 0 629 1 0 0 25 0 4 0 502154226 295231488 14241 33554432000 4194304 4627427 140735666782336 18446744073709551615 4308359 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9309/tid=9312] ppid=9307 vsize=288312 CPUtime=6.26 cores=1,3,5,7
/proc/9309/task/9312/stat : 9312 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 5877 0 0 0 626 0 0 0 25 0 4 0 502154226 295231488 14241 33554432000 4194304 4627427 140735666782336 18446744073709551615 4308359 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 288312

[startup+12.7006 s]
/proc/loadavg: 8.20 8.12 8.02 9/184 9313
/proc/meminfo: memFree=29584496/32951124 swapFree=67111348/67111528
[pid=9309] ppid=9307 vsize=295396 CPUtime=50.72 cores=1,3,5,7
/proc/9309/stat : 9309 (strangenight2-m) R 9307 9309 9165 0 -1 4202496 42137 0 0 0 5064 8 0 0 25 0 4 0 502154226 302485504 21018 33554432000 4194304 4627427 140735666782336 18446744073709551615 4310565 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9309/statm: 73849 21018 389 106 0 68820 0
[pid=9309/tid=9310] ppid=9307 vsize=295396 CPUtime=12.68 cores=1,3,5,7
/proc/9309/task/9310/stat : 9310 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 10926 0 0 0 1267 1 0 0 25 0 4 0 502154226 302485504 21018 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9309/tid=9311] ppid=9307 vsize=295396 CPUtime=12.69 cores=1,3,5,7
/proc/9309/task/9311/stat : 9311 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 10548 0 0 0 1267 2 0 0 25 0 4 0 502154226 302485504 21018 33554432000 4194304 4627427 140735666782336 18446744073709551615 4308359 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9309/tid=9312] ppid=9307 vsize=295396 CPUtime=12.63 cores=1,3,5,7
/proc/9309/task/9312/stat : 9312 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 8507 0 0 0 1262 1 0 0 25 0 4 0 502154226 302485504 21018 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 295396

[startup+25.5003 s]
/proc/loadavg: 8.17 8.11 8.02 9/184 9313
/proc/meminfo: memFree=29525332/32951124 swapFree=67111348/67111528
[pid=9309] ppid=9307 vsize=315264 CPUtime=101.84 cores=1,3,5,7
/proc/9309/stat : 9309 (strangenight2-m) R 9307 9309 9165 0 -1 4202496 62576 0 0 0 10170 14 0 0 25 0 4 0 502154226 322830336 26845 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309253 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9309/statm: 78816 26845 389 106 0 73787 0
[pid=9309/tid=9310] ppid=9307 vsize=315264 CPUtime=25.48 cores=1,3,5,7
/proc/9309/task/9310/stat : 9310 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 18545 0 0 0 2545 3 0 0 25 0 4 0 502154226 322830336 26845 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9309/tid=9311] ppid=9307 vsize=315264 CPUtime=25.48 cores=1,3,5,7
/proc/9309/task/9311/stat : 9311 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 15619 0 0 0 2545 3 0 0 25 0 4 0 502154226 322830336 26845 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9309/tid=9312] ppid=9307 vsize=315264 CPUtime=25.36 cores=1,3,5,7
/proc/9309/task/9312/stat : 9312 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 11664 0 0 0 2534 2 0 0 25 0 4 0 502154226 322830336 26845 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 315264

[startup+51.1007 s]
/proc/loadavg: 8.11 8.10 8.02 9/184 9314
/proc/meminfo: memFree=29450592/32951124 swapFree=67111348/67111528
[pid=9309] ppid=9307 vsize=381532 CPUtime=204.11 cores=1,3,5,7
/proc/9309/stat : 9309 (strangenight2-m) R 9307 9309 9165 0 -1 4202496 96594 0 0 0 20386 25 0 0 25 0 4 0 502154226 390688768 37858 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9309/statm: 95383 37858 389 106 0 90354 0
[pid=9309/tid=9310] ppid=9307 vsize=381532 CPUtime=51.08 cores=1,3,5,7
/proc/9309/task/9310/stat : 9310 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 27249 0 0 0 5102 6 0 0 25 0 4 0 502154226 390688768 37858 33554432000 4194304 4627427 140735666782336 18446744073709551615 4324104 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9309/tid=9311] ppid=9307 vsize=381532 CPUtime=51.09 cores=1,3,5,7
/proc/9309/task/9311/stat : 9311 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 22091 0 0 0 5104 5 0 0 25 0 4 0 502154226 390688768 37858 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9309/tid=9312] ppid=9307 vsize=381532 CPUtime=50.81 cores=1,3,5,7
/proc/9309/task/9312/stat : 9312 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 19964 0 0 0 5077 4 0 0 25 0 4 0 502154226 390688768 37858 33554432000 4194304 4627427 140735666782336 18446744073709551615 4306341 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 381532

[startup+102.301 s]
/proc/loadavg: 8.04 8.08 8.02 9/184 9315
/proc/meminfo: memFree=29353480/32951124 swapFree=67111348/67111528
[pid=9309] ppid=9307 vsize=386604 CPUtime=408.62 cores=1,3,5,7
/proc/9309/stat : 9309 (strangenight2-m) R 9307 9309 9165 0 -1 4202496 142748 0 0 0 40823 39 0 0 25 0 4 0 502154226 395882496 46796 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9309/statm: 96651 46796 389 106 0 91622 0
[pid=9309/tid=9310] ppid=9307 vsize=386604 CPUtime=102.28 cores=1,3,5,7
/proc/9309/task/9310/stat : 9310 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 39551 0 0 0 10219 9 0 0 25 0 4 0 502154226 395882496 46796 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9309/tid=9311] ppid=9307 vsize=386604 CPUtime=102.29 cores=1,3,5,7
/proc/9309/task/9311/stat : 9311 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 29176 0 0 0 10221 8 0 0 25 0 4 0 502154226 395882496 46796 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9309/tid=9312] ppid=9307 vsize=386604 CPUtime=101.73 cores=1,3,5,7
/proc/9309/task/9312/stat : 9312 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 36799 0 0 0 10163 10 0 0 25 0 4 0 502154226 395882496 46796 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 386604

[startup+162.301 s]

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

[pid=9309] ppid=9307 vsize=535448 CPUtime=2805.41 cores=1,3,5,7
/proc/9309/stat : 9309 (strangenight2-m) R 9307 9309 9165 0 -1 4202496 466237 0 0 0 280365 176 0 0 25 0 4 0 502154226 548298752 101552 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9309/statm: 133862 101552 389 106 0 128833 0
[pid=9309/tid=9310] ppid=9307 vsize=535448 CPUtime=702.3 cores=1,3,5,7
/proc/9309/task/9310/stat : 9310 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 119070 0 0 0 70187 43 0 0 25 0 4 0 502154226 548298752 101552 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9309/tid=9311] ppid=9307 vsize=535448 CPUtime=702.31 cores=1,3,5,7
/proc/9309/task/9311/stat : 9311 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 87934 0 0 0 70194 37 0 0 25 0 4 0 502154226 548298752 101552 33554432000 4194304 4627427 140735666782336 18446744073709551615 4310114 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9309/tid=9312] ppid=9307 vsize=535448 CPUtime=698.48 cores=1,3,5,7
/proc/9309/task/9312/stat : 9312 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 131293 0 0 0 69799 49 0 0 25 0 4 0 502154226 548298752 101552 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.41
Current children cumulated vsize (KiB) 535448

[startup+762.3 s]
/proc/loadavg: 8.07 8.11 8.04 9/184 9336
/proc/meminfo: memFree=28969928/32951124 swapFree=67111348/67111528
[pid=9309] ppid=9307 vsize=588768 CPUtime=3045.09 cores=1,3,5,7
/proc/9309/stat : 9309 (strangenight2-m) R 9307 9309 9165 0 -1 4202496 495595 0 0 0 304318 191 0 0 25 0 4 0 502154226 602898432 103008 33554432000 4194304 4627427 140735666782336 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9309/statm: 147192 103008 389 106 0 142163 0
[pid=9309/tid=9310] ppid=9307 vsize=588768 CPUtime=762.3 cores=1,3,5,7
/proc/9309/task/9310/stat : 9310 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 125753 0 0 0 76184 46 0 0 25 0 4 0 502154226 602898432 103008 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9309/tid=9311] ppid=9307 vsize=588768 CPUtime=762.3 cores=1,3,5,7
/proc/9309/task/9311/stat : 9311 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 94222 0 0 0 76190 40 0 0 25 0 4 0 502154226 602898432 103008 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9309/tid=9312] ppid=9307 vsize=588768 CPUtime=758.15 cores=1,3,5,7
/proc/9309/task/9312/stat : 9312 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 139331 0 0 0 75762 53 0 0 25 0 4 0 502154226 602898432 103008 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.09
Current children cumulated vsize (KiB) 588768

[startup+822.301 s]
/proc/loadavg: 8.11 8.11 8.04 9/184 9338
/proc/meminfo: memFree=28903448/32951124 swapFree=67111348/67111528
[pid=9309] ppid=9307 vsize=627160 CPUtime=3284.77 cores=1,3,5,7
/proc/9309/stat : 9309 (strangenight2-m) R 9307 9309 9165 0 -1 4202496 530158 0 0 0 328271 206 0 0 25 0 4 0 502154226 642211840 115457 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9309/statm: 156790 115457 389 106 0 151761 0
[pid=9309/tid=9310] ppid=9307 vsize=627160 CPUtime=822.3 cores=1,3,5,7
/proc/9309/task/9310/stat : 9310 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 137297 0 0 0 82178 52 0 0 25 0 4 0 502154226 642211840 115457 33554432000 4194304 4627427 140735666782336 18446744073709551615 4420146 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9309/tid=9311] ppid=9307 vsize=627160 CPUtime=822.31 cores=1,3,5,7
/proc/9309/task/9311/stat : 9311 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 100561 0 0 0 82187 44 0 0 25 0 4 0 502154226 642211840 115457 33554432000 4194304 4627427 140735666782336 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9309/tid=9312] ppid=9307 vsize=627160 CPUtime=817.83 cores=1,3,5,7
/proc/9309/task/9312/stat : 9312 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 149123 0 0 0 81727 56 0 0 25 0 4 0 502154226 642211840 115457 33554432000 4194304 4627427 140735666782336 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.77
Current children cumulated vsize (KiB) 627160

[startup+882.301 s]
/proc/loadavg: 8.20 8.14 8.05 9/184 9339
/proc/meminfo: memFree=28850720/32951124 swapFree=67111348/67111528
[pid=9309] ppid=9307 vsize=640196 CPUtime=3524.45 cores=1,3,5,7
/proc/9309/stat : 9309 (strangenight2-m) R 9307 9309 9165 0 -1 4202496 548539 0 0 0 352227 218 0 0 25 0 4 0 502154226 655560704 117853 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9309/statm: 160049 117853 389 106 0 155020 0
[pid=9309/tid=9310] ppid=9307 vsize=640196 CPUtime=882.3 cores=1,3,5,7
/proc/9309/task/9310/stat : 9310 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 142447 0 0 0 88175 55 0 0 25 0 4 0 502154226 655560704 117853 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9309/tid=9311] ppid=9307 vsize=640196 CPUtime=882.31 cores=1,3,5,7
/proc/9309/task/9311/stat : 9311 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 101725 0 0 0 88186 45 0 0 25 0 4 0 502154226 655560704 117853 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9309/tid=9312] ppid=9307 vsize=640196 CPUtime=877.5 cores=1,3,5,7
/proc/9309/task/9312/stat : 9312 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 153123 0 0 0 87692 58 0 0 25 0 4 0 502154226 655560704 117853 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.45
Current children cumulated vsize (KiB) 640196

[startup+942.301 s]
/proc/loadavg: 8.19 8.14 8.06 9/184 9341
/proc/meminfo: memFree=28831104/32951124 swapFree=67111348/67111528
[pid=9309] ppid=9307 vsize=679496 CPUtime=3764.15 cores=1,3,5,7
/proc/9309/stat : 9309 (strangenight2-m) R 9307 9309 9165 0 -1 4202496 568049 0 0 0 376187 228 0 0 25 0 4 0 502154226 695803904 116656 33554432000 4194304 4627427 140735666782336 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9309/statm: 169874 116656 389 106 0 164845 0
[pid=9309/tid=9310] ppid=9307 vsize=679496 CPUtime=942.3 cores=1,3,5,7
/proc/9309/task/9310/stat : 9310 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 150130 0 0 0 94172 58 0 0 25 0 4 0 502154226 695803904 116656 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9309/tid=9311] ppid=9307 vsize=679496 CPUtime=942.31 cores=1,3,5,7
/proc/9309/task/9311/stat : 9311 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 102062 0 0 0 94186 45 0 0 25 0 4 0 502154226 695803904 116656 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9309/tid=9312] ppid=9307 vsize=679496 CPUtime=937.18 cores=1,3,5,7
/proc/9309/task/9312/stat : 9312 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 159349 0 0 0 93656 62 0 0 25 0 4 0 502154226 695803904 116656 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.15
Current children cumulated vsize (KiB) 679496

[startup+1002.3 s]
/proc/loadavg: 8.18 8.14 8.06 9/184 9342
/proc/meminfo: memFree=28825012/32951124 swapFree=67111348/67111528
[pid=9309] ppid=9307 vsize=693444 CPUtime=4003.81 cores=1,3,5,7
/proc/9309/stat : 9309 (strangenight2-m) R 9307 9309 9165 0 -1 4202496 588569 0 0 0 400143 238 0 0 25 0 4 0 502154226 710086656 119298 33554432000 4194304 4627427 140735666782336 18446744073709551615 4327749 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9309/statm: 173361 119298 389 106 0 168332 0
[pid=9309/tid=9310] ppid=9307 vsize=693444 CPUtime=1002.3 cores=1,3,5,7
/proc/9309/task/9310/stat : 9310 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 157686 0 0 0 100168 62 0 0 25 0 4 0 502154226 710086656 119298 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9309/tid=9311] ppid=9307 vsize=693444 CPUtime=1002.31 cores=1,3,5,7
/proc/9309/task/9311/stat : 9311 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 105762 0 0 0 100184 47 0 0 25 0 4 0 502154226 710086656 119298 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9309/tid=9312] ppid=9307 vsize=693444 CPUtime=996.85 cores=1,3,5,7
/proc/9309/task/9312/stat : 9312 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 163148 0 0 0 99621 64 0 0 25 0 4 0 502154226 710086656 119298 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.81
Current children cumulated vsize (KiB) 693444

[startup+1062.31 s]
/proc/loadavg: 8.16 8.14 8.07 9/184 9344
/proc/meminfo: memFree=28708424/32951124 swapFree=67111348/67111528
[pid=9309] ppid=9307 vsize=772756 CPUtime=4243.51 cores=1,3,5,7
/proc/9309/stat : 9309 (strangenight2-m) R 9307 9309 9165 0 -1 4202496 606662 0 0 0 424103 248 0 0 25 0 4 0 502154226 791302144 130760 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9309/statm: 193189 130760 389 106 0 188160 0
[pid=9309/tid=9310] ppid=9307 vsize=772756 CPUtime=1062.31 cores=1,3,5,7
/proc/9309/task/9310/stat : 9310 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 164007 0 0 0 106166 65 0 0 25 0 4 0 502154226 791302144 130760 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9309/tid=9311] ppid=9307 vsize=772756 CPUtime=1062.32 cores=1,3,5,7
/proc/9309/task/9311/stat : 9311 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 108940 0 0 0 106183 49 0 0 25 0 4 0 502154226 791302144 130760 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9309/tid=9312] ppid=9307 vsize=772756 CPUtime=1056.52 cores=1,3,5,7
/proc/9309/task/9312/stat : 9312 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 169787 0 0 0 105586 66 0 0 25 0 4 0 502154226 791302144 130760 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.51
Current children cumulated vsize (KiB) 772756

[startup+1122.3 s]
/proc/loadavg: 8.13 8.14 8.07 9/184 9346
/proc/meminfo: memFree=28740140/32951124 swapFree=67111348/67111528
[pid=9309] ppid=9307 vsize=727028 CPUtime=4483.17 cores=1,3,5,7
/proc/9309/stat : 9309 (strangenight2-m) R 9307 9309 9165 0 -1 4202496 627923 0 0 0 448058 259 0 0 25 0 4 0 502154226 744476672 132700 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309297 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9309/statm: 181757 132700 389 106 0 176728 0
[pid=9309/tid=9310] ppid=9307 vsize=727028 CPUtime=1122.31 cores=1,3,5,7
/proc/9309/task/9310/stat : 9310 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 170980 0 0 0 112162 69 0 0 25 0 4 0 502154226 744476672 132700 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9309/tid=9311] ppid=9307 vsize=727028 CPUtime=1122.31 cores=1,3,5,7
/proc/9309/task/9311/stat : 9311 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 112101 0 0 0 112181 50 0 0 25 0 4 0 502154226 744476672 132700 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9309/tid=9312] ppid=9307 vsize=727028 CPUtime=1116.2 cores=1,3,5,7
/proc/9309/task/9312/stat : 9312 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 176463 0 0 0 111550 70 0 0 25 0 4 0 502154226 744476672 132700 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.17
Current children cumulated vsize (KiB) 727028

[startup+1182.3 s]
/proc/loadavg: 8.15 8.14 8.08 9/184 9347
/proc/meminfo: memFree=28660512/32951124 swapFree=67111348/67111528
[pid=9309] ppid=9307 vsize=833908 CPUtime=4722.84 cores=1,3,5,7
/proc/9309/stat : 9309 (strangenight2-m) R 9307 9309 9165 0 -1 4202496 649256 0 0 0 472012 272 0 0 25 0 4 0 502154226 853921792 141660 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9309/statm: 208477 141660 389 106 0 203448 0
[pid=9309/tid=9310] ppid=9307 vsize=833908 CPUtime=1182.31 cores=1,3,5,7
/proc/9309/task/9310/stat : 9310 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 176608 0 0 0 118159 72 0 0 25 0 4 0 502154226 853921792 141660 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9309/tid=9311] ppid=9307 vsize=833908 CPUtime=1182.31 cores=1,3,5,7
/proc/9309/task/9311/stat : 9311 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 114138 0 0 0 118179 52 0 0 25 0 4 0 502154226 853921792 141660 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9309/tid=9312] ppid=9307 vsize=833908 CPUtime=1175.87 cores=1,3,5,7
/proc/9309/task/9312/stat : 9312 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 183320 0 0 0 117513 74 0 0 25 0 4 0 502154226 853921792 141660 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.84
Current children cumulated vsize (KiB) 833908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.17 8.15 8.08 9/184 9348
/proc/meminfo: memFree=28652196/32951124 swapFree=67111348/67111528
[pid=9309] ppid=9307 vsize=780916 CPUtime=4800.36 cores=1,3,5,7
/proc/9309/stat : 9309 (strangenight2-m) R 9307 9309 9165 0 -1 4202496 655402 0 0 0 479762 274 0 0 25 0 4 0 502154226 799657984 143541 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309209 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9309/statm: 195229 143541 389 106 0 190200 0
[pid=9309/tid=9310] ppid=9307 vsize=780916 CPUtime=1201.71 cores=1,3,5,7
/proc/9309/task/9310/stat : 9310 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 179427 0 0 0 120098 73 0 0 25 0 4 0 502154226 799657984 143541 33554432000 4194304 4627427 140735666782336 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9309/tid=9311] ppid=9307 vsize=780916 CPUtime=1201.73 cores=1,3,5,7
/proc/9309/task/9311/stat : 9311 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 114201 0 0 0 120120 53 0 0 25 0 4 0 502154226 799657984 143541 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9309/tid=9312] ppid=9307 vsize=780916 CPUtime=1195.16 cores=1,3,5,7
/proc/9309/task/9312/stat : 9312 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 184832 0 0 0 119442 74 0 0 25 0 4 0 502154226 799657984 143541 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 780916

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

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

[startup+1201.7 s]
/proc/loadavg: 8.17 8.15 8.08 9/184 9348
/proc/meminfo: memFree=28652196/32951124 swapFree=67111348/67111528
[pid=9309] ppid=9307 vsize=780916 CPUtime=4800.36 cores=1,3,5,7
/proc/9309/stat : 9309 (strangenight2-m) R 9307 9309 9165 0 -1 4202496 655402 0 0 0 479762 274 0 0 25 0 4 0 502154226 799657984 143541 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309209 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/9309/statm: 195229 143541 389 106 0 190200 0
[pid=9309/tid=9310] ppid=9307 vsize=780916 CPUtime=1201.71 cores=1,3,5,7
/proc/9309/task/9310/stat : 9310 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 179427 0 0 0 120098 73 0 0 25 0 4 0 502154226 799657984 143541 33554432000 4194304 4627427 140735666782336 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=9309/tid=9311] ppid=9307 vsize=780916 CPUtime=1201.73 cores=1,3,5,7
/proc/9309/task/9311/stat : 9311 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 114201 0 0 0 120120 53 0 0 25 0 4 0 502154226 799657984 143541 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=9309/tid=9312] ppid=9307 vsize=780916 CPUtime=1195.16 cores=1,3,5,7
/proc/9309/task/9312/stat : 9312 (strangenight2-m) R 9307 9309 9165 0 -1 4202560 184832 0 0 0 119442 74 0 0 25 0 4 0 502154226 799657984 143541 33554432000 4194304 4627427 140735666782336 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 780916

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.41
CPU user time (s): 4797.64
CPU system time (s): 2.77258
CPU usage (%): 399.455
Max. virtual memory (cumulated for all children) (KiB): 887216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.64
system time used= 2.77258
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 655404
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= 393
involuntary context switches= 28417

runsolver used 1.86072 second user time and 4.70528 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-29 19:16:29
IDJOB=3174120
IDBENCH=82938
IDSOLVER=1586
FILE ID=node140/3174120-1304097389
RUNJOBID= node140-1304096185-9184
PBS_JOBID= 13170605
Free space on /tmp= 72660 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S727005963-093.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174120-1304097389/watcher-3174120-1304097389 -o /tmp/evaluation-result-3174120-1304097389/solver-3174120-1304097389 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174120-1304097389.cnf

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

MD5SUM BENCH= 91e4bda9499071fffccca1352d82691f
RANDOM SEED=1028262581

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.833
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:      29740484 kB
Buffers:       1003216 kB
Cached:        1653300 kB
SwapCached:        180 kB
Active:         274260 kB
Inactive:      2446944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29740484 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           11232 kB
Writeback:           0 kB
AnonPages:       64276 kB
Mapped:          15288 kB
Slab:           426708 kB
PageTables:       4764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   271924 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= 72652 MiB
End job on node140 at 2011-04-29 19:36:33