Trace number 3366609

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)? (TO) 4800.17 1203.04

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S831119356-083.SATISFIABLE.cnf
MD5SUM0ac8a1d876c0f6cbfe96d1c05d468900
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.002999
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-3366609-1305410269.cnf'
0.00/0.00	c -- header says num vars:            500
0.00/0.00	c -- header says num clauses:        2130
0.00/0.00	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.00	c -- vars added        500
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       500      2130         0         0      6390         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    500 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     14  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     232 undec:      51 neg:     217
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       486      2116         0         0      6438         0   no data   no data
0.08/0.06	c Decided on static restart strategy
0.38/0.15	c  N st     8      4922       486      2116         0      4851      6438    113608   no data   no data
1.57/0.40	c  N st    10     11306       486      2116         0      4481      6438     73491   no data   no data
2.37/0.66	c  N st    11     17049       486      2116         0     10076      6438    204728   no data   no data
4.00/1.08	c  F st    12     25001       486      2116         0     12348      6438    266256   no data   no data
4.00/1.08	c  N st    12     25001       486      2116         0     12348      6438    266256   no data   no data
5.16/1.32	c Decided on static restart strategy
5.16/1.32	c  N st    18     30000       486      2116         0     10641      6438    201749   no data   no data
5.16/1.32	c  S st    18     30000       486      2116         0     10641      6438    201749   no data   no data
5.16/1.35	c  S st    18     30502       486      2116         0     11143      6438    213197   no data   no data
5.16/1.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.16/1.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.16/1.35	c blocked clauses removed:        0 vars:      0 tried:         486 T: 0.00 s
5.16/1.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.16/1.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
5.16/1.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.16/1.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.16/1.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.55/1.42	c lits-rem:       120  cl-subs:      529  v-elim:      0  v-fix:    0  time:  0.05 s
5.55/1.43	c asymm  cl-useful: 0/2116/2116 lits-rem:0 time: 0.01
5.55/1.43	c calculated reachability. Time: 0.00
5.55/1.43	c  N st    18     30502       486      2116         0     10614      6438    199550   no data   no data
7.16/1.85	c  N st    20     37614       486      2116         0      9862      6438    160257   no data   no data
8.79/2.24	c  N st    21     44018       486      2116         0     16125      6438    300802   no data   no data
9.15/2.37	c  S st    22     45753       486      2116         0      9082      6438    127180   no data   no data
9.15/2.39	c  S st    22     46256       486      2116         0      9584      6438    138600   no data   no data
9.15/2.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.55/2.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.55/2.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.55/2.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.55/2.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.55/2.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
9.55/2.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.55/2.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.55/2.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.55/2.41	c lits-rem:        26  cl-subs:      103  v-elim:      0  v-fix:    0  time:  0.01 s
9.55/2.41	c vivif2 --  cl tried     2116 cl shrink        0 lits rem          0 time: 0.00
9.55/2.41	c vivif2 --  cl tried     9481 cl shrink        0 lits rem          0 time: 0.00
9.55/2.42	c asymm  cl-useful: 0/2116/2116 lits-rem:0 time: 0.01
9.55/2.42	c calculated reachability. Time: 0.00
9.55/2.42	c  N st    22     46256       486      2116         0      9481      6438    136424   no data   no data
12.77/3.30	c  N st    23     60653       486      2116         0     13825      6438    228946   no data   no data
15.54/3.94	c  N st    24     69385       486      2116         0     11634      6438    167303   no data   no data
15.54/3.94	c  S st    24     69385       486      2116         0     11634      6438    167303   no data   no data
15.54/3.97	c  S st    24     69886       486      2116         0     12134      6438    179414   no data   no data
15.54/3.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.54/3.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.54/3.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.54/3.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.54/3.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.54/3.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
15.54/3.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.54/3.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.54/3.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.94/4.00	c lits-rem:        26  cl-subs:      157  v-elim:      0  v-fix:    0  time:  0.02 s
15.94/4.00	c vivif2 --  cl tried     2116 cl shrink        0 lits rem          0 time: 0.00
15.94/4.01	c vivif2 --  cl tried    11977 cl shrink        0 lits rem          0 time: 0.00
15.94/4.01	c asymm  cl-useful: 0/2116/2116 lits-rem:0 time: 0.01
15.94/4.01	c calculated reachability. Time: 0.00
15.94/4.01	c  N st    24     69886       486      2116         0     11977      6438    175862   no data   no data
20.32/5.19	c  F st    25     87501       486      2116         0     17524      6438    302029   no data   no data
20.32/5.20	c  N st    25     87501       486      2116         0     17524      6438    302029   no data   no data
22.32/5.60	c Decided on static restart strategy
23.12/5.86	c  N st    32     95539       486      2116         0     25405      6438    473949   no data   no data
25.51/6.51	c  N st    34    104829       486      2116         0     21767      6438    376127   no data   no data
25.51/6.51	c  S st    34    104829       486      2116         0     21767      6438    376127   no data   no data
25.93/6.56	c  S st    34    105336       486      2116         0     22273      6438    388115   no data   no data
25.93/6.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.93/6.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
25.93/6.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.93/6.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.93/6.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.93/6.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
25.93/6.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.93/6.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.93/6.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.71/6.70	c lits-rem:       203  cl-subs:      674  v-elim:      0  v-fix:    0  time:  0.12 s
26.71/6.70	c vivif2 --  cl tried     2116 cl shrink        0 lits rem          0 time: 0.00
26.71/6.71	c vivif2 --  cl tried    21599 cl shrink        0 lits rem          0 time: 0.00
26.71/6.72	c asymm  cl-useful: 0/2116/2116 lits-rem:0 time: 0.01
26.71/6.72	c calculated reachability. Time: 0.00
26.71/6.72	c  N st    34    105336       486      2116         0     21599      6438    371319   no data   no data
29.50/7.49	c  N st    35    114934       486      2116         0     17235      6438    248716   no data   no data
34.72/8.71	c  N st    36    129331       486      2116         0     16642      6438    220575   no data   no data
42.27/10.66	c  N st    37    150926       486      2116         0     22055      6438    329893   no data   no data
44.66/11.29	c  S st    38    158004       486      2116         0     28947      6438    498277   no data   no data
45.06/11.37	c  S st    38    158505       486      2116         0     29448      6438    509843   no data   no data
45.06/11.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.06/11.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
45.06/11.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.06/11.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.06/11.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.06/11.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
45.06/11.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.06/11.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
45.46/11.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.06/11.89	c lits-rem:       435  cl-subs:     1846  v-elim:      0  v-fix:    0  time:  0.49 s
47.06/11.89	c vivif2 --  cl tried     2116 cl shrink        0 lits rem          0 time: 0.00
47.46/11.90	c vivif2 --  cl tried    27602 cl shrink        0 lits rem          0 time: 0.01
47.46/11.92	c asymm  cl-useful: 0/2116/2116 lits-rem:0 time: 0.02
47.46/11.92	c calculated reachability. Time: 0.00
47.46/11.92	c  N st    38    158505       486      2116         0     27602      6438    465571   no data   no data
66.60/16.71	c  N st    39    207093       486      2116         0     22382      6438    311174   no data   no data
78.61/19.78	c  N st    40    237757       486      2116         0     32721      6438    529912   no data   no data
78.61/19.78	c  S st    40    237757       486      2116         0     32721      6438    529912   no data   no data
79.02/19.86	c  S st    40    238259       486      2116         0     33219      6438    541285   no data   no data
79.02/19.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
79.02/19.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
79.02/19.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
79.02/19.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
79.02/19.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.02/19.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
79.02/19.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
79.02/19.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
79.02/19.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.97/20.36	c lits-rem:       213  cl-subs:     1802  v-elim:      0  v-fix:    0  time:  0.46 s
80.97/20.36	c vivif2 --  cl tried     2116 cl shrink        0 lits rem          0 time: 0.00
80.97/20.36	c vivif2 --  cl tried    31417 cl shrink        0 lits rem          0 time: 0.01
80.97/20.38	c asymm  cl-useful: 0/2116/2116 lits-rem:0 time: 0.02
80.97/20.38	c calculated reachability. Time: 0.00
80.97/20.38	c  N st    40    238259       486      2116         0     31417      6438    500598   no data   no data
112.49/28.27	c  F st    41    306250       486      2116         0     33380      6438    520379   no data   no data
112.49/28.27	c  N st    41    306250       486      2116         0     33380      6438    520379   no data   no data
115.28/28.91	c Decided on static restart strategy
126.46/31.70	c  N st    51    334551       486      2116         0     37656      6438    585382   no data   no data
138.43/34.78	c  N st    53    357388       486      2116         0     35617      6438    534346   no data   no data
138.43/34.78	c  S st    53    357388       486      2116         0     35617      6438    534346   no data   no data
138.83/34.87	c  S st    53    357894       486      2116         0     36122      6438    545643   no data   no data
138.83/34.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
138.83/34.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
138.83/34.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
138.83/34.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
138.83/34.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.83/34.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
138.83/34.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
139.23/34.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
139.23/34.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.06/35.17	c lits-rem:       162  cl-subs:     1021  v-elim:      0  v-fix:    0  time:  0.25 s
140.06/35.17	c vivif2 --  cl tried     2116 cl shrink        0 lits rem          0 time: 0.00
140.06/35.17	c vivif2 --  cl tried    35101 cl shrink        0 lits rem          0 time: 0.01
140.06/35.20	c asymm  cl-useful: 0/2116/2116 lits-rem:0 time: 0.02
140.06/35.20	c calculated reachability. Time: 0.00
140.06/35.20	c  N st    53    357894       486      2116         0     35101      6438    520773   no data   no data
158.78/39.89	c  N st    54    390286       486      2116         0     41378      6438    653724   no data   no data
186.31/46.76	c  N st    55    438874       486      2116         0     35110      6438    480506   no data   no data
227.01/56.96	c  N st    56    511758       486      2116         0     48467      6438    757827   no data   no data
241.00/60.47	c  N st    57    536845       486      2116         0     42748      6438    619831   no data   no data
241.00/60.47	c  S st    57    536845       486      2116         0     42748      6438    619831   no data   no data
241.42/60.58	c  S st    57    537349       486      2116         0     43250      6438    631170   no data   no data
241.42/60.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
241.77/60.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
241.77/60.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
241.77/60.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
241.77/60.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
241.77/60.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
241.77/60.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
241.77/60.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
241.77/60.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
243.77/61.18	c lits-rem:       353  cl-subs:     1670  v-elim:      0  v-fix:    0  time:  0.55 s
243.77/61.18	c vivif2 --  cl tried     2116 cl shrink        0 lits rem          0 time: 0.00
243.77/61.18	c vivif2 --  cl tried    41580 cl shrink        0 lits rem          0 time: 0.01
244.17/61.21	c asymm  cl-useful: 0/2116/2116 lits-rem:0 time: 0.03
244.17/61.21	c calculated reachability. Time: 0.00
244.17/61.21	c  N st    57    537349       486      2116         0     41580      6438    591363   no data   no data
355.89/89.23	c  N st    58    701334       486      2116         0     35716      6438    362987   no data   no data
430.50/107.99	c  N st    59    806023       486      2116         0     64760      6438   1060002   no data   no data
430.50/107.99	c  S st    59    806023       486      2116         0     64760      6438   1060002   no data   no data
431.30/108.18	c  S st    59    806531       486      2116         0     65266      6438   1071713   no data   no data
431.30/108.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
431.70/108.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
431.70/108.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
431.70/108.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
431.70/108.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
431.70/108.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
431.70/108.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
431.70/108.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
431.70/108.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
440.48/110.40	c lits-rem:       662  cl-subs:     3337  v-elim:      0  v-fix:    0  time:  2.15 s
440.48/110.40	c vivif2 --  cl tried     2116 cl shrink        0 lits rem          0 time: 0.00
440.48/110.42	c vivif2 --  cl tried    61929 cl shrink        0 lits rem          0 time: 0.02
440.48/110.47	c asymm  cl-useful: 0/2116/2116 lits-rem:0 time: 0.05
440.48/110.47	c calculated reachability. Time: 0.00
440.48/110.47	c  N st    59    806531       486      2116         0     61929      6438    995387   no data   no data
676.69/169.67	c  F st    60   1071875       486      2116         0     77560      6438   1221004   no data   no data
676.69/169.67	c  N st    60   1071875       486      2116         0     77560      6438   1221004   no data   no data
682.69/171.19	c Decided on static restart strategy
704.63/176.64	c  N st    70   1100178       486      2116         0     61445      6438    823756   no data   no data
736.55/184.68	c  N st    72   1136171       486      2116         0     51752      6438    605886   no data   no data
766.48/192.15	c  N st    73   1168564       486      2116         0     83374      6438   1408424   no data   no data
818.73/205.23	c  N st    74   1209797       486      2116         0     77797      6438   1220970   no data   no data
818.73/205.23	c  S st    74   1209797       486      2116         0     77797      6438   1220970   no data   no data
819.93/205.52	c  S st    74   1210302       486      2116         0     78302      6438   1233057   no data   no data
819.93/205.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
819.93/205.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
819.93/205.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
819.93/205.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
819.93/205.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
819.93/205.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
819.93/205.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
819.93/205.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
820.35/205.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
834.68/209.22	c lits-rem:      1438  cl-subs:     4582  v-elim:      0  v-fix:    0  time:  3.60 s
834.68/209.22	c vivif2 --  cl tried     2116 cl shrink        0 lits rem          0 time: 0.00
834.68/209.24	c vivif2 --  cl tried    73720 cl shrink        0 lits rem          0 time: 0.02
835.08/209.31	c asymm  cl-useful: 0/2116/2116 lits-rem:0 time: 0.07
835.08/209.31	c calculated reachability. Time: 0.00
835.08/209.31	c  N st    74   1210302       486      2116         0     73720      6438   1123958   no data   no data
909.30/227.92	c  N st    75   1283184       486      2116         0     50256      6438    508040   no data   no data
1015.84/254.65	c  N st    76   1392507       486      2116         0     58381      6438    676979   no data   no data
1194.20/299.35	c  N st    77   1556491       486      2116         0     63129      6438    722728   no data   no data
1362.98/341.65	c  N st    78   1710302       486      2116         0    104424      6438   1664058   no data   no data
1362.98/341.65	c  S st    78   1710302       486      2116         0    104424      6438   1664058   no data   no data
1364.18/342.00	c  S st    78   1710807       486      2116         0    104927      6438   1675752   no data   no data
1364.60/342.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1364.60/342.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1364.60/342.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1364.60/342.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1364.60/342.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1364.60/342.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
1364.60/342.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1364.60/342.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1365.02/342.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1414.86/354.65	c lits-rem:      1208  cl-subs:    11064  v-elim:      0  v-fix:    0  time: 12.51 s
1414.86/354.65	c vivif2 --  cl tried     2116 cl shrink        0 lits rem          0 time: 0.00
1414.86/354.67	c vivif2 --  cl tried    93863 cl shrink        0 lits rem          0 time: 0.02
1415.26/354.77	c asymm  cl-useful: 0/2116/2116 lits-rem:0 time: 0.10
1415.26/354.78	c calculated reachability. Time: 0.00
1415.26/354.78	c  N st    78   1710807       486      2116         0     93863      6438   1441054   no data   no data
1822.64/456.86	c  N st    79   2079771       486      2116         0    106259      6438   1694536   no data   no data
1981.85/496.70	c  N st    80   2210807       486      2116         0    110423      6438   1799359   no data   no data
1981.85/496.70	c  S st    80   2210807       486      2116         0    110423      6438   1799359   no data   no data
1983.05/497.08	c  S st    80   2211310       486      2116         0    110922      6438   1812143   no data   no data
1983.05/497.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1983.47/497.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1983.47/497.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1983.47/497.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1983.47/497.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1983.47/497.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
1983.47/497.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1983.47/497.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1983.88/497.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2022.56/507.00	c lits-rem:       637  cl-subs:     6577  v-elim:      0  v-fix:    0  time:  9.77 s
2022.56/507.00	c vivif2 --  cl tried     2116 cl shrink        0 lits rem          0 time: 0.00
2022.98/507.03	c vivif2 --  cl tried   104345 cl shrink        0 lits rem          0 time: 0.02
2023.39/507.14	c asymm  cl-useful: 0/2116/2116 lits-rem:0 time: 0.11
2023.39/507.14	c calculated reachability. Time: 0.00
2023.39/507.14	c  N st    80   2211310       486      2116         0    104345      6438   1659677   no data   no data
2711.65/679.63	c  N st    81   2711313       486      2116         0    127461      6438   2026558   no data   no data
2711.65/679.63	c  S st    81   2711313       486      2116         0    127461      6438   2026558   no data   no data
2713.24/680.05	c  S st    81   2711818       486      2116         0    127965      6438   2038741   no data   no data
2713.24/680.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2713.64/680.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2713.64/680.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2713.64/680.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2713.64/680.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2713.64/680.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
2713.64/680.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2713.64/680.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2714.04/680.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2777.49/696.15	c lits-rem:       914  cl-subs:    10720  v-elim:      0  v-fix:    0  time: 15.94 s
2777.49/696.15	c vivif2 --  cl tried     2116 cl shrink        0 lits rem          0 time: 0.00
2777.49/696.18	c vivif2 --  cl tried   117245 cl shrink        0 lits rem          0 time: 0.03
2778.32/696.31	c asymm  cl-useful: 0/2116/2116 lits-rem:0 time: 0.13
2778.32/696.32	c calculated reachability. Time: 0.00
2778.32/696.32	c  N st    81   2711818       486      2116         0    117245      6438   1813016   no data   no data
3458.23/866.72	c  N st    82   3211818       486      2116         0     93207      6438   1112446   no data   no data
3458.23/866.72	c  S st    82   3211818       486      2116         0     93207      6438   1112446   no data   no data
3459.40/867.03	c  S st    82   3212322       486      2116         0     93711      6438   1124090   no data   no data
3459.40/867.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3459.40/867.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
3459.40/867.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3459.40/867.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3459.40/867.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3459.40/867.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
3459.40/867.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3459.80/867.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3459.80/867.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3464.59/868.32	c lits-rem:       141  cl-subs:     2344  v-elim:      0  v-fix:    0  time:  1.19 s
3464.59/868.32	c vivif2 --  cl tried     2116 cl shrink        0 lits rem          0 time: 0.00
3464.59/868.34	c vivif2 --  cl tried    91367 cl shrink        0 lits rem          0 time: 0.02
3464.99/868.43	c asymm  cl-useful: 0/2116/2116 lits-rem:0 time: 0.09
3464.99/868.43	c calculated reachability. Time: 0.00
3464.99/868.43	c  N st    82   3212322       486      2116         0     91367      6438   1074936   no data   no data
4178.83/1047.30	c  N st    83   3712326       486      2116         0    102092      6438   1231421   no data   no data
4178.83/1047.30	c  S st    83   3712326       486      2116         0    102092      6438   1231421   no data   no data
4180.42/1047.71	c  S st    83   3712826       486      2116         0    102591      6438   1243641   no data   no data
4180.42/1047.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4180.42/1047.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
4180.42/1047.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4180.42/1047.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4180.42/1047.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4180.42/1047.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
4180.42/1047.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4180.82/1047.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4180.82/1047.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4201.16/1052.94	c lits-rem:       215  cl-subs:     3377  v-elim:      0  v-fix:    0  time:  5.09 s
4201.16/1052.94	c vivif2 --  cl tried     2116 cl shrink        0 lits rem          0 time: 0.00
4201.16/1052.97	c vivif2 --  cl tried    99214 cl shrink        0 lits rem          0 time: 0.03
4201.96/1053.13	c asymm  cl-useful: 0/2116/2116 lits-rem:0 time: 0.16
4201.96/1053.14	c calculated reachability. Time: 0.00
4201.96/1053.14	c  N st    83   3712826       486      2116         0     99214      6438   1164490   no data   no data
4278.58/1072.36	c  F st    84   3751564       486      2116         0    137007      6438   2108250   no data   no data
4278.58/1072.37	c  N st    84   3751564       486      2116         0    137007      6438   2108250   no data   no data
4290.14/1075.26	c Decided on static restart strategy
4334.43/1086.39	c  N st    94   3779870       486      2116         0    164684      6438   2783021   no data   no data
4387.51/1099.66	c  N st    96   3815864       486      2116         0    116964      6438   1570177   no data   no data
4442.97/1113.58	c  N st    97   3848256       486      2116         0    148553      6438   2351282   no data   no data
4519.18/1132.66	c  N st    98   3896847       486      2116         0    112046      6438   1413976   no data   no data
4645.27/1164.25	c  N st    99   3969730       486      2116         0     98233      6438   1081569   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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366609-1305410269/watcher-3366609-1305410269 -o /tmp/evaluation-result-3366609-1305410269/solver-3366609-1305410269 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366609-1305410269.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: 3.68 4.28 5.80 6/320 8380
/proc/meminfo: memFree=11152780/32951124 swapFree=67093864/67111528
[pid=8380] ppid=8378 vsize=281820 CPUtime=0.01 cores=1,3,5,7
/proc/8380/stat : 8380 (strangenight2-m) R 8378 8380 7962 0 -1 4202496 860 0 0 0 1 0 0 0 24 0 4 0 652629211 288583680 787 33554432000 4194304 4580107 140736255529104 18446744073709551615 212436041623 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8380/statm: 70455 787 356 95 0 65437 0
[pid=8380/tid=8381] ppid=8378 vsize=282164 CPUtime=0 cores=1,3,5,7
/proc/8380/task/8381/stat : 8381 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 227 0 0 0 0 0 0 0 24 0 4 0 652629212 288935936 1103 33554432000 4194304 4580107 140736255529104 18446744073709551615 4325230 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8380/tid=8382] ppid=8378 vsize=282164 CPUtime=0 cores=1,3,5,7
/proc/8380/task/8382/stat : 8382 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 217 0 0 0 0 0 0 0 24 0 4 0 652629212 288935936 1103 33554432000 4194304 4580107 140736255529104 18446744073709551615 4399650 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=282164 CPUtime=0 cores=1,3,5,7
/proc/8380/task/8383/stat : 8383 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 111 0 0 0 0 0 0 0 25 0 4 0 652629212 288935936 1103 33554432000 4194304 4580107 140736255529104 18446744073709551615 4354885 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0255929 s]
/proc/loadavg: 3.68 4.28 5.80 6/320 8380
/proc/meminfo: memFree=11152780/32951124 swapFree=67093864/67111528
[pid=8380] ppid=8378 vsize=282160 CPUtime=0.08 cores=1,3,5,7
/proc/8380/stat : 8380 (strangenight2-m) R 8378 8380 7962 0 -1 4202496 1272 0 0 0 8 0 0 0 24 0 4 0 652629211 288931840 1173 33554432000 4194304 4580107 140736255529104 18446744073709551615 4295888 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8380/statm: 70540 1173 376 95 0 65522 0
[pid=8380/tid=8381] ppid=8378 vsize=282160 CPUtime=0.02 cores=1,3,5,7
/proc/8380/task/8381/stat : 8381 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 244 0 0 0 2 0 0 0 24 0 4 0 652629212 288931840 1173 33554432000 4194304 4580107 140736255529104 18446744073709551615 4316688 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8380/tid=8382] ppid=8378 vsize=282160 CPUtime=0.02 cores=1,3,5,7
/proc/8380/task/8382/stat : 8382 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 233 0 0 0 2 0 0 0 24 0 4 0 652629212 288931840 1173 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=282160 CPUtime=0.01 cores=1,3,5,7
/proc/8380/task/8383/stat : 8383 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 132 0 0 0 1 0 0 0 25 0 4 0 652629212 288931840 1173 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 282160

[startup+0.100578 s]
/proc/loadavg: 3.68 4.28 5.80 6/320 8380
/proc/meminfo: memFree=11152780/32951124 swapFree=67093864/67111528
[pid=8380] ppid=8378 vsize=282312 CPUtime=0.38 cores=1,3,5,7
/proc/8380/stat : 8380 (strangenight2-m) R 8378 8380 7962 0 -1 4202496 1657 0 0 0 38 0 0 0 24 0 4 0 652629211 289087488 1558 33554432000 4194304 4580107 140736255529104 18446744073709551615 4293125 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8380/statm: 70578 1558 377 95 0 65560 0
[pid=8380/tid=8381] ppid=8378 vsize=282312 CPUtime=0.09 cores=1,3,5,7
/proc/8380/task/8381/stat : 8381 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 332 0 0 0 9 0 0 0 24 0 4 0 652629212 289087488 1558 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8380/tid=8382] ppid=8378 vsize=282312 CPUtime=0.09 cores=1,3,5,7
/proc/8380/task/8382/stat : 8382 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 324 0 0 0 9 0 0 0 24 0 4 0 652629212 289087488 1558 33554432000 4194304 4580107 140736255529104 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=282312 CPUtime=0.09 cores=1,3,5,7
/proc/8380/task/8383/stat : 8383 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 247 0 0 0 9 0 0 0 25 0 4 0 652629212 289087488 1558 33554432000 4194304 4580107 140736255529104 18446744073709551615 4322664 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282312

[startup+0.30054 s]
/proc/loadavg: 3.68 4.28 5.80 6/320 8380
/proc/meminfo: memFree=11152780/32951124 swapFree=67093864/67111528
[pid=8380] ppid=8378 vsize=283608 CPUtime=1.17 cores=1,3,5,7
/proc/8380/stat : 8380 (strangenight2-m) R 8378 8380 7962 0 -1 4202496 2726 0 0 0 117 0 0 0 25 0 4 0 652629211 290414592 2066 33554432000 4194304 4580107 140736255529104 18446744073709551615 4293179 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8380/statm: 70902 2066 377 95 0 65884 0
[pid=8380/tid=8381] ppid=8378 vsize=283608 CPUtime=0.29 cores=1,3,5,7
/proc/8380/task/8381/stat : 8381 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 596 0 0 0 29 0 0 0 25 0 4 0 652629212 290414592 2066 33554432000 4194304 4580107 140736255529104 18446744073709551615 4318741 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8380/tid=8382] ppid=8378 vsize=283608 CPUtime=0.29 cores=1,3,5,7
/proc/8380/task/8382/stat : 8382 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 591 0 0 0 29 0 0 0 24 0 4 0 652629212 290414592 2066 33554432000 4194304 4580107 140736255529104 18446744073709551615 4316644 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=283608 CPUtime=0.28 cores=1,3,5,7
/proc/8380/task/8383/stat : 8383 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 520 0 0 0 28 0 0 0 25 0 4 0 652629212 290414592 2066 33554432000 4194304 4580107 140736255529104 18446744073709551615 4293904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283608

[startup+0.700465 s]
/proc/loadavg: 3.68 4.28 5.80 6/320 8380
/proc/meminfo: memFree=11152780/32951124 swapFree=67093864/67111528
[pid=8380] ppid=8378 vsize=284636 CPUtime=2.77 cores=1,3,5,7
/proc/8380/stat : 8380 (strangenight2-m) R 8378 8380 7962 0 -1 4202496 4273 0 0 0 277 0 0 0 25 0 4 0 652629211 291467264 2757 33554432000 4194304 4580107 140736255529104 18446744073709551615 4293232 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8380/statm: 71159 2757 377 95 0 66141 0
[pid=8380/tid=8381] ppid=8378 vsize=284636 CPUtime=0.69 cores=1,3,5,7
/proc/8380/task/8381/stat : 8381 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 984 0 0 0 69 0 0 0 25 0 4 0 652629212 291467264 2757 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8380/tid=8382] ppid=8378 vsize=284636 CPUtime=0.69 cores=1,3,5,7
/proc/8380/task/8382/stat : 8382 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 988 0 0 0 69 0 0 0 25 0 4 0 652629212 291467264 2757 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=284636 CPUtime=0.68 cores=1,3,5,7
/proc/8380/task/8383/stat : 8383 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 910 0 0 0 68 0 0 0 25 0 4 0 652629212 291467264 2757 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284636

[startup+1.50031 s]
/proc/loadavg: 4.19 4.37 5.82 10/324 8384
/proc/meminfo: memFree=11134892/32951124 swapFree=67093864/67111528
[pid=8380] ppid=8378 vsize=285788 CPUtime=5.95 cores=1,3,5,7
/proc/8380/stat : 8380 (strangenight2-m) R 8378 8380 7962 0 -1 4202496 8620 0 0 0 594 1 0 0 25 0 4 0 652629211 292646912 4574 33554432000 4194304 4580107 140736255529104 18446744073709551615 4322524 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8380/statm: 71447 4574 379 95 0 66429 0
[pid=8380/tid=8381] ppid=8378 vsize=285788 CPUtime=1.49 cores=1,3,5,7
/proc/8380/task/8381/stat : 8381 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 1749 0 0 0 149 0 0 0 25 0 4 0 652629212 292646912 4574 33554432000 4194304 4580107 140736255529104 18446744073709551615 4293182 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8380/tid=8382] ppid=8378 vsize=285788 CPUtime=1.49 cores=1,3,5,7
/proc/8380/task/8382/stat : 8382 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 1726 0 0 0 149 0 0 0 25 0 4 0 652629212 292646912 4574 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=285788 CPUtime=1.47 cores=1,3,5,7
/proc/8380/task/8383/stat : 8383 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 1668 0 0 0 147 0 0 0 25 0 4 0 652629212 292646912 4574 33554432000 4194304 4580107 140736255529104 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 285788

[startup+3.10101 s]
/proc/loadavg: 4.19 4.37 5.82 9/324 8384
/proc/meminfo: memFree=11103560/32951124 swapFree=67093864/67111528
[pid=8380] ppid=8378 vsize=281760 CPUtime=12.35 cores=1,3,5,7
/proc/8380/stat : 8380 (strangenight2-m) R 8378 8380 7962 0 -1 4202496 17723 0 0 0 1232 3 0 0 25 0 4 0 652629211 288522240 8657 33554432000 4194304 4580107 140736255529104 18446744073709551615 4292935 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8380/statm: 70440 8657 379 95 0 65422 0
[pid=8380/tid=8381] ppid=8378 vsize=281760 CPUtime=3.08 cores=1,3,5,7
/proc/8380/task/8381/stat : 8381 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 3971 0 0 0 308 0 0 0 25 0 4 0 652629212 288522240 8657 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8380/tid=8382] ppid=8378 vsize=281760 CPUtime=3.08 cores=1,3,5,7
/proc/8380/task/8382/stat : 8382 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 4834 0 0 0 308 0 0 0 25 0 4 0 652629212 288522240 8657 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=281760 CPUtime=3.06 cores=1,3,5,7
/proc/8380/task/8383/stat : 8383 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 4170 0 0 0 306 0 0 0 25 0 4 0 652629212 288522240 8657 33554432000 4194304 4580107 140736255529104 18446744073709551615 4296092 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 281760

[startup+6.3004 s]
/proc/loadavg: 4.73 4.48 5.85 9/324 8415
/proc/meminfo: memFree=11098104/32951124 swapFree=67093864/67111528
[pid=8380] ppid=8378 vsize=298944 CPUtime=25.11 cores=1,3,5,7
/proc/8380/stat : 8380 (strangenight2-m) R 8378 8380 7962 0 -1 4202496 27942 0 0 0 2506 5 0 0 25 0 4 0 652629211 306118656 12741 33554432000 4194304 4580107 140736255529104 18446744073709551615 4319810 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8380/statm: 74736 12741 379 95 0 69718 0
[pid=8380/tid=8381] ppid=8378 vsize=298944 CPUtime=6.29 cores=1,3,5,7
/proc/8380/task/8381/stat : 8381 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 7193 0 0 0 628 1 0 0 25 0 4 0 652629212 306118656 12741 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8380/tid=8382] ppid=8378 vsize=298944 CPUtime=6.28 cores=1,3,5,7
/proc/8380/task/8382/stat : 8382 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 7919 0 0 0 627 1 0 0 25 0 4 0 652629212 306118656 12741 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=298944 CPUtime=6.23 cores=1,3,5,7
/proc/8380/task/8383/stat : 8383 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 5906 0 0 0 622 1 0 0 25 0 4 0 652629212 306118656 12741 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 298944

[startup+12.7012 s]
/proc/loadavg: 4.99 4.54 5.86 9/324 8415
/proc/meminfo: memFree=11029632/32951124 swapFree=67093864/67111528
[pid=8380] ppid=8378 vsize=303580 CPUtime=50.65 cores=1,3,5,7
/proc/8380/stat : 8380 (strangenight2-m) R 8378 8380 7962 0 -1 4202496 44552 0 0 0 5057 8 0 0 25 0 4 0 652629211 310865920 17643 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8380/statm: 75895 17643 379 95 0 70877 0
[pid=8380/tid=8381] ppid=8378 vsize=303580 CPUtime=12.69 cores=1,3,5,7
/proc/8380/task/8381/stat : 8381 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 10747 0 0 0 1267 2 0 0 25 0 4 0 652629212 310865920 17643 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8380/tid=8382] ppid=8378 vsize=303580 CPUtime=12.69 cores=1,3,5,7
/proc/8380/task/8382/stat : 8382 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 11166 0 0 0 1267 2 0 0 25 0 4 0 652629212 310865920 17643 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=303580 CPUtime=12.56 cores=1,3,5,7
/proc/8380/task/8383/stat : 8383 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 10187 0 0 0 1255 1 0 0 25 0 4 0 652629212 310865920 17643 33554432000 4194304 4580107 140736255529104 18446744073709551615 4318741 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 303580

[startup+25.5007 s]
/proc/loadavg: 5.73 4.73 5.90 9/324 8415
/proc/meminfo: memFree=10973332/32951124 swapFree=67093864/67111528
[pid=8380] ppid=8378 vsize=312388 CPUtime=101.72 cores=1,3,5,7
/proc/8380/stat : 8380 (strangenight2-m) R 8378 8380 7962 0 -1 4202496 67016 0 0 0 10159 13 0 0 25 0 4 0 652629211 319885312 24628 33554432000 4194304 4580107 140736255529104 18446744073709551615 4305975 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8380/statm: 78097 24628 379 95 0 73079 0
[pid=8380/tid=8381] ppid=8378 vsize=312388 CPUtime=25.49 cores=1,3,5,7
/proc/8380/task/8381/stat : 8381 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 16529 0 0 0 2546 3 0 0 25 0 4 0 652629212 319885312 24628 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8380/tid=8382] ppid=8378 vsize=312388 CPUtime=25.49 cores=1,3,5,7
/proc/8380/task/8382/stat : 8382 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 17205 0 0 0 2545 4 0 0 25 0 4 0 652629212 319885312 24628 33554432000 4194304 4580107 140736255529104 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=312388 CPUtime=25.23 cores=1,3,5,7
/proc/8380/task/8383/stat : 8383 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 14839 0 0 0 2520 3 0 0 25 0 4 0 652629212 319885312 24628 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 312388

[startup+51.1009 s]
/proc/loadavg: 6.57 5.01 5.96 9/324 8416
/proc/meminfo: memFree=10923652/32951124 swapFree=67093864/67111528
[pid=8380] ppid=8378 vsize=332968 CPUtime=203.87 cores=1,3,5,7
/proc/8380/stat : 8380 (strangenight2-m) R 8378 8380 7962 0 -1 4202496 99218 0 0 0 20363 24 0 0 25 0 4 0 652629211 340959232 32319 33554432000 4194304 4580107 140736255529104 18446744073709551615 4318421 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8380/statm: 83242 32319 379 95 0 78224 0
[pid=8380/tid=8381] ppid=8378 vsize=332968 CPUtime=51.09 cores=1,3,5,7
/proc/8380/task/8381/stat : 8381 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 24047 0 0 0 5103 6 0 0 25 0 4 0 652629212 340959232 32319 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8380/tid=8382] ppid=8378 vsize=332968 CPUtime=51.09 cores=1,3,5,7
/proc/8380/task/8382/stat : 8382 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 25626 0 0 0 5102 7 0 0 25 0 4 0 652629212 340959232 32319 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=332968 CPUtime=50.58 cores=1,3,5,7
/proc/8380/task/8383/stat : 8383 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 23094 0 0 0 5053 5 0 0 25 0 4 0 652629212 340959232 32319 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.87
Current children cumulated vsize (KiB) 332968

[startup+102.312 s]
/proc/loadavg: 7.46 5.48 6.07 9/324 8417
/proc/meminfo: memFree=10865204/32951124 swapFree=67093864/67111528
[pid=8380] ppid=8378 vsize=336484 CPUtime=408.2 cores=1,3,5,7
/proc/8380/stat : 8380 (strangenight2-m) R 8378 8380 7962 0 -1 4202496 151379 0 0 0 40778 42 0 0 25 0 4 0 652629211 344559616 39118 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8380/statm: 84121 39118 379 95 0 79103 0
[pid=8380/tid=8381] ppid=8378 vsize=336484 CPUtime=102.3 cores=1,3,5,7
/proc/8380/task/8381/stat : 8381 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 37009 0 0 0 10220 10 0 0 25 0 4 0 652629212 344559616 39118 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8380/tid=8382] ppid=8378 vsize=336484 CPUtime=102.3 cores=1,3,5,7
/proc/8380/task/8382/stat : 8382 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 37692 0 0 0 10219 11 0 0 25 0 4 0 652629212 344559616 39118 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=336484 CPUtime=101.28 cores=1,3,5,7
/proc/8380/task/8383/stat : 8383 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 37212 0 0 0 10117 11 0 0 25 0 4 0 652629212 344559616 39118 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.2
Current children cumulated vsize (KiB) 336484

[startup+162.301 s]

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

[pid=8380] ppid=8378 vsize=487976 CPUtime=2562.84 cores=1,3,5,7
/proc/8380/stat : 8380 (strangenight2-m) R 8378 8380 7962 0 -1 4202496 463926 0 0 0 256099 185 0 0 25 0 4 0 652629211 499687424 76164 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8380/statm: 121994 76164 379 95 0 116976 0
[pid=8380/tid=8381] ppid=8378 vsize=487976 CPUtime=642.3 cores=1,3,5,7
/proc/8380/task/8381/stat : 8381 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 102408 0 0 0 64186 44 0 0 25 0 4 0 652629212 499687424 76164 33554432000 4194304 4580107 140736255529104 18446744073709551615 4321016 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8380/tid=8382] ppid=8378 vsize=487976 CPUtime=642.32 cores=1,3,5,7
/proc/8380/task/8382/stat : 8382 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 123608 0 0 0 64184 48 0 0 25 0 4 0 652629212 499687424 76164 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=487976 CPUtime=635.89 cores=1,3,5,7
/proc/8380/task/8383/stat : 8383 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 118548 0 0 0 63542 47 0 0 25 0 4 0 652629212 499687424 76164 33554432000 4194304 4580107 140736255529104 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2562.84
Current children cumulated vsize (KiB) 487976

[startup+702.301 s]
/proc/loadavg: 8.08 7.76 7.03 9/324 8505
/proc/meminfo: memFree=10684676/32951124 swapFree=67093864/67111528
[pid=8380] ppid=8378 vsize=512652 CPUtime=2802.22 cores=1,3,5,7
/proc/8380/stat : 8380 (strangenight2-m) R 8378 8380 7962 0 -1 4202496 489034 0 0 0 280026 196 0 0 25 0 4 0 652629211 524955648 88653 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8380/statm: 128163 88653 379 95 0 123145 0
[pid=8380/tid=8381] ppid=8378 vsize=512652 CPUtime=702.29 cores=1,3,5,7
/proc/8380/task/8381/stat : 8381 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 108089 0 0 0 70182 47 0 0 25 0 4 0 652629212 524955648 88653 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294400 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8380/tid=8382] ppid=8378 vsize=512652 CPUtime=702.31 cores=1,3,5,7
/proc/8380/task/8382/stat : 8382 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 130402 0 0 0 70180 51 0 0 25 0 4 0 652629212 524955648 88653 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=512652 CPUtime=695.28 cores=1,3,5,7
/proc/8380/task/8383/stat : 8383 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 126123 0 0 0 69478 50 0 0 25 0 4 0 652629212 524955648 88653 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2802.22
Current children cumulated vsize (KiB) 512652

[startup+762.312 s]
/proc/loadavg: 8.07 7.82 7.09 9/324 8507
/proc/meminfo: memFree=10639380/32951124 swapFree=67093864/67111528
[pid=8380] ppid=8378 vsize=512936 CPUtime=3041.67 cores=1,3,5,7
/proc/8380/stat : 8380 (strangenight2-m) R 8378 8380 7962 0 -1 4202496 510070 0 0 0 303960 207 0 0 25 0 4 0 652629211 525246464 92067 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294438 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8380/statm: 128234 92067 379 95 0 123216 0
[pid=8380/tid=8381] ppid=8378 vsize=512936 CPUtime=762.31 cores=1,3,5,7
/proc/8380/task/8381/stat : 8381 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 109419 0 0 0 76183 48 0 0 25 0 4 0 652629212 525246464 92067 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8380/tid=8382] ppid=8378 vsize=512936 CPUtime=762.32 cores=1,3,5,7
/proc/8380/task/8382/stat : 8382 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 137293 0 0 0 76178 54 0 0 25 0 4 0 652629212 525246464 92067 33554432000 4194304 4580107 140736255529104 18446744073709551615 4304880 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=512936 CPUtime=754.7 cores=1,3,5,7
/proc/8380/task/8383/stat : 8383 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 133989 0 0 0 75414 56 0 0 25 0 4 0 652629212 525246464 92067 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3041.67
Current children cumulated vsize (KiB) 512936

[startup+822.301 s]
/proc/loadavg: 8.10 7.87 7.16 10/324 8508
/proc/meminfo: memFree=10619624/32951124 swapFree=67093864/67111528
[pid=8380] ppid=8378 vsize=515748 CPUtime=3281.05 cores=1,3,5,7
/proc/8380/stat : 8380 (strangenight2-m) R 8378 8380 7962 0 -1 4202496 528563 0 0 0 327888 217 0 0 25 0 4 0 652629211 528125952 92525 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8380/statm: 128937 92525 379 95 0 123919 0
[pid=8380/tid=8381] ppid=8378 vsize=515748 CPUtime=822.3 cores=1,3,5,7
/proc/8380/task/8381/stat : 8381 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 110185 0 0 0 82181 49 0 0 25 0 4 0 652629212 528125952 92525 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8380/tid=8382] ppid=8378 vsize=515748 CPUtime=822.31 cores=1,3,5,7
/proc/8380/task/8382/stat : 8382 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 145052 0 0 0 82173 58 0 0 25 0 4 0 652629212 528125952 92525 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=515748 CPUtime=814.09 cores=1,3,5,7
/proc/8380/task/8383/stat : 8383 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 140499 0 0 0 81350 59 0 0 25 0 4 0 652629212 528125952 92525 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3281.05
Current children cumulated vsize (KiB) 515748

[startup+882.301 s]
/proc/loadavg: 8.07 7.91 7.21 10/324 8510
/proc/meminfo: memFree=10565880/32951124 swapFree=67093864/67111528
[pid=8380] ppid=8378 vsize=584460 CPUtime=3520.45 cores=1,3,5,7
/proc/8380/stat : 8380 (strangenight2-m) R 8378 8380 7962 0 -1 4202496 548603 0 0 0 351820 225 0 0 25 0 4 0 652629211 598487040 101556 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294487 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8380/statm: 146115 101556 379 95 0 141097 0
[pid=8380/tid=8381] ppid=8378 vsize=584460 CPUtime=882.3 cores=1,3,5,7
/proc/8380/task/8381/stat : 8381 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 110334 0 0 0 88181 49 0 0 25 0 4 0 652629212 598487040 101556 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8380/tid=8382] ppid=8378 vsize=584460 CPUtime=882.32 cores=1,3,5,7
/proc/8380/task/8382/stat : 8382 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 152894 0 0 0 88170 62 0 0 25 0 4 0 652629212 598487040 101556 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=584460 CPUtime=873.49 cores=1,3,5,7
/proc/8380/task/8383/stat : 8383 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 149584 0 0 0 87288 61 0 0 25 0 4 0 652629212 598487040 101556 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3520.45
Current children cumulated vsize (KiB) 584460

[startup+942.301 s]
/proc/loadavg: 8.06 7.94 7.26 10/324 8511
/proc/meminfo: memFree=10500620/32951124 swapFree=67093864/67111528
[pid=8380] ppid=8378 vsize=675500 CPUtime=3759.86 cores=1,3,5,7
/proc/8380/stat : 8380 (strangenight2-m) R 8378 8380 7962 0 -1 4202496 573272 0 0 0 375747 239 0 0 25 0 4 0 652629211 691712000 113359 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8380/statm: 168875 113360 379 95 0 163857 0
[pid=8380/tid=8381] ppid=8378 vsize=675500 CPUtime=942.31 cores=1,3,5,7
/proc/8380/task/8381/stat : 8381 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 116122 0 0 0 94179 52 0 0 25 0 4 0 652629212 691712000 113360 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8380/tid=8382] ppid=8378 vsize=675500 CPUtime=942.32 cores=1,3,5,7
/proc/8380/task/8382/stat : 8382 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 159233 0 0 0 94167 65 0 0 25 0 4 0 652629212 691712000 113360 33554432000 4194304 4580107 140736255529104 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=675500 CPUtime=932.9 cores=1,3,5,7
/proc/8380/task/8383/stat : 8383 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 155841 0 0 0 93224 66 0 0 25 0 4 0 652629212 691712000 113360 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3759.86
Current children cumulated vsize (KiB) 675500

[startup+1002.3 s]
/proc/loadavg: 8.13 7.98 7.31 10/324 8513
/proc/meminfo: memFree=10525008/32951124 swapFree=67093864/67111528
[pid=8380] ppid=8378 vsize=622944 CPUtime=3999.27 cores=1,3,5,7
/proc/8380/stat : 8380 (strangenight2-m) R 8378 8380 7962 0 -1 4202496 592947 0 0 0 399679 248 0 0 25 0 4 0 652629211 637894656 107948 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8380/statm: 155736 107948 379 95 0 150718 0
[pid=8380/tid=8381] ppid=8378 vsize=622944 CPUtime=1002.31 cores=1,3,5,7
/proc/8380/task/8381/stat : 8381 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 117078 0 0 0 100179 52 0 0 25 0 4 0 652629212 637894656 107948 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8380/tid=8382] ppid=8378 vsize=622944 CPUtime=1002.32 cores=1,3,5,7
/proc/8380/task/8382/stat : 8382 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 165433 0 0 0 100164 68 0 0 25 0 4 0 652629212 637894656 107948 33554432000 4194304 4580107 140736255529104 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=622944 CPUtime=992.29 cores=1,3,5,7
/proc/8380/task/8383/stat : 8383 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 162001 0 0 0 99160 69 0 0 25 0 4 0 652629212 637894656 107948 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3999.27
Current children cumulated vsize (KiB) 622944

[startup+1062.3 s]
/proc/loadavg: 8.12 8.00 7.36 10/324 8515
/proc/meminfo: memFree=10486652/32951124 swapFree=67093864/67111528
[pid=8380] ppid=8378 vsize=675868 CPUtime=4238.68 cores=1,3,5,7
/proc/8380/stat : 8380 (strangenight2-m) R 8378 8380 7962 0 -1 4202496 611856 0 0 0 423611 257 0 0 25 0 4 0 652629211 692088832 114005 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294400 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8380/statm: 168967 114005 379 95 0 163949 0
[pid=8380/tid=8381] ppid=8378 vsize=675868 CPUtime=1062.31 cores=1,3,5,7
/proc/8380/task/8381/stat : 8381 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 117318 0 0 0 106179 52 0 0 25 0 4 0 652629212 692088832 114005 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8380/tid=8382] ppid=8378 vsize=675868 CPUtime=1062.32 cores=1,3,5,7
/proc/8380/task/8382/stat : 8382 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 171089 0 0 0 106162 70 0 0 25 0 4 0 652629212 692088832 114005 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=675868 CPUtime=1051.69 cores=1,3,5,7
/proc/8380/task/8383/stat : 8383 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 169498 0 0 0 105097 72 0 0 25 0 4 0 652629212 692088832 114005 33554432000 4194304 4580107 140736255529104 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4238.68
Current children cumulated vsize (KiB) 675868

[startup+1122.3 s]
/proc/loadavg: 8.11 8.01 7.40 10/324 8516
/proc/meminfo: memFree=10477676/32951124 swapFree=67093864/67111528
[pid=8380] ppid=8378 vsize=675176 CPUtime=4478.08 cores=1,3,5,7
/proc/8380/stat : 8380 (strangenight2-m) R 8378 8380 7962 0 -1 4202496 628479 0 0 0 447540 268 0 0 25 0 4 0 652629211 691380224 114855 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8380/statm: 168794 114855 379 95 0 163776 0
[pid=8380/tid=8381] ppid=8378 vsize=675176 CPUtime=1122.32 cores=1,3,5,7
/proc/8380/task/8381/stat : 8381 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 117623 0 0 0 112179 53 0 0 25 0 4 0 652629212 691380224 114855 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8380/tid=8382] ppid=8378 vsize=675176 CPUtime=1122.32 cores=1,3,5,7
/proc/8380/task/8382/stat : 8382 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 178091 0 0 0 112158 74 0 0 25 0 4 0 652629212 691380224 114855 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=675176 CPUtime=1111.1 cores=1,3,5,7
/proc/8380/task/8383/stat : 8383 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 174300 0 0 0 111034 76 0 0 25 0 4 0 652629212 691380224 114855 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4478.08
Current children cumulated vsize (KiB) 675176

[startup+1182.3 s]
/proc/loadavg: 8.16 8.04 7.45 9/324 8518
/proc/meminfo: memFree=10468100/32951124 swapFree=67093864/67111528
[pid=8380] ppid=8378 vsize=623684 CPUtime=4717.5 cores=1,3,5,7
/proc/8380/stat : 8380 (strangenight2-m) R 8378 8380 7962 0 -1 4202496 647074 0 0 0 471472 278 0 0 25 0 4 0 652629211 638652416 113179 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8380/statm: 155921 113179 379 95 0 150903 0
[pid=8380/tid=8381] ppid=8378 vsize=623684 CPUtime=1182.32 cores=1,3,5,7
/proc/8380/task/8381/stat : 8381 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 117702 0 0 0 118179 53 0 0 25 0 4 0 652629212 638652416 113179 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8380/tid=8382] ppid=8378 vsize=623684 CPUtime=1182.33 cores=1,3,5,7
/proc/8380/task/8382/stat : 8382 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 184494 0 0 0 118156 77 0 0 25 0 4 0 652629212 638652416 113179 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=623684 CPUtime=1170.5 cores=1,3,5,7
/proc/8380/task/8383/stat : 8383 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 180463 0 0 0 116971 79 0 0 25 0 4 0 652629212 638652416 113179 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4717.5
Current children cumulated vsize (KiB) 623684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203 s]
/proc/loadavg: 8.12 8.03 7.46 9/324 8518
/proc/meminfo: memFree=10481220/32951124 swapFree=67093864/67111528
[pid=8380] ppid=8378 vsize=623772 CPUtime=4800.11 cores=1,3,5,7
/proc/8380/stat : 8380 (strangenight2-m) R 8378 8380 7962 0 -1 4202496 652752 0 0 0 479730 281 0 0 25 0 4 0 652629211 638742528 111785 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/8380/statm: 155943 111785 379 95 0 150925 0
[pid=8380/tid=8381] ppid=8378 vsize=623772 CPUtime=1203.03 cores=1,3,5,7
/proc/8380/task/8381/stat : 8381 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 117891 0 0 0 120250 53 0 0 25 0 4 0 652629212 638742528 111785 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8380/tid=8382] ppid=8378 vsize=623772 CPUtime=1203.04 cores=1,3,5,7
/proc/8380/task/8382/stat : 8382 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 185547 0 0 0 120226 78 0 0 25 0 4 0 652629212 638742528 111785 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=8380/tid=8383] ppid=8378 vsize=623772 CPUtime=1191 cores=1,3,5,7
/proc/8380/task/8383/stat : 8383 (strangenight2-m) R 8378 8380 7962 0 -1 4202560 182724 0 0 0 119020 80 0 0 25 0 4 0 652629212 638742528 111785 33554432000 4194304 4580107 140736255529104 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 623772

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.04
CPU time (s): 4800.17
CPU user time (s): 4797.34
CPU system time (s): 2.83257
CPU usage (%): 399.004
Max. virtual memory (cumulated for all children) (KiB): 778944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.34
system time used= 2.83257
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 652753
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= 226
involuntary context switches= 33021

runsolver used 3.31549 second user time and 8.74767 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-14 23:57:49
IDJOB=3366609
IDBENCH=83018
IDSOLVER=1844
FILE ID=node102/3366609-1305410269
RUNJOBID= node102-1305410268-8358
PBS_JOBID= 13324503
Free space on /tmp= 73532 MiB

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

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

MD5SUM BENCH= 0ac8a1d876c0f6cbfe96d1c05d468900
RANDOM SEED=642317257

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:      11153060 kB
Buffers:        258096 kB
Cached:        2804412 kB
SwapCached:       1128 kB
Active:       19523208 kB
Inactive:      1981676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11153060 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:           10928 kB
Writeback:           0 kB
AnonPages:    18441036 kB
Mapped:          26308 kB
Slab:           176732 kB
PageTables:      52640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59127804 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= 73524 MiB
End job on node102 at 2011-05-15 00:17:54