Trace number 3174193

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S9113894-047.SATISFIABLE.cnf
MD5SUMc18e380499d0835f10de248aeec99cf2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.005999
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
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-3174193-1304111773.cnf'
0.00/0.00	c -- header says num vars:            500
0.00/0.00	c -- header says num clauses:        2130
0.00/0.01	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.01	c -- vars added        500
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       500      2130         0         0      6390         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2130/2130 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.17/0.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.17/0.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    500 time:  0.00 s
3.17/0.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.80	c lits-rem:         0  cl-subs:        0  v-elim:     11  v-fix:    0  time:  0.00 s
3.17/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.80	c calculated reachability. Time: 0.00
3.17/0.80	c Calc default polars -  time:   0.00 s pos:     217 undec:      58 neg:     225
3.17/0.80	c =========================================================================================
3.17/0.80	c types(t): F = full restart, N = normal restart
3.17/0.80	c types(t): S = simplification begin/end, E = solution found
3.17/0.80	c restart types(rt): st = static, dy = dynamic
3.17/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.80	c  B st     0         0       489      2114         0         0      6399         0   no data   no data
3.17/0.80	c Decided on static restart strategy
3.17/0.80	c  N st     8      4917       489      2114         0      4841      6399    117214   no data   no data
3.17/0.80	c  N st    10     11299       489      2114         0      4489      6399     76183   no data   no data
3.17/0.80	c  N st    11     17043       489      2114         0     10127      6399    211581   no data   no data
3.97/1.10	c  F st    12     25000       489      2114         0     12369      6399    254732   no data   no data
3.97/1.10	c  N st    12     25000       489      2114         0     12369      6399    254732   no data   no data
5.57/1.40	c Decided on static restart strategy
5.57/1.40	c  N st    18     30000       489      2114         0     10645      6399    198928   no data   no data
5.57/1.40	c  S st    18     30000       489      2114         0     10645      6399    198928   no data   no data
5.57/1.40	c  S st    18     30503       489      2114         0     11144      6399    210427   no data   no data
5.57/1.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.57/1.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.57/1.40	c blocked clauses removed:        9 vars:      2 tried:         489 T: 0.00 s
5.57/1.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.57/1.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    487 time:  0.00 s
5.57/1.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.57/1.40	c lits-rem:         0  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.00 s
5.57/1.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.50	c lits-rem:       102  cl-subs:      544  v-elim:      0  v-fix:    0  time:  0.05 s
5.97/1.50	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.01
5.97/1.50	c calculated reachability. Time: 0.00
5.97/1.50	c  N st    18     30503       486      2104         0     10447      6378    192897   no data   no data
7.17/1.81	c  N st    20     37613       486      2104         0      9783      6378    164582   no data   no data
8.78/2.21	c  N st    21     44013       486      2104         0     16036      6378    308312   no data   no data
9.18/2.35	c  S st    22     45754       486      2104         0      9021      6378    126831   no data   no data
9.18/2.37	c  S st    22     46261       486      2104         0      9527      6378    138192   no data   no data
9.18/2.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.18/2.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.18/2.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.18/2.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.18/2.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.18/2.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
9.18/2.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.18/2.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.18/2.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.18/2.39	c lits-rem:        14  cl-subs:       63  v-elim:      0  v-fix:    0  time:  0.01 s
9.18/2.39	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
9.18/2.39	c vivif2 --  cl tried     9464 cl shrink        0 lits rem          0 time: 0.00
9.55/2.40	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.01
9.55/2.40	c calculated reachability. Time: 0.00
9.55/2.40	c  N st    22     46261       486      2104         0      9464      6378    136734   no data   no data
12.76/3.28	c  N st    23     60658       486      2104         0     13809      6378    229441   no data   no data
15.56/3.90	c  N st    24     69391       486      2104         0     11587      6378    166837   no data   no data
15.56/3.90	c  S st    24     69391       486      2104         0     11587      6378    166837   no data   no data
15.56/3.93	c  S st    24     69896       486      2104         0     12092      6378    178558   no data   no data
15.56/3.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.56/3.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.56/3.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.56/3.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.56/3.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.56/3.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
15.56/3.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.56/3.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.56/3.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.56/3.97	c lits-rem:        37  cl-subs:      240  v-elim:      0  v-fix:    0  time:  0.02 s
15.56/3.97	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
15.56/3.97	c vivif2 --  cl tried    11852 cl shrink        0 lits rem          0 time: 0.00
15.56/3.98	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.01
15.56/3.98	c calculated reachability. Time: 0.00
15.56/3.98	c  N st    24     69896       486      2104         0     11852      6378    172687   no data   no data
20.34/5.18	c  F st    25     87500       486      2104         0     17248      6378    298236   no data   no data
20.34/5.18	c  N st    25     87500       486      2104         0     17248      6378    298236   no data   no data
21.97/5.56	c Decided on static restart strategy
22.75/5.77	c  N st    32     95536       486      2104         0     25126      6378    487814   no data   no data
25.54/6.41	c  N st    34    104844       486      2104         0     21574      6378    384833   no data   no data
25.54/6.41	c  S st    34    104844       486      2104         0     21574      6378    384833   no data   no data
25.54/6.46	c  S st    34    105348       486      2104         0     22077      6378    397412   no data   no data
25.54/6.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.54/6.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
25.54/6.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.54/6.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.54/6.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.54/6.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
25.54/6.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.54/6.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
25.54/6.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.35/6.64	c lits-rem:       191  cl-subs:      914  v-elim:      0  v-fix:    0  time:  0.16 s
26.35/6.64	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
26.35/6.65	c vivif2 --  cl tried    21163 cl shrink        0 lits rem          0 time: 0.00
26.35/6.66	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.01
26.35/6.66	c calculated reachability. Time: 0.00
26.35/6.66	c  N st    34    105348       486      2104         0     21163      6378    373196   no data   no data
29.53/7.42	c  N st    35    114947       486      2104         0     16874      6378    244965   no data   no data
34.73/8.72	c  N st    36    129344       486      2104         0     16260      6378    211348   no data   no data
42.32/10.66	c  N st    37    150940       486      2104         0     21755      6378    322562   no data   no data
44.71/11.26	c  S st    38    158023       486      2104         0     28665      6378    479540   no data   no data
45.11/11.32	c  S st    38    158527       486      2104         0     29169      6378    491561   no data   no data
45.11/11.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.11/11.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
45.11/11.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.11/11.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.11/11.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.11/11.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
45.11/11.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.11/11.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
45.11/11.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.71/11.70	c lits-rem:       234  cl-subs:     1534  v-elim:      0  v-fix:    0  time:  0.34 s
46.71/11.70	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
46.71/11.70	c vivif2 --  cl tried    27635 cl shrink        0 lits rem          0 time: 0.01
46.71/11.72	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.02
46.71/11.72	c calculated reachability. Time: 0.00
46.71/11.72	c  N st    38    158527       486      2104         0     27635      6378    458491   no data   no data
65.09/16.39	c  N st    39    207117       486      2104         0     22353      6378    307908   no data   no data
77.47/19.44	c  N st    40    237791       486      2104         0     32865      6378    538269   no data   no data
77.47/19.44	c  S st    40    237791       486      2104         0     32865      6378    538269   no data   no data
77.87/19.52	c  S st    40    238296       486      2104         0     33370      6378    549746   no data   no data
77.87/19.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
77.87/19.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
77.87/19.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
77.87/19.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.87/19.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.87/19.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
77.87/19.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
77.87/19.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
77.87/19.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.87/20.03	c lits-rem:       181  cl-subs:     1648  v-elim:      0  v-fix:    0  time:  0.47 s
79.87/20.03	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
79.87/20.04	c vivif2 --  cl tried    31722 cl shrink        0 lits rem          0 time: 0.01
79.87/20.06	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.02
79.87/20.06	c calculated reachability. Time: 0.00
79.87/20.06	c  N st    40    238296       486      2104         0     31722      6378    514277   no data   no data
107.83/27.00	c  F st    41    306253       486      2104         0     33610      6378    499797   no data   no data
107.83/27.00	c  N st    41    306253       486      2104         0     33610      6378    499797   no data   no data
110.24/27.62	c Decided on static restart strategy
120.61/30.22	c  N st    51    334556       486      2104         0     37853      6378    608345   no data   no data
131.81/33.04	c  N st    53    357444       486      2104         0     35835      6378    542054   no data   no data
131.81/33.04	c  S st    53    357444       486      2104         0     35835      6378    542054   no data   no data
132.22/33.12	c  S st    53    357947       486      2104         0     36338      6378    553934   no data   no data
132.22/33.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
132.22/33.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
132.22/33.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
132.22/33.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
132.22/33.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
132.22/33.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
132.22/33.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
132.22/33.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
132.22/33.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
133.39/33.46	c lits-rem:       212  cl-subs:     1149  v-elim:      0  v-fix:    0  time:  0.30 s
133.39/33.46	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
133.39/33.47	c vivif2 --  cl tried    35189 cl shrink        0 lits rem          0 time: 0.01
133.39/33.49	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.02
133.39/33.49	c calculated reachability. Time: 0.00
133.39/33.49	c  N st    53    357947       486      2104         0     35189      6378    528626   no data   no data
149.39/37.49	c  N st    54    390339       486      2104         0     41270      6378    649998   no data   no data
177.73/44.54	c  N st    55    438928       486      2104         0     35050      6378    476272   no data   no data
216.08/54.12	c  N st    56    511811       486      2104         0     48898      6378    836855   no data   no data
231.26/57.93	c  N st    57    536920       486      2104         0     43014      6378    656217   no data   no data
231.26/57.93	c  S st    57    536920       486      2104         0     43014      6378    656217   no data   no data
231.67/58.04	c  S st    57    537427       486      2104         0     43521      6378    667552   no data   no data
231.67/58.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
231.67/58.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
231.67/58.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
231.67/58.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
231.67/58.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
231.67/58.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
231.67/58.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
231.67/58.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
231.67/58.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
233.66/58.59	c lits-rem:       207  cl-subs:     1308  v-elim:      0  v-fix:    0  time:  0.50 s
233.66/58.59	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
233.66/58.59	c vivif2 --  cl tried    42213 cl shrink        0 lits rem          0 time: 0.01
234.06/58.62	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.03
234.06/58.62	c calculated reachability. Time: 0.00
234.06/58.62	c  N st    57    537427       486      2104         0     42213      6378    633739   no data   no data
342.31/85.71	c  N st    58    701412       486      2104         0     36143      6378    384803   no data   no data
414.62/103.84	c  N st    59    806140       486      2104         0     64949      6378   1055248   no data   no data
414.62/103.84	c  S st    59    806140       486      2104         0     64949      6378   1055248   no data   no data
415.42/104.03	c  S st    59    806644       486      2104         0     65452      6378   1067565   no data   no data
415.42/104.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
415.42/104.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
415.42/104.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
415.42/104.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
415.42/104.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
415.42/104.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
415.42/104.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
415.42/104.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
415.81/104.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
426.99/106.90	c lits-rem:       639  cl-subs:     4582  v-elim:      0  v-fix:    0  time:  2.79 s
426.99/106.90	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
426.99/106.92	c vivif2 --  cl tried    60870 cl shrink        0 lits rem          0 time: 0.01
426.99/106.97	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.05
426.99/106.97	c calculated reachability. Time: 0.00
426.99/106.97	c  N st    59    806644       486      2104         0     60870      6378    967109   no data   no data
630.73/157.93	c  F st    60   1071875       486      2104         0     76771      6378   1279948   no data   no data
630.73/157.93	c  N st    60   1071875       486      2104         0     76771      6378   1279948   no data   no data
636.72/159.45	c Decided on static restart strategy
657.48/164.62	c  N st    70   1100181       486      2104         0     60760      6378    842476   no data   no data
690.64/172.94	c  N st    72   1136175       486      2104         0     51000      6378    578863   no data   no data
717.80/179.74	c  N st    73   1168567       486      2104         0     82541      6378   1359205   no data   no data
752.16/188.35	c  N st    74   1209966       486      2104         0     77181      6378   1276505   no data   no data
752.16/188.35	c  S st    74   1209966       486      2104         0     77181      6378   1276505   no data   no data
752.96/188.59	c  S st    74   1210466       486      2104         0     77679      6378   1288109   no data   no data
752.96/188.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
753.36/188.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
753.36/188.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
753.36/188.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
753.36/188.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
753.36/188.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
753.36/188.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
753.36/188.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
753.36/188.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
770.53/192.98	c lits-rem:      1172  cl-subs:     3684  v-elim:      0  v-fix:    0  time:  4.30 s
770.53/192.98	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
770.93/193.00	c vivif2 --  cl tried    73995 cl shrink        0 lits rem          0 time: 0.02
770.93/193.09	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.09
770.93/193.09	c calculated reachability. Time: 0.00
770.93/193.09	c  N st    74   1210466       486      2104         0     73995      6378   1189410   no data   no data
847.24/212.16	c  N st    75   1283348       486      2104         0     50457      6378    521920   no data   no data
947.09/237.14	c  N st    76   1392672       486      2104         0     58664      6378    705479   no data   no data
1120.48/280.51	c  N st    77   1556657       486      2104         0     63408      6378    751206   no data   no data
1277.85/319.98	c  N st    78   1710470       486      2104         0    104892      6378   1720824   no data   no data
1277.85/319.98	c  S st    78   1710470       486      2104         0    104892      6378   1720824   no data   no data
1279.08/320.28	c  S st    78   1710975       486      2104         0    105396      6378   1733674   no data   no data
1279.08/320.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1279.45/320.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1279.45/320.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1279.45/320.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1279.45/320.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1279.45/320.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
1279.45/320.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1279.45/320.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1279.85/320.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1321.00/330.72	c lits-rem:       923  cl-subs:     9291  v-elim:      0  v-fix:    0  time: 10.30 s
1321.00/330.72	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
1321.00/330.75	c vivif2 --  cl tried    96105 cl shrink        0 lits rem          0 time: 0.02
1321.40/330.84	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.09
1321.40/330.84	c calculated reachability. Time: 0.00
1321.40/330.84	c  N st    78   1710975       486      2104         0     96105      6378   1534662   no data   no data
1722.05/431.16	c  N st    79   2079939       486      2104         0    108114      6378   1768603   no data   no data
1887.03/472.48	c  N st    80   2210976       486      2104         0    111697      6378   1725799   no data   no data
1887.03/472.48	c  S st    80   2210976       486      2104         0    111697      6378   1725799   no data   no data
1888.63/472.82	c  S st    80   2211478       486      2104         0    112198      6378   1737809   no data   no data
1888.63/472.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1888.63/472.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
1888.63/472.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1888.63/472.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1888.63/472.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1888.63/472.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
1888.63/472.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1889.04/472.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1889.04/472.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1932.98/483.91	c lits-rem:       484  cl-subs:     9861  v-elim:      0  v-fix:    0  time: 10.94 s
1932.98/483.91	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
1932.98/483.93	c vivif2 --  cl tried   102337 cl shrink        0 lits rem          0 time: 0.02
1933.39/484.04	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.11
1933.39/484.04	c calculated reachability. Time: 0.00
1933.39/484.04	c  N st    80   2211478       486      2104         0    102337      6378   1528005   no data   no data
2537.36/635.25	c  N st    81   2711478       486      2104         0    125639      6378   2079171   no data   no data
2537.36/635.25	c  S st    81   2711478       486      2104         0    125639      6378   2079171   no data   no data
2538.96/635.68	c  S st    81   2711983       486      2104         0    126140      6378   2091032   no data   no data
2538.96/635.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2539.36/635.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2539.36/635.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2539.36/635.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2539.36/635.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2539.36/635.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
2539.36/635.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2539.36/635.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2539.77/635.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2601.69/651.40	c lits-rem:      1198  cl-subs:     8501  v-elim:      0  v-fix:    0  time: 15.55 s
2601.69/651.40	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
2602.07/651.42	c vivif2 --  cl tried   117639 cl shrink        0 lits rem          0 time: 0.03
2602.47/651.55	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.12
2602.47/651.55	c calculated reachability. Time: 0.00
2602.47/651.55	c  N st    81   2711983       486      2104         0    117639      6378   1891305   no data   no data
3340.68/836.35	c  N st    82   3211983       486      2104         0     93395      6378   1089646   no data   no data
3340.68/836.35	c  S st    82   3211983       486      2104         0     93395      6378   1089646   no data   no data
3341.88/836.63	c  S st    82   3212486       486      2104         0     93898      6378   1102277   no data   no data
3341.88/836.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3341.88/836.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3341.88/836.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3341.88/836.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3341.88/836.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3341.88/836.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
3341.88/836.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3342.28/836.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3342.28/836.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3348.29/838.21	c lits-rem:       179  cl-subs:     3943  v-elim:      0  v-fix:    0  time:  1.48 s
3348.29/838.21	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
3348.29/838.23	c vivif2 --  cl tried    89955 cl shrink        0 lits rem          0 time: 0.02
3348.69/838.31	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.08
3348.69/838.31	c calculated reachability. Time: 0.00
3348.69/838.31	c  N st    82   3212486       486      2104         0     89955      6378   1029636   no data   no data
4072.50/1019.56	c  N st    83   3712486       486      2104         0    100543      6378   1158310   no data   no data
4072.50/1019.56	c  S st    83   3712486       486      2104         0    100543      6378   1158310   no data   no data
4073.72/1019.87	c  S st    83   3712989       486      2104         0    101044      6378   1170253   no data   no data
4073.72/1019.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4074.10/1019.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
4074.10/1019.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4074.10/1019.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4074.10/1019.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4074.10/1019.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
4074.10/1019.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4074.10/1019.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4074.10/1019.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4082.88/1022.11	c lits-rem:       430  cl-subs:     5805  v-elim:      0  v-fix:    0  time:  2.12 s
4082.88/1022.11	c vivif2 --  cl tried     2104 cl shrink        0 lits rem          0 time: 0.00
4082.88/1022.13	c vivif2 --  cl tried    95239 cl shrink        0 lits rem          0 time: 0.02
4083.28/1022.22	c asymm  cl-useful: 0/2104/2104 lits-rem:0 time: 0.09
4083.28/1022.22	c calculated reachability. Time: 0.00
4083.28/1022.22	c  N st    83   3712989       486      2104         0     95239      6378   1063944   no data   no data
4135.23/1035.24	c  F st    84   3751562       486      2104         0    132574      6378   1915700   no data   no data
4135.23/1035.24	c  N st    84   3751562       486      2104         0    132574      6378   1915700   no data   no data
4144.79/1037.69	c Decided on static restart strategy
4201.92/1051.92	c  N st    94   3779863       486      2104         0    160295      6378   2609745   no data   no data
4253.87/1064.98	c  N st    96   3815860       486      2104         0    113344      6378   1557448   no data   no data
4305.38/1077.84	c  N st    97   3848252       486      2104         0    144902      6378   2364031   no data   no data
4380.08/1096.59	c  N st    98   3896841       486      2104         0    108735      6378   1362679   no data   no data
4500.72/1126.76	c  N st    99   3969723       486      2104         0     94984      6378   1010808   no data   no data
4674.49/1170.21	c  N st   100   4079051       486      2104         0    115929      6378   1517166   no data   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-3174193-1304111773/watcher-3174193-1304111773 -o /tmp/evaluation-result-3174193-1304111773/solver-3174193-1304111773 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174193-1304111773.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.11 8.10 7.95 2/173 26747
/proc/meminfo: memFree=24387300/32951124 swapFree=67102140/67111528
[pid=26747] ppid=26744 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/26747/stat : 26747 (strangenight2-m) R 26744 26747 26610 0 -1 4202496 408 0 0 0 0 0 0 0 18 0 4 0 601407954 52441088 347 33554432000 4194304 4627427 140735451838864 18446744073709551615 46940343900082 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26747/statm: 12803 347 299 106 0 7774 0
[pid=26747/tid=26751] ppid=26744 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 601407954 52441088 347 33554432000 4194304 4627427 140735451838864 18446744073709551615 216735235057 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26747/tid=26752] ppid=26744 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 601407954 52441088 347 33554432000 4194304 4627427 140735451838864 18446744073709551615 216746976310 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26747/tid=26753] ppid=26744 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 601407954 52441088 347 33554432000 4194304 4627427 140735451838864 18446744073709551615 46940343900082 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.109584 s]
/proc/loadavg: 8.11 8.10 7.95 2/173 26747
/proc/meminfo: memFree=24387300/32951124 swapFree=67102140/67111528
[pid=26747] ppid=26744 vsize=282240 CPUtime=0.41 cores=1,3,5,7
/proc/26747/stat : 26747 (strangenight2-m) R 26744 26747 26610 0 -1 4202496 1742 0 0 0 41 0 0 0 18 0 4 0 601407954 289013760 1605 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26747/statm: 70560 1605 384 106 0 65531 0
[pid=26747/tid=26751] ppid=26744 vsize=282240 CPUtime=0.09 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 338 0 0 0 9 0 0 0 19 0 4 0 601407954 289013760 1605 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26747/tid=26752] ppid=26744 vsize=282240 CPUtime=0.1 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 341 0 0 0 10 0 0 0 18 0 4 0 601407954 289013760 1605 33554432000 4194304 4627427 140735451838864 18446744073709551615 4322276 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26747/tid=26753] ppid=26744 vsize=282240 CPUtime=0.1 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 272 0 0 0 10 0 0 0 18 0 4 0 601407954 289013760 1605 33554432000 4194304 4627427 140735451838864 18446744073709551615 4308588 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 282240

[startup+0.209566 s]
/proc/loadavg: 8.11 8.10 7.95 2/173 26747
/proc/meminfo: memFree=24387300/32951124 swapFree=67102140/67111528
[pid=26747] ppid=26744 vsize=283584 CPUtime=0.81 cores=1,3,5,7
/proc/26747/stat : 26747 (strangenight2-m) R 26744 26747 26610 0 -1 4202496 2404 0 0 0 81 0 0 0 18 0 4 0 601407954 290390016 1687 33554432000 4194304 4627427 140735451838864 18446744073709551615 4332689 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26747/statm: 70896 1687 385 106 0 65867 0
[pid=26747/tid=26751] ppid=26744 vsize=283584 CPUtime=0.19 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 503 0 0 0 19 0 0 0 20 0 4 0 601407954 290390016 1687 33554432000 4194304 4627427 140735451838864 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26747/tid=26752] ppid=26744 vsize=283584 CPUtime=0.2 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 503 0 0 0 20 0 0 0 18 0 4 0 601407954 290390016 1687 33554432000 4194304 4627427 140735451838864 18446744073709551615 4327570 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26747/tid=26753] ppid=26744 vsize=283584 CPUtime=0.2 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 443 0 0 0 20 0 0 0 18 0 4 0 601407954 290390016 1687 33554432000 4194304 4627427 140735451838864 18446744073709551615 4310406 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 283584

[startup+0.309548 s]
/proc/loadavg: 8.11 8.10 7.95 2/173 26747
/proc/meminfo: memFree=24387300/32951124 swapFree=67102140/67111528
[pid=26747] ppid=26744 vsize=283752 CPUtime=1.21 cores=1,3,5,7
/proc/26747/stat : 26747 (strangenight2-m) R 26744 26747 26610 0 -1 4202496 2826 0 0 0 121 0 0 0 18 0 4 0 601407954 290562048 2109 33554432000 4194304 4627427 140735451838864 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26747/statm: 70938 2109 385 106 0 65909 0
[pid=26747/tid=26751] ppid=26744 vsize=283752 CPUtime=0.29 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 609 0 0 0 29 0 0 0 20 0 4 0 601407954 290562048 2109 33554432000 4194304 4627427 140735451838864 18446744073709551615 4308715 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26747/tid=26752] ppid=26744 vsize=283752 CPUtime=0.3 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 606 0 0 0 30 0 0 0 18 0 4 0 601407954 290562048 2109 33554432000 4194304 4627427 140735451838864 18446744073709551615 4332735 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26747/tid=26753] ppid=26744 vsize=283752 CPUtime=0.3 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 552 0 0 0 30 0 0 0 18 0 4 0 601407954 290562048 2110 33554432000 4194304 4627427 140735451838864 18446744073709551615 4299545 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 283752

[startup+0.700482 s]
/proc/loadavg: 8.11 8.10 7.95 2/173 26747
/proc/meminfo: memFree=24387300/32951124 swapFree=67102140/67111528
[pid=26747] ppid=26744 vsize=284688 CPUtime=2.77 cores=1,3,5,7
/proc/26747/stat : 26747 (strangenight2-m) R 26744 26747 26610 0 -1 4202496 4374 0 0 0 277 0 0 0 18 0 4 0 601407954 291520512 2778 33554432000 4194304 4627427 140735451838864 18446744073709551615 4310117 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26747/statm: 71172 2778 385 106 0 66143 0
[pid=26747/tid=26751] ppid=26744 vsize=284688 CPUtime=0.68 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 1006 0 0 0 68 0 0 0 20 0 4 0 601407954 291520512 2778 33554432000 4194304 4627427 140735451838864 18446744073709551615 4308392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26747/tid=26752] ppid=26744 vsize=284688 CPUtime=0.69 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 988 0 0 0 69 0 0 0 18 0 4 0 601407954 291520512 2778 33554432000 4194304 4627427 140735451838864 18446744073709551615 4310378 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26747/tid=26753] ppid=26744 vsize=284688 CPUtime=0.69 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 948 0 0 0 69 0 0 0 18 0 4 0 601407954 291520512 2778 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284688

[startup+1.50034 s]
/proc/loadavg: 8.26 8.13 7.96 10/184 26758
/proc/meminfo: memFree=24366876/32951124 swapFree=67102140/67111528
[pid=26747] ppid=26744 vsize=291312 CPUtime=5.97 cores=1,3,5,7
/proc/26747/stat : 26747 (strangenight2-m) R 26744 26747 26610 0 -1 4202496 8728 0 0 0 596 1 0 0 19 0 4 0 601407954 298303488 4706 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26747/statm: 72828 4706 389 106 0 67799 0
[pid=26747/tid=26751] ppid=26744 vsize=291312 CPUtime=1.48 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 1772 0 0 0 148 0 0 0 23 0 4 0 601407954 298303488 4706 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26747/tid=26752] ppid=26744 vsize=291312 CPUtime=1.49 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 1768 0 0 0 149 0 0 0 20 0 4 0 601407954 298303488 4706 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26747/tid=26753] ppid=26744 vsize=291312 CPUtime=1.49 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 1730 0 0 0 149 0 0 0 19 0 4 0 601407954 298303488 4706 33554432000 4194304 4627427 140735451838864 18446744073709551615 4333594 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 291312

[startup+3.10107 s]
/proc/loadavg: 8.26 8.13 7.96 9/184 26758
/proc/meminfo: memFree=24328684/32951124 swapFree=67102140/67111528
[pid=26747] ppid=26744 vsize=291964 CPUtime=12.36 cores=1,3,5,7
/proc/26747/stat : 26747 (strangenight2-m) R 26744 26747 26610 0 -1 4202496 18050 0 0 0 1233 3 0 0 25 0 4 0 601407954 298971136 8669 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26747/statm: 72991 8669 389 106 0 67962 0
[pid=26747/tid=26751] ppid=26744 vsize=291964 CPUtime=3.07 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 4030 0 0 0 307 0 0 0 25 0 4 0 601407954 298971136 8669 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26747/tid=26752] ppid=26744 vsize=291964 CPUtime=3.09 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 4925 0 0 0 308 1 0 0 25 0 4 0 601407954 298971136 8669 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26747/tid=26753] ppid=26744 vsize=291964 CPUtime=3.08 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 4501 0 0 0 308 0 0 0 25 0 4 0 601407954 298971136 8669 33554432000 4194304 4627427 140735451838864 18446744073709551615 4308362 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 291964

[startup+6.30051 s]
/proc/loadavg: 8.32 8.14 7.97 9/184 26788
/proc/meminfo: memFree=24325460/32951124 swapFree=67102140/67111528
[pid=26747] ppid=26744 vsize=284828 CPUtime=25.14 cores=1,3,5,7
/proc/26747/stat : 26747 (strangenight2-m) R 26744 26747 26610 0 -1 4202496 28678 0 0 0 2509 5 0 0 25 0 4 0 601407954 291663872 12149 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26747/statm: 71207 12149 389 106 0 66178 0
[pid=26747/tid=26751] ppid=26744 vsize=284828 CPUtime=6.25 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 7420 0 0 0 624 1 0 0 25 0 4 0 601407954 291663872 12149 33554432000 4194304 4627427 140735451838864 18446744073709551615 4308584 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26747/tid=26752] ppid=26744 vsize=284828 CPUtime=6.29 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 8184 0 0 0 627 2 0 0 25 0 4 0 601407954 291663872 12149 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26747/tid=26753] ppid=26744 vsize=284828 CPUtime=6.28 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 6365 0 0 0 628 0 0 0 25 0 4 0 601407954 291663872 12149 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 284828

[startup+12.7004 s]
/proc/loadavg: 8.30 8.14 7.97 9/184 26788
/proc/meminfo: memFree=24250456/32951124 swapFree=67102140/67111528
[pid=26747] ppid=26744 vsize=295872 CPUtime=50.71 cores=1,3,5,7
/proc/26747/stat : 26747 (strangenight2-m) R 26744 26747 26610 0 -1 4202496 44722 0 0 0 5061 10 0 0 25 0 4 0 601407954 302972928 19209 33554432000 4194304 4627427 140735451838864 18446744073709551615 4310094 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26747/statm: 73968 19209 389 106 0 68939 0
[pid=26747/tid=26751] ppid=26744 vsize=295872 CPUtime=12.62 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 11643 0 0 0 1260 2 0 0 25 0 4 0 601407954 302972928 19209 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26747/tid=26752] ppid=26744 vsize=295872 CPUtime=12.68 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 10235 0 0 0 1266 2 0 0 25 0 4 0 601407954 302972928 19209 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26747/tid=26753] ppid=26744 vsize=295872 CPUtime=12.69 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 11053 0 0 0 1267 2 0 0 25 0 4 0 601407954 302972928 19209 33554432000 4194304 4627427 140735451838864 18446744073709551615 4332200 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 295872

[startup+25.5012 s]
/proc/loadavg: 8.23 8.13 7.97 9/184 26788
/proc/meminfo: memFree=24191560/32951124 swapFree=67102140/67111528
[pid=26747] ppid=26744 vsize=302480 CPUtime=101.84 cores=1,3,5,7
/proc/26747/stat : 26747 (strangenight2-m) R 26744 26747 26610 0 -1 4202496 66142 0 0 0 10169 15 0 0 25 0 4 0 601407954 309739520 24819 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26747/statm: 75620 24819 389 106 0 70591 0
[pid=26747/tid=26751] ppid=26744 vsize=302480 CPUtime=25.35 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 18839 0 0 0 2531 4 0 0 25 0 4 0 601407954 309739520 24819 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26747/tid=26752] ppid=26744 vsize=302480 CPUtime=25.48 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 13808 0 0 0 2545 3 0 0 25 0 4 0 601407954 309739520 24819 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26747/tid=26753] ppid=26744 vsize=302480 CPUtime=25.49 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 15788 0 0 0 2546 3 0 0 25 0 4 0 601407954 309739520 24819 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 302480

[startup+51.1007 s]
/proc/loadavg: 8.21 8.14 7.97 9/184 26789
/proc/meminfo: memFree=24128880/32951124 swapFree=67102140/67111528
[pid=26747] ppid=26744 vsize=295924 CPUtime=204.1 cores=1,3,5,7
/proc/26747/stat : 26747 (strangenight2-m) R 26744 26747 26610 0 -1 4202496 96592 0 0 0 20384 26 0 0 25 0 4 0 601407954 303026176 33039 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26747/statm: 73981 33039 389 106 0 68952 0
[pid=26747/tid=26751] ppid=26744 vsize=295924 CPUtime=50.81 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 26720 0 0 0 5075 6 0 0 25 0 4 0 601407954 303026176 33039 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26747/tid=26752] ppid=26744 vsize=295924 CPUtime=51.09 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 22498 0 0 0 5102 7 0 0 25 0 4 0 601407954 303026176 33039 33554432000 4194304 4627427 140735451838864 18446744073709551615 4308275 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26747/tid=26753] ppid=26744 vsize=295924 CPUtime=51.09 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 23409 0 0 0 5103 6 0 0 25 0 4 0 601407954 303026176 33039 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 295924

[startup+102.301 s]
/proc/loadavg: 8.16 8.13 7.98 9/184 26791
/proc/meminfo: memFree=24053556/32951124 swapFree=67102140/67111528
[pid=26747] ppid=26744 vsize=327376 CPUtime=408.64 cores=1,3,5,7
/proc/26747/stat : 26747 (strangenight2-m) R 26744 26747 26610 0 -1 4202496 137298 0 0 0 40826 38 0 0 25 0 4 0 601407954 335233024 43282 33554432000 4194304 4627427 140735451838864 18446744073709551615 4308654 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26747/statm: 81844 43282 389 106 0 76815 0
[pid=26747/tid=26751] ppid=26744 vsize=327376 CPUtime=101.73 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 38518 0 0 0 10163 10 0 0 25 0 4 0 601407954 335233024 43282 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26747/tid=26752] ppid=26744 vsize=327376 CPUtime=102.29 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 33416 0 0 0 10219 10 0 0 25 0 4 0 601407954 335233024 43282 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26747/tid=26753] ppid=26744 vsize=327376 CPUtime=102.29 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 35258 0 0 0 10220 9 0 0 25 0 4 0 601407954 335233024 43282 33554432000 4194304 4627427 140735451838864 18446744073709551615 4324663 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 327376

[startup+162.3 s]

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

[pid=26747] ppid=26744 vsize=542980 CPUtime=2565.72 cores=1,3,5,7
/proc/26747/stat : 26747 (strangenight2-m) R 26744 26747 26610 0 -1 4202496 458389 0 0 0 256401 171 0 0 25 0 4 0 601407954 556011520 87880 33554432000 4194304 4627427 140735451838864 18446744073709551615 4420272 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26747/statm: 135745 87880 389 106 0 130716 0
[pid=26747/tid=26751] ppid=26744 vsize=542980 CPUtime=638.8 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 124066 0 0 0 63834 46 0 0 25 0 4 0 601407954 556011520 87880 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26747/tid=26752] ppid=26744 vsize=542980 CPUtime=642.3 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 120591 0 0 0 64187 43 0 0 25 0 4 0 601407954 556011520 87880 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26747/tid=26753] ppid=26744 vsize=542980 CPUtime=642.29 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 119076 0 0 0 64184 45 0 0 25 0 4 0 601407954 556011520 87880 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2565.72
Current children cumulated vsize (KiB) 542980

[startup+702.301 s]
/proc/loadavg: 8.14 8.12 8.02 9/184 26807
/proc/meminfo: memFree=23727856/32951124 swapFree=67102140/67111528
[pid=26747] ppid=26744 vsize=555496 CPUtime=2805.4 cores=1,3,5,7
/proc/26747/stat : 26747 (strangenight2-m) R 26744 26747 26610 0 -1 4202496 481149 0 0 0 280360 180 0 0 25 0 4 0 601407954 568827904 93068 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309598 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26747/statm: 138874 93068 389 106 0 133845 0
[pid=26747/tid=26751] ppid=26744 vsize=555496 CPUtime=698.47 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 130447 0 0 0 69799 48 0 0 25 0 4 0 601407954 568827904 93068 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26747/tid=26752] ppid=26744 vsize=555496 CPUtime=702.3 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 127380 0 0 0 70185 45 0 0 25 0 4 0 601407954 568827904 93068 33554432000 4194304 4627427 140735451838864 18446744073709551615 4324208 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26747/tid=26753] ppid=26744 vsize=555496 CPUtime=702.3 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 125401 0 0 0 70181 49 0 0 25 0 4 0 601407954 568827904 93068 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.4
Current children cumulated vsize (KiB) 555496

[startup+762.301 s]
/proc/loadavg: 8.14 8.13 8.03 9/184 26808
/proc/meminfo: memFree=23712204/32951124 swapFree=67102140/67111528
[pid=26747] ppid=26744 vsize=625064 CPUtime=3045.09 cores=1,3,5,7
/proc/26747/stat : 26747 (strangenight2-m) R 26744 26747 26610 0 -1 4202496 504892 0 0 0 304319 190 0 0 25 0 4 0 601407954 640065536 90061 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26747/statm: 156266 90061 389 106 0 151237 0
[pid=26747/tid=26751] ppid=26744 vsize=625064 CPUtime=758.14 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 137895 0 0 0 75762 52 0 0 25 0 4 0 601407954 640065536 90061 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26747/tid=26752] ppid=26744 vsize=625064 CPUtime=762.31 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 135269 0 0 0 76183 48 0 0 25 0 4 0 601407954 640065536 90061 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26747/tid=26753] ppid=26744 vsize=625064 CPUtime=762.3 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 133220 0 0 0 76179 51 0 0 25 0 4 0 601407954 640065536 90061 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3045.09
Current children cumulated vsize (KiB) 625064

[startup+822.3 s]
/proc/loadavg: 8.18 8.13 8.03 9/184 26810
/proc/meminfo: memFree=23659852/32951124 swapFree=67102140/67111528
[pid=26747] ppid=26744 vsize=625280 CPUtime=3284.76 cores=1,3,5,7
/proc/26747/stat : 26747 (strangenight2-m) R 26744 26747 26610 0 -1 4202496 530618 0 0 0 328275 201 0 0 25 0 4 0 601407954 640286720 103039 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26747/statm: 156320 103039 389 106 0 151291 0
[pid=26747/tid=26751] ppid=26744 vsize=625280 CPUtime=817.82 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 147631 0 0 0 81726 56 0 0 25 0 4 0 601407954 640286720 103039 33554432000 4194304 4627427 140735451838864 18446744073709551615 4420146 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26747/tid=26752] ppid=26744 vsize=625280 CPUtime=822.3 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 141724 0 0 0 82179 51 0 0 25 0 4 0 601407954 640286720 103039 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26747/tid=26753] ppid=26744 vsize=625280 CPUtime=822.3 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 142346 0 0 0 82175 55 0 0 25 0 4 0 601407954 640286720 103039 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.76
Current children cumulated vsize (KiB) 625280

[startup+882.307 s]
/proc/loadavg: 8.11 8.12 8.03 9/184 26811
/proc/meminfo: memFree=23617412/32951124 swapFree=67102140/67111528
[pid=26747] ppid=26744 vsize=613352 CPUtime=3524.45 cores=1,3,5,7
/proc/26747/stat : 26747 (strangenight2-m) R 26744 26747 26610 0 -1 4202496 550535 0 0 0 352234 211 0 0 25 0 4 0 601407954 628072448 105909 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26747/statm: 153338 105909 389 106 0 148309 0
[pid=26747/tid=26751] ppid=26744 vsize=613352 CPUtime=877.5 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 151659 0 0 0 87691 59 0 0 25 0 4 0 601407954 628072448 105909 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26747/tid=26752] ppid=26744 vsize=613352 CPUtime=882.31 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 151048 0 0 0 88176 55 0 0 25 0 4 0 601407954 628072448 105909 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26747/tid=26753] ppid=26744 vsize=613352 CPUtime=882.31 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 148568 0 0 0 88172 59 0 0 25 0 4 0 601407954 628072448 105909 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.45
Current children cumulated vsize (KiB) 613352

[startup+942.3 s]
/proc/loadavg: 8.08 8.11 8.03 9/184 26813
/proc/meminfo: memFree=23598540/32951124 swapFree=67102140/67111528
[pid=26747] ppid=26744 vsize=680408 CPUtime=3764.11 cores=1,3,5,7
/proc/26747/stat : 26747 (strangenight2-m) R 26744 26747 26610 0 -1 4202496 569468 0 0 0 376189 222 0 0 25 0 4 0 601407954 696737792 112197 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26747/statm: 170102 112197 389 106 0 165073 0
[pid=26747/tid=26751] ppid=26744 vsize=680408 CPUtime=937.16 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 157396 0 0 0 93654 62 0 0 25 0 4 0 601407954 696737792 112197 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26747/tid=26752] ppid=26744 vsize=680408 CPUtime=942.3 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 158051 0 0 0 94172 58 0 0 25 0 4 0 601407954 696737792 112197 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26747/tid=26753] ppid=26744 vsize=680408 CPUtime=942.3 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 154756 0 0 0 94168 62 0 0 25 0 4 0 601407954 696737792 112197 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.11
Current children cumulated vsize (KiB) 680408

[startup+1002.3 s]
/proc/loadavg: 8.07 8.10 8.03 9/184 26815
/proc/meminfo: memFree=23615376/32951124 swapFree=67102140/67111528
[pid=26747] ppid=26744 vsize=615104 CPUtime=4003.79 cores=1,3,5,7
/proc/26747/stat : 26747 (strangenight2-m) R 26744 26747 26610 0 -1 4202496 585928 0 0 0 400149 230 0 0 25 0 4 0 601407954 629866496 109409 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309142 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26747/statm: 153776 109409 389 106 0 148747 0
[pid=26747/tid=26751] ppid=26744 vsize=615104 CPUtime=996.84 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 160438 0 0 0 99620 64 0 0 25 0 4 0 601407954 629866496 109409 33554432000 4194304 4627427 140735451838864 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26747/tid=26752] ppid=26744 vsize=615104 CPUtime=1002.3 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 164881 0 0 0 100168 62 0 0 25 0 4 0 601407954 629866496 109409 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26747/tid=26753] ppid=26744 vsize=615104 CPUtime=1002.3 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 161070 0 0 0 100165 65 0 0 25 0 4 0 601407954 629866496 109409 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.79
Current children cumulated vsize (KiB) 615104

[startup+1062.3 s]
/proc/loadavg: 8.06 8.10 8.03 9/184 26816
/proc/meminfo: memFree=23529544/32951124 swapFree=67102140/67111528
[pid=26747] ppid=26744 vsize=667792 CPUtime=4243.47 cores=1,3,5,7
/proc/26747/stat : 26747 (strangenight2-m) R 26744 26747 26610 0 -1 4202496 603091 0 0 0 424109 238 0 0 25 0 4 0 601407954 683819008 117672 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26747/statm: 166948 117672 389 106 0 161919 0
[pid=26747/tid=26751] ppid=26744 vsize=667792 CPUtime=1056.51 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 164224 0 0 0 105585 66 0 0 25 0 4 0 601407954 683819008 117672 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26747/tid=26752] ppid=26744 vsize=667792 CPUtime=1062.3 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 171668 0 0 0 106165 65 0 0 25 0 4 0 601407954 683819008 117672 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26747/tid=26753] ppid=26744 vsize=667792 CPUtime=1062.3 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 167582 0 0 0 106163 67 0 0 25 0 4 0 601407954 683819008 117672 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.47
Current children cumulated vsize (KiB) 667792

[startup+1122.3 s]
/proc/loadavg: 8.02 8.08 8.03 9/184 26818
/proc/meminfo: memFree=23584448/32951124 swapFree=67102140/67111528
[pid=26747] ppid=26744 vsize=615420 CPUtime=4483.15 cores=1,3,5,7
/proc/26747/stat : 26747 (strangenight2-m) R 26744 26747 26610 0 -1 4202496 615939 0 0 0 448067 248 0 0 25 0 4 0 601407954 630190080 107709 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26747/statm: 153855 107709 389 106 0 148826 0
[pid=26747/tid=26751] ppid=26744 vsize=615420 CPUtime=1116.18 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 165225 0 0 0 111551 67 0 0 25 0 4 0 601407954 630190080 107709 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26747/tid=26752] ppid=26744 vsize=615420 CPUtime=1122.31 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 177812 0 0 0 112161 70 0 0 25 0 4 0 601407954 630190080 107709 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26747/tid=26753] ppid=26744 vsize=615420 CPUtime=1122.3 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 173152 0 0 0 112159 71 0 0 25 0 4 0 601407954 630190080 107709 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483.15
Current children cumulated vsize (KiB) 615420

[startup+1182.3 s]
/proc/loadavg: 8.06 8.08 8.03 9/184 26819
/proc/meminfo: memFree=23525880/32951124 swapFree=67102140/67111528
[pid=26747] ppid=26744 vsize=632652 CPUtime=4722.82 cores=1,3,5,7
/proc/26747/stat : 26747 (strangenight2-m) R 26744 26747 26610 0 -1 4202496 634690 0 0 0 472026 256 0 0 25 0 4 0 601407954 647835648 118994 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26747/statm: 158163 118994 389 106 0 153134 0
[pid=26747/tid=26751] ppid=26744 vsize=632652 CPUtime=1175.87 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 169863 0 0 0 117517 70 0 0 25 0 4 0 601407954 647835648 118994 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26747/tid=26752] ppid=26744 vsize=632652 CPUtime=1182.3 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 182717 0 0 0 118159 71 0 0 25 0 4 0 601407954 647835648 118994 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26747/tid=26753] ppid=26744 vsize=632652 CPUtime=1182.3 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 178460 0 0 0 118156 74 0 0 25 0 4 0 601407954 647835648 118994 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.82
Current children cumulated vsize (KiB) 632652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.04 8.07 8.02 9/184 26820
/proc/meminfo: memFree=23532184/32951124 swapFree=67102140/67111528
[pid=26747] ppid=26744 vsize=632680 CPUtime=4800.34 cores=1,3,5,7
/proc/26747/stat : 26747 (strangenight2-m) R 26744 26747 26610 0 -1 4202496 643478 0 0 0 479774 260 0 0 25 0 4 0 601407954 647864320 120770 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/26747/statm: 158170 120771 389 106 0 153141 0
[pid=26747/tid=26751] ppid=26744 vsize=632680 CPUtime=1195.16 cores=1,3,5,7
/proc/26747/task/26751/stat : 26751 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 171309 0 0 0 119445 71 0 0 25 0 4 0 601407954 647864320 120771 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26747/tid=26752] ppid=26744 vsize=632680 CPUtime=1201.72 cores=1,3,5,7
/proc/26747/task/26752/stat : 26752 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 185262 0 0 0 120099 73 0 0 25 0 4 0 601407954 647864320 120771 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26747/tid=26753] ppid=26744 vsize=632680 CPUtime=1201.71 cores=1,3,5,7
/proc/26747/task/26753/stat : 26753 (strangenight2-m) R 26744 26747 26610 0 -1 4202560 180905 0 0 0 120096 75 0 0 25 0 4 0 601407954 647864320 120771 33554432000 4194304 4627427 140735451838864 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 632680

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.39
CPU user time (s): 4797.76
CPU system time (s): 2.6276
CPU usage (%): 399.454
Max. virtual memory (cumulated for all children) (KiB): 771596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.76
system time used= 2.6276
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 643479
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= 275
involuntary context switches= 20362

runsolver used 1.87671 second user time and 4.69429 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 23:16:13
IDJOB=3174193
IDBENCH=83011
IDSOLVER=1586
FILE ID=node119/3174193-1304111773
RUNJOBID= node119-1304110569-26629
PBS_JOBID= 13170679
Free space on /tmp= 71816 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S9113894-047.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174193-1304111773/watcher-3174193-1304111773 -o /tmp/evaluation-result-3174193-1304111773/solver-3174193-1304111773 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174193-1304111773.cnf

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

MD5SUM BENCH= c18e380499d0835f10de248aeec99cf2
RANDOM SEED=1418056282

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24387464 kB
Buffers:       1910580 kB
Cached:        6031424 kB
SwapCached:       3688 kB
Active:         165212 kB
Inactive:      7836448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24387464 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           10912 kB
Writeback:          44 kB
AnonPages:       58636 kB
Mapped:          14244 kB
Slab:           498884 kB
PageTables:       4452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189456 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= 71804 MiB
End job on node119 at 2011-04-29 23:36:17