Trace number 3369340

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-1-mt (fixed)? (TO) 4800.27 1203.56

General information on the benchmark

NameSAT05/crafted/markstrom05/eulcbip/
eulcbip-7-UNSAT.shuffled-as.sat05-3936.cnf
MD5SUM151ccdb2c52c7f525fde5dca388bb6e6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.083986
Satisfiable
(Un)Satisfiability was proved
Number of variables135
Number of clauses672
Sum of the clauses size2684
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 30
Number of clauses of size 4670
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 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369340-1305417248.cnf'
0.00/0.01	c -- header says num vars:            135
0.00/0.01	c -- header says num clauses:         672
0.00/0.01	c -- clauses added:            0 learnts,          672 normals,            0 xors
0.00/0.01	c -- vars added        135
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       135       670         2         0      2684         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/670/670 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c Replacing        1 vars Replaced       18 lits Time:     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:    134 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.58/0.90	c lits-rem:       536  cl-subs:      134  v-elim:      0  v-fix:    0  time:  0.00 s
3.58/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.58/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.58/0.90	c calculated reachability. Time: 0.00
3.58/0.90	c Calc default polars -  time:   0.00 s pos:       0 undec:     135 neg:       0
3.58/0.90	c =========================================================================================
3.58/0.90	c types(t): F = full restart, N = normal restart
3.58/0.90	c types(t): S = simplification begin/end, E = solution found
3.58/0.90	c restart types(rt): st = static, dy = dynamic
3.58/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.58/0.90	c  B st     0         0       134       536         0         0      1608         0   no data   no data  --
3.58/0.90	c Decided on static restart strategy
3.58/0.90	c  N st     8      4918       134       536         0      4809      1608    124874   no data   no data  --
3.58/0.90	c  N st    10     11300       134       536         0      4432      1608     77653   no data   no data  --
3.58/0.90	c  N st    11     17044       134       536         0      9925      1608    243785   no data   no data  --
3.58/0.90	c  F st    12     25002       134       536         0     12091      1608    311242   no data   no data  --
3.58/0.90	c  N st    12     25002       134       536         0     12091      1608    311242   no data   no data  --
3.98/1.00	c Decided on static restart strategy
3.98/1.00	c  N st    18     30000       134       536         0     10493      1608    222480   no data   no data  --
3.98/1.00	c  S st    18     30000       134       536         0     10493      1608    222480   no data   no data  --
3.98/1.10	c  S st    18     30502       134       536         0     10995      1608    234441   no data   no data  --
3.98/1.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.98/1.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.98/1.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.98/1.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.98/1.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.98/1.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    134 time:  0.00 s
3.98/1.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.36/1.69	c lits-rem:       250  cl-subs:      159  v-elim:      0  v-fix:    0  time:  2.68 s
6.36/1.70	c asymm  cl-useful: 0/536/536 lits-rem:0 time: 0.02
6.76/1.70	c calculated reachability. Time: 0.00
6.76/1.70	c  N st    18     30502       134       536         0     10836      1608    229054   no data   no data  --
7.56/1.99	c  N st    20     37612       134       536         0     10119      1608    202948   no data   no data  --
8.78/2.28	c  N st    21     44011       134       536         0     16363      1608    393002   no data   no data  --
9.20/2.36	c  S st    22     45754       134       536         0      9328      1608    161765   no data   no data  --
9.20/2.38	c  S st    22     46259       134       536         0      9830      1608    173838   no data   no data  --
9.20/2.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.20/2.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.20/2.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.20/2.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.20/2.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.20/2.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    134 time:  0.00 s
9.20/2.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.35/2.62	c lits-rem:        47  cl-subs:       41  v-elim:      0  v-fix:    0  time:  0.93 s
10.35/2.62	c vivif2 --  cl tried      536 cl shrink        0 lits rem          0 time: 0.00
10.35/2.62	c vivif2 --  cl tried     9789 cl shrink        0 lits rem          0 time: 0.00
10.35/2.63	c asymm  cl-useful: 0/536/536 lits-rem:0 time: 0.02
10.35/2.63	c calculated reachability. Time: 0.00
10.35/2.63	c  N st    22     46259       134       536         0      9789      1608    172663   no data   no data  --
13.16/3.37	c  N st    23     60657       134       536         0     13868      1608    281310   no data   no data  --
15.14/3.85	c  N st    24     69388       134       536         0     11585      1608    194441   no data   no data  --
15.14/3.85	c  S st    24     69388       134       536         0     11585      1608    194441   no data   no data  --
15.14/3.87	c  S st    24     69888       134       536         0     12081      1608    205830   no data   no data  --
15.14/3.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.14/3.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.14/3.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
15.14/3.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.14/3.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.14/3.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    134 time:  0.00 s
15.14/3.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.55/4.43	c lits-rem:       320  cl-subs:      325  v-elim:      0  v-fix:    0  time:  2.18 s
17.55/4.43	c vivif2 --  cl tried      536 cl shrink        0 lits rem          0 time: 0.00
17.55/4.43	c vivif2 --  cl tried    11756 cl shrink        0 lits rem          0 time: 0.01
17.55/4.43	c asymm  cl-useful: 0/536/536 lits-rem:0 time: 0.02
17.55/4.43	c calculated reachability. Time: 0.00
17.55/4.43	c  N st    24     69888       134       536         0     11756      1608    196523   no data   no data  --
21.12/5.36	c  F st    25     87500       134       536         0     16629      1608    320147   no data   no data  --
21.12/5.36	c  N st    25     87500       134       536         0     16629      1608    320147   no data   no data  --
22.36/5.61	c Decided on static restart strategy
22.72/5.78	c  N st    32     95538       134       536         0     12199      1608    187105   no data   no data  --
24.71/6.26	c  N st    34    104837       134       536         0     21240      1608    450594   no data   no data  --
24.71/6.26	c  S st    34    104837       134       536         0     21240      1608    450594   no data   no data  --
25.11/6.30	c  S st    34    105338       134       536         0     21737      1608    461865   no data   no data  --
25.11/6.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.11/6.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.11/6.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
25.11/6.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.11/6.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.11/6.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    134 time:  0.00 s
25.11/6.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.72/7.73	c lits-rem:       528  cl-subs:      560  v-elim:      0  v-fix:    0  time:  5.65 s
30.72/7.73	c vivif2 --  cl tried      536 cl shrink        0 lits rem          0 time: 0.00
30.72/7.74	c vivif2 --  cl tried    21177 cl shrink        0 lits rem          0 time: 0.02
30.72/7.75	c asymm  cl-useful: 0/536/536 lits-rem:0 time: 0.04
30.72/7.75	c calculated reachability. Time: 0.00
30.72/7.75	c  N st    34    105338       134       536         0     21177      1608    445261   no data   no data  --
32.69/8.29	c  N st    35    114936       134       536         0     17065      1608    307592   no data   no data  --
36.67/9.23	c  N st    36    129335       134       536         0     16561      1608    282027   no data   no data  --
41.86/10.54	c  N st    37    150930       134       536         0     21749      1608    428250   no data   no data  --
43.47/10.99	c  S st    38    158008       134       536         0     28451      1608    626565   no data   no data  --
43.88/11.04	c  S st    38    158512       134       536         0     28954      1608    639217   no data   no data  --
43.88/11.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
43.88/11.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.88/11.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
43.88/11.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.88/11.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.88/11.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    134 time:  0.00 s
43.88/11.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
51.84/13.07	c lits-rem:      1054  cl-subs:     1875  v-elim:      0  v-fix:    0  time:  8.00 s
51.84/13.07	c vivif2 --  cl tried      536 cl shrink        0 lits rem          0 time: 0.00
51.84/13.08	c vivif2 --  cl tried    27079 cl shrink        0 lits rem          0 time: 0.02
51.84/13.09	c asymm  cl-useful: 0/536/536 lits-rem:0 time: 0.04
51.84/13.09	c calculated reachability. Time: 0.00
51.84/13.09	c  N st    38    158512       134       536         0     27079      1608    577794   no data   no data  --
66.99/16.83	c  N st    39    207101       134       536         0     21880      1608    387734   no data   no data  --
76.56/19.27	c  N st    40    237769       134       536         0     31755      1608    658270   no data   no data  --
76.56/19.27	c  S st    40    237769       134       536         0     31755      1608    658270   no data   no data  --
76.96/19.33	c  S st    40    238269       134       536         0     32253      1608    669405   no data   no data  --
76.96/19.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
76.96/19.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
76.96/19.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
76.96/19.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
76.96/19.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.96/19.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    134 time:  0.00 s
76.96/19.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
87.76/22.02	c lits-rem:      1739  cl-subs:     2767  v-elim:      0  v-fix:    0  time: 10.59 s
87.76/22.02	c vivif2 --  cl tried      536 cl shrink        0 lits rem          0 time: 0.00
87.76/22.02	c vivif2 --  cl tried    29486 cl shrink        0 lits rem          0 time: 0.03
87.76/22.03	c asymm  cl-useful: 0/536/536 lits-rem:0 time: 0.04
87.76/22.04	c calculated reachability. Time: 0.00
87.76/22.04	c  N st    40    238269       134       536         0     29486      1608    586751   no data   no data  --
109.69/27.52	c  F st    41    306250       134       536         0     31463      1608    601295   no data   no data  --
109.69/27.52	c  N st    41    306250       134       536         0     31463      1608    601295   no data   no data  --
110.86/27.88	c Decided on static restart strategy
118.05/29.70	c  N st    51    334551       134       536         0     36157      1608    729264   no data   no data  --
125.62/31.51	c  N st    53    357404       134       536         0     34418      1608    670543   no data   no data  --
125.62/31.51	c  S st    53    357404       134       536         0     34418      1608    670543   no data   no data  --
125.62/31.56	c  S st    53    357909       134       536         0     34920      1608    682590   no data   no data  --
125.62/31.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
125.62/31.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
125.62/31.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
125.62/31.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
125.62/31.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
125.62/31.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    134 time:  0.00 s
125.62/31.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
132.05/33.18	c lits-rem:       790  cl-subs:      548  v-elim:      0  v-fix:    0  time:  6.34 s
132.05/33.18	c vivif2 --  cl tried      536 cl shrink        0 lits rem          0 time: 0.00
132.05/33.19	c vivif2 --  cl tried    34372 cl shrink        0 lits rem          0 time: 0.03
132.40/33.20	c asymm  cl-useful: 0/536/536 lits-rem:0 time: 0.05
132.40/33.20	c calculated reachability. Time: 0.00
132.40/33.20	c  N st    53    357909       134       536         0     34372      1608    664042   no data   no data  --
143.57/36.08	c  N st    54    390301       134       536         0     40335      1608    826624   no data   no data  --
162.77/40.82	c  N st    55    438889       134       536         0     33856      1608    624931   no data   no data  --
189.45/47.52	c  N st    56    511771       134       536         0     46951      1608   1000800   no data   no data  --
198.22/49.73	c  N st    57    536863       134       536         0     41151      1608    775347   no data   no data  --
198.22/49.73	c  S st    57    536863       134       536         0     41151      1608    775347   no data   no data  --
198.22/49.79	c  S st    57    537367       134       536         0     41653      1608    787645   no data   no data  --
198.22/49.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
198.22/49.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
198.62/49.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
198.62/49.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
198.62/49.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
198.62/49.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    134 time:  0.00 s
198.62/49.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
209.39/52.52	c lits-rem:      1139  cl-subs:     2158  v-elim:      0  v-fix:    0  time: 10.74 s
209.39/52.52	c vivif2 --  cl tried      536 cl shrink        0 lits rem          0 time: 0.00
209.39/52.52	c vivif2 --  cl tried    39495 cl shrink        0 lits rem          0 time: 0.03
209.39/52.54	c asymm  cl-useful: 0/536/536 lits-rem:0 time: 0.06
209.39/52.54	c calculated reachability. Time: 0.00
209.39/52.54	c  N st    57    537367       134       536         0     39495      1608    719293   no data   no data  --
279.19/70.06	c  N st    58    701351       134       536         0     66987      1608   1550901   no data   no data  --
324.69/81.47	c  N st    59    806050       134       536         0     61132      1608   1272362   no data   no data  --
324.69/81.47	c  S st    59    806050       134       536         0     61132      1608   1272362   no data   no data  --
325.11/81.58	c  S st    59    806554       134       536         0     61633      1608   1284917   no data   no data  --
325.11/81.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
325.11/81.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
325.46/81.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.08
325.46/81.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
325.46/81.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
325.46/81.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    134 time:  0.00 s
325.46/81.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
359.79/90.23	c lits-rem:      1636  cl-subs:     4690  v-elim:      0  v-fix:    0  time: 34.22 s
359.79/90.23	c vivif2 --  cl tried      536 cl shrink        0 lits rem          0 time: 0.00
359.79/90.25	c vivif2 --  cl tried    56943 cl shrink        0 lits rem          0 time: 0.05
359.79/90.27	c asymm  cl-useful: 0/536/536 lits-rem:0 time: 0.11
359.79/90.28	c calculated reachability. Time: 0.00
359.79/90.28	c  N st    59    806554       134       536         0     56943      1608   1146988   no data   no data  --
484.21/121.47	c  F st    60   1071877       134       536         0     72261      1608   1495540   no data   no data  --
484.21/121.48	c  N st    60   1071877       134       536         0     72261      1608   1495540   no data   no data  --
486.62/122.11	c Decided on static restart strategy
496.98/124.69	c  N st    70   1100178       134       536         0     57694      1608   1101486   no data   no data  --
516.13/129.41	c  N st    72   1136171       134       536         0     48685      1608    784764   no data   no data  --
533.68/133.80	c  N st    73   1168564       134       536         0     79321      1608   1742901   no data   no data  --
556.03/139.43	c  N st    74   1209832       134       536         0     73389      1608   1495951   no data   no data  --
556.03/139.43	c  S st    74   1209832       134       536         0     73389      1608   1495951   no data   no data  --
556.43/139.59	c  S st    74   1210337       134       536         0     73892      1608   1508830   no data   no data  --
556.43/139.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
556.43/139.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
556.83/139.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.13
556.83/139.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
556.83/139.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
556.83/139.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    134 time:  0.00 s
556.83/139.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
605.50/151.86	c lits-rem:      1434  cl-subs:     6096  v-elim:      0  v-fix:    0  time: 48.58 s
605.50/151.86	c vivif2 --  cl tried      536 cl shrink        0 lits rem          0 time: 0.00
605.50/151.88	c vivif2 --  cl tried    67796 cl shrink        0 lits rem          0 time: 0.06
605.92/151.92	c asymm  cl-useful: 0/536/536 lits-rem:0 time: 0.18
605.92/151.93	c calculated reachability. Time: 0.00
605.92/151.93	c  N st    74   1210337       134       536         0     67796      1608   1326027   no data   no data  --
650.94/163.27	c  N st    75   1283219       134       536         0     91191      1608   2014569   no data   no data  --
727.52/182.47	c  N st    76   1392543       134       536         0     53186      1608    824373   no data   no data  --
826.84/207.39	c  N st    77   1556527       134       536         0     57563      1608    912380   no data   no data  --
919.39/230.59	c  N st    78   1710340       134       536         0     97627      1608   2077426   no data   no data  --
919.39/230.59	c  S st    78   1710340       134       536         0     97627      1608   2077426   no data   no data  --
920.19/230.77	c  S st    78   1710841       134       536         0     98126      1608   2089906   no data   no data  --
920.19/230.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
920.19/230.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
920.59/230.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.17
920.59/230.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
920.59/230.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
920.59/230.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    134 time:  0.00 s
920.59/230.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1036.64/259.94	c lits-rem:      3851  cl-subs:    10233  v-elim:      0  v-fix:    0  time: 115.77 s
1036.64/259.94	c vivif2 --  cl tried      536 cl shrink        0 lits rem          0 time: 0.00
1036.64/259.96	c vivif2 --  cl tried    87893 cl shrink        0 lits rem          0 time: 0.08
1037.04/260.02	c asymm  cl-useful: 0/536/536 lits-rem:0 time: 0.23
1037.04/260.02	c calculated reachability. Time: 0.00
1037.04/260.02	c  N st    78   1710841       134       536         0     87893      1608   1805434   no data   no data  --
1273.17/319.28	c  N st    79   2079805       134       536         0     99132      1608   2112172   no data   no data  --
1360.14/341.01	c  N st    80   2210841       134       536         0    103031      1608   2208853   no data   no data  --
1360.14/341.01	c  S st    80   2210841       134       536         0    103031      1608   2208853   no data   no data  --
1360.57/341.18	c  S st    80   2211348       134       536         0    103536      1608   2221274   no data   no data  --
1360.57/341.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1360.57/341.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1360.92/341.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.19
1361.32/341.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1361.32/341.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1361.32/341.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    134 time:  0.00 s
1361.32/341.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1504.92/377.34	c lits-rem:      3346  cl-subs:     9599  v-elim:      0  v-fix:    0  time: 143.65 s
1504.92/377.34	c vivif2 --  cl tried      536 cl shrink        0 lits rem          0 time: 0.00
1504.92/377.36	c vivif2 --  cl tried    93937 cl shrink        0 lits rem          0 time: 0.09
1505.34/377.42	c asymm  cl-useful: 0/536/536 lits-rem:0 time: 0.23
1505.34/377.42	c calculated reachability. Time: 0.00
1505.34/377.42	c  N st    80   2211348       134       536         0     93937      1608   1930667   no data   no data  --
1859.50/466.24	c  N st    81   2711350       134       536         0    116296      1608   2427670   no data   no data  --
1859.50/466.24	c  S st    81   2711350       134       536         0    116296      1608   2427670   no data   no data  --
1860.31/466.41	c  S st    81   2711852       134       536         0    116794      1608   2440424   no data   no data  --
1860.31/466.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1860.31/466.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1860.31/466.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.21
1860.73/466.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1860.73/466.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1860.73/466.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    134 time:  0.00 s
1860.73/466.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2091.19/524.31	c lits-rem:      1420  cl-subs:    16448  v-elim:      0  v-fix:    0  time: 230.28 s
2091.19/524.31	c vivif2 --  cl tried      536 cl shrink        0 lits rem          0 time: 0.00
2091.19/524.34	c vivif2 --  cl tried   100346 cl shrink        0 lits rem          0 time: 0.11
2091.60/524.43	c asymm  cl-useful: 0/536/536 lits-rem:0 time: 0.36
2091.60/524.44	c calculated reachability. Time: 0.00
2091.60/524.44	c  N st    81   2711852       134       536         0    100346      1608   1956373   no data   no data  --
2515.19/630.64	c  N st    82   3211852       134       536         0     77714      1608   1174734   no data   no data  --
2515.19/630.64	c  S st    82   3211852       134       536         0     77714      1608   1174734   no data   no data  --
2515.60/630.77	c  S st    82   3212358       134       536         0     78214      1608   1187442   no data   no data  --
2515.60/630.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2515.60/630.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2516.00/630.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.11
2516.00/630.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2516.00/630.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2516.00/630.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    134 time:  0.00 s
2516.00/630.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2532.35/634.93	c lits-rem:       444  cl-subs:     1600  v-elim:      0  v-fix:    0  time: 16.31 s
2532.35/634.93	c vivif2 --  cl tried      536 cl shrink        0 lits rem          0 time: 0.00
2532.35/634.94	c vivif2 --  cl tried    76614 cl shrink        0 lits rem          0 time: 0.06
2532.35/634.98	c asymm  cl-useful: 0/536/536 lits-rem:0 time: 0.16
2532.35/634.99	c calculated reachability. Time: 0.00
2532.35/634.99	c  N st    82   3212358       134       536         0     76614      1608   1144332   no data   no data  --
2981.45/747.50	c  N st    83   3712362       134       536         0     87754      1608   1405216   no data   no data  --
2981.45/747.50	c  S st    83   3712362       134       536         0     87754      1608   1405216   no data   no data  --
2981.84/747.67	c  S st    83   3712867       134       536         0     88256      1608   1418026   no data   no data  --
2981.84/747.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2981.84/747.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2982.24/747.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.20
2982.24/747.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2982.24/747.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2982.24/747.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    134 time:  0.00 s
2982.24/747.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3033.69/760.65	c lits-rem:      2650  cl-subs:     1845  v-elim:      0  v-fix:    0  time: 51.36 s
3033.69/760.65	c vivif2 --  cl tried      536 cl shrink        0 lits rem          0 time: 0.00
3033.69/760.67	c vivif2 --  cl tried    86411 cl shrink        0 lits rem          0 time: 0.08
3034.09/760.75	c asymm  cl-useful: 0/536/536 lits-rem:0 time: 0.30
3034.09/760.75	c calculated reachability. Time: 0.00
3034.09/760.75	c  N st    83   3712867       134       536         0     86411      1608   1363370   no data   no data  --
3066.41/768.90	c  F st    84   3751562       134       536         0    123120      1608   2540642   no data   no data  --
3066.41/768.90	c  N st    84   3751562       134       536         0    123120      1608   2540642   no data   no data  --
3072.38/770.37	c Decided on static restart strategy
3098.31/776.86	c  N st    94   3779864       134       536         0    150637      1608   3389695   no data   no data  --
3132.22/785.33	c  N st    96   3815856       134       536         0    104478      1608   1838808   no data   no data  --
3157.74/791.75	c  N st    97   3848248       134       536         0    135221      1608   2744336   no data   no data  --
3196.83/801.59	c  N st    98   3896837       134       536         0     99357      1608   1646685   no data   no data  --
3260.65/817.54	c  N st    99   3969720       134       536         0     85221      1608   1250082   no data   no data  --
3359.56/842.33	c  N st   100   4079047       134       536         0    104519      1608   1766237   no data   no data  --
3480.81/872.72	c  N st   101   4212867       134       536         0    145554      1608   2872289   no data   no data  --
3480.81/872.72	c  S st   101   4212867       134       536         0    145554      1608   2872289   no data   no data  --
3482.00/873.05	c  S st   101   4213370       134       536         0    146057      1608   2886128   no data   no data  --
3482.00/873.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
3482.00/873.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3482.40/873.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.41
3482.80/873.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3482.80/873.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3482.80/873.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    134 time:  0.00 s
3482.80/873.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4202.25/1053.61	c lits-rem:      2223  cl-subs:    21641  v-elim:      0  v-fix:    0  time: 719.06 s
4202.25/1053.61	c vivif2 --  cl tried      536 cl shrink        0 lits rem          0 time: 0.00
4202.25/1053.64	c vivif2 --  cl tried   124416 cl shrink        0 lits rem          0 time: 0.11
4202.65/1053.72	c asymm  cl-useful: 0/536/536 lits-rem:0 time: 0.34
4202.65/1053.73	c calculated reachability. Time: 0.00
4202.65/1053.73	c  N st   101   4213370       134       536         0    124416      1608   2309160   no data   no data  --
4421.22/1108.58	c  N st   102   4459347       134       536         0    101781      1608   1663606   no data   no data  --
4654.97/1167.15	c  N st   103   4713370       134       536         0    165312      1608   3445434   no data   no data  --
4654.97/1167.15	c  S st   103   4713370       134       536         0    165312      1608   3445434   no data   no data  --
4656.54/1167.57	c  S st   103   4713872       134       536         0    165813      1608   3458470   no data   no data  --
4656.54/1167.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
4656.54/1167.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4656.94/1167.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.41
4657.75/1167.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4657.75/1167.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4657.75/1167.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    134 time:  0.00 s
4657.75/1167.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s

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-3369340-1305417248/watcher-3369340-1305417248 -o /tmp/evaluation-result-3369340-1305417248/solver-3369340-1305417248 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369340-1305417248.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: 8.04 8.09 7.91 5/354 9449
/proc/meminfo: memFree=17557604/32950928 swapFree=67111200/67111528
[pid=9449] ppid=9447 vsize=51236 CPUtime=0.01 cores=0,2,4,6
/proc/9449/stat : 9449 (strangenight1-m) R 9447 9449 9118 0 -1 4202496 412 0 0 0 1 0 0 0 25 0 4 0 731955443 52465664 352 33554432000 4194304 4650419 140734921868576 18446744073709551615 47331528767404 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9449/statm: 12809 352 303 112 0 7774 0
[pid=9449/tid=9450] ppid=9447 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/9449/task/9450/stat : 9450 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 731955444 52465664 352 33554432000 4194304 4650419 140734921868576 18446744073709551615 47331528767410 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9449/tid=9451] ppid=9447 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/9449/task/9451/stat : 9451 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 731955444 52465664 352 33554432000 4194304 4650419 140734921868576 18446744073709551615 47331528767410 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9449/tid=9452] ppid=9447 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/9449/task/9452/stat : 9452 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 731955444 52465664 352 33554432000 4194304 4650419 140734921868576 18446744073709551615 256415448049 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.163094 s]
/proc/loadavg: 8.04 8.09 7.91 5/354 9449
/proc/meminfo: memFree=17557604/32950928 swapFree=67111200/67111528
[pid=9449] ppid=9447 vsize=283204 CPUtime=0.62 cores=0,2,4,6
/proc/9449/stat : 9449 (strangenight1-m) R 9447 9449 9118 0 -1 4202496 2164 0 0 0 62 0 0 0 18 0 4 0 731955443 290000896 1458 33554432000 4194304 4650419 140734921868576 18446744073709551615 4366345 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9449/statm: 70801 1458 392 112 0 65766 0
[pid=9449/tid=9450] ppid=9447 vsize=283204 CPUtime=0.15 cores=0,2,4,6
/proc/9449/task/9450/stat : 9450 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 458 0 0 0 15 0 0 0 18 0 4 0 731955444 290000896 1459 33554432000 4194304 4650419 140734921868576 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9449/tid=9451] ppid=9447 vsize=283204 CPUtime=0.15 cores=0,2,4,6
/proc/9449/task/9451/stat : 9451 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 446 0 0 0 15 0 0 0 18 0 4 0 731955444 290000896 1459 33554432000 4194304 4650419 140734921868576 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9449/tid=9452] ppid=9447 vsize=283204 CPUtime=0.14 cores=0,2,4,6
/proc/9449/task/9452/stat : 9452 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 419 0 0 0 14 0 0 0 25 0 4 0 731955444 290000896 1459 33554432000 4194304 4650419 140734921868576 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 283204

[startup+0.201086 s]
/proc/loadavg: 8.04 8.09 7.91 5/354 9449
/proc/meminfo: memFree=17557604/32950928 swapFree=67111200/67111528
[pid=9449] ppid=9447 vsize=283204 CPUtime=0.78 cores=0,2,4,6
/proc/9449/stat : 9449 (strangenight1-m) R 9447 9449 9118 0 -1 4202496 2394 0 0 0 78 0 0 0 18 0 4 0 731955443 290000896 1688 33554432000 4194304 4650419 140734921868576 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9449/statm: 70801 1688 392 112 0 65766 0
[pid=9449/tid=9450] ppid=9447 vsize=283204 CPUtime=0.19 cores=0,2,4,6
/proc/9449/task/9450/stat : 9450 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 510 0 0 0 19 0 0 0 18 0 4 0 731955444 290000896 1688 33554432000 4194304 4650419 140734921868576 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9449/tid=9451] ppid=9447 vsize=283204 CPUtime=0.19 cores=0,2,4,6
/proc/9449/task/9451/stat : 9451 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 509 0 0 0 19 0 0 0 18 0 4 0 731955444 290000896 1688 33554432000 4194304 4650419 140734921868576 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9449/tid=9452] ppid=9447 vsize=283204 CPUtime=0.18 cores=0,2,4,6
/proc/9449/task/9452/stat : 9452 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 472 0 0 0 18 0 0 0 25 0 4 0 731955444 290000896 1688 33554432000 4194304 4650419 140734921868576 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 283204

[startup+0.301068 s]
/proc/loadavg: 8.04 8.09 7.91 5/354 9449
/proc/meminfo: memFree=17557604/32950928 swapFree=67111200/67111528
[pid=9449] ppid=9447 vsize=283800 CPUtime=1.17 cores=0,2,4,6
/proc/9449/stat : 9449 (strangenight1-m) R 9447 9449 9118 0 -1 4202496 3120 0 0 0 117 0 0 0 18 0 4 0 731955443 290611200 1974 33554432000 4194304 4650419 140734921868576 18446744073709551615 4333917 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9449/statm: 70950 1974 392 112 0 65915 0
[pid=9449/tid=9450] ppid=9447 vsize=283800 CPUtime=0.29 cores=0,2,4,6
/proc/9449/task/9450/stat : 9450 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 617 0 0 0 29 0 0 0 18 0 4 0 731955444 290611200 1974 33554432000 4194304 4650419 140734921868576 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9449/tid=9451] ppid=9447 vsize=283800 CPUtime=0.29 cores=0,2,4,6
/proc/9449/task/9451/stat : 9451 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 644 0 0 0 29 0 0 0 18 0 4 0 731955444 290611200 1974 33554432000 4194304 4650419 140734921868576 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9449/tid=9452] ppid=9447 vsize=283800 CPUtime=0.28 cores=0,2,4,6
/proc/9449/task/9452/stat : 9452 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 715 0 0 0 28 0 0 0 25 0 4 0 731955444 290611200 1974 33554432000 4194304 4650419 140734921868576 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283800

[startup+0.700992 s]
/proc/loadavg: 8.04 8.09 7.91 5/354 9449
/proc/meminfo: memFree=17557604/32950928 swapFree=67111200/67111528
[pid=9449] ppid=9447 vsize=284956 CPUtime=2.78 cores=0,2,4,6
/proc/9449/stat : 9449 (strangenight1-m) R 9447 9449 9118 0 -1 4202496 5557 0 0 0 277 1 0 0 18 0 4 0 731955443 291794944 2382 33554432000 4194304 4650419 140734921868576 18446744073709551615 4364358 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9449/statm: 71239 2382 393 112 0 66204 0
[pid=9449/tid=9450] ppid=9447 vsize=284956 CPUtime=0.69 cores=0,2,4,6
/proc/9449/task/9450/stat : 9450 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 1247 0 0 0 69 0 0 0 18 0 4 0 731955444 291794944 2382 33554432000 4194304 4650419 140734921868576 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9449/tid=9451] ppid=9447 vsize=284956 CPUtime=0.69 cores=0,2,4,6
/proc/9449/task/9451/stat : 9451 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 1309 0 0 0 69 0 0 0 18 0 4 0 731955444 291794944 2382 33554432000 4194304 4650419 140734921868576 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9449/tid=9452] ppid=9447 vsize=284956 CPUtime=0.68 cores=0,2,4,6
/proc/9449/task/9452/stat : 9452 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 1364 0 0 0 68 0 0 0 25 0 4 0 731955444 291794944 2382 33554432000 4194304 4650419 140734921868576 18446744073709551615 4328357 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284956

[startup+1.50084 s]
/proc/loadavg: 8.12 8.10 7.92 10/358 9453
/proc/meminfo: memFree=17540708/32950928 swapFree=67111200/67111528
[pid=9449] ppid=9447 vsize=273992 CPUtime=5.96 cores=0,2,4,6
/proc/9449/stat : 9449 (strangenight1-m) R 9447 9449 9118 0 -1 4202496 11541 0 0 0 595 1 0 0 20 0 4 0 731955443 280567808 5981 33554432000 4194304 4650419 140734921868576 18446744073709551615 4439464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9449/statm: 68498 5981 395 112 0 63463 0
[pid=9449/tid=9450] ppid=9447 vsize=273992 CPUtime=1.49 cores=0,2,4,6
/proc/9449/task/9450/stat : 9450 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 3268 0 0 0 149 0 0 0 19 0 4 0 731955444 280567808 5981 33554432000 4194304 4650419 140734921868576 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9449/tid=9451] ppid=9447 vsize=273992 CPUtime=1.49 cores=0,2,4,6
/proc/9449/task/9451/stat : 9451 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 2382 0 0 0 149 0 0 0 19 0 4 0 731955444 280567808 5981 33554432000 4194304 4650419 140734921868576 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9449/tid=9452] ppid=9447 vsize=273992 CPUtime=1.47 cores=0,2,4,6
/proc/9449/task/9452/stat : 9452 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 2381 0 0 0 147 0 0 0 25 0 4 0 731955444 280567808 5981 33554432000 4194304 4650419 140734921868576 18446744073709551615 4355007 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 273992

[startup+3.10054 s]
/proc/loadavg: 8.12 8.10 7.92 9/358 9453
/proc/meminfo: memFree=17518260/32950928 swapFree=67111200/67111528
[pid=9449] ppid=9447 vsize=292276 CPUtime=12.35 cores=0,2,4,6
/proc/9449/stat : 9449 (strangenight1-m) R 9447 9449 9118 0 -1 4202496 20684 0 0 0 1233 2 0 0 25 0 4 0 731955443 299290624 13730 33554432000 4194304 4650419 140734921868576 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9449/statm: 73069 13730 395 112 0 68034 0
[pid=9449/tid=9450] ppid=9447 vsize=292276 CPUtime=3.09 cores=0,2,4,6
/proc/9449/task/9450/stat : 9450 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 6172 0 0 0 309 0 0 0 25 0 4 0 731955444 299290624 13730 33554432000 4194304 4650419 140734921868576 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9449/tid=9451] ppid=9447 vsize=292276 CPUtime=3.09 cores=0,2,4,6
/proc/9449/task/9451/stat : 9451 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 5085 0 0 0 308 1 0 0 25 0 4 0 731955444 299290624 13730 33554432000 4194304 4650419 140734921868576 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9449/tid=9452] ppid=9447 vsize=292276 CPUtime=3.05 cores=0,2,4,6
/proc/9449/task/9452/stat : 9452 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 4779 0 0 0 305 0 0 0 25 0 4 0 731955444 299290624 13730 33554432000 4194304 4650419 140734921868576 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 292276

[startup+6.30094 s]
/proc/loadavg: 8.12 8.10 7.92 9/358 9453
/proc/meminfo: memFree=17494756/32950928 swapFree=67111200/67111528
[pid=9449] ppid=9447 vsize=294800 CPUtime=25.11 cores=0,2,4,6
/proc/9449/stat : 9449 (strangenight1-m) R 9447 9449 9118 0 -1 4202496 30199 0 0 0 2507 4 0 0 25 0 4 0 731955443 301875200 17054 33554432000 4194304 4650419 140734921868576 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9449/statm: 73700 17054 395 112 0 68665 0
[pid=9449/tid=9450] ppid=9447 vsize=294800 CPUtime=6.28 cores=0,2,4,6
/proc/9449/task/9450/stat : 9450 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 8032 0 0 0 628 0 0 0 25 0 4 0 731955444 301875200 17054 33554432000 4194304 4650419 140734921868576 18446744073709551615 4303936 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9449/tid=9451] ppid=9447 vsize=294800 CPUtime=6.29 cores=0,2,4,6
/proc/9449/task/9451/stat : 9451 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 8262 0 0 0 628 1 0 0 25 0 4 0 731955444 301875200 17054 33554432000 4194304 4650419 140734921868576 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9449/tid=9452] ppid=9447 vsize=294800 CPUtime=6.22 cores=0,2,4,6
/proc/9449/task/9452/stat : 9452 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 7091 0 0 0 621 1 0 0 25 0 4 0 731955444 301875200 17054 33554432000 4194304 4650419 140734921868576 18446744073709551615 4438407 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 294800

[startup+12.7007 s]
/proc/loadavg: 8.10 8.10 7.92 9/358 9454
/proc/meminfo: memFree=17467232/32950928 swapFree=67111200/67111528
[pid=9449] ppid=9447 vsize=299372 CPUtime=50.64 cores=0,2,4,6
/proc/9449/stat : 9449 (strangenight1-m) R 9447 9449 9118 0 -1 4202496 46548 0 0 0 5056 8 0 0 25 0 4 0 731955443 306556928 21988 33554432000 4194304 4650419 140734921868576 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9449/statm: 74843 21989 395 112 0 69808 0
[pid=9449/tid=9450] ppid=9447 vsize=299372 CPUtime=12.69 cores=0,2,4,6
/proc/9449/task/9450/stat : 9450 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 13173 0 0 0 1268 1 0 0 25 0 4 0 731955444 306556928 21989 33554432000 4194304 4650419 140734921868576 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9449/tid=9451] ppid=9447 vsize=299372 CPUtime=12.68 cores=0,2,4,6
/proc/9449/task/9451/stat : 9451 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 12357 0 0 0 1266 2 0 0 25 0 4 0 731955444 306556928 21989 33554432000 4194304 4650419 140734921868576 18446744073709551615 4351639 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9449/tid=9452] ppid=9447 vsize=299372 CPUtime=12.55 cores=0,2,4,6
/proc/9449/task/9452/stat : 9452 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 9392 0 0 0 1254 1 0 0 25 0 4 0 731955444 306556928 21989 33554432000 4194304 4650419 140734921868576 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 299372

[startup+25.5003 s]
/proc/loadavg: 8.08 8.09 7.92 9/358 9454
/proc/meminfo: memFree=17455192/32950928 swapFree=67111200/67111528
[pid=9449] ppid=9447 vsize=310260 CPUtime=101.68 cores=0,2,4,6
/proc/9449/stat : 9449 (strangenight1-m) R 9447 9449 9118 0 -1 4202496 72373 0 0 0 10154 14 0 0 25 0 4 0 731955443 317706240 28838 33554432000 4194304 4650419 140734921868576 18446744073709551615 4332310 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9449/statm: 77565 28838 395 112 0 72530 0
[pid=9449/tid=9450] ppid=9447 vsize=310260 CPUtime=25.49 cores=0,2,4,6
/proc/9449/task/9450/stat : 9450 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 21154 0 0 0 2546 3 0 0 25 0 4 0 731955444 317706240 28838 33554432000 4194304 4650419 140734921868576 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9449/tid=9451] ppid=9447 vsize=310260 CPUtime=25.47 cores=0,2,4,6
/proc/9449/task/9451/stat : 9451 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 21422 0 0 0 2543 4 0 0 25 0 4 0 731955444 317706240 28838 33554432000 4194304 4650419 140734921868576 18446744073709551615 4363469 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9449/tid=9452] ppid=9447 vsize=310260 CPUtime=25.2 cores=0,2,4,6
/proc/9449/task/9452/stat : 9452 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 13195 0 0 0 2518 2 0 0 25 0 4 0 731955444 317706240 28839 33554432000 4194304 4650419 140734921868576 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 310260

[startup+51.1005 s]
/proc/loadavg: 8.12 8.10 7.93 9/358 9455
/proc/meminfo: memFree=17398308/32950928 swapFree=67111200/67111528
[pid=9449] ppid=9447 vsize=332652 CPUtime=203.81 cores=0,2,4,6
/proc/9449/stat : 9449 (strangenight1-m) R 9447 9449 9118 0 -1 4202496 109140 0 0 0 20359 22 0 0 25 0 4 0 731955443 340635648 38539 33554432000 4194304 4650419 140734921868576 18446744073709551615 4433053 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9449/statm: 83163 38539 395 112 0 78128 0
[pid=9449/tid=9450] ppid=9447 vsize=332652 CPUtime=51.09 cores=0,2,4,6
/proc/9449/task/9450/stat : 9450 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 31249 0 0 0 5103 6 0 0 25 0 4 0 731955444 340635648 38539 33554432000 4194304 4650419 140734921868576 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9449/tid=9451] ppid=9447 vsize=332652 CPUtime=51.07 cores=0,2,4,6
/proc/9449/task/9451/stat : 9451 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 35730 0 0 0 5100 7 0 0 25 0 4 0 731955444 340635648 38539 33554432000 4194304 4650419 140734921868576 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9449/tid=9452] ppid=9447 vsize=332652 CPUtime=50.53 cores=0,2,4,6
/proc/9449/task/9452/stat : 9452 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 21103 0 0 0 5050 3 0 0 25 0 4 0 731955444 340635648 38539 33554432000 4194304 4650419 140734921868576 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 332652

[startup+102.301 s]
/proc/loadavg: 8.12 8.10 7.93 9/358 9456
/proc/meminfo: memFree=17268908/32950928 swapFree=67111200/67111528
[pid=9449] ppid=9447 vsize=408792 CPUtime=408.06 cores=0,2,4,6
/proc/9449/stat : 9449 (strangenight1-m) R 9447 9449 9118 0 -1 4202496 175286 0 0 0 40767 39 0 0 25 0 4 0 731955443 418603008 61833 33554432000 4194304 4650419 140734921868576 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9449/statm: 102198 61833 395 112 0 97163 0
[pid=9449/tid=9450] ppid=9447 vsize=408792 CPUtime=102.3 cores=0,2,4,6
/proc/9449/task/9450/stat : 9450 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 49684 0 0 0 10220 10 0 0 25 0 4 0 731955444 418603008 61836 33554432000 4194304 4650419 140734921868576 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9449/tid=9451] ppid=9447 vsize=408792 CPUtime=102.28 cores=0,2,4,6
/proc/9449/task/9451/stat : 9451 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 58211 0 0 0 10214 14 0 0 25 0 4 0 731955444 418603008 61836 33554432000 4194304 4650419 140734921868576 18446744073709551615 4315467 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9449/tid=9452] ppid=9447 vsize=408792 CPUtime=101.16 cores=0,2,4,6
/proc/9449/task/9452/stat : 9452 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 34108 0 0 0 10111 5 0 0 25 0 4 0 731955444 418603008 61836 33554432000 4194304 4650419 140734921868576 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.06
Current children cumulated vsize (KiB) 408792

[startup+162.301 s]

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

[pid=9449] ppid=9447 vsize=692624 CPUtime=2561.87 cores=0,2,4,6
/proc/9449/stat : 9449 (strangenight1-m) R 9447 9449 9118 0 -1 4202496 575989 0 0 0 256006 181 0 0 25 0 4 0 731955443 709246976 122284 33554432000 4194304 4650419 140734921868576 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9449/statm: 173156 122284 395 112 0 168121 0
[pid=9449/tid=9450] ppid=9447 vsize=692624 CPUtime=642.3 cores=0,2,4,6
/proc/9449/task/9450/stat : 9450 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 192036 0 0 0 64168 62 0 0 25 0 4 0 731955444 709246976 122284 33554432000 4194304 4650419 140734921868576 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9449/tid=9451] ppid=9447 vsize=692624 CPUtime=642.17 cores=0,2,4,6
/proc/9449/task/9451/stat : 9451 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 174202 0 0 0 64165 52 0 0 25 0 4 0 731955444 709246976 122284 33554432000 4194304 4650419 140734921868576 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9449/tid=9452] ppid=9447 vsize=692624 CPUtime=635.08 cores=0,2,4,6
/proc/9449/task/9452/stat : 9452 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 102517 0 0 0 63475 33 0 0 25 0 4 0 731955444 709246976 122284 33554432000 4194304 4650419 140734921868576 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2561.87
Current children cumulated vsize (KiB) 692624

[startup+702.301 s]
/proc/loadavg: 8.02 8.07 7.98 9/358 9541
/proc/meminfo: memFree=17048500/32950928 swapFree=67111200/67111528
[pid=9449] ppid=9447 vsize=643204 CPUtime=2801.16 cores=0,2,4,6
/proc/9449/stat : 9449 (strangenight1-m) R 9447 9449 9118 0 -1 4202496 602958 0 0 0 279925 191 0 0 25 0 4 0 731955443 658640896 128763 33554432000 4194304 4650419 140734921868576 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9449/statm: 160801 128763 395 112 0 155766 0
[pid=9449/tid=9450] ppid=9447 vsize=643204 CPUtime=702.3 cores=0,2,4,6
/proc/9449/task/9450/stat : 9450 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 197580 0 0 0 70167 63 0 0 25 0 4 0 731955444 658640896 128763 33554432000 4194304 4650419 140734921868576 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9449/tid=9451] ppid=9447 vsize=643204 CPUtime=702.15 cores=0,2,4,6
/proc/9449/task/9451/stat : 9451 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 186002 0 0 0 70158 57 0 0 25 0 4 0 731955444 658640896 128763 33554432000 4194304 4650419 140734921868576 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9449/tid=9452] ppid=9447 vsize=643204 CPUtime=694.37 cores=0,2,4,6
/proc/9449/task/9452/stat : 9452 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 111314 0 0 0 69401 36 0 0 25 0 4 0 731955444 658640896 128763 33554432000 4194304 4650419 140734921868576 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2801.16
Current children cumulated vsize (KiB) 643204

[startup+762.301 s]
/proc/loadavg: 8.07 8.08 7.99 9/358 9543
/proc/meminfo: memFree=17065472/32950928 swapFree=67111200/67111528
[pid=9449] ppid=9447 vsize=644288 CPUtime=3040.5 cores=0,2,4,6
/proc/9449/stat : 9449 (strangenight1-m) R 9447 9449 9118 0 -1 4202496 631719 0 0 0 303850 200 0 0 25 0 4 0 731955443 659750912 127928 33554432000 4194304 4650419 140734921868576 18446744073709551615 4363426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9449/statm: 161072 127928 395 112 0 156037 0
[pid=9449/tid=9450] ppid=9447 vsize=644288 CPUtime=762.32 cores=0,2,4,6
/proc/9449/task/9450/stat : 9450 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 205053 0 0 0 76168 64 0 0 25 0 4 0 731955444 659750912 127930 33554432000 4194304 4650419 140734921868576 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9449/tid=9451] ppid=9447 vsize=644288 CPUtime=762.17 cores=0,2,4,6
/proc/9449/task/9451/stat : 9451 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 198329 0 0 0 76154 63 0 0 25 0 4 0 731955444 659750912 127930 33554432000 4194304 4650419 140734921868576 18446744073709551615 4349729 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9449/tid=9452] ppid=9447 vsize=644288 CPUtime=753.7 cores=0,2,4,6
/proc/9449/task/9452/stat : 9452 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 119484 0 0 0 75333 37 0 0 25 0 4 0 731955444 659750912 127930 33554432000 4194304 4650419 140734921868576 18446744073709551615 4476297 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3040.5
Current children cumulated vsize (KiB) 644288

[startup+822.301 s]
/proc/loadavg: 8.17 8.11 8.01 9/358 9544
/proc/meminfo: memFree=17008656/32950928 swapFree=67111200/67111528
[pid=9449] ppid=9447 vsize=711140 CPUtime=3279.8 cores=0,2,4,6
/proc/9449/stat : 9449 (strangenight1-m) R 9447 9449 9118 0 -1 4202496 676090 0 0 0 327768 212 0 0 25 0 4 0 731955443 728207360 137609 33554432000 4194304 4650419 140734921868576 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9449/statm: 177785 137609 395 112 0 172750 0
[pid=9449/tid=9450] ppid=9447 vsize=711140 CPUtime=822.31 cores=0,2,4,6
/proc/9449/task/9450/stat : 9450 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 211491 0 0 0 82165 66 0 0 25 0 4 0 731955444 728207360 137609 33554432000 4194304 4650419 140734921868576 18446744073709551615 4364779 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9449/tid=9451] ppid=9447 vsize=711140 CPUtime=822.14 cores=0,2,4,6
/proc/9449/task/9451/stat : 9451 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 216430 0 0 0 82145 69 0 0 25 0 4 0 731955444 728207360 137609 33554432000 4194304 4650419 140734921868576 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9449/tid=9452] ppid=9447 vsize=711140 CPUtime=813.03 cores=0,2,4,6
/proc/9449/task/9452/stat : 9452 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 134756 0 0 0 81264 39 0 0 25 0 4 0 731955444 728207360 137609 33554432000 4194304 4650419 140734921868576 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3279.8
Current children cumulated vsize (KiB) 711140

[startup+882.315 s]
/proc/loadavg: 8.06 8.08 8.00 9/358 9546
/proc/meminfo: memFree=16991148/32950928 swapFree=67111200/67111528
[pid=9449] ppid=9447 vsize=714316 CPUtime=3519.13 cores=0,2,4,6
/proc/9449/stat : 9449 (strangenight1-m) R 9447 9449 9118 0 -1 4202496 689326 0 0 0 351697 216 0 0 25 0 4 0 731955443 731459584 137520 33554432000 4194304 4650419 140734921868576 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9449/statm: 178579 137520 395 112 0 173544 0
[pid=9449/tid=9450] ppid=9447 vsize=714316 CPUtime=882.33 cores=0,2,4,6
/proc/9449/task/9450/stat : 9450 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 213456 0 0 0 88165 68 0 0 25 0 4 0 731955444 731459584 137520 33554432000 4194304 4650419 140734921868576 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9449/tid=9451] ppid=9447 vsize=714316 CPUtime=882.14 cores=0,2,4,6
/proc/9449/task/9451/stat : 9451 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 216704 0 0 0 88144 70 0 0 25 0 4 0 731955444 731459584 137520 33554432000 4194304 4650419 140734921868576 18446744073709551615 4433066 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9449/tid=9452] ppid=9447 vsize=714316 CPUtime=872.33 cores=0,2,4,6
/proc/9449/task/9452/stat : 9452 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 145264 0 0 0 87192 41 0 0 25 0 4 0 731955444 731459584 137520 33554432000 4194304 4650419 140734921868576 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3519.13
Current children cumulated vsize (KiB) 714316

[startup+942.3 s]
/proc/loadavg: 8.16 8.10 8.01 9/358 9547
/proc/meminfo: memFree=17002164/32950928 swapFree=67111200/67111528
[pid=9449] ppid=9447 vsize=714316 CPUtime=3758.37 cores=0,2,4,6
/proc/9449/stat : 9449 (strangenight1-m) R 9447 9449 9118 0 -1 4202496 699348 0 0 0 375619 218 0 0 25 0 4 0 731955443 731459584 138594 33554432000 4194304 4650419 140734921868576 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9449/statm: 178579 138594 395 112 0 173544 0
[pid=9449/tid=9450] ppid=9447 vsize=714316 CPUtime=942.31 cores=0,2,4,6
/proc/9449/task/9450/stat : 9450 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 215771 0 0 0 94163 68 0 0 25 0 4 0 731955444 731459584 138594 33554432000 4194304 4650419 140734921868576 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9449/tid=9451] ppid=9447 vsize=714316 CPUtime=942.12 cores=0,2,4,6
/proc/9449/task/9451/stat : 9451 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 217799 0 0 0 94142 70 0 0 25 0 4 0 731955444 731459584 138594 33554432000 4194304 4650419 140734921868576 18446744073709551615 4476432 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9449/tid=9452] ppid=9447 vsize=714316 CPUtime=931.61 cores=0,2,4,6
/proc/9449/task/9452/stat : 9452 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 151876 0 0 0 93119 42 0 0 25 0 4 0 731955444 731459584 138594 33554432000 4194304 4650419 140734921868576 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3758.37
Current children cumulated vsize (KiB) 714316

[startup+1002.3 s]
/proc/loadavg: 8.12 8.09 8.01 9/358 9549
/proc/meminfo: memFree=16953892/32950928 swapFree=67111200/67111528
[pid=9449] ppid=9447 vsize=779852 CPUtime=3997.65 cores=0,2,4,6
/proc/9449/stat : 9449 (strangenight1-m) R 9447 9449 9118 0 -1 4202496 718233 0 0 0 399541 224 0 0 25 0 4 0 731955443 798568448 143737 33554432000 4194304 4650419 140734921868576 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9449/statm: 194963 143737 395 112 0 189928 0
[pid=9449/tid=9450] ppid=9447 vsize=779852 CPUtime=1002.32 cores=0,2,4,6
/proc/9449/task/9450/stat : 9450 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 223143 0 0 0 100160 72 0 0 25 0 4 0 731955444 798568448 143737 33554432000 4194304 4650419 140734921868576 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9449/tid=9451] ppid=9447 vsize=779852 CPUtime=1002.11 cores=0,2,4,6
/proc/9449/task/9451/stat : 9451 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 219177 0 0 0 100141 70 0 0 25 0 4 0 731955444 798568448 143737 33554432000 4194304 4650419 140734921868576 18446744073709551615 4476293 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9449/tid=9452] ppid=9447 vsize=779852 CPUtime=990.89 cores=0,2,4,6
/proc/9449/task/9452/stat : 9452 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 162011 0 0 0 99045 44 0 0 25 0 4 0 731955444 798568448 143737 33554432000 4194304 4650419 140734921868576 18446744073709551615 4476426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3997.65
Current children cumulated vsize (KiB) 779852

[startup+1062.3 s]
/proc/loadavg: 8.16 8.11 8.01 9/358 9551
/proc/meminfo: memFree=16964168/32950928 swapFree=67111200/67111528
[pid=9449] ppid=9447 vsize=839472 CPUtime=4236.95 cores=0,2,4,6
/proc/9449/stat : 9449 (strangenight1-m) R 9447 9449 9118 0 -1 4202496 741285 0 0 0 423461 234 0 0 25 0 4 0 731955443 859619328 143645 33554432000 4194304 4650419 140734921868576 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9449/statm: 209868 143645 395 112 0 204833 0
[pid=9449/tid=9450] ppid=9447 vsize=839472 CPUtime=1062.32 cores=0,2,4,6
/proc/9449/task/9450/stat : 9450 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 233566 0 0 0 106154 78 0 0 25 0 4 0 731955444 859619328 143645 33554432000 4194304 4650419 140734921868576 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9449/tid=9451] ppid=9447 vsize=839472 CPUtime=1062.1 cores=0,2,4,6
/proc/9449/task/9451/stat : 9451 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 222501 0 0 0 106139 71 0 0 25 0 4 0 731955444 859619328 143645 33554432000 4194304 4650419 140734921868576 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9449/tid=9452] ppid=9447 vsize=839472 CPUtime=1050.21 cores=0,2,4,6
/proc/9449/task/9452/stat : 9452 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 170646 0 0 0 104974 47 0 0 25 0 4 0 731955444 859619328 143645 33554432000 4194304 4650419 140734921868576 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4236.95
Current children cumulated vsize (KiB) 839472

[startup+1122.3 s]
/proc/loadavg: 8.17 8.11 8.02 9/358 9552
/proc/meminfo: memFree=16918396/32950928 swapFree=67111200/67111528
[pid=9449] ppid=9447 vsize=855104 CPUtime=4476.26 cores=0,2,4,6
/proc/9449/stat : 9449 (strangenight1-m) R 9447 9449 9118 0 -1 4202496 770652 0 0 0 447379 247 0 0 25 0 4 0 731955443 875626496 145776 33554432000 4194304 4650419 140734921868576 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9449/statm: 213776 145776 395 112 0 208741 0
[pid=9449/tid=9450] ppid=9447 vsize=855104 CPUtime=1122.32 cores=0,2,4,6
/proc/9449/task/9450/stat : 9450 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 243241 0 0 0 112152 80 0 0 25 0 4 0 731955444 875626496 145777 33554432000 4194304 4650419 140734921868576 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9449/tid=9451] ppid=9447 vsize=855104 CPUtime=1122.09 cores=0,2,4,6
/proc/9449/task/9451/stat : 9451 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 236202 0 0 0 112132 77 0 0 25 0 4 0 731955444 875626496 145777 33554432000 4194304 4650419 140734921868576 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9449/tid=9452] ppid=9447 vsize=855104 CPUtime=1109.51 cores=0,2,4,6
/proc/9449/task/9452/stat : 9452 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 175603 0 0 0 110901 50 0 0 25 0 4 0 731955444 875626496 145777 33554432000 4194304 4650419 140734921868576 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4476.26
Current children cumulated vsize (KiB) 855104

[startup+1182.3 s]
/proc/loadavg: 8.06 8.09 8.01 9/358 9554
/proc/meminfo: memFree=16891228/32950928 swapFree=67111200/67111528
[pid=9449] ppid=9447 vsize=901912 CPUtime=4715.58 cores=0,2,4,6
/proc/9449/stat : 9449 (strangenight1-m) R 9447 9449 9118 0 -1 4202496 795880 0 0 0 471301 257 0 0 25 0 4 0 731955443 923557888 153726 33554432000 4194304 4650419 140734921868576 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9449/statm: 225478 153726 395 112 0 220443 0
[pid=9449/tid=9450] ppid=9447 vsize=901912 CPUtime=1182.32 cores=0,2,4,6
/proc/9449/task/9450/stat : 9450 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 253223 0 0 0 118147 85 0 0 25 0 4 0 731955444 923557888 153726 33554432000 4194304 4650419 140734921868576 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9449/tid=9451] ppid=9447 vsize=901912 CPUtime=1182.08 cores=0,2,4,6
/proc/9449/task/9451/stat : 9451 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 245805 0 0 0 118129 79 0 0 25 0 4 0 731955444 923557888 153726 33554432000 4194304 4650419 140734921868576 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9449/tid=9452] ppid=9447 vsize=901912 CPUtime=1168.83 cores=0,2,4,6
/proc/9449/task/9452/stat : 9452 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 180403 0 0 0 116831 52 0 0 25 0 4 0 731955444 923557888 153726 33554432000 4194304 4650419 140734921868576 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4715.58
Current children cumulated vsize (KiB) 901912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.51 s]
/proc/loadavg: 8.04 8.08 8.01 9/358 9554
/proc/meminfo: memFree=16887876/32950928 swapFree=67111200/67111528
[pid=9449] ppid=9447 vsize=969284 CPUtime=4800.18 cores=0,2,4,6
/proc/9449/stat : 9449 (strangenight1-m) R 9447 9449 9118 0 -1 4202496 802845 0 0 0 479758 260 0 0 25 0 4 0 731955443 992546816 152549 33554432000 4194304 4650419 140734921868576 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9449/statm: 242321 152549 395 112 0 237286 0
[pid=9449/tid=9450] ppid=9447 vsize=969284 CPUtime=1203.55 cores=0,2,4,6
/proc/9449/task/9450/stat : 9450 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 256939 0 0 0 120268 87 0 0 25 0 4 0 731955444 992546816 152550 33554432000 4194304 4650419 140734921868576 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=9449/tid=9451] ppid=9447 vsize=969284 CPUtime=1203.3 cores=0,2,4,6
/proc/9449/task/9451/stat : 9451 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 245805 0 0 0 120251 79 0 0 25 0 4 0 731955444 992546816 152550 33554432000 4194304 4650419 140734921868576 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=9449/tid=9452] ppid=9447 vsize=969284 CPUtime=1189.78 cores=0,2,4,6
/proc/9449/task/9452/stat : 9452 (strangenight1-m) R 9447 9449 9118 0 -1 4202560 183653 0 0 0 118925 53 0 0 25 0 4 0 731955444 992546816 152550 33554432000 4194304 4650419 140734921868576 18446744073709551615 4439778 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 969284

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.56
CPU time (s): 4800.27
CPU user time (s): 4797.63
CPU system time (s): 2.6346
CPU usage (%): 398.838
Max. virtual memory (cumulated for all children) (KiB): 1014444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.63
system time used= 2.6346
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 802846
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= 129
involuntary context switches= 23454

runsolver used 3.76643 second user time and 10.0125 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-15 01:54:08
IDJOB=3369340
IDBENCH=85780
IDSOLVER=1846
FILE ID=node115/3369340-1305417248
RUNJOBID= node115-1305414525-9136
PBS_JOBID= 13324547
Free space on /tmp= 73228 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT05/crafted/markstrom05/eulcbip/eulcbip-7-UNSAT.shuffled-as.sat05-3936.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369340-1305417248/watcher-3369340-1305417248 -o /tmp/evaluation-result-3369340-1305417248/solver-3369340-1305417248 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369340-1305417248.cnf

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

MD5SUM BENCH= 151ccdb2c52c7f525fde5dca388bb6e6
RANDOM SEED=1513202732

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17557760 kB
Buffers:        291716 kB
Cached:        4528944 kB
SwapCached:          0 kB
Active:       12206224 kB
Inactive:      2869088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17557760 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:            6328 kB
Writeback:           0 kB
AnonPages:    10254312 kB
Mapped:          28632 kB
Slab:           211332 kB
PageTables:      41684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 70011568 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= 73224 MiB
End job on node115 at 2011-05-15 02:14:13