Trace number 3321059

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-mtUNSAT 413.22 51.9511

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-5p0.cnf
MD5SUM4385f03fe3bdaf0f127ae989ddd7908d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark38.1652
Satisfiable
(Un)Satisfiability was proved
Number of variables162696
Number of clauses821000
Sum of the clauses size1953203
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617825
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 8 threads
0.00/0.02	c This is CryptoMiniSat 3.0.0
0.00/0.02	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.02	c Reading file 'HOME/instance-3321059-1304322645.cnf'
0.00/0.02	c -- header says num vars:         162696
0.00/0.02	c -- header says num clauses:      821000
5.69/0.91	c -- clauses added:            0 learnts,       821000 normals,            0 xors
5.69/0.91	c -- vars added     162696
5.69/0.91	c Parsing time:  0.46 s
5.69/0.91	c  N st     0         0    162696    194789    617205         0   1943577         0   no data   no data
8.81/1.37	c asymm  cl-useful: 12/1989/165696 lits-rem:48 time: 0.45
116.74/14.86	c Flit:  1787 Blit:   1646 bXBeca:    0 bXProp: 1290 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T: 13.48
117.54/14.90	c Cleaning up after failed var search:     0.04 s 
117.54/14.95	c Replacing     1290 vars Replaced    36327 lits Time:     0.05 s 
118.34/15.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
118.34/15.06	c bin-w-bin subsume rem        22617 bins  time:  0.04 s
119.14/15.14	c subs with bin:     3222  lits-rem:     30227  v-fix:    0  time:  0.07 s
171.89/21.78	c Subs w/ non-existent bins:    237 l-rem:      0 v-fix:     0 done:  20323 time:  6.64 s
173.53/21.97	c Removed useless bin:     253  fixed:     0  props:  20.00M  time:  0.19 s
178.24/22.56	c lits-rem:       768  cl-subs:     2783  v-elim:  39415  v-fix:    0  time:  0.56 s
179.03/22.60	c Finding binary XORs  T:     0.04 s  found:     874
179.03/22.65	c Replacing      874 vars Replaced    34276 lits Time:     0.05 s 
179.82/22.73	c Finding non-binary XORs:     0.07 s (found:       0, avg size: nan)
179.82/22.73	c calculated reachability. Time: 0.00
179.82/22.75	c Calc default polars -  time:   0.02 s pos:   15604 undec:   85092 neg:   62000
179.82/22.75	c =========================================================================================
179.82/22.75	c types(t): F = full restart, N = normal restart
179.82/22.75	c types(t): S = simplification begin/end, E = solution found
179.82/22.75	c restart types(rt): st = static, dy = dynamic
179.82/22.75	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
179.82/22.75	c  B st     0         0     77957    193156    281279         0   1307073         0   no data   no data
198.97/25.12	c  N dy    13      4126     69240    175098    249082      3769   1160598    391561     14.32     15.17
213.35/26.90	c Finding binary XORs  T:     0.03 s  found:     802
213.35/26.95	c Replacing      802 vars Replaced    31056 lits Time:     0.05 s 
218.94/27.69	c  N dy    24      8143     51289    122699    181060      7268    797903    647605     11.37     16.01
242.93/30.68	c  N dy    49     12256     50835    122699    181257     11101    797903   1090426     12.11     13.63
285.30/35.94	c  N dy    70     16560     49637    114701    178856     15047    759809   1855802     12.91     13.60
293.29/36.95	c Finding binary XORs  T:     0.03 s  found:     978
294.09/37.04	c Replacing      978 vars Replaced    93590 lits Time:     0.09 s 
329.27/41.45	c  N dy    84     20608     47167    105974    171860      9638    708990    553901     12.78     14.53
378.03/47.58	c Finding binary XORs  T:     0.03 s  found:     332
392.42/49.38	c  F st    87     25001     46921    103034    171424     13902    697937   1257821     11.94      6.52
393.26/49.46	c Replacing      332 vars Replaced    17146 lits Time:     0.06 s 
394.07/49.58	c  N st    87     25001     46104    100140    169342     13798    684376   1221501     11.94      6.52
412.41/51.89	c Following stats are for *FIRST FINISHED THREAD ONLY*
412.41/51.89	c num threads              : 8          
412.41/51.89	c restarts                 : 111        
412.41/51.89	c dynamic restarts         : 100        
412.41/51.89	c static restarts          : 11         
412.41/51.89	c full restarts            : 1          
412.41/51.89	c total simplify time      : 0.50       
412.41/51.89	c learnts DL2              : 0          
412.41/51.89	c learnts size 2           : 689927     
412.41/51.89	c learnts size 1           : 88946       (54.67     % of vars)
412.41/51.89	c filedLit time            : 13.89       (27.10     % time)
412.41/51.89	c v-elim SatELite          : 39375       (24.20     % vars)
412.41/51.89	c SatELite time            : 7.17        (14.00     % time)
412.41/51.89	c v-elim xor               : 0           (0.00      % vars)
412.41/51.89	c xor elim time            : 0.00        (0.00      % time)
412.41/51.89	c num binary xor trees     : 3116       
412.41/51.89	c binxor trees' crown      : 4735        (1.52      leafs/tree)
412.41/51.89	c bin xor find time        : 0.13       
412.41/51.89	c OTF clause improved      : 406         (0.01      clauses/conflict)
412.41/51.89	c OTF impr. size diff      : 515         (1.27       lits/clause)
412.41/51.89	c OTF cl watch-shrink      : 8241        (0.30      clauses/conflict)
412.41/51.89	c OTF cl watch-sh-lit      : 21792       (2.64       lits/clause)
412.41/51.89	c tried to recurMin cls    : 0           (0.00       % of conflicts)
412.41/51.89	c updated cache            : 0           (nan        lits/tried recurMin)
412.41/51.89	c unit cls recevied        : 2035        (2.29      % of units)
412.41/51.89	c unit cls sent            : 926         (1.04      % of units)
412.41/51.89	c bin cls recevied         : 16066      
412.41/51.89	c bin cls sent             : 1572       
412.41/51.89	c clauses over max glue    : 0           (0.00      % of all clauses)
412.41/51.89	c conflicts                : 27326       (533.17    / sec)
412.41/51.89	c decisions                : 157269      (0.00      % random)
412.41/51.89	c bogo-props               : 961402062   (18758256.46 / sec)
412.41/51.89	c conflict literals        : 3323792     (28.33     % deleted)
412.41/51.89	c Memory used              : 1571.98     MB
412.41/51.89	c single-thread CPU time   : 51.25       s
412.41/51.89	c all-threads sum CPU time : 410.24      s
412.41/51.89	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3321059-1304322645/watcher-3321059-1304322645 -o /tmp/evaluation-result-3321059-1304322645/solver-3321059-1304322645 -C 40000 -W 5100 -M 31000 ./strangenight2-mt --threads=8 HOME/instance-3321059-1304322645.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.32 5.63 2.82 2/186 7759
/proc/meminfo: memFree=25313700/32950928 swapFree=67111348/67111528
[pid=7759] ppid=7757 vsize=92188 CPUtime=0 cores=0-7
/proc/7759/stat : 7759 (strangenight2-m) R 7757 7759 7584 0 -1 4202496 412 0 0 0 0 0 0 0 21 0 8 0 543864214 94400512 352 33554432000 4194304 4627427 140736459954384 18446744073709551615 208080288753 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7759/statm: 23047 352 299 106 0 18018 0
[pid=7759/tid=7760] ppid=7757 vsize=92188 CPUtime=0 cores=0-7
/proc/7759/task/7760/stat : 7760 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 8 0 543864214 94400512 352 33554432000 4194304 4627427 140736459954384 18446744073709551615 47373333252012 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7759/tid=7761] ppid=7757 vsize=92188 CPUtime=0 cores=0-7
/proc/7759/task/7761/stat : 7761 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 8 0 543864214 94400512 352 33554432000 4194304 4627427 140736459954384 18446744073709551615 208080288753 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7759/tid=7762] ppid=7757 vsize=92188 CPUtime=0 cores=0-7
/proc/7759/task/7762/stat : 7762 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 8 0 543864214 94400512 352 33554432000 4194304 4627427 140736459954384 18446744073709551615 208080288753 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7759/tid=7763] ppid=7757 vsize=92188 CPUtime=0 cores=0-7
/proc/7759/task/7763/stat : 7763 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 8 0 543864214 94400512 352 33554432000 4194304 4627427 140736459954384 18446744073709551615 208080288753 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7759/tid=7764] ppid=7757 vsize=92188 CPUtime=0 cores=0-7
/proc/7759/task/7764/stat : 7764 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 8 0 543864214 94400512 352 33554432000 4194304 4627427 140736459954384 18446744073709551615 208080288753 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7759/tid=7765] ppid=7757 vsize=92188 CPUtime=0 cores=0-7
/proc/7759/task/7765/stat : 7765 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 8 0 543864214 94400512 352 33554432000 4194304 4627427 140736459954384 18446744073709551615 47373333252018 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7759/tid=7766] ppid=7757 vsize=92188 CPUtime=0 cores=0-7
/proc/7759/task/7766/stat : 7766 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 8 0 543864214 94400512 352 33554432000 4194304 4627427 140736459954384 18446744073709551615 47373333252012 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.00783796 s]
/proc/loadavg: 7.32 5.63 2.82 2/186 7759
/proc/meminfo: memFree=25313700/32950928 swapFree=67111348/67111528
[pid=7759] ppid=7757 vsize=92188 CPUtime=0 cores=0-7
/proc/7759/stat : 7759 (strangenight2-m) R 7757 7759 7584 0 -1 4202496 412 0 0 0 0 0 0 0 21 0 8 0 543864214 94400512 352 33554432000 4194304 4627427 140736459954384 18446744073709551615 47373333252018 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7759/statm: 23047 352 299 106 0 18018 0
[pid=7759/tid=7760] ppid=7757 vsize=92188 CPUtime=0 cores=0-7
/proc/7759/task/7760/stat : 7760 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 8 0 543864214 94400512 352 33554432000 4194304 4627427 140736459954384 18446744073709551615 47373333252018 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7759/tid=7761] ppid=7757 vsize=92188 CPUtime=0 cores=0-7
/proc/7759/task/7761/stat : 7761 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 8 0 543864214 94400512 352 33554432000 4194304 4627427 140736459954384 18446744073709551615 208080288753 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7759/tid=7762] ppid=7757 vsize=92188 CPUtime=0 cores=0-7
/proc/7759/task/7762/stat : 7762 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 8 0 543864214 94400512 352 33554432000 4194304 4627427 140736459954384 18446744073709551615 208080288753 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7759/tid=7763] ppid=7757 vsize=92188 CPUtime=0 cores=0-7
/proc/7759/task/7763/stat : 7763 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 8 0 543864214 94400512 352 33554432000 4194304 4627427 140736459954384 18446744073709551615 208080288753 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7759/tid=7764] ppid=7757 vsize=92188 CPUtime=0 cores=0-7
/proc/7759/task/7764/stat : 7764 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 8 0 543864214 94400512 352 33554432000 4194304 4627427 140736459954384 18446744073709551615 47373333252018 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7759/tid=7765] ppid=7757 vsize=92188 CPUtime=0 cores=0-7
/proc/7759/task/7765/stat : 7765 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 8 0 543864214 94400512 352 33554432000 4194304 4627427 140736459954384 18446744073709551615 47373333252018 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7759/tid=7766] ppid=7757 vsize=92188 CPUtime=0 cores=0-7
/proc/7759/task/7766/stat : 7766 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 8 0 543864214 94400512 352 33554432000 4194304 4627427 140736459954384 18446744073709551615 47373333252012 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 92188

[startup+0.100825 s]
/proc/loadavg: 7.32 5.63 2.82 2/186 7759
/proc/meminfo: memFree=25313700/32950928 swapFree=67111348/67111528
[pid=7759] ppid=7757 vsize=613452 CPUtime=0.47 cores=0-7
/proc/7759/stat : 7759 (strangenight2-m) R 7757 7759 7584 0 -1 4202496 64166 0 0 0 34 13 0 0 18 0 8 0 543864214 628174848 49520 33554432000 4194304 4627427 140736459954384 18446744073709551615 208079929440 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7759/statm: 153363 49584 341 106 0 148334 0
[pid=7759/tid=7760] ppid=7757 vsize=613452 CPUtime=0.06 cores=0-7
/proc/7759/task/7760/stat : 7760 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 9797 0 0 0 5 1 0 0 18 0 8 0 543864214 628174848 49613 33554432000 4194304 4627427 140736459954384 18446744073709551615 4314206 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7759/tid=7761] ppid=7757 vsize=613452 CPUtime=0.04 cores=0-7
/proc/7759/task/7761/stat : 7761 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 8766 0 0 0 3 1 0 0 17 0 8 0 543864214 628174848 49645 33554432000 4194304 4627427 140736459954384 18446744073709551615 4316560 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7759/tid=7762] ppid=7757 vsize=613452 CPUtime=0.06 cores=0-7
/proc/7759/task/7762/stat : 7762 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 9833 0 0 0 5 1 0 0 18 0 8 0 543864214 628174848 49676 33554432000 4194304 4627427 140736459954384 18446744073709551615 4316560 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7759/tid=7763] ppid=7757 vsize=613452 CPUtime=0.04 cores=0-7
/proc/7759/task/7763/stat : 7763 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 7611 0 0 0 2 2 0 0 18 0 8 0 543864214 628174848 49702 33554432000 4194304 4627427 140736459954384 18446744073709551615 4316560 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7759/tid=7764] ppid=7757 vsize=613452 CPUtime=0.05 cores=0-7
/proc/7759/task/7764/stat : 7764 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 8046 0 0 0 4 1 0 0 17 0 8 0 543864214 628174848 49734 33554432000 4194304 4627427 140736459954384 18446744073709551615 4314333 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7759/tid=7765] ppid=7757 vsize=613452 CPUtime=0.03 cores=0-7
/proc/7759/task/7765/stat : 7765 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 3146 0 0 0 3 0 0 0 23 0 8 0 543864214 628174848 49772 33554432000 4194304 4627427 140736459954384 18446744073709551615 4358019 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7759/tid=7766] ppid=7757 vsize=613452 CPUtime=0.04 cores=0-7
/proc/7759/task/7766/stat : 7766 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 7816 0 0 0 3 1 0 0 22 0 8 0 543864214 628174848 49794 33554432000 4194304 4627427 140736459954384 18446744073709551615 4314206 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 613452

[startup+0.309846 s]
/proc/loadavg: 7.32 5.63 2.82 2/186 7759
/proc/meminfo: memFree=25313700/32950928 swapFree=67111348/67111528
[pid=7759] ppid=7757 vsize=933532 CPUtime=1.85 cores=0-7
/proc/7759/stat : 7759 (strangenight2-m) R 7757 7759 7584 0 -1 4202496 126283 0 0 0 133 52 0 0 17 0 8 0 543864214 955936768 93158 33554432000 4194304 4627427 140736459954384 18446744073709551615 4360952 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7759/statm: 233383 93232 341 106 0 228354 0
[pid=7759/tid=7760] ppid=7757 vsize=933532 CPUtime=0.23 cores=0-7
/proc/7759/task/7760/stat : 7760 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 16269 0 0 0 17 6 0 0 17 0 8 0 543864214 955936768 93275 33554432000 4194304 4627427 140736459954384 18446744073709551615 208080337439 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7759/tid=7761] ppid=7757 vsize=933532 CPUtime=0.21 cores=0-7
/proc/7759/task/7761/stat : 7761 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 16469 0 0 0 16 5 0 0 17 0 8 0 543864214 955936768 93311 33554432000 4194304 4627427 140736459954384 18446744073709551615 208080337390 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7759/tid=7762] ppid=7757 vsize=933532 CPUtime=0.24 cores=0-7
/proc/7759/task/7762/stat : 7762 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 17038 0 0 0 18 6 0 0 17 0 8 0 543864214 955936768 93327 33554432000 4194304 4627427 140736459954384 18446744073709551615 208080337439 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7759/tid=7763] ppid=7757 vsize=933532 CPUtime=0.22 cores=0-7
/proc/7759/task/7763/stat : 7763 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 15971 0 0 0 16 6 0 0 17 0 8 0 543864214 955936768 93448 33554432000 4194304 4627427 140736459954384 18446744073709551615 208080337439 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7759/tid=7764] ppid=7757 vsize=933532 CPUtime=0.24 cores=0-7
/proc/7759/task/7764/stat : 7764 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 15707 0 0 0 16 8 0 0 17 0 8 0 543864214 955936768 93465 33554432000 4194304 4627427 140736459954384 18446744073709551615 208080337390 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7759/tid=7765] ppid=7757 vsize=933532 CPUtime=0.19 cores=0-7
/proc/7759/task/7765/stat : 7765 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 13536 0 0 0 14 5 0 0 18 0 8 0 543864214 955936768 93480 33554432000 4194304 4627427 140736459954384 18446744073709551615 208080337390 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7759/tid=7766] ppid=7757 vsize=933532 CPUtime=0.21 cores=0-7
/proc/7759/task/7766/stat : 7766 (strangenight2-m) S 7757 7759 7584 0 -1 4202560 15331 0 0 0 15 6 0 0 17 0 8 0 543864214 955936768 93490 33554432000 4194304 4627427 140736459954384 18446744073709551615 208080337390 0 0 4096 2 18446604464064895168 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 933532

[startup+0.700708 s]
/proc/loadavg: 7.32 5.63 2.82 2/186 7759
/proc/meminfo: memFree=25313700/32950928 swapFree=67111348/67111528
[pid=7759] ppid=7757 vsize=1006120 CPUtime=4.42 cores=0-7
/proc/7759/stat : 7759 (strangenight2-m) S 7757 7759 7584 0 -1 4202496 148408 0 0 0 282 160 0 0 17 0 8 0 543864214 1030266880 115272 33554432000 4194304 4627427 140736459954384 18446744073709551615 208080337390 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7759/statm: 251530 115276 343 106 0 246501 0
[pid=7759/tid=7760] ppid=7757 vsize=1006120 CPUtime=0.56 cores=0-7
/proc/7759/task/7760/stat : 7760 (strangenight2-m) S 7757 7759 7584 0 -1 4202560 18868 0 0 0 37 19 0 0 17 0 8 0 543864214 1030266880 115278 33554432000 4194304 4627427 140736459954384 18446744073709551615 208080337390 0 0 4096 2 18446604464064895168 0 0 -1 6 0 0 0
[pid=7759/tid=7761] ppid=7757 vsize=1006120 CPUtime=0.55 cores=0-7
/proc/7759/task/7761/stat : 7761 (strangenight2-m) S 7757 7759 7584 0 -1 4202560 19104 0 0 0 35 20 0 0 17 0 8 0 543864214 1030266880 115278 33554432000 4194304 4627427 140736459954384 18446744073709551615 208080337390 0 0 4096 2 18446604464064895168 0 0 -1 3 0 0 0
[pid=7759/tid=7762] ppid=7757 vsize=1006120 CPUtime=0.56 cores=0-7
/proc/7759/task/7762/stat : 7762 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 19742 0 0 0 37 19 0 0 17 0 8 0 543864214 1030266880 115281 33554432000 4194304 4627427 140736459954384 18446744073709551615 208079899650 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7759/tid=7763] ppid=7757 vsize=1006120 CPUtime=0.52 cores=0-7
/proc/7759/task/7763/stat : 7763 (strangenight2-m) S 7757 7759 7584 0 -1 4202560 18612 0 0 0 34 18 0 0 17 0 8 0 543864214 1030266880 115281 33554432000 4194304 4627427 140736459954384 18446744073709551615 208080337390 0 0 4096 2 18446604464064895168 0 0 -1 4 0 0 0
[pid=7759/tid=7764] ppid=7757 vsize=1006120 CPUtime=0.55 cores=0-7
/proc/7759/task/7764/stat : 7764 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 18229 0 0 0 32 23 0 0 17 0 8 0 543864214 1030266880 115281 33554432000 4194304 4627427 140736459954384 18446744073709551615 208080337439 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7759/tid=7765] ppid=7757 vsize=1006120 CPUtime=0.5 cores=0-7
/proc/7759/task/7765/stat : 7765 (strangenight2-m) S 7757 7759 7584 0 -1 4202560 16703 0 0 0 32 18 0 0 17 0 8 0 543864214 1030266880 115284 33554432000 4194304 4627427 140736459954384 18446744073709551615 208080337390 0 0 4096 2 18446604464064895168 0 0 -1 5 0 0 0
[pid=7759/tid=7766] ppid=7757 vsize=1006120 CPUtime=0.53 cores=0-7
/proc/7759/task/7766/stat : 7766 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 17896 0 0 0 34 19 0 0 17 0 8 0 543864214 1030266880 115284 33554432000 4194304 4627427 140736459954384 18446744073709551615 208079891202 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 1006120

[startup+1.50056 s]
/proc/loadavg: 7.21 5.63 2.84 9/194 7767
/proc/meminfo: memFree=24733564/32950928 swapFree=67111348/67111528
[pid=7759] ppid=7757 vsize=1191284 CPUtime=10.41 cores=0-7
/proc/7759/stat : 7759 (strangenight2-m) R 7757 7759 7584 0 -1 4202496 186700 0 0 0 811 230 0 0 18 0 8 0 543864214 1219874816 153185 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308139 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7759/statm: 297821 153185 368 106 0 292792 0
[pid=7759/tid=7760] ppid=7757 vsize=1191284 CPUtime=1.31 cores=0-7
/proc/7759/task/7760/stat : 7760 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 23697 0 0 0 102 29 0 0 17 0 8 0 543864214 1219874816 153185 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7759/tid=7761] ppid=7757 vsize=1191284 CPUtime=1.3 cores=0-7
/proc/7759/task/7761/stat : 7761 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 23715 0 0 0 102 28 0 0 17 0 8 0 543864214 1219874816 153185 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7759/tid=7762] ppid=7757 vsize=1191284 CPUtime=1.31 cores=0-7
/proc/7759/task/7762/stat : 7762 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 24557 0 0 0 103 28 0 0 18 0 8 0 543864214 1219874816 153185 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7759/tid=7763] ppid=7757 vsize=1191284 CPUtime=1.28 cores=0-7
/proc/7759/task/7763/stat : 7763 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 23094 0 0 0 100 28 0 0 18 0 8 0 543864214 1219874816 153185 33554432000 4194304 4627427 140736459954384 18446744073709551615 208079893537 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7759/tid=7764] ppid=7757 vsize=1191284 CPUtime=1.29 cores=0-7
/proc/7759/task/7764/stat : 7764 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 23075 0 0 0 97 32 0 0 17 0 8 0 543864214 1219874816 153185 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7759/tid=7765] ppid=7757 vsize=1191284 CPUtime=1.25 cores=0-7
/proc/7759/task/7765/stat : 7765 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 21937 0 0 0 98 27 0 0 18 0 8 0 543864214 1219874816 153185 33554432000 4194304 4627427 140736459954384 18446744073709551615 208079887344 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7759/tid=7766] ppid=7757 vsize=1191284 CPUtime=1.27 cores=0-7
/proc/7759/task/7766/stat : 7766 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 23099 0 0 0 99 28 0 0 18 0 8 0 543864214 1219874816 153185 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308285 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.41
Current children cumulated vsize (KiB) 1191284

[startup+3.10126 s]
/proc/loadavg: 7.21 5.63 2.84 10/194 7767
/proc/meminfo: memFree=24698904/32950928 swapFree=67111348/67111528
[pid=7759] ppid=7757 vsize=1191284 CPUtime=23.21 cores=0-7
/proc/7759/stat : 7759 (strangenight2-m) R 7757 7759 7584 0 -1 4202496 188052 0 0 0 2089 232 0 0 20 0 8 0 543864214 1219874816 153674 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7759/statm: 297821 153674 368 106 0 292792 0
[pid=7759/tid=7760] ppid=7757 vsize=1191284 CPUtime=2.91 cores=0-7
/proc/7759/task/7760/stat : 7760 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 23704 0 0 0 262 29 0 0 20 0 8 0 543864214 1219874816 153674 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7759/tid=7761] ppid=7757 vsize=1191284 CPUtime=2.9 cores=0-7
/proc/7759/task/7761/stat : 7761 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 23729 0 0 0 262 28 0 0 20 0 8 0 543864214 1219874816 153674 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7759/tid=7762] ppid=7757 vsize=1191284 CPUtime=2.91 cores=0-7
/proc/7759/task/7762/stat : 7762 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 24559 0 0 0 263 28 0 0 20 0 8 0 543864214 1219874816 153674 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7759/tid=7763] ppid=7757 vsize=1191284 CPUtime=2.88 cores=0-7
/proc/7759/task/7763/stat : 7763 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 23101 0 0 0 260 28 0 0 20 0 8 0 543864214 1219874816 153674 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308987 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7759/tid=7764] ppid=7757 vsize=1191284 CPUtime=2.9 cores=0-7
/proc/7759/task/7764/stat : 7764 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 23077 0 0 0 257 33 0 0 20 0 8 0 543864214 1219874816 153674 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7759/tid=7765] ppid=7757 vsize=1191284 CPUtime=2.85 cores=0-7
/proc/7759/task/7765/stat : 7765 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 21943 0 0 0 258 27 0 0 20 0 8 0 543864214 1219874816 153674 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308987 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7759/tid=7766] ppid=7757 vsize=1191284 CPUtime=2.87 cores=0-7
/proc/7759/task/7766/stat : 7766 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 24410 0 0 0 258 29 0 0 20 0 8 0 543864214 1219874816 153674 33554432000 4194304 4627427 140736459954384 18446744073709551615 4324972 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.21
Current children cumulated vsize (KiB) 1191284

[startup+6.30065 s]
/proc/loadavg: 7.21 5.63 2.84 9/194 7767
/proc/meminfo: memFree=24695644/32950928 swapFree=67111348/67111528
[pid=7759] ppid=7757 vsize=1192000 CPUtime=48.77 cores=0-7
/proc/7759/stat : 7759 (strangenight2-m) R 7757 7759 7584 0 -1 4202496 191552 0 0 0 4645 232 0 0 25 0 8 0 543864214 1220608000 157174 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7759/statm: 298000 157174 369 106 0 292971 0
[pid=7759/tid=7760] ppid=7757 vsize=1192000 CPUtime=6.11 cores=0-7
/proc/7759/task/7760/stat : 7760 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 23704 0 0 0 582 29 0 0 25 0 8 0 543864214 1220608000 157174 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308104 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7759/tid=7761] ppid=7757 vsize=1192000 CPUtime=6.1 cores=0-7
/proc/7759/task/7761/stat : 7761 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 23730 0 0 0 582 28 0 0 25 0 8 0 543864214 1220608000 157174 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7759/tid=7762] ppid=7757 vsize=1192000 CPUtime=6.11 cores=0-7
/proc/7759/task/7762/stat : 7762 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 24559 0 0 0 583 28 0 0 25 0 8 0 543864214 1220608000 157174 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7759/tid=7763] ppid=7757 vsize=1192000 CPUtime=6.08 cores=0-7
/proc/7759/task/7763/stat : 7763 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 23101 0 0 0 580 28 0 0 25 0 8 0 543864214 1220608000 157174 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7759/tid=7764] ppid=7757 vsize=1192000 CPUtime=6.1 cores=0-7
/proc/7759/task/7764/stat : 7764 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 23078 0 0 0 577 33 0 0 25 0 8 0 543864214 1220608000 157174 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308987 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7759/tid=7765] ppid=7757 vsize=1192000 CPUtime=6.05 cores=0-7
/proc/7759/task/7765/stat : 7765 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 21946 0 0 0 578 27 0 0 25 0 8 0 543864214 1220608000 157174 33554432000 4194304 4627427 140736459954384 18446744073709551615 4299695 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7759/tid=7766] ppid=7757 vsize=1192000 CPUtime=6.05 cores=0-7
/proc/7759/task/7766/stat : 7766 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 27903 0 0 0 575 30 0 0 25 0 8 0 543864214 1220608000 157174 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 48.77
Current children cumulated vsize (KiB) 1192000

[startup+12.7004 s]
/proc/loadavg: 7.33 5.71 2.89 9/194 7767
/proc/meminfo: memFree=24673340/32950928 swapFree=67111348/67111528
[pid=7759] ppid=7757 vsize=1227188 CPUtime=99.94 cores=0-7
/proc/7759/stat : 7759 (strangenight2-m) R 7757 7759 7584 0 -1 4202496 195028 0 0 0 9759 235 0 0 25 0 8 0 543864214 1256640512 160650 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308987 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7759/statm: 306797 160650 369 106 0 301768 0
[pid=7759/tid=7760] ppid=7757 vsize=1227188 CPUtime=12.51 cores=0-7
/proc/7759/task/7760/stat : 7760 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 23865 0 0 0 1222 29 0 0 25 0 8 0 543864214 1256640512 160650 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308987 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7759/tid=7761] ppid=7757 vsize=1227188 CPUtime=12.5 cores=0-7
/proc/7759/task/7761/stat : 7761 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 23880 0 0 0 1222 28 0 0 25 0 8 0 543864214 1256640512 160650 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7759/tid=7762] ppid=7757 vsize=1227188 CPUtime=12.51 cores=0-7
/proc/7759/task/7762/stat : 7762 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 24715 0 0 0 1223 28 0 0 25 0 8 0 543864214 1256640512 160650 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308411 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7759/tid=7763] ppid=7757 vsize=1227188 CPUtime=12.48 cores=0-7
/proc/7759/task/7763/stat : 7763 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 23264 0 0 0 1220 28 0 0 25 0 8 0 543864214 1256640512 160650 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308345 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7759/tid=7764] ppid=7757 vsize=1227188 CPUtime=12.49 cores=0-7
/proc/7759/task/7764/stat : 7764 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 23249 0 0 0 1216 33 0 0 25 0 8 0 543864214 1256640512 160650 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308392 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7759/tid=7765] ppid=7757 vsize=1227188 CPUtime=12.45 cores=0-7
/proc/7759/task/7765/stat : 7765 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 22099 0 0 0 1218 27 0 0 25 0 8 0 543864214 1256640512 160650 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308428 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7759/tid=7766] ppid=7757 vsize=1227188 CPUtime=12.42 cores=0-7
/proc/7759/task/7766/stat : 7766 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 30264 0 0 0 1210 32 0 0 25 0 8 0 543864214 1256640512 160650 33554432000 4194304 4627427 140736459954384 18446744073709551615 4322160 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 99.94
Current children cumulated vsize (KiB) 1227188

[startup+25.501 s]
/proc/loadavg: 7.44 5.79 2.95 9/194 7768
/proc/meminfo: memFree=24295780/32950928 swapFree=67111348/67111528
[pid=7759] ppid=7757 vsize=1785064 CPUtime=202.16 cores=0-7
/proc/7759/stat : 7759 (strangenight2-m) R 7757 7759 7584 0 -1 4202496 316185 0 0 0 19942 274 0 0 23 0 8 0 543864214 1827905536 255257 33554432000 4194304 4627427 140736459954384 18446744073709551615 4321739 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7759/statm: 446266 255257 387 106 0 441237 0
[pid=7759/tid=7760] ppid=7757 vsize=1785064 CPUtime=25.28 cores=0-7
/proc/7759/task/7760/stat : 7760 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 38863 0 0 0 2493 35 0 0 22 0 8 0 543864214 1827905536 255257 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7759/tid=7761] ppid=7757 vsize=1785064 CPUtime=25.29 cores=0-7
/proc/7759/task/7761/stat : 7761 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 40341 0 0 0 2496 33 0 0 22 0 8 0 543864214 1827905536 255257 33554432000 4194304 4627427 140736459954384 18446744073709551615 4309505 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7759/tid=7762] ppid=7757 vsize=1785064 CPUtime=25.3 cores=0-7
/proc/7759/task/7762/stat : 7762 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 43937 0 0 0 2499 31 0 0 23 0 8 0 543864214 1827905536 255257 33554432000 4194304 4627427 140736459954384 18446744073709551615 4321720 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7759/tid=7763] ppid=7757 vsize=1785064 CPUtime=25.27 cores=0-7
/proc/7759/task/7763/stat : 7763 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 43718 0 0 0 2493 34 0 0 25 0 8 0 543864214 1827905536 255257 33554432000 4194304 4627427 140736459954384 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7759/tid=7764] ppid=7757 vsize=1785064 CPUtime=25.29 cores=0-7
/proc/7759/task/7764/stat : 7764 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 40311 0 0 0 2489 40 0 0 22 0 8 0 543864214 1827905536 255257 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308343 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7759/tid=7765] ppid=7757 vsize=1785064 CPUtime=25.24 cores=0-7
/proc/7759/task/7765/stat : 7765 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 37764 0 0 0 2492 32 0 0 22 0 8 0 543864214 1827905536 255257 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7759/tid=7766] ppid=7757 vsize=1785064 CPUtime=25.14 cores=0-7
/proc/7759/task/7766/stat : 7766 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 34099 0 0 0 2480 34 0 0 25 0 8 0 543864214 1827905536 255257 33554432000 4194304 4627427 140736459954384 18446744073709551615 4321720 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 202.16
Current children cumulated vsize (KiB) 1785064

[startup+51.1011 s]
/proc/loadavg: 7.63 5.96 3.08 9/194 7768
/proc/meminfo: memFree=24296296/32950928 swapFree=67111348/67111528
[pid=7759] ppid=7757 vsize=1609700 CPUtime=406.82 cores=0-7
/proc/7759/stat : 7759 (strangenight2-m) R 7757 7759 7584 0 -1 4202496 368087 0 0 0 40390 292 0 0 25 0 8 0 543864214 1648332800 255066 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7759/statm: 402425 255066 388 106 0 397396 0
[pid=7759/tid=7760] ppid=7757 vsize=1609700 CPUtime=50.88 cores=0-7
/proc/7759/task/7760/stat : 7760 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 44494 0 0 0 5051 37 0 0 25 0 8 0 543864214 1648332800 255066 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7759/tid=7761] ppid=7757 vsize=1609700 CPUtime=50.89 cores=0-7
/proc/7759/task/7761/stat : 7761 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 44749 0 0 0 5053 36 0 0 25 0 8 0 543864214 1648332800 255066 33554432000 4194304 4627427 140736459954384 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7759/tid=7762] ppid=7757 vsize=1609700 CPUtime=50.89 cores=0-7
/proc/7759/task/7762/stat : 7762 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 47977 0 0 0 5057 32 0 0 25 0 8 0 543864214 1648332800 255066 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308940 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7759/tid=7763] ppid=7757 vsize=1609700 CPUtime=50.86 cores=0-7
/proc/7759/task/7763/stat : 7763 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 55602 0 0 0 5050 36 0 0 25 0 8 0 543864214 1648332800 255066 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7759/tid=7764] ppid=7757 vsize=1609700 CPUtime=50.87 cores=0-7
/proc/7759/task/7764/stat : 7764 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 45002 0 0 0 5045 42 0 0 25 0 8 0 543864214 1648332800 255066 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7759/tid=7765] ppid=7757 vsize=1609700 CPUtime=50.84 cores=0-7
/proc/7759/task/7765/stat : 7765 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 42039 0 0 0 5050 34 0 0 25 0 8 0 543864214 1648332800 255066 33554432000 4194304 4627427 140736459954384 18446744073709551615 4321697 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7759/tid=7766] ppid=7757 vsize=1609700 CPUtime=50.59 cores=0-7
/proc/7759/task/7766/stat : 7766 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 46831 0 0 0 5023 36 0 0 25 0 8 0 543864214 1648332800 255066 33554432000 4194304 4627427 140736459954384 18446744073709551615 4330936 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 406.82
Current children cumulated vsize (KiB) 1609700

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

[startup+51.501 s]
/proc/loadavg: 7.63 5.96 3.08 9/194 7768
/proc/meminfo: memFree=24296296/32950928 swapFree=67111348/67111528
[pid=7759] ppid=7757 vsize=1609700 CPUtime=410.02 cores=0-7
/proc/7759/stat : 7759 (strangenight2-m) R 7757 7759 7584 0 -1 4202496 368499 0 0 0 40710 292 0 0 25 0 8 0 543864214 1648332800 255224 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308139 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7759/statm: 402425 255224 388 106 0 397396 0
[pid=7759/tid=7760] ppid=7757 vsize=1609700 CPUtime=51.28 cores=0-7
/proc/7759/task/7760/stat : 7760 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 44516 0 0 0 5091 37 0 0 25 0 8 0 543864214 1648332800 255224 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7759/tid=7761] ppid=7757 vsize=1609700 CPUtime=51.29 cores=0-7
/proc/7759/task/7761/stat : 7761 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 44777 0 0 0 5093 36 0 0 25 0 8 0 543864214 1648332800 255224 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7759/tid=7762] ppid=7757 vsize=1609700 CPUtime=51.29 cores=0-7
/proc/7759/task/7762/stat : 7762 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 47988 0 0 0 5097 32 0 0 25 0 8 0 543864214 1648332800 255224 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7759/tid=7763] ppid=7757 vsize=1609700 CPUtime=51.26 cores=0-7
/proc/7759/task/7763/stat : 7763 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 55741 0 0 0 5090 36 0 0 25 0 8 0 543864214 1648332800 255224 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308987 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7759/tid=7764] ppid=7757 vsize=1609700 CPUtime=51.27 cores=0-7
/proc/7759/task/7764/stat : 7764 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 45011 0 0 0 5085 42 0 0 25 0 8 0 543864214 1648332800 255224 33554432000 4194304 4627427 140736459954384 18446744073709551615 4324663 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7759/tid=7765] ppid=7757 vsize=1609700 CPUtime=51.24 cores=0-7
/proc/7759/task/7765/stat : 7765 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 42197 0 0 0 5090 34 0 0 25 0 8 0 543864214 1648332800 255224 33554432000 4194304 4627427 140736459954384 18446744073709551615 4309598 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7759/tid=7766] ppid=7757 vsize=1609700 CPUtime=50.99 cores=0-7
/proc/7759/task/7766/stat : 7766 (strangenight2-m) R 7757 7759 7584 0 -1 4202560 46846 0 0 0 5063 36 0 0 25 0 8 0 543864214 1648332800 255224 33554432000 4194304 4627427 140736459954384 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 410.02
Current children cumulated vsize (KiB) 1609700

[startup+51.9009 s]
/proc/loadavg: 7.74 6.01 3.11 9/194 7768
/proc/meminfo: memFree=24292824/32950928 swapFree=67111348/67111528
[pid=7759] ppid=7757 vsize=0 CPUtime=413.16 cores=0-7
/proc/7759/stat : 7759 (strangenight2-m) Z 7757 7759 7584 0 -1 4203548 368649 0 0 0 41023 293 0 0 25 0 2 0 543864214 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7759/statm: 0 0 0 0 0 0 0
[pid=7759/tid=7762] ppid=7757 vsize=0 CPUtime=51.7 cores=0-7
/proc/7759/task/7762/stat : 7762 (strangenight2-m) R 7757 7759 7584 0 -1 4203588 48007 0 0 0 5137 33 0 0 25 0 2 0 543864214 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 413.16
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 51.9511
CPU time (s): 413.22
CPU user time (s): 410.237
CPU system time (s): 2.98355
CPU usage (%): 795.402
Max. virtual memory (cumulated for all children) (KiB): 1811528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 410.237
system time used= 2.98355
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 368649
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= 253512
involuntary context switches= 2108

runsolver used 0.093985 second user time and 0.199969 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-02 09:50:45
IDJOB=3321059
IDBENCH=71019
IDSOLVER=1709
FILE ID=node127/3321059-1304322645
RUNJOBID= node127-1304322187-7598
PBS_JOBID= 13176799
Free space on /tmp= 73364 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-5p0.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3321059-1304322645/watcher-3321059-1304322645 -o /tmp/evaluation-result-3321059-1304322645/solver-3321059-1304322645 -C 40000 -W 5100 -M 31000  ./strangenight2-mt --threads=8 HOME/instance-3321059-1304322645.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 4385f03fe3bdaf0f127ae989ddd7908d
RANDOM SEED=1879868264

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.60
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.823
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:      25314104 kB
Buffers:        803896 kB
Cached:        3265912 kB
SwapCached:          8 kB
Active:        3209192 kB
Inactive:      3972212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25314104 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           20580 kB
Writeback:           0 kB
AnonPages:     3111812 kB
Mapped:          18436 kB
Slab:           383544 kB
PageTables:      11660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  3641240 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= 73360 MiB
End job on node127 at 2011-05-02 09:51:38