Trace number 3366481

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1635333981-027.UNKNOWN.cnf
MD5SUM5ba52a7ac0a84086dc4098f6b5213446
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark31.0843
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366481-1305405253.cnf'
0.00/0.01	c -- header says num vars:            400
0.00/0.01	c -- header says num clauses:        1704
0.00/0.01	c -- clauses added:            0 learnts,         1704 normals,            0 xors
0.00/0.01	c -- vars added        400
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       400      1704         0         0      5112         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1704/1704 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.41/0.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.41/0.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.41/0.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.41/0.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
3.41/0.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.41/0.90	c lits-rem:         1  cl-subs:        2  v-elim:      6  v-fix:    0  time:  0.00 s
3.41/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.41/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.41/0.90	c calculated reachability. Time: 0.00
3.41/0.90	c Calc default polars -  time:   0.00 s pos:     196 undec:      45 neg:     159
3.41/0.90	c =========================================================================================
3.41/0.90	c types(t): F = full restart, N = normal restart
3.41/0.90	c types(t): S = simplification begin/end, E = solution found
3.41/0.90	c restart types(rt): st = static, dy = dynamic
3.41/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.41/0.90	c  B st     0         0       394      1696         1         0      5123         0   no data   no data
3.41/0.90	c Decided on static restart strategy
3.41/0.90	c  N st     8      4914       394      1696         1      4775      5123     94756   no data   no data
3.41/0.90	c  N st    10     11297       394      1696         1      4468      5123     64506   no data   no data
3.41/0.90	c  N st    11     17042       394      1696         1     10029      5123    167363   no data   no data
4.36/1.10	c  F st    12     25001       394      1696         1     12302      5123    207688   no data   no data
4.36/1.10	c  N st    12     25001       394      1696         1     12302      5123    207688   no data   no data
5.57/1.40	c Decided on static restart strategy
5.57/1.40	c  N st    18     30001       394      1696         1     10590      5123    165608   no data   no data
5.57/1.40	c  S st    18     30001       394      1696         1     10590      5123    165608   no data   no data
5.57/1.40	c  S st    18     30505       394      1696         1     11092      5123    175451   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:       10 vars:      2 tried:         394 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:    392 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:      0  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.57/1.41	c lits-rem:       175  cl-subs:      807  v-elim:      0  v-fix:    0  time:  0.05 s
5.57/1.41	c asymm  cl-useful: 0/1686/1686 lits-rem:0 time: 0.00
5.57/1.41	c calculated reachability. Time: 0.00
5.57/1.41	c  N st    18     30505       392      1686         1     10276      5093    160136   no data   no data
7.18/1.82	c  N st    20     37620       392      1686         1      9547      5093    127992   no data   no data
8.35/2.19	c  N st    21     44020       392      1686         1     15770      5093    244005   no data   no data
9.16/2.30	c  S st    22     45758       392      1686         1     17464      5093    277102   no data   no data
9.16/2.34	c  S st    22     46259       392      1686         1      9278      5093    114120   no data   no data
9.16/2.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.16/2.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.16/2.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.16/2.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.16/2.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.16/2.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
9.16/2.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.16/2.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.16/2.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.16/2.36	c lits-rem:        19  cl-subs:      155  v-elim:      0  v-fix:    0  time:  0.01 s
9.16/2.36	c vivif2 --  cl tried     1686 cl shrink        0 lits rem          0 time: 0.00
9.16/2.36	c vivif2 --  cl tried     9123 cl shrink        0 lits rem          0 time: 0.00
9.16/2.36	c asymm  cl-useful: 0/1686/1686 lits-rem:0 time: 0.00
9.16/2.36	c calculated reachability. Time: 0.00
9.16/2.36	c  N st    22     46259       392      1686         1      9123      5093    111696   no data   no data
12.75/3.23	c  N st    23     60659       392      1686         1     13385      5093    190354   no data   no data
14.74/3.79	c  N st    24     69390       392      1686         1     11241      5093    137786   no data   no data
14.74/3.79	c  S st    24     69390       392      1686         1     11241      5093    137786   no data   no data
15.14/3.83	c  S st    24     69892       392      1686         1     11741      5093    147390   no data   no data
15.14/3.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.14/3.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
15.14/3.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.14/3.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.14/3.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.14/3.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
15.14/3.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.14/3.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.14/3.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.14/3.85	c lits-rem:        40  cl-subs:      197  v-elim:      0  v-fix:    0  time:  0.01 s
15.14/3.85	c vivif2 --  cl tried     1686 cl shrink        0 lits rem          0 time: 0.00
15.14/3.85	c vivif2 --  cl tried    11544 cl shrink        0 lits rem          0 time: 0.00
15.14/3.86	c asymm  cl-useful: 0/1686/1686 lits-rem:0 time: 0.01
15.14/3.86	c calculated reachability. Time: 0.00
15.14/3.86	c  N st    24     69892       392      1686         1     11544      5093    143569   no data   no data
19.93/5.09	c  F st    25     87500       392      1686         1     16994      5093    252609   no data   no data
19.93/5.09	c  N st    25     87500       392      1686         1     16994      5093    252609   no data   no data
21.52/5.44	c Decided on static restart strategy
22.32/5.66	c  N st    32     95536       392      1686         1     24837      5093    414037   no data   no data
24.74/6.26	c  N st    34    104838       392      1686         1     21283      5093    319529   no data   no data
24.74/6.26	c  S st    34    104838       392      1686         1     21283      5093    319529   no data   no data
25.16/6.32	c  S st    34    105341       392      1686         1     21786      5093    328945   no data   no data
25.16/6.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.16/6.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
25.16/6.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.16/6.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.16/6.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.16/6.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
25.16/6.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.16/6.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.16/6.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.51/6.47	c lits-rem:        97  cl-subs:      929  v-elim:      0  v-fix:    0  time:  0.13 s
25.51/6.47	c vivif2 --  cl tried     1686 cl shrink        0 lits rem          0 time: 0.00
25.51/6.47	c vivif2 --  cl tried    20857 cl shrink        0 lits rem          0 time: 0.00
25.51/6.48	c asymm  cl-useful: 0/1686/1686 lits-rem:0 time: 0.01
25.51/6.48	c calculated reachability. Time: 0.00
25.51/6.48	c  N st    34    105341       392      1686         1     20857      5093    310368   no data   no data
28.31/7.19	c  N st    35    114940       392      1686         1     16563      5093    205730   no data   no data
33.09/8.38	c  N st    36    129339       392      1686         1     15902      5093    179432   no data   no data
40.27/10.16	c  N st    37    150936       392      1686         1     21278      5093    270681   no data   no data
42.72/10.78	c  S st    38    158014       392      1686         1     28139      5093    403474   no data   no data
43.08/10.85	c  S st    38    158515       392      1686         1     28639      5093    413712   no data   no data
43.08/10.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.08/10.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
43.08/10.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.08/10.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.08/10.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.08/10.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
43.08/10.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.08/10.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
43.08/10.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.67/11.21	c lits-rem:       231  cl-subs:     2271  v-elim:      0  v-fix:    0  time:  0.33 s
44.67/11.21	c vivif2 --  cl tried     1686 cl shrink        0 lits rem          0 time: 0.00
44.67/11.22	c vivif2 --  cl tried    26368 cl shrink        0 lits rem          0 time: 0.00
44.67/11.23	c asymm  cl-useful: 0/1686/1686 lits-rem:0 time: 0.01
44.67/11.23	c calculated reachability. Time: 0.00
44.67/11.23	c  N st    38    158515       392      1686         1     26368      5093    374723   no data   no data
64.25/16.11	c  N st    39    207103       392      1686         1     21179      5093    247277   no data   no data
76.60/19.22	c  N st    40    237773       392      1686         1     31406      5093    417209   no data   no data
76.60/19.22	c  S st    40    237773       392      1686         1     31406      5093    417209   no data   no data
76.60/19.29	c  S st    40    238276       392      1686         1     31907      5093    427095   no data   no data
76.60/19.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
77.00/19.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
77.00/19.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
77.00/19.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.00/19.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.00/19.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
77.00/19.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
77.00/19.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
77.00/19.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
78.59/19.79	c lits-rem:       153  cl-subs:     2968  v-elim:      0  v-fix:    0  time:  0.47 s
78.59/19.79	c vivif2 --  cl tried     1686 cl shrink        0 lits rem          0 time: 0.00
78.59/19.79	c vivif2 --  cl tried    28939 cl shrink        0 lits rem          0 time: 0.00
78.99/19.81	c asymm  cl-useful: 0/1686/1686 lits-rem:0 time: 0.01
78.99/19.81	c calculated reachability. Time: 0.00
78.99/19.81	c  N st    40    238276       392      1686         1     28939      5093    378971   no data   no data
108.57/27.21	c  F st    41    306250       392      1686         1     30958      5093    384214   no data   no data
108.57/27.21	c  N st    41    306250       392      1686         1     30958      5093    384214   no data   no data
110.92/27.81	c Decided on static restart strategy
122.09/30.68	c  N st    51    334560       392      1686         1     35158      5093    443766   no data   no data
133.27/33.49	c  N st    53    357414       392      1686         1     33133      5093    399494   no data   no data
133.27/33.49	c  S st    53    357414       392      1686         1     33133      5093    399494   no data   no data
133.67/33.57	c  S st    53    357917       392      1686         1     33632      5093    409724   no data   no data
133.67/33.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
133.67/33.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
133.67/33.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
133.67/33.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
133.67/33.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
133.67/33.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
133.67/33.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
133.67/33.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
134.06/33.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
134.90/33.89	c lits-rem:       179  cl-subs:     1892  v-elim:      0  v-fix:    0  time:  0.28 s
134.90/33.89	c vivif2 --  cl tried     1686 cl shrink        0 lits rem          0 time: 0.00
134.90/33.89	c vivif2 --  cl tried    31740 cl shrink        0 lits rem          0 time: 0.00
135.26/33.91	c asymm  cl-useful: 0/1686/1686 lits-rem:0 time: 0.02
135.26/33.91	c calculated reachability. Time: 0.00
135.26/33.91	c  N st    53    357917       392      1686         1     31740      5093    378162   no data   no data
150.43/37.79	c  N st    54    390309       392      1686         1     37907      5093    487006   no data   no data
177.97/44.63	c  N st    55    438898       392      1686         1     31743      5093    343602   no data   no data
214.28/53.76	c  N st    56    511782       392      1686         1     45129      5093    582001   no data   no data
227.09/56.97	c  N st    57    536875       392      1686         1     39463      5093    460316   no data   no data
227.09/56.97	c  S st    57    536875       392      1686         1     39463      5093    460316   no data   no data
227.45/57.07	c  S st    57    537380       392      1686         1     39965      5093    471187   no data   no data
227.45/57.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
227.45/57.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
227.45/57.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
227.45/57.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
227.45/57.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
227.45/57.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
227.45/57.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
227.45/57.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
227.85/57.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
229.06/57.42	c lits-rem:       105  cl-subs:     1678  v-elim:      0  v-fix:    0  time:  0.31 s
229.06/57.42	c vivif2 --  cl tried     1686 cl shrink        0 lits rem          0 time: 0.00
229.06/57.43	c vivif2 --  cl tried    38287 cl shrink        0 lits rem          0 time: 0.01
229.06/57.45	c asymm  cl-useful: 0/1686/1686 lits-rem:0 time: 0.02
229.06/57.45	c calculated reachability. Time: 0.00
229.06/57.45	c  N st    57    537380       392      1686         1     38287      5093    441955   no data   no data
327.64/82.20	c  N st    58    701366       392      1686         1     67060      5093    908289   no data   no data
396.27/99.39	c  N st    59    806071       392      1686         1     60896      5093    781592   no data   no data
396.27/99.39	c  S st    59    806071       392      1686         1     60896      5093    781592   no data   no data
397.07/99.56	c  S st    59    806573       392      1686         1     61397      5093    791847   no data   no data
397.07/99.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
397.07/99.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
397.07/99.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
397.07/99.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
397.07/99.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
397.07/99.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
397.07/99.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
397.47/99.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
397.47/99.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
405.05/101.51	c lits-rem:       424  cl-subs:     6012  v-elim:      0  v-fix:    0  time:  1.89 s
405.05/101.51	c vivif2 --  cl tried     1686 cl shrink        0 lits rem          0 time: 0.00
405.05/101.52	c vivif2 --  cl tried    55385 cl shrink        0 lits rem          0 time: 0.01
405.05/101.56	c asymm  cl-useful: 0/1686/1686 lits-rem:0 time: 0.04
405.05/101.56	c calculated reachability. Time: 0.00
405.05/101.56	c  N st    59    806573       392      1686         1     55385      5093    692196   no data   no data
583.84/146.31	c  F st    60   1071878       392      1686         1     71401      5093    961710   no data   no data
583.84/146.31	c  N st    60   1071878       392      1686         1     71401      5093    961710   no data   no data
589.04/147.66	c Decided on static restart strategy
608.19/152.46	c  N st    70   1100179       392      1686         1     55398      5093    609540   no data   no data
639.75/160.37	c  N st    72   1136172       392      1686         1     45779      5093    415302   no data   no data
665.69/166.84	c  N st    73   1168565       392      1686         1     77148      5093   1030355   no data   no data
697.18/174.74	c  N st    74   1209859       392      1686         1     71614      5093    910863   no data   no data
697.18/174.74	c  S st    74   1209859       392      1686         1     71614      5093    910863   no data   no data
697.98/174.97	c  S st    74   1210364       392      1686         1     72117      5093    921277   no data   no data
697.98/174.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
698.38/175.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
698.38/175.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
698.38/175.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
698.38/175.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
698.38/175.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
698.38/175.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
698.38/175.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
698.38/175.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
707.97/177.43	c lits-rem:       483  cl-subs:     6379  v-elim:      0  v-fix:    0  time:  2.38 s
707.97/177.43	c vivif2 --  cl tried     1686 cl shrink        0 lits rem          0 time: 0.00
707.97/177.44	c vivif2 --  cl tried    65738 cl shrink        0 lits rem          0 time: 0.01
707.97/177.49	c asymm  cl-useful: 0/1686/1686 lits-rem:0 time: 0.05
707.97/177.50	c calculated reachability. Time: 0.00
707.97/177.50	c  N st    74   1210364       392      1686         1     65738      5093    809652   no data   no data
779.01/195.27	c  N st    75   1283246       392      1686         1     89643      5093   1227651   no data   no data
874.79/219.20	c  N st    76   1392570       392      1686         1     50488      5093    450313   no data   no data
1030.06/258.13	c  N st    77   1556556       392      1686         1     55451      5093    517218   no data   no data
1179.33/295.59	c  N st    78   1710366       392      1686         1     96286      5093   1237085   no data   no data
1179.33/295.59	c  S st    78   1710366       392      1686         1     96286      5093   1237085   no data   no data
1180.90/295.90	c  S st    78   1710870       392      1686         1     96788      5093   1247414   no data   no data
1180.90/295.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1180.90/295.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1180.90/295.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1180.90/295.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1180.90/295.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1180.90/295.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
1180.90/295.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1180.90/295.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1181.30/296.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1204.45/301.88	c lits-rem:       780  cl-subs:    12922  v-elim:      0  v-fix:    0  time:  5.87 s
1204.45/301.88	c vivif2 --  cl tried     1686 cl shrink        0 lits rem          0 time: 0.00
1204.85/301.90	c vivif2 --  cl tried    83866 cl shrink        0 lits rem          0 time: 0.02
1204.85/301.98	c asymm  cl-useful: 0/1686/1686 lits-rem:0 time: 0.07
1204.85/301.98	c calculated reachability. Time: 0.00
1204.85/301.98	c  N st    78   1710870       392      1686         1     83866      5093   1051911   no data   no data
1581.59/396.39	c  N st    79   2079834       392      1686         1     95809      5093   1160254   no data   no data
1723.69/431.94	c  N st    80   2210871       392      1686         1     99592      5093   1255765   no data   no data
1723.69/431.94	c  S st    80   2210871       392      1686         1     99592      5093   1255765   no data   no data
1724.87/432.29	c  S st    80   2211377       392      1686         1    100097      5093   1266570   no data   no data
1724.87/432.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1725.27/432.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1725.27/432.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1725.27/432.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1725.27/432.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1725.27/432.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
1725.27/432.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1725.27/432.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1725.27/432.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1745.64/437.41	c lits-rem:       969  cl-subs:    10325  v-elim:      0  v-fix:    0  time:  5.02 s
1745.64/437.41	c vivif2 --  cl tried     1686 cl shrink        0 lits rem          0 time: 0.00
1745.64/437.43	c vivif2 --  cl tried    89772 cl shrink        0 lits rem          0 time: 0.02
1746.05/437.51	c asymm  cl-useful: 0/1686/1686 lits-rem:0 time: 0.08
1746.05/437.51	c calculated reachability. Time: 0.00
1746.05/437.51	c  N st    80   2211377       392      1686         1     89772      5093   1094450   no data   no data
2283.61/572.20	c  N st    81   2711378       392      1686         1    113653      5093   1461509   no data   no data
2283.61/572.20	c  S st    81   2711378       392      1686         1    113653      5093   1461509   no data   no data
2284.81/572.57	c  S st    81   2711880       392      1686         1    114155      5093   1471912   no data   no data
2284.81/572.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2285.21/572.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
2285.21/572.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2285.21/572.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2285.21/572.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2285.21/572.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
2285.21/572.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2285.21/572.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2285.21/572.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2315.94/580.33	c lits-rem:       582  cl-subs:    12504  v-elim:      0  v-fix:    0  time:  7.64 s
2315.94/580.33	c vivif2 --  cl tried     1686 cl shrink        0 lits rem          0 time: 0.00
2315.94/580.36	c vivif2 --  cl tried   101651 cl shrink        0 lits rem          0 time: 0.02
2316.36/580.46	c asymm  cl-useful: 0/1686/1686 lits-rem:0 time: 0.10
2316.36/580.46	c calculated reachability. Time: 0.00
2316.36/580.46	c  N st    81   2711880       392      1686         1    101651      5093   1265564   no data   no data
2949.70/739.15	c  N st    82   3211881       392      1686         1     77864      5093    686870   no data   no data
2949.70/739.15	c  S st    82   3211881       392      1686         1     77864      5093    686870   no data   no data
2950.90/739.40	c  S st    82   3212383       392      1686         1     78365      5093    697353   no data   no data
2950.90/739.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2950.90/739.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
2950.90/739.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2950.90/739.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2950.90/739.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2950.90/739.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
2950.90/739.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2950.90/739.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2950.90/739.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2951.70/739.69	c lits-rem:        88  cl-subs:      887  v-elim:      0  v-fix:    0  time:  0.21 s
2951.70/739.69	c vivif2 --  cl tried     1686 cl shrink        0 lits rem          0 time: 0.00
2952.10/739.70	c vivif2 --  cl tried    77478 cl shrink        0 lits rem          0 time: 0.01
2952.10/739.76	c asymm  cl-useful: 0/1686/1686 lits-rem:0 time: 0.06
2952.10/739.77	c calculated reachability. Time: 0.00
2952.10/739.77	c  N st    82   3212383       392      1686         1     77478      5093    685021   no data   no data
3608.61/904.25	c  N st    83   3712384       392      1686         1     88343      5093    837620   no data   no data
3608.61/904.25	c  S st    83   3712384       392      1686         1     88343      5093    837620   no data   no data
3609.81/904.52	c  S st    83   3712887       392      1686         1     88838      5093    847977   no data   no data
3609.81/904.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3609.81/904.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3609.81/904.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3609.81/904.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3609.81/904.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3609.81/904.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
3609.81/904.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3609.81/904.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3610.21/904.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3611.85/905.03	c lits-rem:       143  cl-subs:     1459  v-elim:      0  v-fix:    0  time:  0.43 s
3611.85/905.03	c vivif2 --  cl tried     1686 cl shrink        0 lits rem          0 time: 0.00
3611.85/905.05	c vivif2 --  cl tried    87379 cl shrink        0 lits rem          0 time: 0.02
3612.20/905.12	c asymm  cl-useful: 0/1686/1686 lits-rem:0 time: 0.07
3612.20/905.13	c calculated reachability. Time: 0.00
3612.20/905.13	c  N st    83   3712887       392      1686         1     87379      5093    824698   no data   no data
3659.31/916.92	c  F st    84   3751562       392      1686         1    124493      5093   1552292   no data   no data
3659.31/916.92	c  N st    84   3751562       392      1686         1    124493      5093   1552292   no data   no data
3667.69/919.08	c Decided on static restart strategy
3703.21/927.93	c  N st    94   3779863       392      1686         1    151694      5093   2098613   no data   no data
3761.11/942.44	c  N st    96   3815857       392      1686         1    104352      5093   1111883   no data   no data
3800.98/952.48	c  N st    97   3848250       392      1686         1    135628      5093   1757432   no data   no data
3876.81/971.41	c  N st    98   3896842       392      1686         1     99524      5093   1017810   no data   no data
3978.98/997.03	c  N st    99   3969725       392      1686         1     86023      5093    752330   no data   no data
4127.44/1034.26	c  N st   100   4079050       392      1686         1    106477      5093   1131979   no data   no data
4303.85/1078.44	c  N st   101   4212888       392      1686         1    149669      5093   1974130   no data   no data
4303.85/1078.44	c  S st   101   4212888       392      1686         1    149669      5093   1974130   no data   no data
4305.84/1078.99	c  S st   101   4213391       392      1686         1    150171      5093   1984699   no data   no data
4305.84/1079.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4306.24/1079.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.07
4306.24/1079.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4306.24/1079.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4306.24/1079.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4306.24/1079.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    392 time:  0.00 s
4306.24/1079.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4306.64/1079.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4306.64/1079.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4371.33/1095.36	c lits-rem:      1258  cl-subs:    18183  v-elim:      0  v-fix:    0  time: 16.20 s
4371.33/1095.36	c vivif2 --  cl tried     1686 cl shrink        0 lits rem          0 time: 0.00
4371.33/1095.39	c vivif2 --  cl tried   131988 cl shrink        0 lits rem          0 time: 0.03
4372.08/1095.53	c asymm  cl-useful: 0/1686/1686 lits-rem:0 time: 0.14
4372.08/1095.53	c calculated reachability. Time: 0.00
4372.08/1095.53	c  N st   101   4213391       392      1686         1    131988      5093   1681011   no data   no data
4752.42/1190.87	c  N st   102   4459367       392      1686         1    106269      5093   1078897   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-3366481-1305405253/watcher-3366481-1305405253 -o /tmp/evaluation-result-3366481-1305405253/solver-3366481-1305405253 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366481-1305405253.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 5.65 7.47 7.38 2/292 3601
/proc/meminfo: memFree=15881980/32950928 swapFree=67111364/67111528
[pid=3601] ppid=3598 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/3601/stat : 3601 (strangenight2-m) R 3598 3601 2853 0 -1 4202496 407 0 0 0 0 0 0 0 18 0 4 0 108134759 52396032 348 33554432000 4194304 4580107 140733861527088 18446744073709551615 47478009350060 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3601/statm: 12792 348 299 95 0 7774 0
[pid=3601/tid=3604] ppid=3598 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/3601/task/3604/stat : 3604 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 108134759 52396032 348 33554432000 4194304 4580107 140733861527088 18446744073709551615 47478009350066 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3601/tid=3605] ppid=3598 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/3601/task/3605/stat : 3605 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 108134759 52396032 348 33554432000 4194304 4580107 140733861527088 18446744073709551615 218880621553 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3601/tid=3606] ppid=3598 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/3601/task/3606/stat : 3606 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108134759 52396032 348 33554432000 4194304 4580107 140733861527088 18446744073709551615 47478009350066 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.03941 s]
/proc/loadavg: 5.65 7.47 7.38 2/292 3601
/proc/meminfo: memFree=15881980/32950928 swapFree=67111364/67111528
[pid=3601] ppid=3598 vsize=284204 CPUtime=3.41 cores=0,2,4,6
/proc/3601/stat : 3601 (strangenight2-m) R 3598 3601 2853 0 -1 4202496 4634 0 0 0 341 0 0 0 19 0 4 0 108134759 291024896 2429 33554432000 4194304 4580107 140733861527088 18446744073709551615 4293204 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3601/statm: 71051 2429 377 95 0 66033 0
[pid=3601/tid=3604] ppid=3598 vsize=284204 CPUtime=0.85 cores=0,2,4,6
/proc/3601/task/3604/stat : 3604 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 1117 0 0 0 85 0 0 0 18 0 4 0 108134759 291024896 2429 33554432000 4194304 4580107 140733861527088 18446744073709551615 4320650 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3601/tid=3605] ppid=3598 vsize=284204 CPUtime=0.84 cores=0,2,4,6
/proc/3601/task/3605/stat : 3605 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 1049 0 0 0 84 0 0 0 19 0 4 0 108134759 291024896 2429 33554432000 4194304 4580107 140733861527088 18446744073709551615 4321020 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3601/tid=3606] ppid=3598 vsize=284204 CPUtime=0.85 cores=0,2,4,6
/proc/3601/task/3606/stat : 3606 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 997 0 0 0 85 0 0 0 19 0 4 0 108134759 291024896 2429 33554432000 4194304 4580107 140733861527088 18446744073709551615 4293192 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 284204

[startup+0.962913 s]
/proc/loadavg: 5.65 7.47 7.38 2/292 3601
/proc/meminfo: memFree=15881980/32950928 swapFree=67111364/67111528
[pid=3601] ppid=3598 vsize=284204 CPUtime=3.81 cores=0,2,4,6
/proc/3601/stat : 3601 (strangenight2-m) R 3598 3601 2853 0 -1 4202496 4852 0 0 0 381 0 0 0 19 0 4 0 108134759 291024896 2647 33554432000 4194304 4580107 140733861527088 18446744073709551615 4293182 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3601/statm: 71051 2647 377 95 0 66033 0
[pid=3601/tid=3604] ppid=3598 vsize=284204 CPUtime=0.95 cores=0,2,4,6
/proc/3601/task/3604/stat : 3604 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 1173 0 0 0 95 0 0 0 19 0 4 0 108134759 291024896 2647 33554432000 4194304 4580107 140733861527088 18446744073709551615 4306054 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3601/tid=3605] ppid=3598 vsize=284204 CPUtime=0.94 cores=0,2,4,6
/proc/3601/task/3605/stat : 3605 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 1104 0 0 0 94 0 0 0 19 0 4 0 108134759 291024896 2647 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3601/tid=3606] ppid=3598 vsize=284204 CPUtime=0.95 cores=0,2,4,6
/proc/3601/task/3606/stat : 3606 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 1046 0 0 0 95 0 0 0 19 0 4 0 108134759 291024896 2647 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 284204

[startup+1.00091 s]
/proc/loadavg: 5.65 7.47 7.38 2/292 3601
/proc/meminfo: memFree=15881980/32950928 swapFree=67111364/67111528
[pid=3601] ppid=3598 vsize=284204 CPUtime=3.96 cores=0,2,4,6
/proc/3601/stat : 3601 (strangenight2-m) R 3598 3601 2853 0 -1 4202496 4944 0 0 0 396 0 0 0 19 0 4 0 108134759 291024896 2739 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3601/statm: 71051 2739 377 95 0 66033 0
[pid=3601/tid=3604] ppid=3598 vsize=284204 CPUtime=0.99 cores=0,2,4,6
/proc/3601/task/3604/stat : 3604 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 1189 0 0 0 99 0 0 0 19 0 4 0 108134759 291024896 2740 33554432000 4194304 4580107 140733861527088 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3601/tid=3605] ppid=3598 vsize=284204 CPUtime=0.98 cores=0,2,4,6
/proc/3601/task/3605/stat : 3605 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 1122 0 0 0 98 0 0 0 19 0 4 0 108134759 291024896 2740 33554432000 4194304 4580107 140733861527088 18446744073709551615 4306299 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3601/tid=3606] ppid=3598 vsize=284204 CPUtime=0.99 cores=0,2,4,6
/proc/3601/task/3606/stat : 3606 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 1086 0 0 0 99 0 0 0 19 0 4 0 108134759 291024896 2740 33554432000 4194304 4580107 140733861527088 18446744073709551615 4306041 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 284204

[startup+1.10089 s]
/proc/loadavg: 5.65 7.47 7.38 2/292 3601
/proc/meminfo: memFree=15881980/32950928 swapFree=67111364/67111528
[pid=3601] ppid=3598 vsize=284412 CPUtime=4.36 cores=0,2,4,6
/proc/3601/stat : 3601 (strangenight2-m) R 3598 3601 2853 0 -1 4202496 5345 0 0 0 436 0 0 0 19 0 4 0 108134759 291237888 2864 33554432000 4194304 4580107 140733861527088 18446744073709551615 4295723 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3601/statm: 71103 2864 378 95 0 66085 0
[pid=3601/tid=3604] ppid=3598 vsize=284412 CPUtime=1.09 cores=0,2,4,6
/proc/3601/task/3604/stat : 3604 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 1262 0 0 0 109 0 0 0 19 0 4 0 108134759 291237888 2864 33554432000 4194304 4580107 140733861527088 18446744073709551615 4340603 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3601/tid=3605] ppid=3598 vsize=284412 CPUtime=1.08 cores=0,2,4,6
/proc/3601/task/3605/stat : 3605 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 1194 0 0 0 108 0 0 0 19 0 4 0 108134759 291237888 2864 33554432000 4194304 4580107 140733861527088 18446744073709551615 4304894 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3601/tid=3606] ppid=3598 vsize=284412 CPUtime=1.09 cores=0,2,4,6
/proc/3601/task/3606/stat : 3606 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 1272 0 0 0 109 0 0 0 19 0 4 0 108134759 291237888 2864 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294574 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 284412

[startup+1.50082 s]
/proc/loadavg: 5.65 7.47 7.38 2/292 3601
/proc/meminfo: memFree=15881980/32950928 swapFree=67111364/67111528
[pid=3601] ppid=3598 vsize=284616 CPUtime=5.97 cores=0,2,4,6
/proc/3601/stat : 3601 (strangenight2-m) R 3598 3601 2853 0 -1 4202496 7585 0 0 0 596 1 0 0 20 0 4 0 108134759 291446784 4115 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3601/statm: 71154 4115 379 95 0 66136 0
[pid=3601/tid=3604] ppid=3598 vsize=284616 CPUtime=1.49 cores=0,2,4,6
/proc/3601/task/3604/stat : 3604 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 1584 0 0 0 149 0 0 0 19 0 4 0 108134759 291446784 4115 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3601/tid=3605] ppid=3598 vsize=284616 CPUtime=1.48 cores=0,2,4,6
/proc/3601/task/3605/stat : 3605 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 1505 0 0 0 148 0 0 0 20 0 4 0 108134759 291446784 4115 33554432000 4194304 4580107 140733861527088 18446744073709551615 4321646 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3601/tid=3606] ppid=3598 vsize=284616 CPUtime=1.49 cores=0,2,4,6
/proc/3601/task/3606/stat : 3606 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 1477 0 0 0 149 0 0 0 20 0 4 0 108134759 291446784 4115 33554432000 4194304 4580107 140733861527088 18446744073709551615 4320840 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 284616

[startup+3.10054 s]
/proc/loadavg: 5.65 7.47 7.38 10/302 3611
/proc/meminfo: memFree=15811152/32950928 swapFree=67111364/67111528
[pid=3601] ppid=3598 vsize=286972 CPUtime=12.35 cores=0,2,4,6
/proc/3601/stat : 3601 (strangenight2-m) R 3598 3601 2853 0 -1 4202496 15951 0 0 0 1233 2 0 0 25 0 4 0 108134759 293859328 7770 33554432000 4194304 4580107 140733861527088 18446744073709551615 4293204 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3601/statm: 71743 7770 379 95 0 66725 0
[pid=3601/tid=3604] ppid=3598 vsize=286972 CPUtime=3.08 cores=0,2,4,6
/proc/3601/task/3604/stat : 3604 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 3617 0 0 0 308 0 0 0 25 0 4 0 108134759 293859328 7770 33554432000 4194304 4580107 140733861527088 18446744073709551615 4293097 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3601/tid=3605] ppid=3598 vsize=286972 CPUtime=3.06 cores=0,2,4,6
/proc/3601/task/3605/stat : 3605 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 4241 0 0 0 306 0 0 0 25 0 4 0 108134759 293859328 7770 33554432000 4194304 4580107 140733861527088 18446744073709551615 4295735 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3601/tid=3606] ppid=3598 vsize=286972 CPUtime=3.09 cores=0,2,4,6
/proc/3601/task/3606/stat : 3606 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 3870 0 0 0 309 0 0 0 25 0 4 0 108134759 293859328 7770 33554432000 4194304 4580107 140733861527088 18446744073709551615 4293704 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 286972

[startup+6.31098 s]
/proc/loadavg: 5.84 7.47 7.39 10/302 3611
/proc/meminfo: memFree=15787220/32950928 swapFree=67111364/67111528
[pid=3601] ppid=3598 vsize=290416 CPUtime=25.16 cores=0,2,4,6
/proc/3601/stat : 3601 (strangenight2-m) R 3598 3601 2853 0 -1 4202496 24678 0 0 0 2512 4 0 0 25 0 4 0 108134759 297385984 10772 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3601/statm: 72604 10772 379 95 0 67586 0
[pid=3601/tid=3604] ppid=3598 vsize=290416 CPUtime=6.3 cores=0,2,4,6
/proc/3601/task/3604/stat : 3604 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 6242 0 0 0 629 1 0 0 25 0 4 0 108134759 297385984 10772 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3601/tid=3605] ppid=3598 vsize=290416 CPUtime=6.23 cores=0,2,4,6
/proc/3601/task/3605/stat : 3605 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 6827 0 0 0 623 0 0 0 25 0 4 0 108134759 297385984 10772 33554432000 4194304 4580107 140733861527088 18446744073709551615 4293134 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3601/tid=3606] ppid=3598 vsize=290416 CPUtime=6.29 cores=0,2,4,6
/proc/3601/task/3606/stat : 3606 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 5524 0 0 0 629 0 0 0 25 0 4 0 108134759 297385984 10772 33554432000 4194304 4580107 140733861527088 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 290416

[startup+12.7009 s]
/proc/loadavg: 6.09 7.50 7.39 10/302 3611
/proc/meminfo: memFree=15757812/32950928 swapFree=67111364/67111528
[pid=3601] ppid=3598 vsize=291136 CPUtime=50.66 cores=0,2,4,6
/proc/3601/stat : 3601 (strangenight2-m) R 3598 3601 2853 0 -1 4202496 39298 0 0 0 5059 7 0 0 25 0 4 0 108134759 298123264 15120 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294634 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3601/statm: 72784 15120 379 95 0 67766 0
[pid=3601/tid=3604] ppid=3598 vsize=291136 CPUtime=12.69 cores=0,2,4,6
/proc/3601/task/3604/stat : 3604 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 9728 0 0 0 1267 2 0 0 25 0 4 0 108134759 298123264 15120 33554432000 4194304 4580107 140733861527088 18446744073709551615 4293184 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3601/tid=3605] ppid=3598 vsize=291136 CPUtime=12.57 cores=0,2,4,6
/proc/3601/task/3605/stat : 3605 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 9451 0 0 0 1256 1 0 0 25 0 4 0 108134759 298123264 15120 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3601/tid=3606] ppid=3598 vsize=291136 CPUtime=12.69 cores=0,2,4,6
/proc/3601/task/3606/stat : 3606 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 9417 0 0 0 1268 1 0 0 25 0 4 0 108134759 298123264 15120 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 291136

[startup+25.5006 s]
/proc/loadavg: 6.51 7.52 7.40 10/302 3612
/proc/meminfo: memFree=15720692/32950928 swapFree=67111364/67111528
[pid=3601] ppid=3598 vsize=283520 CPUtime=101.74 cores=0,2,4,6
/proc/3601/stat : 3601 (strangenight2-m) R 3598 3601 2853 0 -1 4202496 59622 0 0 0 10162 12 0 0 25 0 4 0 108134759 290324480 20886 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294595 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3601/statm: 70880 20886 379 95 0 65862 0
[pid=3601/tid=3604] ppid=3598 vsize=283520 CPUtime=25.48 cores=0,2,4,6
/proc/3601/task/3604/stat : 3604 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 15068 0 0 0 2545 3 0 0 25 0 4 0 108134759 290324480 20886 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3601/tid=3605] ppid=3598 vsize=283520 CPUtime=25.26 cores=0,2,4,6
/proc/3601/task/3605/stat : 3605 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 14749 0 0 0 2523 3 0 0 25 0 4 0 108134759 290324480 20886 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3601/tid=3606] ppid=3598 vsize=283520 CPUtime=25.48 cores=0,2,4,6
/proc/3601/task/3606/stat : 3606 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 14010 0 0 0 2546 2 0 0 25 0 4 0 108134759 290324480 20886 33554432000 4194304 4580107 140733861527088 18446744073709551615 4316745 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 283520

[startup+51.1012 s]
/proc/loadavg: 7.08 7.58 7.42 9/302 3612
/proc/meminfo: memFree=15680144/32950928 swapFree=67111364/67111528
[pid=3601] ppid=3598 vsize=275760 CPUtime=203.91 cores=0,2,4,6
/proc/3601/stat : 3601 (strangenight2-m) R 3598 3601 2853 0 -1 4202496 89893 0 0 0 20369 22 0 0 25 0 4 0 108134759 282378240 26255 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3601/statm: 68940 26255 379 95 0 63922 0
[pid=3601/tid=3604] ppid=3598 vsize=275760 CPUtime=51.08 cores=0,2,4,6
/proc/3601/task/3604/stat : 3604 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 23092 0 0 0 5103 5 0 0 25 0 4 0 108134759 282378240 26255 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3601/tid=3605] ppid=3598 vsize=275760 CPUtime=50.63 cores=0,2,4,6
/proc/3601/task/3605/stat : 3605 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 22321 0 0 0 5058 5 0 0 25 0 4 0 108134759 282378240 26255 33554432000 4194304 4580107 140733861527088 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3601/tid=3606] ppid=3598 vsize=275760 CPUtime=51.08 cores=0,2,4,6
/proc/3601/task/3606/stat : 3606 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 21356 0 0 0 5104 4 0 0 25 0 4 0 108134759 282378240 26255 33554432000 4194304 4580107 140733861527088 18446744073709551615 4318260 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.91
Current children cumulated vsize (KiB) 275760

[startup+102.3 s]
/proc/loadavg: 7.71 7.67 7.46 9/302 3615
/proc/meminfo: memFree=15640568/32950928 swapFree=67111364/67111528
[pid=3601] ppid=3598 vsize=296972 CPUtime=408.24 cores=0,2,4,6
/proc/3601/stat : 3601 (strangenight2-m) R 3598 3601 2853 0 -1 4202496 136306 0 0 0 40787 37 0 0 25 0 4 0 108134759 304099328 33482 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3601/statm: 74243 33482 379 95 0 69225 0
[pid=3601/tid=3604] ppid=3598 vsize=296972 CPUtime=102.28 cores=0,2,4,6
/proc/3601/task/3604/stat : 3604 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 34346 0 0 0 10220 8 0 0 25 0 4 0 108134759 304099328 33482 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294127 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3601/tid=3605] ppid=3598 vsize=296972 CPUtime=101.36 cores=0,2,4,6
/proc/3601/task/3605/stat : 3605 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 32932 0 0 0 10128 8 0 0 25 0 4 0 108134759 304099328 33482 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3601/tid=3606] ppid=3598 vsize=296972 CPUtime=102.28 cores=0,2,4,6
/proc/3601/task/3606/stat : 3606 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 34037 0 0 0 10219 9 0 0 25 0 4 0 108134759 304099328 33482 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.24
Current children cumulated vsize (KiB) 296972

[startup+162.301 s]

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

[pid=3601] ppid=3598 vsize=500444 CPUtime=2563.38 cores=0,2,4,6
/proc/3601/stat : 3601 (strangenight2-m) R 3598 3601 2853 0 -1 4202496 410154 0 0 0 256199 139 0 0 25 0 4 0 108134759 512454656 69542 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3601/statm: 125111 69542 379 95 0 120093 0
[pid=3601/tid=3604] ppid=3598 vsize=500444 CPUtime=642.29 cores=0,2,4,6
/proc/3601/task/3604/stat : 3604 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 104877 0 0 0 64195 34 0 0 25 0 4 0 108134759 512454656 69542 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3601/tid=3605] ppid=3598 vsize=500444 CPUtime=636.46 cores=0,2,4,6
/proc/3601/task/3605/stat : 3605 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 99532 0 0 0 63614 32 0 0 25 0 4 0 108134759 512454656 69542 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294449 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3601/tid=3606] ppid=3598 vsize=500444 CPUtime=642.3 cores=0,2,4,6
/proc/3601/task/3606/stat : 3606 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 99783 0 0 0 64196 34 0 0 25 0 4 0 108134759 512454656 69542 33554432000 4194304 4580107 140733861527088 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2563.38
Current children cumulated vsize (KiB) 500444

[startup+702.301 s]
/proc/loadavg: 8.10 8.05 7.75 9/302 3631
/proc/meminfo: memFree=15289664/32950928 swapFree=67111364/67111528
[pid=3601] ppid=3598 vsize=500556 CPUtime=2802.84 cores=0,2,4,6
/proc/3601/stat : 3601 (strangenight2-m) R 3598 3601 2853 0 -1 4202496 431716 0 0 0 280136 148 0 0 25 0 4 0 108134759 512569344 79011 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294458 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3601/statm: 125139 79011 379 95 0 120121 0
[pid=3601/tid=3604] ppid=3598 vsize=500556 CPUtime=702.29 cores=0,2,4,6
/proc/3601/task/3604/stat : 3604 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 111325 0 0 0 70192 37 0 0 25 0 4 0 108134759 512569344 79011 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3601/tid=3605] ppid=3598 vsize=500556 CPUtime=695.91 cores=0,2,4,6
/proc/3601/task/3605/stat : 3605 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 103470 0 0 0 69559 32 0 0 25 0 4 0 108134759 512569344 79011 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3601/tid=3606] ppid=3598 vsize=500556 CPUtime=702.3 cores=0,2,4,6
/proc/3601/task/3606/stat : 3606 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 105429 0 0 0 70193 37 0 0 25 0 4 0 108134759 512569344 79011 33554432000 4194304 4580107 140733861527088 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2802.84
Current children cumulated vsize (KiB) 500556

[startup+762.301 s]
/proc/loadavg: 8.13 8.07 7.77 10/302 3632
/proc/meminfo: memFree=15274996/32950928 swapFree=67111364/67111528
[pid=3601] ppid=3598 vsize=500644 CPUtime=3042.3 cores=0,2,4,6
/proc/3601/stat : 3601 (strangenight2-m) R 3598 3601 2853 0 -1 4202496 450995 0 0 0 304075 155 0 0 25 0 4 0 108134759 512659456 83186 33554432000 4194304 4580107 140733861527088 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3601/statm: 125161 83186 379 95 0 120143 0
[pid=3601/tid=3604] ppid=3598 vsize=500644 CPUtime=762.29 cores=0,2,4,6
/proc/3601/task/3604/stat : 3604 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 114101 0 0 0 76191 38 0 0 25 0 4 0 108134759 512659456 83186 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3601/tid=3605] ppid=3598 vsize=500644 CPUtime=755.37 cores=0,2,4,6
/proc/3601/task/3605/stat : 3605 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 108936 0 0 0 75503 34 0 0 25 0 4 0 108134759 512659456 83186 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3601/tid=3606] ppid=3598 vsize=500644 CPUtime=762.3 cores=0,2,4,6
/proc/3601/task/3606/stat : 3606 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 111259 0 0 0 76190 40 0 0 25 0 4 0 108134759 512659456 83186 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3042.3
Current children cumulated vsize (KiB) 500644

[startup+822.301 s]
/proc/loadavg: 8.18 8.08 7.80 10/302 3634
/proc/meminfo: memFree=15267408/32950928 swapFree=67111364/67111528
[pid=3601] ppid=3598 vsize=591508 CPUtime=3281.76 cores=0,2,4,6
/proc/3601/stat : 3601 (strangenight2-m) R 3598 3601 2853 0 -1 4202496 473720 0 0 0 328012 164 0 0 25 0 4 0 108134759 605704192 85307 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3601/statm: 147877 85307 379 95 0 142859 0
[pid=3601/tid=3604] ppid=3598 vsize=591508 CPUtime=822.3 cores=0,2,4,6
/proc/3601/task/3604/stat : 3604 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 119915 0 0 0 82189 41 0 0 25 0 4 0 108134759 605704192 85307 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3601/tid=3605] ppid=3598 vsize=591508 CPUtime=814.83 cores=0,2,4,6
/proc/3601/task/3605/stat : 3605 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 112500 0 0 0 81448 35 0 0 25 0 4 0 108134759 605704192 85307 33554432000 4194304 4580107 140733861527088 18446744073709551615 4293685 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3601/tid=3606] ppid=3598 vsize=591508 CPUtime=822.3 cores=0,2,4,6
/proc/3601/task/3606/stat : 3606 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 117982 0 0 0 82187 43 0 0 25 0 4 0 108134759 605704192 85307 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3281.76
Current children cumulated vsize (KiB) 591508

[startup+882.3 s]
/proc/loadavg: 8.15 8.08 7.81 9/302 3635
/proc/meminfo: memFree=15241724/32950928 swapFree=67111364/67111528
[pid=3601] ppid=3598 vsize=591724 CPUtime=3521.21 cores=0,2,4,6
/proc/3601/stat : 3601 (strangenight2-m) R 3598 3601 2853 0 -1 4202496 495724 0 0 0 351948 173 0 0 25 0 4 0 108134759 605925376 91298 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3601/statm: 147931 91298 379 95 0 142913 0
[pid=3601/tid=3604] ppid=3598 vsize=591724 CPUtime=882.29 cores=0,2,4,6
/proc/3601/task/3604/stat : 3604 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 124583 0 0 0 88186 43 0 0 25 0 4 0 108134759 605925376 91298 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3601/tid=3605] ppid=3598 vsize=591724 CPUtime=874.28 cores=0,2,4,6
/proc/3601/task/3605/stat : 3605 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 118266 0 0 0 87391 37 0 0 25 0 4 0 108134759 605925376 91298 33554432000 4194304 4580107 140733861527088 18446744073709551615 4321304 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3601/tid=3606] ppid=3598 vsize=591724 CPUtime=882.29 cores=0,2,4,6
/proc/3601/task/3606/stat : 3606 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 123722 0 0 0 88184 45 0 0 25 0 4 0 108134759 605925376 91298 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3521.21
Current children cumulated vsize (KiB) 591724

[startup+942.301 s]
/proc/loadavg: 8.12 8.08 7.83 10/302 3637
/proc/meminfo: memFree=15242808/32950928 swapFree=67111364/67111528
[pid=3601] ppid=3598 vsize=579176 CPUtime=3760.69 cores=0,2,4,6
/proc/3601/stat : 3601 (strangenight2-m) R 3598 3601 2853 0 -1 4202496 515478 0 0 0 375889 180 0 0 25 0 4 0 108134759 593076224 91478 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3601/statm: 144794 91478 379 95 0 139776 0
[pid=3601/tid=3604] ppid=3598 vsize=579176 CPUtime=942.31 cores=0,2,4,6
/proc/3601/task/3604/stat : 3604 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 127564 0 0 0 94185 46 0 0 25 0 4 0 108134759 593076224 91480 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3601/tid=3605] ppid=3598 vsize=579176 CPUtime=933.74 cores=0,2,4,6
/proc/3601/task/3605/stat : 3605 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 125280 0 0 0 93335 39 0 0 25 0 4 0 108134759 593076224 91480 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3601/tid=3606] ppid=3598 vsize=579176 CPUtime=942.31 cores=0,2,4,6
/proc/3601/task/3606/stat : 3606 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 128210 0 0 0 94185 46 0 0 25 0 4 0 108134759 593076224 91480 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3760.69
Current children cumulated vsize (KiB) 579176

[startup+1002.3 s]
/proc/loadavg: 8.11 8.08 7.84 10/302 3639
/proc/meminfo: memFree=15253708/32950928 swapFree=67111364/67111528
[pid=3601] ppid=3598 vsize=501724 CPUtime=4000.14 cores=0,2,4,6
/proc/3601/stat : 3601 (strangenight2-m) R 3598 3601 2853 0 -1 4202496 528378 0 0 0 399826 188 0 0 25 0 4 0 108134759 513765376 84410 33554432000 4194304 4580107 140733861527088 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3601/statm: 125431 84410 379 95 0 120413 0
[pid=3601/tid=3604] ppid=3598 vsize=501724 CPUtime=1002.3 cores=0,2,4,6
/proc/3601/task/3604/stat : 3604 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 128821 0 0 0 100183 47 0 0 25 0 4 0 108134759 513765376 84410 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3601/tid=3605] ppid=3598 vsize=501724 CPUtime=993.2 cores=0,2,4,6
/proc/3601/task/3605/stat : 3605 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 129673 0 0 0 99278 42 0 0 25 0 4 0 108134759 513765376 84410 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3601/tid=3606] ppid=3598 vsize=501724 CPUtime=1002.3 cores=0,2,4,6
/proc/3601/task/3606/stat : 3606 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 131290 0 0 0 100182 48 0 0 25 0 4 0 108134759 513765376 84410 33554432000 4194304 4580107 140733861527088 18446744073709551615 4318711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4000.14
Current children cumulated vsize (KiB) 501724

[startup+1062.31 s]
/proc/loadavg: 8.10 8.08 7.85 9/302 3640
/proc/meminfo: memFree=15249316/32950928 swapFree=67111364/67111528
[pid=3601] ppid=3598 vsize=514688 CPUtime=4239.63 cores=0,2,4,6
/proc/3601/stat : 3601 (strangenight2-m) R 3598 3601 2853 0 -1 4202496 546045 0 0 0 423769 194 0 0 25 0 4 0 108134759 527040512 87441 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3601/statm: 128672 87441 379 95 0 123654 0
[pid=3601/tid=3604] ppid=3598 vsize=514688 CPUtime=1062.32 cores=0,2,4,6
/proc/3601/task/3604/stat : 3604 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 134058 0 0 0 106183 49 0 0 25 0 4 0 108134759 527040512 87441 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3601/tid=3605] ppid=3598 vsize=514688 CPUtime=1052.65 cores=0,2,4,6
/proc/3601/task/3605/stat : 3605 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 132314 0 0 0 105223 42 0 0 25 0 4 0 108134759 527040512 87441 33554432000 4194304 4580107 140733861527088 18446744073709551615 4293691 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3601/tid=3606] ppid=3598 vsize=514688 CPUtime=1062.31 cores=0,2,4,6
/proc/3601/task/3606/stat : 3606 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 136880 0 0 0 106180 51 0 0 25 0 4 0 108134759 527040512 87441 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4239.63
Current children cumulated vsize (KiB) 514688

[startup+1122.3 s]
/proc/loadavg: 8.09 8.08 7.86 9/302 3642
/proc/meminfo: memFree=15238268/32950928 swapFree=67111364/67111528
[pid=3601] ppid=3598 vsize=580324 CPUtime=4479.04 cores=0,2,4,6
/proc/3601/stat : 3601 (strangenight2-m) R 3598 3601 2853 0 -1 4202496 565259 0 0 0 447703 201 0 0 25 0 4 0 108134759 594251776 94644 33554432000 4194304 4580107 140733861527088 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3601/statm: 145081 94644 379 95 0 140063 0
[pid=3601/tid=3604] ppid=3598 vsize=580324 CPUtime=1122.3 cores=0,2,4,6
/proc/3601/task/3604/stat : 3604 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 137765 0 0 0 112180 50 0 0 25 0 4 0 108134759 594251776 94644 33554432000 4194304 4580107 140733861527088 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3601/tid=3605] ppid=3598 vsize=580324 CPUtime=1112.1 cores=0,2,4,6
/proc/3601/task/3605/stat : 3605 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 137428 0 0 0 111166 44 0 0 25 0 4 0 108134759 594251776 94644 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3601/tid=3606] ppid=3598 vsize=580324 CPUtime=1122.3 cores=0,2,4,6
/proc/3601/task/3606/stat : 3606 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 141772 0 0 0 112177 53 0 0 25 0 4 0 108134759 594251776 94644 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4479.04
Current children cumulated vsize (KiB) 580324

[startup+1182.3 s]
/proc/loadavg: 8.12 8.09 7.88 10/302 3643
/proc/meminfo: memFree=15191236/32950928 swapFree=67111364/67111528
[pid=3601] ppid=3598 vsize=580544 CPUtime=4718.5 cores=0,2,4,6
/proc/3601/stat : 3601 (strangenight2-m) R 3598 3601 2853 0 -1 4202496 580862 0 0 0 471643 207 0 0 25 0 4 0 108134759 594477056 104443 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3601/statm: 145136 104443 379 95 0 140118 0
[pid=3601/tid=3604] ppid=3598 vsize=580544 CPUtime=1182.3 cores=0,2,4,6
/proc/3601/task/3604/stat : 3604 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 143174 0 0 0 118178 52 0 0 25 0 4 0 108134759 594477056 104443 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3601/tid=3605] ppid=3598 vsize=580544 CPUtime=1171.54 cores=0,2,4,6
/proc/3601/task/3605/stat : 3605 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 141756 0 0 0 117109 45 0 0 25 0 4 0 108134759 594477056 104443 33554432000 4194304 4580107 140733861527088 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3601/tid=3606] ppid=3598 vsize=580544 CPUtime=1182.3 cores=0,2,4,6
/proc/3601/task/3606/stat : 3606 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 145949 0 0 0 118175 55 0 0 25 0 4 0 108134759 594477056 104443 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4718.5
Current children cumulated vsize (KiB) 580544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.15 8.10 7.89 9/302 3644
/proc/meminfo: memFree=15164444/32950928 swapFree=67111364/67111528
[pid=3601] ppid=3598 vsize=646136 CPUtime=4800.33 cores=0,2,4,6
/proc/3601/stat : 3601 (strangenight2-m) R 3598 3601 2853 0 -1 4202496 589160 0 0 0 479823 210 0 0 25 0 4 0 108134759 661643264 109843 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294581 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3601/statm: 161534 109843 379 95 0 156516 0
[pid=3601/tid=3604] ppid=3598 vsize=646136 CPUtime=1202.81 cores=0,2,4,6
/proc/3601/task/3604/stat : 3604 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 144407 0 0 0 120228 53 0 0 25 0 4 0 108134759 661643264 109844 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3601/tid=3605] ppid=3598 vsize=646136 CPUtime=1191.86 cores=0,2,4,6
/proc/3601/task/3605/stat : 3605 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 143892 0 0 0 119140 46 0 0 25 0 4 0 108134759 661643264 109844 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3601/tid=3606] ppid=3598 vsize=646136 CPUtime=1202.82 cores=0,2,4,6
/proc/3601/task/3606/stat : 3606 (strangenight2-m) R 3598 3601 2853 0 -1 4202560 148763 0 0 0 120226 56 0 0 25 0 4 0 108134759 661643264 109844 33554432000 4194304 4580107 140733861527088 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 646136

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): 1202.84
CPU time (s): 4800.4
CPU user time (s): 4798.27
CPU system time (s): 2.12868
CPU usage (%): 399.089
Max. virtual memory (cumulated for all children) (KiB): 646136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.27
system time used= 2.12868
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 589162
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= 375
involuntary context switches= 23108

runsolver used 3.15552 second user time and 7.80881 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-14 22:34:13
IDJOB=3366481
IDBENCH=82890
IDSOLVER=1844
FILE ID=node112/3366481-1305405253
RUNJOBID= node112-1305405253-3581
PBS_JOBID= 13324474
Free space on /tmp= 73564 MiB

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

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

MD5SUM BENCH= 5ba52a7ac0a84086dc4098f6b5213446
RANDOM SEED=1118869990

node112.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.847
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.69
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.847
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	: 5180.45
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.847
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.76
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.847
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.82
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.847
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.61
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.847
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.847
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.847
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:     32950928 kB
MemFree:      15882540 kB
Buffers:        289948 kB
Cached:        2784544 kB
SwapCached:          0 kB
Active:       15070408 kB
Inactive:      1759984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15882540 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           10984 kB
Writeback:           0 kB
AnonPages:    13755396 kB
Mapped:          20848 kB
Slab:           132748 kB
PageTables:      41840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 34986528 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= 73552 MiB
End job on node112 at 2011-05-14 22:54:18