Trace number 4387609

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
Fun-sCOP hybrid+CryptoMiniSat (2019-06-15)UNSAT 17.2812 7.60277

General information on the benchmark

NameRlfap/
Rlfap-m1-scens11/Rlfap-scen-11-f04.xml
MD5SUM3c3f91fe2d5d1aa7af585cdf812638b5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark16.9607
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size40
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":14},{"size":33,"count":336},{"size":40,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms11g -Xmx11g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -hybrid -solver HOME/cryptominisat5 -solverOption default -tmp HOME -serialFile HOME/scop-14363-serial-file.bin HOME/instance-4387609-1568286332.xml
0.65/0.53	
0.65/0.53	Fun-sCOP hybrid+cryptominisat5 (2019-06-15)
0.65/0.53	
0.65/0.55	c BEGIN-Prog: Thu Sep 12 13:04:54 CEST 2019
1.03/0.82	c PID: 14366
1.03/0.82	c IP: 172.20.3.151
1.03/0.82	c HOST: node151.alineos.net
1.03/0.82	c (0,0) Parsing Begin
4.90/2.01	c (1,1) Parsing End
4.90/2.02	c (1,1) CSP: 680 int (0 aux), 0 bool (0 aux), 4103 ctr, max domain size 40
4.90/2.02	c (1,1) Heap : 506 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
4.90/2.02	c (1,1) Constraint Name Generate Begin
4.90/2.05	c (1,1) Ctr:HOME/instance-4387609-1568286332.xml,Dist:Eq:Le:Num:Var
4.90/2.05	c (1,1) Constraint Name Generate End
4.90/2.05	c (1,1) Heap : 506 MiB used (max 10795 MiB), NonHeap : 25 MiB used (max 0 MiB)
4.90/2.05	c (1,1) CSP to CSPinCNF Begin
5.95/2.31	c (1,1) translated 411 (10%) constraints
5.95/2.38	c (1,1) translated 821 (20%) constraints
6.23/2.44	c (1,1) translated 1231 (30%) constraints
6.23/2.49	c (1,1) translated 1642 (40%) constraints
6.52/2.54	c (2,1) translated 2052 (50%) constraints
6.52/2.58	c (2,1) translated 2462 (60%) constraints
6.83/2.63	c (2,1) translated 2873 (70%) constraints
6.83/2.67	c (2,2) translated 3283 (80%) constraints
7.12/2.71	c (2,2) translated 3693 (90%) constraints
7.45/2.81	c (2,2) translated 4103 (100%) constraints
7.45/2.81	c (2,2) ===========================================
7.45/2.83	c (2,2) Hybrid: #OE=680, #LE=0
7.45/2.83	c (2,2) Hybrid
7.45/2.83	c (2,2) ===========================================
7.45/2.87	c (2,2) translated 479 (10%) constraints
7.45/2.89	c (2,2) translated 957 (20%) constraints
7.79/2.91	c (2,2) translated 1435 (30%) constraints
7.79/2.93	c (2,2) translated 1914 (40%) constraints
7.79/2.95	c (2,2) translated 2392 (50%) constraints
7.79/2.97	c (2,2) translated 2870 (60%) constraints
7.79/2.98	c (2,2) translated 3349 (70%) constraints
7.79/3.00	c (2,2) translated 3827 (80%) constraints
8.08/3.01	c (2,2) translated 4305 (90%) constraints
8.08/3.02	c (2,2) translated 4783 (100%) constraints
8.08/3.03	c (2,2) CSP to CSPinCNF End
8.08/3.03	c (2,2) CSP: 680 int (0 aux), 0 bool (0 aux), 4783 ctr, max domain size 40
8.08/3.03	c (2,2) Heap : 675 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
8.08/3.03	c (2,2) CSPinCNF Propagation Begin
8.08/3.10	c (2,2) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.08/3.10	c (2,2) CSPinCNF Propagation End
8.43/3.11	c (2,2) CSP: 680 int (0 aux), 0 bool (0 aux), 4783 ctr, max domain size 40
8.43/3.11	c (2,2) Heap : 675 MiB used (max 10795 MiB), NonHeap : 30 MiB used (max 0 MiB)
8.43/3.13	c (2,2) Hybrid: #OE=680, #LE=0
8.43/3.13	c (2,2) Simplify CSPinCNF Begin
9.04/3.37	c (2,2) Simplify CSPinCNF End
9.04/3.37	c (2,2) CSP: 680 int (0 aux), 8206 bool (8206 aux), 12989 ctr, max domain size 40
9.04/3.37	c (2,2) Heap : 732 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
9.04/3.37	c (2,2) Calculate Precise Domain Begin
9.04/3.37	c (2,2) 0 values are removed by re-calculation
9.04/3.37	c (2,2) Calculate Precise Domain End
9.04/3.38	c (2,2) CSP: 680 int (0 aux), 8206 bool (8206 aux), 12989 ctr, max domain size 40
9.04/3.38	c (2,2) Heap : 732 MiB used (max 10795 MiB), NonHeap : 31 MiB used (max 0 MiB)
9.04/3.38	c (2,2) CSPinCNF to SatSolver Begin
11.29/4.01	c (3,3) 1299 (10 %) CSP clauses are encoded (0 SAT variables, 51964 SAT clauses)
11.85/4.22	c (3,3) 2598 (20 %) CSP clauses are encoded (0 SAT variables, 80330 SAT clauses)
12.07/4.39	c (3,3) 3897 (30 %) CSP clauses are encoded (0 SAT variables, 106604 SAT clauses)
12.39/4.55	c (4,3) 5196 (40 %) CSP clauses are encoded (0 SAT variables, 135237 SAT clauses)
12.80/4.75	c (4,4) 6495 (50 %) CSP clauses are encoded (0 SAT variables, 164767 SAT clauses)
13.10/4.90	c (4,4) 7794 (60 %) CSP clauses are encoded (0 SAT variables, 195014 SAT clauses)
13.26/5.06	c (4,4) 9093 (70 %) CSP clauses are encoded (0 SAT variables, 225087 SAT clauses)
13.48/5.21	c (4,4) 10392 (80 %) CSP clauses are encoded (0 SAT variables, 255305 SAT clauses)
13.58/5.36	c (4,4) 11691 (90 %) CSP clauses are encoded (0 SAT variables, 284527 SAT clauses)
13.76/5.49	c (4,4) 12989 (100 %) CSP clauses are encoded (0 SAT variables, 311511 SAT clauses)
13.76/5.49	c (4,4) CSPinCNF to SatSolver End
13.76/5.49	c (4,4) Heap : 1802 MiB used (max 10795 MiB), NonHeap : 35 MiB used (max 0 MiB)
13.76/5.49	c (4,4) 32054 bool, 311523 clause
13.76/5.49	c (4,4) Export Begin
14.50/5.90	c (5,5) Export to HOME/scop-14363-serial-file.bin
14.50/5.90	c (5,5) Export End
14.50/5.90	c (5,5) Export File Size: 4.20 MB
14.50/5.90	c (5,5) 1,1,2,2,2,2,4,STOP-AFTER(DIMACS)
14.50/5.90	c END-Prog: Thu Sep 12 13:04:59 CEST 2019
14.68/5.92	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-14363-serial-file.bin
15.18/6.38	c (0,0) Read Serial File Begin
15.18/6.38	c (0,0) HOME/scop-14363-serial-file.bin
15.96/6.77	c (0,0) Read Serial File End
15.96/6.78	
15.96/6.78	Fun-sCOP hybrid+cryptominisat5 (2019-06-15)
15.96/6.78	(Solving Process)
15.96/6.78	
16.25/6.80	c BEGIN-Prog: Thu Sep 12 13:05:00 CEST 2019
16.25/6.80	c PID: 14381
16.25/6.80	c IP: 172.20.3.151
16.25/6.80	c HOST: node151.alineos.net
16.25/6.81	c (0,0) SatSolver.solve Begin
16.25/6.81	c (0,0) HOME/cryptominisat5  HOME/instance-4387609-1568286332.xml-scop-14366.cnf
16.25/6.84	c (0,0) c Outputting solution to console
16.25/6.84	c (0,0) c CryptoMiniSat version 5.6.8
16.25/6.84	c (0,0) c CMS Copyright Mate Soos (soos.mate@gmail.com)
16.25/6.84	c (0,0) c CMS SHA revision GIT-notfound
16.25/6.84	c (0,0) c CMS is MIT licensed
16.25/6.84	c (0,0) c CMS compilation env CMAKE_CXX_COMPILER = /usr/bin/c++ | CMAKE_CXX_FLAGS =  -Wall -Wextra -Wunused -Wsign-compare -fno-omit-frame-pointer -Wtype-limits -Wuninitialized -Wno-deprecated -Wstrict-aliasing -Wpointer-arith -Wpointer-arith -Wformat-nonliteral -Winit-self -Wparentheses -Wunreachable-code -ggdb3 -Wlogical-op -Wdouble-promotion -Wshadow -Wformat=2 -pedantic | COMPILE_DEFINES =  -DLARGE_OFFSETS -DBOOST_TEST_DYN_LINK -DUSE_ZLIB -DYALSAT_FPU | STATICCOMPILE = OFF | ONLY_SIMPLE = OFF | Boost_FOUND = 1 | STATS = OFF | SQLITE3_FOUND =  | ZLIB_FOUND = TRUE | VALGRIND_FOUND =  | ENABLE_TESTING = OFF | M4RI_FOUND = FALSE | NOM4RI = OFF | SLOW_DEBUG = OFF | ENABLE_ASSERTIONS = ON | PYTHON_EXECUTABLE = /usr/bin/python2.7 | PYTHON_LIBRARY = /usr/lib64/libpython2.7.so | PYTHON_INCLUDE_DIRS = /usr/include/python2.7 | MY_TARGETS =  | LARGEMEM = ON | LIMITMEM = OFF | compilation date time = Jul 11 2019 16:04:13
16.25/6.84	c (0,0) c CMS compiled with gcc version 4.8.5 20150623 (Red Hat 4.8.5-11)
16.25/6.84	c (0,0) c Executed with command line: HOME/cryptominisat5 HOME/instance-4387609-1568286332.xml-scop-14366.cnf
16.25/6.84	c (0,0) c Reading file 'HOME/instance-4387609-1568286332.xml-scop-14366.cnf'
16.25/6.84	c (0,0) c -- header says num vars:          32054
16.25/6.84	c (0,0) c -- header says num clauses:      311523
16.47/6.95	c (0,0) c -- clauses added: 311523
16.47/6.95	c (0,0) c -- xor clauses added: 0
16.47/6.95	c (0,0) c -- vars added 32054
16.47/6.95	c (0,0) c Parsing time: 0.11 s
16.47/6.98	c (0,0) c   type VSIDS  rest  conf freevar  IrrL  IrrB l/longC  l/allC RedL0 RedL1 RedL2  RedB l/longC  l/allC
16.47/6.98	c (0,0) c [distill] long cls tried: 17/16 cl-short:17 lit-r:4 T: 0.00 T-out: N T-r: 99.99%
16.73/7.18	c (0,0) c [distill] long cls tried: 451/463 cl-short:451 lit-r:723 T: 0.03 T-out: N T-r: 99.46%
17.03/7.48	c (1,0) c [distill] long cls tried: 376/820 cl-short:376 lit-r:721 T: 0.04 T-out: N T-r: 99.35%
17.13/7.58	c (1,0) c ------- FINAL TOTAL SEARCH STATS ---------
17.13/7.58	c (1,0) c UIP search time          : 0.62        (84.95     % time)
17.13/7.58	c (1,0) c restarts                 : 38          (209.71    confls per restart)
17.13/7.58	c (1,0) c blocked restarts         : 0           (0.00      per normal restart)
17.13/7.58	c (1,0) c time                     : 0.62        
17.13/7.58	c (1,0) c decisions                : 13123       (0.00      % random)
17.13/7.58	c (1,0) c propagations             : 2318084     
17.13/7.58	c (1,0) c decisions/conflicts      : 1.65        
17.13/7.58	c (1,0) c conflicts                : 7969        (12914.19  / sec)
17.13/7.58	c (1,0) c conf lits non-minim      : 150067      (18.83     lit/confl)
17.13/7.58	c (1,0) c conf lits final          : 13.05       
17.13/7.58	c (1,0) c cache hit re-learnt cl   : 0           (0.00      % of confl)
17.13/7.58	c (1,0) c red which0               : 1014        (12.72     % of confl)
17.13/7.58	c (1,0) c props/decision           : 0.00        
17.13/7.58	c (1,0) c props/conflict           : 0.00        
17.13/7.58	c (1,0) c 0-depth assigns          : 584         (1.82      % vars)
17.13/7.58	c (1,0) c 0-depth assigns by CNF   : 0           (0.00      % vars)
17.13/7.58	c (1,0) c reduceDB time            : 0.00        (0.00      % time)
17.13/7.58	c (1,0) c OccSimplifier time       : 0.00        (0.00      % time)
17.13/7.58	c (1,0) c [occur] 0.00 is overhead
17.13/7.58	c (1,0) c [occur] link-in T: 0.00 cleanup T: 0.00
17.13/7.58	c (1,0) c [occ-substr] long subBySub: 0 subByStr: 0 lits-rem-str: 0 T: 0.00
17.13/7.58	c (1,0) c SCC time                 : 0.00        (0.00      % time)
17.13/7.58	c (1,0) c [scc] new: 0 BP 0M  T: 0.00
17.13/7.58	c (1,0) c vrep replace time        : 0.00        (0.00      % time)
17.13/7.58	c (1,0) c vrep tree roots          : 0           
17.13/7.58	c (1,0) c vrep trees' crown        : 0           (0.00      leafs/tree)
17.13/7.58	c (1,0) c distill time             : 0.08        (10.60     % time)
17.13/7.58	c (1,0) c strength cache-irred time: 0.00        (0.00      % time)
17.13/7.58	c (1,0) c strength cache-red time  : 0.00        (0.00      % time)
17.13/7.58	c (1,0) c Conflicts in UIP         : 7969        (10970.69  confl/time_this_thread)
17.13/7.58	c (1,0) c Mem used                 : 37.75       MB
17.13/7.58	c (1,0) c Total time (this thread) : 0.73        
17.13/7.58	c (1,0) s UNSATISFIABLE
17.13/7.59	c (1,0) SatSolver.solve End
17.13/7.59	c (1,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
17.13/7.59	c (1,0) Show results Begin
17.13/7.59	s UNSATISFIABLE
17.13/7.59	c (1,0) Show results End
17.13/7.59	c (1,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
17.13/7.59	c (1,0) 1,1,STOP-AFTER(ALL)
17.13/7.59	c END-Prog: Thu Sep 12 13:05:01 CEST 2019

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15108 MiB free)
  memory of node 1: 16384 MiB (13750 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387609-1568286332/watcher-4387609-1568286332 -o /tmp/evaluation-result-4387609-1568286332/solver-4387609-1568286332 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568286070-13983 --watchdog 2580 HOME/scop.sh 11g HOME/scop.jar -hybrid HOME/cryptominisat5 default HOME HOME/instance-4387609-1568286332.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=14363, runsolver pid=14360
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 2.09 2.05 2.05 3/236 14380
/proc/meminfo: memFree=29492704/32770624 swapFree=66932776/67108860
[pid=14363] ppid=14360 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/14363/stat : 14363 (scop.sh) S 14360 14363 12870 0 -1 4202496 555 321 0 0 0 0 0 0 20 0 1 0 404904668 115843072 349 33554432000 4194304 5098028 140732489798944 140732489796200 140715729031804 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16228352 140732489806691 140732489806960 140732489806960 140732489809869 0
/proc/14363/statm: 28282 349 296 221 0 87 0
[pid=14366] ppid=14363 vsize=15012696 memory=72692 CPUtime=0.11 cores=0,2,4,6
/proc/14366/stat : 14366 (java) S 14363 14363 12870 0 -1 1077944320 6402 0 0 0 9 2 0 0 20 0 15 0 404904669 15373000704 18173 33554432000 4194304 4196468 140731444150560 140731444133104 139844417625847 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
/proc/14366/statm: 3753174 18173 2890 1 0 3715579 0
[pid=14366/tid=14367] ppid=14363 vsize=15013720 memory=-6221578594132737991 CPUtime=0.09 cores=0,2,4,6
/proc/14366/task/14367/stat : 14367 (java) R 14363 14363 12870 0 -1 4202560 4437 0 0 0 7 2 0 0 20 0 15 0 404904669 15374049280 18371 33554432000 4194304 4196468 140731444150560 139844389410096 139844410305565 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14368] ppid=14363 vsize=15013720 memory=8303054830060986464 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14368/stat : 14368 (java) S 14363 14363 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404904670 15374049280 18371 33554432000 4194304 4196468 140731444150560 139844421867920 139844417636053 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14369] ppid=14363 vsize=15013720 memory=140193343886976 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14369/stat : 14369 (java) S 14363 14363 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404904670 15374049280 18371 33554432000 4194304 4196468 140731444150560 139844212951312 139844417636053 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14370] ppid=14363 vsize=15013720 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14370/stat : 14370 (java) S 14363 14363 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404904670 15374049280 18371 33554432000 4194304 4196468 140731444150560 139844211899024 139844417636053 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14371] ppid=14363 vsize=15013720 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14371/stat : 14371 (java) S 14363 14363 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404904670 15374049280 18371 33554432000 4194304 4196468 140731444150560 139844210846224 139844417636053 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14372] ppid=14363 vsize=15013720 memory=140193343886976 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14372/stat : 14372 (java) S 14363 14363 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404904672 15374049280 18371 33554432000 4194304 4196468 140731444150560 139843388127856 139844417636994 0 0 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14373] ppid=14363 vsize=15013720 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14373/stat : 14373 (java) S 14363 14363 12870 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404904672 15374049280 18371 33554432000 4194304 4196468 140731444150560 139842994300192 139844417636053 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14374] ppid=14363 vsize=15013720 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14374/stat : 14374 (java) S 14363 14363 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404904673 15374049280 18371 33554432000 4194304 4196468 140731444150560 139842725865072 139844417636053 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14375] ppid=14363 vsize=15013720 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14375/stat : 14375 (java) S 14363 14363 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404904675 15374049280 18371 33554432000 4194304 4196468 140731444150560 139842351356496 139844417644443 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14376] ppid=14363 vsize=15013720 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14376/stat : 14376 (java) S 14363 14363 12870 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 404904675 15374049280 18371 33554432000 4194304 4196468 140731444150560 139843387074672 139844417636994 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14377] ppid=14363 vsize=15013720 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14377/stat : 14377 (java) S 14363 14363 12870 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 15 0 404904675 15374049280 18371 33554432000 4194304 4196468 140731444150560 139843386021872 139844417636994 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14378] ppid=14363 vsize=15014680 memory=140193343886976 CPUtime=0.01 cores=0,2,4,6
/proc/14366/task/14378/stat : 14378 (java) S 14363 14363 12870 0 -1 1077944384 463 0 0 0 1 0 0 0 20 0 15 0 404904675 15375032320 18437 33554432000 4194304 4196468 140731444150560 139843384969584 139844417636994 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14379] ppid=14363 vsize=15014680 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14379/stat : 14379 (java) S 14363 14363 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404904675 15375032320 18437 33554432000 4194304 4196468 140731444150560 139841853450720 139844417636053 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14380] ppid=14363 vsize=15014680 memory=140193343886976 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14380/stat : 14380 (java) S 14363 14363 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404904676 15375032320 18437 33554432000 4194304 4196468 140731444150560 139843383917488 139844417636994 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 74088 KiB

[startup+0.210975 s]*
/proc/loadavg: 2.09 2.05 2.05 3/236 14380
/proc/meminfo: memFree=29477472/32770624 swapFree=66932776/67108860
[pid=14363] ppid=14360 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/14363/stat : 14363 (scop.sh) S 14360 14363 12870 0 -1 4202496 555 321 0 0 0 0 0 0 20 0 1 0 404904668 115843072 349 33554432000 4194304 5098028 140732489798944 140732489796200 140715729031804 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16228352 140732489806691 140732489806960 140732489806960 140732489809869 0
/proc/14363/statm: 28282 349 296 221 0 87 0
[pid=14366] ppid=14363 vsize=15012696 memory=85664 CPUtime=0.25 cores=0,2,4,6
/proc/14366/stat : 14366 (java) S 14363 14363 12870 0 -1 1077944320 10958 0 0 0 21 4 0 0 20 0 15 0 404904669 15373000704 21416 33554432000 4194304 4196468 140731444150560 140731444133104 139844417625847 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
/proc/14366/statm: 3753174 21416 2921 1 0 3715579 0
[pid=14366/tid=14367] ppid=14363 vsize=15012696 memory=7022364632946311227 CPUtime=0.2 cores=0,2,4,6
/proc/14366/task/14367/stat : 14367 (java) R 14363 14363 12870 0 -1 4202560 8687 0 0 0 17 3 0 0 20 0 15 0 404904669 15373000704 21416 33554432000 4194304 4196468 140731444150560 139844389441488 139844417647773 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14368] ppid=14363 vsize=15012696 memory=343 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14368/stat : 14368 (java) S 14363 14363 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404904670 15373000704 21416 33554432000 4194304 4196468 140731444150560 139844421867920 139844417636053 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14369] ppid=14363 vsize=15012696 memory=288370569495598720 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14369/stat : 14369 (java) S 14363 14363 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404904670 15373000704 21416 33554432000 4194304 4196468 140731444150560 139844212951312 139844417636053 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14370] ppid=14363 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14370/stat : 14370 (java) S 14363 14363 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404904670 15373000704 21416 33554432000 4194304 4196468 140731444150560 139844211899024 139844417636053 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14371] ppid=14363 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14371/stat : 14371 (java) S 14363 14363 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404904670 15373000704 21416 33554432000 4194304 4196468 140731444150560 139844210846224 139844417636053 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14372] ppid=14363 vsize=15012696 memory=140193343886976 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14372/stat : 14372 (java) S 14363 14363 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404904672 15373000704 21416 33554432000 4194304 4196468 140731444150560 139843388127856 139844417636994 0 0 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14373] ppid=14363 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14373/stat : 14373 (java) S 14363 14363 12870 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404904672 15373000704 21416 33554432000 4194304 4196468 140731444150560 139842994300192 139844417636053 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14374] ppid=14363 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14374/stat : 14374 (java) S 14363 14363 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404904673 15373000704 21416 33554432000 4194304 4196468 140731444150560 139842725865072 139844417636053 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14375] ppid=14363 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14375/stat : 14375 (java) S 14363 14363 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404904675 15373000704 21416 33554432000 4194304 4196468 140731444150560 139842351356496 139844417644443 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14376] ppid=14363 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14376/stat : 14376 (java) S 14363 14363 12870 0 -1 1077944384 339 0 0 0 0 0 0 0 20 0 15 0 404904675 15373000704 21416 33554432000 4194304 4196468 140731444150560 139843387074672 139844417636994 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14377] ppid=14363 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14377/stat : 14377 (java) S 14363 14363 12870 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 15 0 404904675 15373000704 21416 33554432000 4194304 4196468 140731444150560 139843386021872 139844417636994 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14378] ppid=14363 vsize=15012696 memory=140193343886976 CPUtime=0.03 cores=0,2,4,6
/proc/14366/task/14378/stat : 14378 (java) R 14363 14363 12870 0 -1 4202560 483 0 0 0 3 0 0 0 20 0 15 0 404904675 15373000704 21416 33554432000 4194304 4196468 140731444150560 139843384969584 139844397597032 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14379] ppid=14363 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14379/stat : 14379 (java) S 14363 14363 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404904675 15373000704 21416 33554432000 4194304 4196468 140731444150560 139841853450720 139844417636053 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14380] ppid=14363 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14380/stat : 14380 (java) S 14363 14363 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404904676 15373000704 21416 33554432000 4194304 4196468 140731444150560 139843383917488 139844417636994 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 87060 KiB

[startup+0.310787 s]*
/proc/loadavg: 2.09 2.05 2.05 4/236 14380
/proc/meminfo: memFree=29474308/32770624 swapFree=66932776/67108860
[pid=14363] ppid=14360 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/14363/stat : 14363 (scop.sh) S 14360 14363 12870 0 -1 4202496 555 321 0 0 0 0 0 0 20 0 1 0 404904668 115843072 349 33554432000 4194304 5098028 140732489798944 140732489796200 140715729031804 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16228352 140732489806691 140732489806960 140732489806960 140732489809869 0
/proc/14363/statm: 28282 349 296 221 0 87 0
[pid=14366] ppid=14363 vsize=15012696 memory=90216 CPUtime=0.43 cores=0,2,4,6
/proc/14366/stat : 14366 (java) S 14363 14363 12870 0 -1 1077944320 12024 0 0 0 39 4 0 0 20 0 15 0 404904669 15373000704 22554 33554432000 4194304 4196468 140731444150560 140731444133104 139844417625847 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
/proc/14366/statm: 3753174 22554 3068 1 0 3715579 0
[pid=14366/tid=14367] ppid=14363 vsize=15012696 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/14366/task/14367/stat : 14367 (java) R 14363 14363 12870 0 -1 4202560 9537 0 0 0 27 3 0 0 20 0 15 0 404904669 15373000704 22554 33554432000 4194304 4196468 140731444150560 139844389410832 139844401706334 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14368] ppid=14363 vsize=15012696 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14368/stat : 14368 (java) S 14363 14363 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404904670 15373000704 22554 33554432000 4194304 4196468 140731444150560 139844421867920 139844417636053 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14369] ppid=14363 vsize=15012696 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14369/stat : 14369 (java) S 14363 14363 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404904670 15373000704 22554 33554432000 4194304 4196468 140731444150560 139844212951312 139844417636053 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14370] ppid=14363 vsize=15012696 memory=4572146057552828020 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14370/stat : 14370 (java) S 14363 14363 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404904670 15373000704 22554 33554432000 4194304 4196468 140731444150560 139844211899024 139844417636053 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14371] ppid=14363 vsize=15012696 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14371/stat : 14371 (java) S 14363 14363 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404904670 15373000704 22554 33554432000 4194304 4196468 140731444150560 139844210846224 139844417636053 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14372] ppid=14363 vsize=15012696 memory=-9001728533042062950 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14372/stat : 14372 (java) S 14363 14363 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404904672 15373000704 22554 33554432000 4194304 4196468 140731444150560 139843388127856 139844417636994 0 0 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14373] ppid=14363 vsize=15012696 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14373/stat : 14373 (java) S 14363 14363 12870 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404904672 15373000704 22554 33554432000 4194304 4196468 140731444150560 139842994300192 139844417636053 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14374] ppid=14363 vsize=15012696 memory=7031125463459224206 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14374/stat : 14374 (java) S 14363 14363 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404904673 15373000704 22554 33554432000 4194304 4196468 140731444150560 139842725865072 139844417636053 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14375] ppid=14363 vsize=15012696 memory=4426078206164241782 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14375/stat : 14375 (java) S 14363 14363 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404904675 15373000704 22554 33554432000 4194304 4196468 140731444150560 139842351356496 139844417644443 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14376] ppid=14363 vsize=15012696 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/14366/task/14376/stat : 14376 (java) S 14363 14363 12870 0 -1 1077944384 401 0 0 0 2 0 0 0 20 0 15 0 404904675 15373000704 22554 33554432000 4194304 4196468 140731444150560 139843387074672 139844417636994 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14377] ppid=14363 vsize=15012696 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/14366/task/14377/stat : 14377 (java) S 14363 14363 12870 0 -1 1077944384 228 0 0 0 1 0 0 0 20 0 15 0 404904675 15373000704 22554 33554432000 4194304 4196468 140731444150560 139843386021872 139844417636994 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14378] ppid=14363 vsize=15012696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/14366/task/14378/stat : 14378 (java) S 14363 14363 12870 0 -1 1077944384 528 0 0 0 7 0 0 0 20 0 15 0 404904675 15373000704 22554 33554432000 4194304 4196468 140731444150560 139843384969584 139844417636994 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14379] ppid=14363 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14379/stat : 14379 (java) S 14363 14363 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404904675 15373000704 22554 33554432000 4194304 4196468 140731444150560 139841853450720 139844417636053 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14380] ppid=14363 vsize=15012696 memory=3617014130905522225 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14380/stat : 14380 (java) S 14363 14363 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404904676 15373000704 22554 33554432000 4194304 4196468 140731444150560 139843383917488 139844417636994 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 91612 KiB

[startup+0.700782 s]
/proc/loadavg: 2.09 2.05 2.05 3/236 14380
/proc/meminfo: memFree=29451072/32770624 swapFree=66932776/67108860
[pid=14363] ppid=14360 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/14363/stat : 14363 (scop.sh) S 14360 14363 12870 0 -1 4202496 555 321 0 0 0 0 0 0 20 0 1 0 404904668 115843072 349 33554432000 4194304 5098028 140732489798944 140732489796200 140715729031804 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16228352 140732489806691 140732489806960 140732489806960 140732489809869 0
/proc/14363/statm: 28282 349 296 221 0 87 0
[pid=14366] ppid=14363 vsize=15018968 memory=127432 CPUtime=1.03 cores=0,2,4,6
/proc/14366/stat : 14366 (java) S 14363 14363 12870 0 -1 1077944320 19677 0 0 0 96 7 0 0 20 0 15 0 404904669 15379423232 31858 33554432000 4194304 4196468 140731444150560 140731444133104 139844417625847 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
/proc/14366/statm: 3754742 31858 3183 1 0 3716091 0
[pid=14366/tid=14367] ppid=14363 vsize=15018968 memory=2372 CPUtime=0.67 cores=0,2,4,6
/proc/14366/task/14367/stat : 14367 (java) R 14363 14363 12870 0 -1 4202560 16606 0 0 0 62 5 0 0 20 0 15 0 404904669 15379423232 31858 33554432000 4194304 4196468 140731444150560 139844389463792 139843885885824 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14368] ppid=14363 vsize=15018968 memory=116 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14368/stat : 14368 (java) S 14363 14363 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404904670 15379423232 31858 33554432000 4194304 4196468 140731444150560 139844421867920 139844417636053 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14369] ppid=14363 vsize=15018968 memory=2958609 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14369/stat : 14369 (java) S 14363 14363 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404904670 15379423232 31858 33554432000 4194304 4196468 140731444150560 139844212951312 139844417636053 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14370] ppid=14363 vsize=15018968 memory=2965990 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14370/stat : 14370 (java) S 14363 14363 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404904670 15379423232 31858 33554432000 4194304 4196468 140731444150560 139844211899024 139844417636053 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14371] ppid=14363 vsize=15018968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14371/stat : 14371 (java) S 14363 14363 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404904670 15379423232 31858 33554432000 4194304 4196468 140731444150560 139844210846224 139844417636053 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14372] ppid=14363 vsize=15018968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14372/stat : 14372 (java) S 14363 14363 12870 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 404904672 15379423232 31858 33554432000 4194304 4196468 140731444150560 139843388127856 139844417636994 0 0 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14373] ppid=14363 vsize=15018968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14373/stat : 14373 (java) S 14363 14363 12870 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404904672 15379423232 31858 33554432000 4194304 4196468 140731444150560 139842994300192 139844417636053 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14374] ppid=14363 vsize=15018968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14374/stat : 14374 (java) S 14363 14363 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404904673 15379423232 31858 33554432000 4194304 4196468 140731444150560 139842725865072 139844417636053 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14375] ppid=14363 vsize=15018968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14375/stat : 14375 (java) S 14363 14363 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404904675 15379423232 31858 33554432000 4194304 4196468 140731444150560 139842351356496 139844417644443 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14376] ppid=14363 vsize=15018968 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14366/task/14376/stat : 14376 (java) R 14363 14363 12870 0 -1 4202560 593 0 0 0 9 0 0 0 20 0 15 0 404904675 15379423232 31858 33554432000 4194304 4196468 140731444150560 139843387064592 139844397119321 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14377] ppid=14363 vsize=15018968 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14366/task/14377/stat : 14377 (java) R 14363 14363 12870 0 -1 4202560 450 0 0 0 8 0 0 0 20 0 15 0 404904675 15379423232 31858 33554432000 4194304 4196468 140731444150560 139843386011792 139844395776387 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14378] ppid=14363 vsize=15018968 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/14366/task/14378/stat : 14378 (java) R 14363 14363 12870 0 -1 4202560 693 0 0 0 16 0 0 0 20 0 15 0 404904675 15379423232 31858 33554432000 4194304 4196468 140731444150560 139843384967544 139844395776779 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14379] ppid=14363 vsize=15018968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14379/stat : 14379 (java) S 14363 14363 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404904675 15379423232 31858 33554432000 4194304 4196468 140731444150560 139841853450720 139844417636053 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
[pid=14366/tid=14380] ppid=14363 vsize=15018968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14366/task/14380/stat : 14380 (java) S 14363 14363 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404904676 15379423232 31858 33554432000 4194304 4196468 140731444150560 139843383917488 139844417636994 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36696064 140731444159273 140731444159642 140731444159642 140731444162511 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 15132096 KiB
Current children cumulated memory: 128828 KiB

[startup+1.50978 s]
/proc/loadavg: 2.09 2.05 2.05 6/236 14380
/proc/meminfo: memFree=29217956/32770624 swapFree=66932776/67108860
[pid=14363] ppid=14360 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/14363/stat : 14363 (scop.sh) S 14360 14363 12870 0 -1 4202496 555 321 0 0 0 0 0 0 20 0 1 0 404904668 115843072 349 33554432000 4194304 5098028 140732489798944 140732489796200 140715729031804 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16228352 140732489806691 140732489806960 140732489806960 140732489809869 0
/proc/14363/statm: 28282 349 296 221 0 87 0

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


Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.50075 s]
/proc/loadavg: 2.24 2.08 2.06 5/236 14395
/proc/meminfo: memFree=29485576/32770624 swapFree=66932776/67108860
[pid=14363] ppid=14360 vsize=113128 memory=1476 CPUtime=14.69 cores=0,2,4,6
/proc/14363/stat : 14363 (scop.sh) S 14360 14363 12870 0 -1 4202496 583 35978 0 0 0 0 1418 51 20 0 1 0 404904668 115843072 369 33554432000 4194304 5098028 140732489798944 140732489795688 140715729031804 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16228352 140732489806691 140732489806960 140732489806960 140732489809869 0
/proc/14363/statm: 28282 369 311 221 0 87 0
[pid=14381] ppid=14363 vsize=7406604 memory=93828 CPUtime=0.77 cores=0,2,4,6
/proc/14381/stat : 14381 (java) S 14363 14363 12870 0 -1 1077944320 19226 0 0 0 72 5 0 0 20 0 15 0 404905261 7584362496 23457 33554432000 4194304 4196468 140733299174400 140733299156944 140422647107319 0 0 2 25189581 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
/proc/14381/statm: 1851651 23457 3084 1 0 1813530 0
[pid=14381/tid=14382] ppid=14363 vsize=7406604 memory=984 CPUtime=0.56 cores=0,2,4,6
/proc/14381/task/14382/stat : 14382 (java) R 14363 14363 12870 0 -1 4202560 16662 0 0 0 52 4 0 0 20 0 15 0 404905261 7584362496 23457 33554432000 4194304 4196468 140733299174400 140422618909184 140422627382653 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14383] ppid=14363 vsize=7406604 memory=2032 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14383/stat : 14383 (java) S 14363 14363 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404905262 7584362496 23457 33554432000 4194304 4196468 140733299174400 140422651349520 140422647117525 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14384] ppid=14363 vsize=7406604 memory=1332 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14384/stat : 14384 (java) S 14363 14363 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404905262 7584362496 23457 33554432000 4194304 4196468 140733299174400 140422480444048 140422647117525 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14385] ppid=14363 vsize=7406604 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14385/stat : 14385 (java) S 14363 14363 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404905262 7584362496 23457 33554432000 4194304 4196468 140733299174400 140422131648784 140422647117525 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14386] ppid=14363 vsize=7406604 memory=976 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14386/stat : 14386 (java) S 14363 14363 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404905262 7584362496 23457 33554432000 4194304 4196468 140733299174400 140422130596240 140422647117525 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14387] ppid=14363 vsize=7406604 memory=772 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14387/stat : 14387 (java) S 14363 14363 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404905263 7584362496 23457 33554432000 4194304 4196468 140733299174400 140421959338736 140422647118466 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14388] ppid=14363 vsize=7406604 memory=3932 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14388/stat : 14388 (java) S 14363 14363 12870 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404905264 7584362496 23457 33554432000 4194304 4196468 140733299174400 140421472708256 140422647117525 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14389] ppid=14363 vsize=7406604 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14389/stat : 14389 (java) S 14363 14363 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404905264 7584362496 23457 33554432000 4194304 4196468 140733299174400 140421204272368 140422647117525 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14390] ppid=14363 vsize=7406604 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14390/stat : 14390 (java) S 14363 14363 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404905267 7584362496 23457 33554432000 4194304 4196468 140733299174400 140420829764048 140422647125915 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14391] ppid=14363 vsize=7406604 memory=1710024 CPUtime=0.04 cores=0,2,4,6
/proc/14381/task/14391/stat : 14391 (java) S 14363 14363 12870 0 -1 1077944384 434 0 0 0 4 0 0 0 20 0 15 0 404905267 7584362496 23457 33554432000 4194304 4196468 140733299174400 140421958285552 140422647118466 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14392] ppid=14363 vsize=7406604 memory=7091859222031262550 CPUtime=0.03 cores=0,2,4,6
/proc/14381/task/14392/stat : 14392 (java) S 14363 14363 12870 0 -1 1077944384 259 0 0 0 3 0 0 0 20 0 15 0 404905267 7584362496 23457 33554432000 4194304 4196468 140733299174400 140421957233008 140422647118466 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14393] ppid=14363 vsize=7406604 memory=6946899609025274710 CPUtime=0.12 cores=0,2,4,6
/proc/14381/task/14393/stat : 14393 (java) S 14363 14363 12870 0 -1 1077944384 541 0 0 0 12 0 0 0 20 0 15 0 404905267 7584362496 23457 33554432000 4194304 4196468 140733299174400 140421956179952 140422647118466 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14394] ppid=14363 vsize=7406604 memory=6946899609025274710 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14394/stat : 14394 (java) S 14363 14363 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404905267 7584362496 23457 33554432000 4194304 4196468 140733299174400 140420331858272 140422647117525 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14395] ppid=14363 vsize=7406604 memory=6946899609025274710 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14395/stat : 14395 (java) S 14363 14363 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404905267 7584362496 23457 33554432000 4194304 4196468 140733299174400 140421955128368 140422647118466 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
Current children cumulated CPU time: 15.46 s
Current children cumulated vsize: 7519732 KiB
Current children cumulated memory: 95304 KiB

[startup+7.30088 s]
/proc/loadavg: 2.24 2.08 2.06 3/241 14401
/proc/meminfo: memFree=29376204/32770624 swapFree=66932776/67108860
[pid=14363] ppid=14360 vsize=113128 memory=1476 CPUtime=14.69 cores=0,2,4,6
/proc/14363/stat : 14363 (scop.sh) S 14360 14363 12870 0 -1 4202496 583 35978 0 0 0 0 1418 51 20 0 1 0 404904668 115843072 369 33554432000 4194304 5098028 140732489798944 140732489795688 140715729031804 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16228352 140732489806691 140732489806960 140732489806960 140732489809869 0
/proc/14363/statm: 28282 369 311 221 0 87 0
[pid=14381] ppid=14363 vsize=8068440 memory=132020 CPUtime=1.79 cores=0,2,4,6
/proc/14381/stat : 14381 (java) S 14363 14363 12870 0 -1 1077944320 21973 0 0 0 168 11 0 0 20 0 19 0 404905261 8262082560 33005 33554432000 4194304 4196468 140733299174400 140733299156944 140422647107319 0 0 2 25189581 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
/proc/14381/statm: 2017110 33005 3207 1 0 1978454 0
[pid=14396] ppid=14381 vsize=65320 memory=37872 CPUtime=0.45 cores=0,2,4,6
/proc/14396/stat : 14396 (cryptominisat5) R 14381 14363 12870 0 -1 4202496 10320 0 0 0 44 1 0 0 20 0 1 0 404905351 66887680 9468 33554432000 4194304 4451008 140722504308352 140722504304280 140696222032562 0 4 0 2 0 0 0 17 2 0 0 0 0 0 6549032 6559120 12546048 140722504311740 140722504311872 140722504311872 140722504314822 0
/proc/14396/statm: 16330 9468 640 63 0 10057 0
[pid=14381/tid=14382] ppid=14363 vsize=8068440 memory=0 CPUtime=0.94 cores=0,2,4,6
/proc/14381/task/14382/stat : 14382 (java) S 14363 14363 12870 0 -1 1077944384 18027 0 0 0 84 10 0 0 20 0 19 0 404905261 8262082560 33005 33554432000 4194304 4196468 140733299174400 140422618947488 140422647117525 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14383] ppid=14363 vsize=8068440 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14383/stat : 14383 (java) S 14363 14363 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 404905262 8262082560 33005 33554432000 4194304 4196468 140733299174400 140422651349520 140422647117525 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14384] ppid=14363 vsize=8068440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14384/stat : 14384 (java) S 14363 14363 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 404905262 8262082560 33005 33554432000 4194304 4196468 140733299174400 140422480444048 140422647117525 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14385] ppid=14363 vsize=8068440 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14385/stat : 14385 (java) S 14363 14363 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 404905262 8262082560 33005 33554432000 4194304 4196468 140733299174400 140422131648784 140422647117525 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14386] ppid=14363 vsize=8068440 memory=744 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14386/stat : 14386 (java) S 14363 14363 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 404905262 8262082560 33005 33554432000 4194304 4196468 140733299174400 140422130596240 140422647117525 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14387] ppid=14363 vsize=8068440 memory=8296 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14387/stat : 14387 (java) S 14363 14363 12870 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 404905263 8262082560 33005 33554432000 4194304 4196468 140733299174400 140421959338736 140422647118466 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14388] ppid=14363 vsize=8068440 memory=5948 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14388/stat : 14388 (java) S 14363 14363 12870 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 404905264 8262082560 33005 33554432000 4194304 4196468 140733299174400 140421472708256 140422647117525 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14389] ppid=14363 vsize=8068440 memory=1124 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14389/stat : 14389 (java) S 14363 14363 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 404905264 8262082560 33005 33554432000 4194304 4196468 140733299174400 140421204272368 140422647117525 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14390] ppid=14363 vsize=8068440 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14390/stat : 14390 (java) S 14363 14363 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 404905267 8262082560 33005 33554432000 4194304 4196468 140733299174400 140420829764048 140422647125915 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14391] ppid=14363 vsize=8068440 memory=11928 CPUtime=0.28 cores=0,2,4,6
/proc/14381/task/14391/stat : 14391 (java) S 14363 14363 12870 0 -1 1077944384 727 0 0 0 28 0 0 0 20 0 19 0 404905267 8262082560 33005 33554432000 4194304 4196468 140733299174400 140421958285552 140422647118466 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14392] ppid=14363 vsize=8068440 memory=2124 CPUtime=0.29 cores=0,2,4,6
/proc/14381/task/14392/stat : 14392 (java) S 14363 14363 12870 0 -1 1077944384 977 0 0 0 29 0 0 0 20 0 19 0 404905267 8262082560 33005 33554432000 4194304 4196468 140733299174400 140421957233008 140422647118466 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14393] ppid=14363 vsize=8068440 memory=5672 CPUtime=0.25 cores=0,2,4,6
/proc/14381/task/14393/stat : 14393 (java) S 14363 14363 12870 0 -1 1077944384 852 0 0 0 25 0 0 0 20 0 19 0 404905267 8262082560 33005 33554432000 4194304 4196468 140733299174400 140421956179952 140422647118466 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14394] ppid=14363 vsize=8068440 memory=2032 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14394/stat : 14394 (java) S 14363 14363 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 404905267 8262082560 33005 33554432000 4194304 4196468 140733299174400 140420331858272 140422647117525 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14395] ppid=14363 vsize=8068440 memory=1332 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14395/stat : 14395 (java) S 14363 14363 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 404905267 8262082560 33005 33554432000 4194304 4196468 140733299174400 140421955128368 140422647118466 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14397] ppid=14363 vsize=8068440 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14397/stat : 14397 (java) S 14363 14363 12870 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 404905352 8262082560 33005 33554432000 4194304 4196468 140733299174400 140421947094848 140422647131929 0 4 2 25189581 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14399] ppid=14363 vsize=8068440 memory=976 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14399/stat : 14399 (java) S 14363 14363 12870 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 404905352 8262082560 33005 33554432000 4194304 4196468 140733299174400 140419794972560 140422647129245 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14400] ppid=14363 vsize=8068440 memory=772 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14400/stat : 14400 (java) S 14363 14363 12870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 404905352 8262082560 33005 33554432000 4194304 4196468 140733299174400 140419660750352 140422647129245 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14401] ppid=14363 vsize=8068440 memory=3932 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14401/stat : 14401 (java) S 14363 14363 12870 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 19 0 404905354 8262082560 33005 33554432000 4194304 4196468 140733299174400 140419929201968 140422647117525 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
Current children cumulated CPU time: 16.93 s
Current children cumulated vsize: 8246888 KiB
Current children cumulated memory: 171368 KiB

[startup+7.50085 s]
/proc/loadavg: 2.24 2.08 2.06 3/241 14401
/proc/meminfo: memFree=29376204/32770624 swapFree=66932776/67108860
[pid=14363] ppid=14360 vsize=113128 memory=1476 CPUtime=14.69 cores=0,2,4,6
/proc/14363/stat : 14363 (scop.sh) S 14360 14363 12870 0 -1 4202496 583 35978 0 0 0 0 1418 51 20 0 1 0 404904668 115843072 369 33554432000 4194304 5098028 140732489798944 140732489795688 140715729031804 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16228352 140732489806691 140732489806960 140732489806960 140732489809869 0
/proc/14363/statm: 28282 369 311 221 0 87 0
[pid=14381] ppid=14363 vsize=8068440 memory=132020 CPUtime=1.79 cores=0,2,4,6
/proc/14381/stat : 14381 (java) S 14363 14363 12870 0 -1 1077944320 21973 0 0 0 168 11 0 0 20 0 19 0 404905261 8262082560 33005 33554432000 4194304 4196468 140733299174400 140733299156944 140422647107319 0 0 2 25189581 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
/proc/14381/statm: 2017110 33005 3207 1 0 1978454 0
[pid=14396] ppid=14381 vsize=65600 memory=38396 CPUtime=0.65 cores=0,2,4,6
/proc/14396/stat : 14396 (cryptominisat5) R 14381 14363 12870 0 -1 4202496 10439 0 0 0 64 1 0 0 20 0 1 0 404905351 67174400 9599 33554432000 4194304 4451008 140722504308352 140722504304280 140696222032843 0 4 0 2 0 0 0 17 2 0 0 0 0 0 6549032 6559120 12546048 140722504311740 140722504311872 140722504311872 140722504314822 0
/proc/14396/statm: 16400 9599 640 63 0 10127 0
[pid=14381/tid=14382] ppid=14363 vsize=8068440 memory=744 CPUtime=0.94 cores=0,2,4,6
/proc/14381/task/14382/stat : 14382 (java) S 14363 14363 12870 0 -1 1077944384 18027 0 0 0 84 10 0 0 20 0 19 0 404905261 8262082560 33005 33554432000 4194304 4196468 140733299174400 140422618947488 140422647117525 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14383] ppid=14363 vsize=8068440 memory=8296 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14383/stat : 14383 (java) S 14363 14363 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 404905262 8262082560 33005 33554432000 4194304 4196468 140733299174400 140422651349520 140422647117525 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14384] ppid=14363 vsize=8068440 memory=5948 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14384/stat : 14384 (java) S 14363 14363 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 404905262 8262082560 33005 33554432000 4194304 4196468 140733299174400 140422480444048 140422647117525 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14385] ppid=14363 vsize=8068440 memory=1124 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14385/stat : 14385 (java) S 14363 14363 12870 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 404905262 8262082560 33005 33554432000 4194304 4196468 140733299174400 140422131648784 140422647117525 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14386] ppid=14363 vsize=8068440 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14386/stat : 14386 (java) S 14363 14363 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 404905262 8262082560 33005 33554432000 4194304 4196468 140733299174400 140422130596240 140422647117525 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14387] ppid=14363 vsize=8068440 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14387/stat : 14387 (java) S 14363 14363 12870 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 404905263 8262082560 33005 33554432000 4194304 4196468 140733299174400 140421959338736 140422647118466 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14388] ppid=14363 vsize=8068440 memory=288230613214036277 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14388/stat : 14388 (java) S 14363 14363 12870 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 404905264 8262082560 33005 33554432000 4194304 4196468 140733299174400 140421472708256 140422647117525 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14389] ppid=14363 vsize=8068440 memory=14697383204226480 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14389/stat : 14389 (java) S 14363 14363 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 404905264 8262082560 33005 33554432000 4194304 4196468 140733299174400 140421204272368 140422647117525 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14390] ppid=14363 vsize=8068440 memory=158 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14390/stat : 14390 (java) S 14363 14363 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 404905267 8262082560 33005 33554432000 4194304 4196468 140733299174400 140420829764048 140422647125915 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14391] ppid=14363 vsize=8068440 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/14381/task/14391/stat : 14391 (java) S 14363 14363 12870 0 -1 1077944384 727 0 0 0 28 0 0 0 20 0 19 0 404905267 8262082560 33005 33554432000 4194304 4196468 140733299174400 140421958285552 140422647118466 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14392] ppid=14363 vsize=8068440 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/14381/task/14392/stat : 14392 (java) S 14363 14363 12870 0 -1 1077944384 977 0 0 0 29 0 0 0 20 0 19 0 404905267 8262082560 33005 33554432000 4194304 4196468 140733299174400 140421957233008 140422647118466 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14393] ppid=14363 vsize=8068440 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/14381/task/14393/stat : 14393 (java) S 14363 14363 12870 0 -1 1077944384 852 0 0 0 25 0 0 0 20 0 19 0 404905267 8262082560 33005 33554432000 4194304 4196468 140733299174400 140421956179952 140422647118466 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14394] ppid=14363 vsize=8068440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14394/stat : 14394 (java) S 14363 14363 12870 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 404905267 8262082560 33005 33554432000 4194304 4196468 140733299174400 140420331858272 140422647117525 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14395] ppid=14363 vsize=8068440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14395/stat : 14395 (java) S 14363 14363 12870 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 404905267 8262082560 33005 33554432000 4194304 4196468 140733299174400 140421955128368 140422647118466 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14397] ppid=14363 vsize=8068440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14397/stat : 14397 (java) S 14363 14363 12870 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 404905352 8262082560 33005 33554432000 4194304 4196468 140733299174400 140421947094848 140422647131929 0 4 2 25189581 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14399] ppid=14363 vsize=8068440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14399/stat : 14399 (java) S 14363 14363 12870 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 404905352 8262082560 33005 33554432000 4194304 4196468 140733299174400 140419794972560 140422647129245 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14400] ppid=14363 vsize=8068440 memory=314 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14400/stat : 14400 (java) S 14363 14363 12870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 404905352 8262082560 33005 33554432000 4194304 4196468 140733299174400 140419660750352 140422647129245 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
[pid=14381/tid=14401] ppid=14363 vsize=8068440 memory=313 CPUtime=0 cores=0,2,4,6
/proc/14381/task/14401/stat : 14401 (java) S 14363 14363 12870 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 19 0 404905354 8262082560 33005 33554432000 4194304 4196468 140733299174400 140419929201968 140422647117525 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6926336 140733299180539 140733299180698 140733299180698 140733299183567 0
Current children cumulated CPU time: 17.13 s
Current children cumulated vsize: 8247168 KiB
Current children cumulated memory: 171892 KiB

[startup+7.60087 s]
/proc/loadavg: 2.24 2.08 2.06 3/241 14401
/proc/meminfo: memFree=29376204/32770624 swapFree=66932776/67108860
[pid=14363] ppid=14360 vsize=113128 memory=1476 CPUtime=14.69 cores=0,2,4,6
/proc/14363/stat : 14363 (scop.sh) S 14360 14363 12870 0 -1 4202496 583 35978 0 0 0 0 1418 51 20 0 1 0 404904668 115843072 369 33554432000 4194304 5098028 140732489798944 140732489795688 140715729031804 0 65536 4100 81923 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16228352 140732489806691 140732489806960 140732489806960 140732489809869 0
/proc/14363/statm: 28282 369 311 221 0 87 0
Current children cumulated CPU time: 14.69 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1476 KiB

Child status: 0
Real time (s): 7.60277
CPU time (s): 17.2812
CPU user time (s): 16.6174
CPU system time (s): 0.663852
CPU usage (%): 227.302
Max. virtual memory (cumulated for all children) (KiB): 15142500
Max. memory (cumulated for all children) (KiB): 1839864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.6174
system time used= 0.663852
maximum resident set size= 1838680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69122
page faults= 0
swaps= 0
block input operations= 22104
block output operations= 21120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5788
involuntary context switches= 118


# summary of solver processes directly reported to runsolver:
#   pid: 14363
#   total CPU time (s): 17.2812
#   total CPU user time (s): 16.6174
#   total CPU system time (s): 0.663852

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.064534 second user time and 0.133596 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-12 13:04:53
IDJOB=4387609
IDBENCH=120792
IDSOLVER=2826
FILE ID=node151/4387609-1568286332
RUNJOBID= node151-1568286070-13983
PBS_JOBID= 21701060
Free space on /tmp= 56380 MiB

SOLVER NAME= Fun-sCOP hybrid+CryptoMiniSat (2019-06-15)
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-scens11/Rlfap-scen-11-f04.xml
COMMAND LINE= DIR/scop.sh 11g DIR/scop.jar -hybrid DIR/cryptominisat5 default TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387609-1568286332/watcher-4387609-1568286332 -o /tmp/evaluation-result-4387609-1568286332/solver-4387609-1568286332 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568286070-13983 --watchdog 2580  HOME/scop.sh 11g HOME/scop.jar -hybrid HOME/cryptominisat5 default HOME HOME/instance-4387609-1568286332.xml

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

MD5SUM BENCH= 3c3f91fe2d5d1aa7af585cdf812638b5
RANDOM SEED=298350876

node151.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29553040 kB
MemAvailable:   30221684 kB
Buffers:           98376 kB
Cached:           859508 kB
SwapCached:        73240 kB
Active:          2245936 kB
Inactive:         416424 kB
Active(anon):    1639460 kB
Inactive(anon):    96264 kB
Active(file):     606476 kB
Inactive(file):   320160 kB
Unevictable:      111232 kB
Mlocked:          111232 kB
SwapTotal:      67108860 kB
SwapFree:       66932776 kB
Dirty:             20720 kB
Writeback:             0 kB
AnonPages:       1693672 kB
Mapped:            46148 kB
Shmem:             22044 kB
Slab:             143792 kB
SReclaimable:     115688 kB
SUnreclaim:        28104 kB
KernelStack:        3824 kB
PageTables:         9044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7543896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    745472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 56360 MiB
End job on node151 at 2019-09-12 13:05:01