Trace number 4387876

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 341.548 295.645

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr0600-int.xml
MD5SUM944fe5e858b8dc1e5468427caea6b95a
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 benchmark118.465
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints718800
Number of domains1
Minimum domain size599
Maximum domain size599
Distribution of domain sizes[{"size":599,"count":600}]
Minimum variable degree2396
Maximum variable degree2396
Distribution of variable degrees[{"degree":2396,"count":600}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":718800}]
Number of extensional constraints0
Number of intensional constraints718800
Distribution of constraint types[{"type":"intension","count":718800}]
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-11167-serial-file.bin HOME/instance-4387876-1568291561.xml
0.65/0.54	
0.65/0.54	Fun-sCOP hybrid+cryptominisat5 (2019-06-15)
0.65/0.54	
0.65/0.57	c BEGIN-Prog: Thu Sep 12 14:32:02 CEST 2019
0.65/0.57	c PID: 11170
0.65/0.57	c IP: 172.20.3.140
0.65/0.57	c HOST: node140.alineos.net
0.65/0.57	c (0,0) Parsing Begin
51.71/34.94	c (34,31) Parsing End
51.71/34.95	c (34,31) CSP: 600 int (0 aux), 0 bool (0 aux), 718800 ctr, max domain size 599
51.71/34.95	c (34,31) Heap : 1245 MiB used (max 10114 MiB), NonHeap : 25 MiB used (max 0 MiB)
51.71/34.95	c (34,31) Constraint Name Generate Begin
53.69/36.73	c (36,33) Ctr:HOME/instance-4387876-1568291561.xml,Eq:Imp:Le:Num:Var
53.69/36.73	c (36,33) Constraint Name Generate End
53.69/36.73	c (36,33) Heap : 1766 MiB used (max 10114 MiB), NonHeap : 25 MiB used (max 0 MiB)
53.69/36.73	c (36,33) CSP to CSPinCNF Begin
57.23/39.27	c (38,35) translated 71880 (10%) constraints
59.40/41.40	c (40,37) translated 143760 (20%) constraints
63.74/44.04	c (43,39) translated 215640 (30%) constraints
65.84/46.11	c (45,41) translated 287520 (40%) constraints
67.84/48.19	c (47,44) translated 359400 (50%) constraints
70.18/50.37	c (49,46) translated 431280 (60%) constraints
72.38/52.52	c (51,48) translated 503160 (70%) constraints
77.58/55.45	c (54,50) translated 575040 (80%) constraints
79.78/57.61	c (57,52) translated 646920 (90%) constraints
81.92/59.77	c (59,54) translated 718800 (100%) constraints
81.92/59.77	c (59,54) ===========================================
82.05/59.89	c (59,54) Hybrid: #OE=600, #LE=0
82.05/59.89	c (59,54) Hybrid
82.05/59.89	c (59,54) ===========================================
83.83/61.03	c (60,56) translated 71880 (10%) constraints
84.93/62.11	c (61,57) translated 143760 (20%) constraints
85.97/63.18	c (62,58) translated 215640 (30%) constraints
87.06/64.25	c (63,59) translated 287520 (40%) constraints
89.41/65.62	c (65,60) translated 359400 (50%) constraints
95.44/70.53	c (69,65) translated 431280 (60%) constraints
101.50/75.56	c (75,69) translated 503160 (70%) constraints
107.91/80.70	c (80,74) translated 575040 (80%) constraints
114.25/85.74	c (85,79) translated 646920 (90%) constraints
118.85/90.37	c (89,83) translated 718800 (100%) constraints
118.85/90.37	c (89,83) CSP to CSPinCNF End
118.95/90.46	c (89,83) CSP: 600 int (0 aux), 359400 bool (359400 aux), 1437600 ctr, max domain size 599
118.95/90.46	c (89,83) Heap : 4124 MiB used (max 10569 MiB), NonHeap : 27 MiB used (max 0 MiB)
118.95/90.46	c (89,83) CSPinCNF Propagation Begin
335.42/292.17	c (291,281) 623876 values, 944992 unsatisfiable literals, and 1289712 valid clauses are removed
335.42/292.17	c (291,281) CSPinCNF Propagation End
335.68/292.29	c (291,281) CSP: 581 int (0 aux), 359419 bool (359400 aux), 147888 ctr, max domain size 578
335.68/292.29	c (291,281) Heap : 3230 MiB used (max 10719 MiB), NonHeap : 26 MiB used (max 0 MiB)
335.79/292.35	c (291,281) Hybrid: #OE=360000, #LE=0
335.79/292.35	c (291,281) Simplify CSPinCNF Begin
336.24/292.61	c (292,281) Simplify CSPinCNF End
336.34/292.72	c (292,281) CSP: 581 int (0 aux), 359419 bool (359400 aux), 147888 ctr, max domain size 578
336.34/292.72	c (292,281) Heap : 3338 MiB used (max 10719 MiB), NonHeap : 26 MiB used (max 0 MiB)
336.34/292.72	c (292,281) Calculate Precise Domain Begin
336.34/292.73	c (292,281) 0 values are removed by re-calculation
336.34/292.73	c (292,281) Calculate Precise Domain End
336.44/292.84	c (292,281) CSP: 581 int (0 aux), 359419 bool (359400 aux), 147888 ctr, max domain size 578
336.44/292.84	c (292,281) Heap : 3391 MiB used (max 10719 MiB), NonHeap : 26 MiB used (max 0 MiB)
336.44/292.84	c (292,281) CSPinCNF to SatSolver Begin
338.64/293.75	c (293,282) 14789 (10 %) CSP clauses are encoded (0 SAT variables, 61164 SAT clauses)
338.94/293.86	c (293,282) 29578 (20 %) CSP clauses are encoded (0 SAT variables, 75953 SAT clauses)
339.10/293.96	c (293,282) 44367 (30 %) CSP clauses are encoded (0 SAT variables, 90742 SAT clauses)
339.22/294.05	c (293,283) 59156 (40 %) CSP clauses are encoded (0 SAT variables, 105531 SAT clauses)
339.32/294.14	c (293,283) 73944 (50 %) CSP clauses are encoded (0 SAT variables, 120319 SAT clauses)
339.41/294.23	c (293,283) 88733 (60 %) CSP clauses are encoded (0 SAT variables, 135108 SAT clauses)
339.51/294.32	c (293,283) 103522 (70 %) CSP clauses are encoded (0 SAT variables, 149897 SAT clauses)
339.61/294.41	c (293,283) 118311 (80 %) CSP clauses are encoded (0 SAT variables, 164686 SAT clauses)
339.71/294.50	c (293,283) 133100 (90 %) CSP clauses are encoded (0 SAT variables, 179475 SAT clauses)
339.71/294.59	c (294,283) 147888 (100 %) CSP clauses are encoded (0 SAT variables, 194263 SAT clauses)
339.71/294.59	c (294,283) CSPinCNF to SatSolver End
339.71/294.59	c (294,283) Heap : 4661 MiB used (max 10719 MiB), NonHeap : 29 MiB used (max 0 MiB)
339.71/294.59	c (294,283) 94324 bool, 194264 clause
339.71/294.59	c (294,283) Export Begin
340.03/294.71	c (294,283) Export to HOME/scop-11167-serial-file.bin
340.03/294.71	c (294,283) Export End
340.03/294.71	c (294,283) Export File Size: 0.10 MB
340.03/294.71	c (294,283) 34,36,89,291,292,292,294,STOP-AFTER(DIMACS)
340.03/294.71	c END-Prog: Thu Sep 12 14:36:56 CEST 2019
340.03/294.74	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-11167-serial-file.bin
340.69/295.21	c (0,0) Read Serial File Begin
340.69/295.21	c (0,0) HOME/scop-11167-serial-file.bin
340.98/295.46	c (0,0) Read Serial File End
340.98/295.47	
340.98/295.47	Fun-sCOP hybrid+cryptominisat5 (2019-06-15)
340.98/295.47	(Solving Process)
340.98/295.47	
340.98/295.49	c BEGIN-Prog: Thu Sep 12 14:36:57 CEST 2019
340.98/295.49	c PID: 11207
340.98/295.49	c IP: 172.20.3.140
340.98/295.49	c HOST: node140.alineos.net
340.98/295.50	c (0,0) SatSolver.solve Begin
340.98/295.50	c (0,0) HOME/cryptominisat5  HOME/instance-4387876-1568291561.xml-scop-11170.cnf
341.24/295.52	c (0,0) c Outputting solution to console
341.24/295.52	c (0,0) c CryptoMiniSat version 5.6.8
341.24/295.52	c (0,0) c CMS Copyright Mate Soos (soos.mate@gmail.com)
341.24/295.52	c (0,0) c CMS SHA revision GIT-notfound
341.24/295.52	c (0,0) c CMS is MIT licensed
341.24/295.52	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
341.24/295.52	c (0,0) c CMS compiled with gcc version 4.8.5 20150623 (Red Hat 4.8.5-11)
341.24/295.52	c (0,0) c Executed with command line: HOME/cryptominisat5 HOME/instance-4387876-1568291561.xml-scop-11170.cnf
341.24/295.52	c (0,0) c Reading file 'HOME/instance-4387876-1568291561.xml-scop-11170.cnf'
341.24/295.52	c (0,0) c -- header says num vars:          94324
341.24/295.52	c (0,0) c -- header says num clauses:      194264
341.38/295.60	c (0,0) c -- clauses added: 194264
341.38/295.60	c (0,0) c -- xor clauses added: 0
341.38/295.60	c (0,0) c -- vars added 94324
341.38/295.60	c (0,0) c Parsing time: 0.07 s
341.38/295.62	c (0,0) c   type VSIDS  rest  conf freevar  IrrL  IrrB l/longC  l/allC RedL0 RedL1 RedL2  RedB l/longC  l/allC
341.38/295.62	c (0,0) c ------- FINAL TOTAL SEARCH STATS ---------
341.38/295.62	c (0,0) c UIP search time          : 0.02        (21.36     % time)
341.38/295.62	c (0,0) c restarts                 : 1           (5.00      confls per restart)
341.38/295.62	c (0,0) c blocked restarts         : 0           (0.00      per normal restart)
341.38/295.62	c (0,0) c time                     : 0.02        
341.38/295.62	c (0,0) c decisions                : 77          (0.00      % random)
341.38/295.62	c (0,0) c propagations             : 138279      
341.38/295.62	c (0,0) c decisions/conflicts      : 15.40       
341.38/295.62	c (0,0) c conflicts                : 5           (263.59    / sec)
341.38/295.62	c (0,0) c conf lits non-minim      : 59          (11.80     lit/confl)
341.38/295.62	c (0,0) c conf lits final          : 10.20       
341.38/295.62	c (0,0) c cache hit re-learnt cl   : 0           (0.00      % of confl)
341.38/295.62	c (0,0) c red which0               : 3           (60.00     % of confl)
341.38/295.62	c (0,0) c props/decision           : 0.00        
341.38/295.62	c (0,0) c props/conflict           : 0.00        
341.38/295.62	c (0,0) c 0-depth assigns          : 22961       (24.34     % vars)
341.38/295.62	c (0,0) c 0-depth assigns by CNF   : 0           (0.00      % vars)
341.38/295.62	c (0,0) c reduceDB time            : 0.00        (0.00      % time)
341.38/295.62	c (0,0) c OccSimplifier time       : 0.00        (0.00      % time)
341.38/295.62	c (0,0) c [occur] 0.00 is overhead
341.38/295.62	c (0,0) c [occur] link-in T: 0.00 cleanup T: 0.00
341.38/295.62	c (0,0) c [occ-substr] long subBySub: 0 subByStr: 0 lits-rem-str: 0 T: 0.00
341.38/295.62	c (0,0) c SCC time                 : 0.00        (0.00      % time)
341.38/295.62	c (0,0) c [scc] new: 0 BP 0M  T: 0.00
341.38/295.62	c (0,0) c vrep replace time        : 0.00        (0.00      % time)
341.38/295.62	c (0,0) c vrep tree roots          : 0           
341.38/295.62	c (0,0) c vrep trees' crown        : 0           (0.00      leafs/tree)
341.38/295.62	c (0,0) c distill time             : 0.00        (0.00      % time)
341.38/295.62	c (0,0) c strength cache-irred time: 0.00        (0.00      % time)
341.38/295.62	c (0,0) c strength cache-red time  : 0.00        (0.00      % time)
341.38/295.62	c (0,0) c Conflicts in UIP         : 5           (56.31     confl/time_this_thread)
341.38/295.62	c (0,0) c Mem used                 : 27.36       MB
341.38/295.62	c (0,0) c Total time (this thread) : 0.09        
341.38/295.62	c (0,0) s UNSATISFIABLE
341.38/295.63	c (0,0) SatSolver.solve End
341.38/295.63	c (0,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
341.38/295.63	c (0,0) Show results Begin
341.38/295.63	s UNSATISFIABLE
341.38/295.63	c (0,0) Show results End
341.38/295.63	c (0,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
341.38/295.63	c (0,0) 0,0,STOP-AFTER(ALL)
341.38/295.63	c END-Prog: Thu Sep 12 14:36:57 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 (9563 MiB free)
  memory of node 1: 16384 MiB (6306 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387876-1568291561/watcher-4387876-1568291561 -o /tmp/evaluation-result-4387876-1568291561/solver-4387876-1568291561 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568286731-10041 --watchdog 2580 HOME/scop.sh 11g HOME/scop.jar -hybrid HOME/cryptominisat5 default HOME HOME/instance-4387876-1568291561.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=11167, runsolver pid=11164
Current StackSize limit: 8192 KiB


[startup+0.100157 s]*
/proc/loadavg: 2.10 2.05 2.01 4/236 11184
/proc/meminfo: memFree=16191668/32770624 swapFree=66999124/67108860
[pid=11167] ppid=11164 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/11167/stat : 11167 (scop.sh) S 11164 11167 9001 0 -1 4202496 555 322 0 0 0 0 0 0 20 0 1 0 405094611 115843072 349 33554432000 4194304 5098028 140722186590464 140722186587720 140683814199932 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 28598272 140722186597219 140722186597488 140722186597488 140722186600397 0
/proc/11167/statm: 28282 349 296 221 0 87 0
[pid=11170] ppid=11167 vsize=15012696 memory=73292 CPUtime=0.12 cores=0,2,4,6
/proc/11170/stat : 11170 (java) S 11167 11167 9001 0 -1 1077944320 7095 0 0 0 10 2 0 0 20 0 15 0 405094611 15373000704 18323 33554432000 4194304 4196468 140721259604944 140721259587488 140134148591351 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
/proc/11170/statm: 3753174 18323 2926 1 0 3715579 0
[pid=11170/tid=11171] ppid=11167 vsize=15012696 memory=-6653361208406884291 CPUtime=0.09 cores=0,2,4,6
/proc/11170/task/11171/stat : 11171 (java) R 11167 11167 9001 0 -1 4202560 5015 0 0 0 8 1 0 0 20 0 15 0 405094612 15373000704 18388 33554432000 4194304 4196468 140721259604944 140134120382520 140134132671838 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11172] ppid=11167 vsize=15012696 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11172/stat : 11172 (java) S 11167 11167 9001 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405094613 15373000704 18388 33554432000 4194304 4196468 140721259604944 140134152833936 140134148601557 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11173] ppid=11167 vsize=15012696 memory=139915782014592 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11173/stat : 11173 (java) S 11167 11167 9001 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405094613 15373000704 18388 33554432000 4194304 4196468 140721259604944 140133979650832 140134148601557 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11174] ppid=11167 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11174/stat : 11174 (java) S 11167 11167 9001 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405094613 15373000704 18388 33554432000 4194304 4196468 140721259604944 140133608455312 140134148601557 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11175] ppid=11167 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11175/stat : 11175 (java) S 11167 11167 9001 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405094613 15373000704 18388 33554432000 4194304 4196468 140721259604944 140133607402512 140134148601557 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11176] ppid=11167 vsize=15012696 memory=139915782014592 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11176/stat : 11176 (java) S 11167 11167 9001 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405094615 15373000704 18388 33554432000 4194304 4196468 140721259604944 140133186140272 140134148602498 0 0 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11177] ppid=11167 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11177/stat : 11177 (java) S 11167 11167 9001 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405094615 15373000704 18388 33554432000 4194304 4196468 140721259604944 140132703265568 140134148601557 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11178] ppid=11167 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11178/stat : 11178 (java) S 11167 11167 9001 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405094615 15373000704 18388 33554432000 4194304 4196468 140721259604944 140132434830448 140134148601557 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11179] ppid=11167 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11179/stat : 11179 (java) S 11167 11167 9001 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405094618 15373000704 18388 33554432000 4194304 4196468 140721259604944 140132060321872 140134148609947 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11180] ppid=11167 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11180/stat : 11180 (java) S 11167 11167 9001 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 405094618 15373000704 18388 33554432000 4194304 4196468 140721259604944 140133185088112 140134148602498 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11181] ppid=11167 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11181/stat : 11181 (java) S 11167 11167 9001 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 15 0 405094618 15373000704 18388 33554432000 4194304 4196468 140721259604944 140133184035312 140134148602498 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11182] ppid=11167 vsize=15012696 memory=139915782014592 CPUtime=0.01 cores=0,2,4,6
/proc/11170/task/11182/stat : 11182 (java) R 11167 11167 9001 0 -1 4202560 396 0 0 0 1 0 0 0 20 0 15 0 405094618 15373000704 18388 33554432000 4194304 4196468 140721259604944 140133182979896 140134127516480 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11183] ppid=11167 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11183/stat : 11183 (java) S 11167 11167 9001 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405094618 15373000704 18388 33554432000 4194304 4196468 140721259604944 140131562417120 140134148601557 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11184] ppid=11167 vsize=15012696 memory=139915782014592 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11184/stat : 11184 (java) S 11167 11167 9001 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405094618 15373000704 18388 33554432000 4194304 4196468 140721259604944 140133181929904 140134148602498 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 74688 KiB

[startup+0.211054 s]*
/proc/loadavg: 2.10 2.05 2.01 3/236 11184
/proc/meminfo: memFree=16171916/32770624 swapFree=66999124/67108860
[pid=11167] ppid=11164 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/11167/stat : 11167 (scop.sh) S 11164 11167 9001 0 -1 4202496 555 322 0 0 0 0 0 0 20 0 1 0 405094611 115843072 349 33554432000 4194304 5098028 140722186590464 140722186587720 140683814199932 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 28598272 140722186597219 140722186597488 140722186597488 140722186600397 0
/proc/11167/statm: 28282 349 296 221 0 87 0
[pid=11170] ppid=11167 vsize=15012696 memory=89204 CPUtime=0.25 cores=0,2,4,6
/proc/11170/stat : 11170 (java) S 11167 11167 9001 0 -1 1077944320 12313 0 0 0 22 3 0 0 20 0 15 0 405094611 15373000704 22301 33554432000 4194304 4196468 140721259604944 140721259587488 140134148591351 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
/proc/11170/statm: 3753174 22301 2961 1 0 3715579 0
[pid=11170/tid=11171] ppid=11167 vsize=15012696 memory=7022364632946311227 CPUtime=0.2 cores=0,2,4,6
/proc/11170/task/11171/stat : 11171 (java) R 11167 11167 9001 0 -1 4202560 10079 0 0 0 17 3 0 0 20 0 15 0 405094612 15373000704 22301 33554432000 4194304 4196468 140721259604944 140134120412304 140134148613277 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11172] ppid=11167 vsize=15012696 memory=398 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11172/stat : 11172 (java) S 11167 11167 9001 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405094613 15373000704 22301 33554432000 4194304 4196468 140721259604944 140134152833936 140134148601557 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11173] ppid=11167 vsize=15012696 memory=3761833284175152800 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11173/stat : 11173 (java) S 11167 11167 9001 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405094613 15373000704 22301 33554432000 4194304 4196468 140721259604944 140133979650832 140134148601557 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11174] ppid=11167 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11174/stat : 11174 (java) S 11167 11167 9001 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405094613 15373000704 22301 33554432000 4194304 4196468 140721259604944 140133608455312 140134148601557 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11175] ppid=11167 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11175/stat : 11175 (java) S 11167 11167 9001 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405094613 15373000704 22301 33554432000 4194304 4196468 140721259604944 140133607402512 140134148601557 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11176] ppid=11167 vsize=15012696 memory=139915782014592 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11176/stat : 11176 (java) S 11167 11167 9001 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405094615 15373000704 22301 33554432000 4194304 4196468 140721259604944 140133186140272 140134148602498 0 0 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11177] ppid=11167 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11177/stat : 11177 (java) S 11167 11167 9001 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405094615 15373000704 22301 33554432000 4194304 4196468 140721259604944 140132703265568 140134148601557 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11178] ppid=11167 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11178/stat : 11178 (java) S 11167 11167 9001 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405094615 15373000704 22301 33554432000 4194304 4196468 140721259604944 140132434830448 140134148601557 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11179] ppid=11167 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11179/stat : 11179 (java) S 11167 11167 9001 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405094618 15373000704 22301 33554432000 4194304 4196468 140721259604944 140132060321872 140134148609947 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11180] ppid=11167 vsize=15012696 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11170/task/11180/stat : 11180 (java) S 11167 11167 9001 0 -1 1077944384 352 0 0 0 1 0 0 0 20 0 15 0 405094618 15373000704 22301 33554432000 4194304 4196468 140721259604944 140133185088112 140134148602498 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11181] ppid=11167 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11181/stat : 11181 (java) S 11167 11167 9001 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 15 0 405094618 15373000704 22301 33554432000 4194304 4196468 140721259604944 140133184035312 140134148602498 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11182] ppid=11167 vsize=15012696 memory=139915782014592 CPUtime=0.02 cores=0,2,4,6
/proc/11170/task/11182/stat : 11182 (java) R 11167 11167 9001 0 -1 4202560 413 0 0 0 2 0 0 0 20 0 15 0 405094618 15373000704 22301 33554432000 4194304 4196468 140721259604944 140133182983024 140134127725879 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11183] ppid=11167 vsize=15012696 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11183/stat : 11183 (java) S 11167 11167 9001 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405094618 15373000704 22301 33554432000 4194304 4196468 140721259604944 140131562417120 140134148601557 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11184] ppid=11167 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11184/stat : 11184 (java) S 11167 11167 9001 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405094618 15373000704 22301 33554432000 4194304 4196468 140721259604944 140133181929904 140134148602498 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 90600 KiB

[startup+0.310578 s]*
/proc/loadavg: 2.10 2.05 2.01 4/236 11184
/proc/meminfo: memFree=16169372/32770624 swapFree=66999124/67108860
[pid=11167] ppid=11164 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/11167/stat : 11167 (scop.sh) S 11164 11167 9001 0 -1 4202496 555 322 0 0 0 0 0 0 20 0 1 0 405094611 115843072 349 33554432000 4194304 5098028 140722186590464 140722186587720 140683814199932 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 28598272 140722186597219 140722186597488 140722186597488 140722186600397 0
/proc/11167/statm: 28282 349 296 221 0 87 0
[pid=11170] ppid=11167 vsize=15012696 memory=92288 CPUtime=0.43 cores=0,2,4,6
/proc/11170/stat : 11170 (java) S 11167 11167 9001 0 -1 1077944320 12674 0 0 0 39 4 0 0 20 0 15 0 405094611 15373000704 23072 33554432000 4194304 4196468 140721259604944 140721259587488 140134148591351 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
/proc/11170/statm: 3753174 23072 3021 1 0 3715579 0
[pid=11170/tid=11171] ppid=11167 vsize=15012696 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/11170/task/11171/stat : 11171 (java) R 11167 11167 9001 0 -1 4202560 10261 0 0 0 27 3 0 0 20 0 15 0 405094612 15373000704 23072 33554432000 4194304 4196468 140721259604944 140134120414032 140134132671838 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11172] ppid=11167 vsize=15012696 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11172/stat : 11172 (java) S 11167 11167 9001 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405094613 15373000704 23072 33554432000 4194304 4196468 140721259604944 140134152833936 140134148601557 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11173] ppid=11167 vsize=15012696 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11173/stat : 11173 (java) S 11167 11167 9001 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405094613 15373000704 23072 33554432000 4194304 4196468 140721259604944 140133979650832 140134148601557 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11174] ppid=11167 vsize=15012696 memory=7379517702019849078 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11174/stat : 11174 (java) S 11167 11167 9001 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405094613 15373000704 23072 33554432000 4194304 4196468 140721259604944 140133608455312 140134148601557 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11175] ppid=11167 vsize=15012696 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11175/stat : 11175 (java) S 11167 11167 9001 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405094613 15373000704 23072 33554432000 4194304 4196468 140721259604944 140133607402512 140134148601557 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11176] ppid=11167 vsize=15012696 memory=4498404016631593313 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11176/stat : 11176 (java) S 11167 11167 9001 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405094615 15373000704 23072 33554432000 4194304 4196468 140721259604944 140133186140272 140134148602498 0 0 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11177] ppid=11167 vsize=15012696 memory=-6519613052471072158 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11177/stat : 11177 (java) S 11167 11167 9001 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405094615 15373000704 23072 33554432000 4194304 4196468 140721259604944 140132703265568 140134148601557 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11178] ppid=11167 vsize=15012696 memory=-6664436420846797971 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11178/stat : 11178 (java) S 11167 11167 9001 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405094615 15373000704 23072 33554432000 4194304 4196468 140721259604944 140132434830448 140134148601557 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11179] ppid=11167 vsize=15012696 memory=4426078206164241782 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11179/stat : 11179 (java) S 11167 11167 9001 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405094618 15373000704 23072 33554432000 4194304 4196468 140721259604944 140132060321872 140134148609947 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11180] ppid=11167 vsize=15012696 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/11170/task/11180/stat : 11180 (java) S 11167 11167 9001 0 -1 1077944384 454 0 0 0 2 0 0 0 20 0 15 0 405094618 15373000704 23072 33554432000 4194304 4196468 140721259604944 140133185088112 140134148602498 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11181] ppid=11167 vsize=15012696 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/11170/task/11181/stat : 11181 (java) S 11167 11167 9001 0 -1 1077944384 195 0 0 0 2 0 0 0 20 0 15 0 405094618 15373000704 23072 33554432000 4194304 4196468 140721259604944 140133184035312 140134148602498 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11182] ppid=11167 vsize=15012696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11170/task/11182/stat : 11182 (java) S 11167 11167 9001 0 -1 1077944384 434 0 0 0 7 0 0 0 20 0 15 0 405094618 15373000704 23072 33554432000 4194304 4196468 140721259604944 140133182983024 140134148602498 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11183] ppid=11167 vsize=15012696 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11183/stat : 11183 (java) S 11167 11167 9001 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405094618 15373000704 23072 33554432000 4194304 4196468 140721259604944 140131562417120 140134148601557 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11184] ppid=11167 vsize=15012696 memory=3544953251267884080 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11184/stat : 11184 (java) S 11167 11167 9001 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405094618 15373000704 23072 33554432000 4194304 4196468 140721259604944 140133181929904 140134148602498 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 93684 KiB

[startup+0.700759 s]
/proc/loadavg: 2.10 2.05 2.01 3/236 11184
/proc/meminfo: memFree=16148536/32770624 swapFree=66999124/67108860
[pid=11167] ppid=11164 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/11167/stat : 11167 (scop.sh) S 11164 11167 9001 0 -1 4202496 555 322 0 0 0 0 0 0 20 0 1 0 405094611 115843072 349 33554432000 4194304 5098028 140722186590464 140722186587720 140683814199932 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 28598272 140722186597219 140722186597488 140722186597488 140722186600397 0
/proc/11167/statm: 28282 349 296 221 0 87 0
[pid=11170] ppid=11167 vsize=15018968 memory=127492 CPUtime=0.99 cores=0,2,4,6
/proc/11170/stat : 11170 (java) S 11167 11167 9001 0 -1 1077944320 20102 0 0 0 92 7 0 0 20 0 15 0 405094611 15379423232 31873 33554432000 4194304 4196468 140721259604944 140721259587488 140134148591351 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
/proc/11170/statm: 3754742 31873 3182 1 0 3716091 0
[pid=11170/tid=11171] ppid=11167 vsize=15018968 memory=2372 CPUtime=0.66 cores=0,2,4,6
/proc/11170/task/11171/stat : 11171 (java) R 11167 11167 9001 0 -1 4202560 17243 0 0 0 61 5 0 0 20 0 15 0 405094612 15379423232 31873 33554432000 4194304 4196468 140721259604944 140134120427104 140134148603286 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11172] ppid=11167 vsize=15018968 memory=116 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11172/stat : 11172 (java) S 11167 11167 9001 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405094613 15379423232 31873 33554432000 4194304 4196468 140721259604944 140134152833936 140134148601557 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11173] ppid=11167 vsize=15018968 memory=2129119 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11173/stat : 11173 (java) S 11167 11167 9001 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405094613 15379423232 31873 33554432000 4194304 4196468 140721259604944 140133979650832 140134148601557 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11174] ppid=11167 vsize=15018968 memory=2141618 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11174/stat : 11174 (java) S 11167 11167 9001 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405094613 15379423232 31873 33554432000 4194304 4196468 140721259604944 140133608455312 140134148601557 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11175] ppid=11167 vsize=15018968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11175/stat : 11175 (java) S 11167 11167 9001 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405094613 15379423232 31873 33554432000 4194304 4196468 140721259604944 140133607402512 140134148601557 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11176] ppid=11167 vsize=15018968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11176/stat : 11176 (java) S 11167 11167 9001 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 405094615 15379423232 31873 33554432000 4194304 4196468 140721259604944 140133186140272 140134148602498 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11177] ppid=11167 vsize=15018968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11177/stat : 11177 (java) S 11167 11167 9001 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405094615 15379423232 31873 33554432000 4194304 4196468 140721259604944 140132703265568 140134148601557 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11178] ppid=11167 vsize=15018968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11178/stat : 11178 (java) S 11167 11167 9001 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405094615 15379423232 31873 33554432000 4194304 4196468 140721259604944 140132434830448 140134148601557 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11179] ppid=11167 vsize=15018968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11179/stat : 11179 (java) S 11167 11167 9001 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405094618 15379423232 31873 33554432000 4194304 4196468 140721259604944 140132060321872 140134148609947 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11180] ppid=11167 vsize=15018968 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/11170/task/11180/stat : 11180 (java) S 11167 11167 9001 0 -1 1077944384 619 0 0 0 6 0 0 0 20 0 15 0 405094618 15379423232 31873 33554432000 4194304 4196468 140721259604944 140133185088112 140134148602498 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11181] ppid=11167 vsize=15018968 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/11170/task/11181/stat : 11181 (java) S 11167 11167 9001 0 -1 1077944384 408 0 0 0 7 0 0 0 20 0 15 0 405094618 15379423232 31873 33554432000 4194304 4196468 140721259604944 140133184035312 140134148602498 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11182] ppid=11167 vsize=15018968 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/11170/task/11182/stat : 11182 (java) R 11167 11167 9001 0 -1 4202560 497 0 0 0 16 0 0 0 20 0 15 0 405094618 15379423232 31873 33554432000 4194304 4196468 140721259604944 140133182978704 140134127711496 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11183] ppid=11167 vsize=15018968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11183/stat : 11183 (java) S 11167 11167 9001 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405094618 15379423232 31873 33554432000 4194304 4196468 140721259604944 140131562417120 140134148601557 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11184] ppid=11167 vsize=15018968 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11184/stat : 11184 (java) S 11167 11167 9001 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405094618 15379423232 31873 33554432000 4194304 4196468 140721259604944 140133181929904 140134148602498 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 15132096 KiB
Current children cumulated memory: 128888 KiB

[startup+1.50165 s]
/proc/loadavg: 2.10 2.05 2.01 3/236 11184
/proc/meminfo: memFree=16042652/32770624 swapFree=66999124/67108860
[pid=11167] ppid=11164 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/11167/stat : 11167 (scop.sh) S 11164 11167 9001 0 -1 4202496 555 322 0 0 0 0 0 0 20 0 1 0 405094611 115843072 349 33554432000 4194304 5098028 140722186590464 140722186587720 140683814199932 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 28598272 140722186597219 140722186597488 140722186597488 140722186600397 0
/proc/11167/statm: 28282 349 296 221 0 87 0

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

/proc/11167/stat : 11167 (scop.sh) S 11164 11167 9001 0 -1 4202496 555 322 0 0 0 0 0 0 20 0 1 0 405094611 115843072 349 33554432000 4194304 5098028 140722186590464 140722186587720 140683814199932 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 28598272 140722186597219 140722186597488 140722186597488 140722186600397 0
/proc/11167/statm: 28282 349 296 221 0 87 0
[pid=11170] ppid=11167 vsize=15025188 memory=7114232 CPUtime=336.44 cores=0,2,4,6
/proc/11170/stat : 11170 (java) S 11167 11167 9001 0 -1 1077944320 100118 0 0 0 33170 474 0 0 20 0 15 0 405094611 15385792512 1778558 33554432000 4194304 4196468 140721259604944 140721259587488 140134148591351 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
/proc/11170/statm: 3756297 1778558 3295 1 0 3717627 0
[pid=11170/tid=11171] ppid=11167 vsize=15025188 memory=1396 CPUtime=282.33 cores=0,2,4,6
/proc/11170/task/11171/stat : 11171 (java) R 11167 11167 9001 0 -1 4202560 38384 0 0 0 28180 53 0 0 20 0 15 0 405094612 15385792512 1778558 33554432000 4194304 4196468 140721259604944 140134120427752 140133657751750 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11172] ppid=11167 vsize=15025188 memory=6791534058613427641 CPUtime=10.29 cores=0,2,4,6
/proc/11170/task/11172/stat : 11172 (java) S 11167 11167 9001 0 -1 1077944384 5757 0 0 0 937 92 0 0 20 0 15 0 405094613 15385792512 1778558 33554432000 4194304 4196468 140721259604944 140134152833936 140134148601557 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11173] ppid=11167 vsize=15025188 memory=6944656592455097440 CPUtime=10.25 cores=0,2,4,6
/proc/11170/task/11173/stat : 11173 (java) S 11167 11167 9001 0 -1 1077944384 5577 0 0 0 925 100 0 0 20 0 15 0 405094613 15385792512 1778558 33554432000 4194304 4196468 140721259604944 140133979650832 140134148601557 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11174] ppid=11167 vsize=15025188 memory=6944656575208382560 CPUtime=10.32 cores=0,2,4,6
/proc/11170/task/11174/stat : 11174 (java) S 11167 11167 9001 0 -1 1077944384 5117 0 0 0 924 108 0 0 20 0 15 0 405094613 15385792512 1778558 33554432000 4194304 4196468 140721259604944 140133608455312 140134148601557 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11175] ppid=11167 vsize=15025188 memory=6944656592455359580 CPUtime=10.26 cores=0,2,4,6
/proc/11170/task/11175/stat : 11175 (java) S 11167 11167 9001 0 -1 1077944384 7231 0 0 0 925 101 0 0 20 0 15 0 405094613 15385792512 1778558 33554432000 4194304 4196468 140721259604944 140133607402512 140134148601557 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11176] ppid=11167 vsize=15025188 memory=7081364 CPUtime=0.03 cores=0,2,4,6
/proc/11170/task/11176/stat : 11176 (java) S 11167 11167 9001 0 -1 1077944384 1376 0 0 0 3 0 0 0 20 0 15 0 405094615 15385792512 1778558 33554432000 4194304 4196468 140721259604944 140133186140272 140134148602498 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11177] ppid=11167 vsize=15025188 memory=7081364 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11177/stat : 11177 (java) S 11167 11167 9001 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 405094615 15385792512 1778558 33554432000 4194304 4196468 140721259604944 140132703265632 140134148601557 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11178] ppid=11167 vsize=15025188 memory=1652 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11178/stat : 11178 (java) S 11167 11167 9001 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 405094615 15385792512 1778558 33554432000 4194304 4196468 140721259604944 140132434830464 140134148601557 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11179] ppid=11167 vsize=15025188 memory=36696 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11179/stat : 11179 (java) S 11167 11167 9001 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405094618 15385792512 1778558 33554432000 4194304 4196468 140721259604944 140132060321872 140134148609947 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11180] ppid=11167 vsize=15025188 memory=988 CPUtime=5.73 cores=0,2,4,6
/proc/11170/task/11180/stat : 11180 (java) S 11167 11167 9001 0 -1 1077944384 13623 0 0 0 571 2 0 0 20 0 15 0 405094618 15385792512 1778558 33554432000 4194304 4196468 140721259604944 140133185088112 140134148602498 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11181] ppid=11167 vsize=15025188 memory=2016 CPUtime=5.78 cores=0,2,4,6
/proc/11170/task/11181/stat : 11181 (java) S 11167 11167 9001 0 -1 1077944384 11815 0 0 0 576 2 0 0 20 0 15 0 405094618 15385792512 1778558 33554432000 4194304 4196468 140721259604944 140133184035312 140134148602498 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11182] ppid=11167 vsize=15025188 memory=1424 CPUtime=1.16 cores=0,2,4,6
/proc/11170/task/11182/stat : 11182 (java) S 11167 11167 9001 0 -1 1077944384 9700 0 0 0 114 2 0 0 20 0 15 0 405094618 15385792512 1778558 33554432000 4194304 4196468 140721259604944 140133182983024 140134148602498 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11183] ppid=11167 vsize=15025188 memory=1540 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11183/stat : 11183 (java) S 11167 11167 9001 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405094618 15385792512 1778558 33554432000 4194304 4196468 140721259604944 140131562417120 140134148601557 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11184] ppid=11167 vsize=15025188 memory=1712 CPUtime=0.17 cores=0,2,4,6
/proc/11170/task/11184/stat : 11184 (java) S 11167 11167 9001 0 -1 1077944384 199 0 0 0 8 9 0 0 20 0 15 0 405094618 15385792512 1778558 33554432000 4194304 4196468 140721259604944 140133181929904 140134148602498 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
Current children cumulated CPU time: 336.44 s
Current children cumulated vsize: 15138316 KiB
Current children cumulated memory: 7115628 KiB

[startup+294.401 s]
/proc/loadavg: 1.87 1.99 2.00 3/234 11206
/proc/meminfo: memFree=8972568/32770624 swapFree=66999124/67108860
[pid=11167] ppid=11164 vsize=113128 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/11167/stat : 11167 (scop.sh) S 11164 11167 9001 0 -1 4202496 555 322 0 0 0 0 0 0 20 0 1 0 405094611 115843072 349 33554432000 4194304 5098028 140722186590464 140722186587720 140683814199932 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 28598272 140722186597219 140722186597488 140722186597488 140722186600397 0
/proc/11167/statm: 28282 349 296 221 0 87 0
[pid=11170] ppid=11167 vsize=15027304 memory=7122352 CPUtime=339.61 cores=0,2,4,6
/proc/11170/stat : 11170 (java) S 11167 11167 9001 0 -1 1077944320 105873 0 0 0 33486 475 0 0 20 0 15 0 405094611 15387959296 1780588 33554432000 4194304 4196468 140721259604944 140721259587488 140134148591351 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
/proc/11170/statm: 3756826 1780588 3308 1 0 3717627 0
[pid=11170/tid=11171] ppid=11167 vsize=15027304 memory=56 CPUtime=283.93 cores=0,2,4,6
/proc/11170/task/11171/stat : 11171 (java) R 11167 11167 9001 0 -1 4202560 39796 0 0 0 28339 54 0 0 20 0 15 0 405094612 15387959296 1780588 33554432000 4194304 4196468 140721259604944 140134120430560 140133653536113 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11172] ppid=11167 vsize=15027304 memory=8508281403248446349 CPUtime=10.29 cores=0,2,4,6
/proc/11170/task/11172/stat : 11172 (java) S 11167 11167 9001 0 -1 1077944384 5757 0 0 0 937 92 0 0 20 0 15 0 405094613 15387959296 1780588 33554432000 4194304 4196468 140721259604944 140134152833936 140134148601557 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11173] ppid=11167 vsize=15027304 memory=3624 CPUtime=10.25 cores=0,2,4,6
/proc/11170/task/11173/stat : 11173 (java) S 11167 11167 9001 0 -1 1077944384 5577 0 0 0 925 100 0 0 20 0 15 0 405094613 15387959296 1780588 33554432000 4194304 4196468 140721259604944 140133979650832 140134148601557 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11174] ppid=11167 vsize=15027304 memory=36696 CPUtime=10.32 cores=0,2,4,6
/proc/11170/task/11174/stat : 11174 (java) S 11167 11167 9001 0 -1 1077944384 5117 0 0 0 924 108 0 0 20 0 15 0 405094613 15387959296 1780588 33554432000 4194304 4196468 140721259604944 140133608455312 140134148601557 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11175] ppid=11167 vsize=15027304 memory=1396 CPUtime=10.26 cores=0,2,4,6
/proc/11170/task/11175/stat : 11175 (java) S 11167 11167 9001 0 -1 1077944384 7231 0 0 0 925 101 0 0 20 0 15 0 405094613 15387959296 1780588 33554432000 4194304 4196468 140721259604944 140133607402512 140134148601557 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11176] ppid=11167 vsize=15027304 memory=6791534058613427641 CPUtime=0.03 cores=0,2,4,6
/proc/11170/task/11176/stat : 11176 (java) S 11167 11167 9001 0 -1 1077944384 1779 0 0 0 3 0 0 0 20 0 15 0 405094615 15387959296 1780588 33554432000 4194304 4196468 140721259604944 140133186140272 140134148602498 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11177] ppid=11167 vsize=15027304 memory=1048 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11177/stat : 11177 (java) S 11167 11167 9001 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 405094615 15387959296 1780588 33554432000 4194304 4196468 140721259604944 140132703265632 140134148601557 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11178] ppid=11167 vsize=15027304 memory=7122104 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11178/stat : 11178 (java) S 11167 11167 9001 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 405094615 15387959296 1780588 33554432000 4194304 4196468 140721259604944 140132434830464 140134148601557 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11179] ppid=11167 vsize=15027304 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11179/stat : 11179 (java) S 11167 11167 9001 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405094618 15387959296 1780588 33554432000 4194304 4196468 140721259604944 140132060321872 140134148609947 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11180] ppid=11167 vsize=15027304 memory=1396 CPUtime=6.45 cores=0,2,4,6
/proc/11170/task/11180/stat : 11180 (java) S 11167 11167 9001 0 -1 1077944384 15279 0 0 0 643 2 0 0 20 0 15 0 405094618 15387959296 1780588 33554432000 4194304 4196468 140721259604944 140133185088112 140134148602498 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11181] ppid=11167 vsize=15027304 memory=7114232 CPUtime=6.53 cores=0,2,4,6
/proc/11170/task/11181/stat : 11181 (java) S 11167 11167 9001 0 -1 1077944384 13740 0 0 0 651 2 0 0 20 0 15 0 405094618 15387959296 1780588 33554432000 4194304 4196468 140721259604944 140133184035312 140134148602498 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11182] ppid=11167 vsize=15027304 memory=1396 CPUtime=1.26 cores=0,2,4,6
/proc/11170/task/11182/stat : 11182 (java) S 11167 11167 9001 0 -1 1077944384 10059 0 0 0 124 2 0 0 20 0 15 0 405094618 15387959296 1780588 33554432000 4194304 4196468 140721259604944 140133182983024 140134148602498 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11183] ppid=11167 vsize=15027304 memory=7081364 CPUtime=0 cores=0,2,4,6
/proc/11170/task/11183/stat : 11183 (java) S 11167 11167 9001 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405094618 15387959296 1780588 33554432000 4194304 4196468 140721259604944 140131562417120 140134148601557 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
[pid=11170/tid=11184] ppid=11167 vsize=15027304 memory=1556 CPUtime=0.17 cores=0,2,4,6
/proc/11170/task/11184/stat : 11184 (java) S 11167 11167 9001 0 -1 1077944384 199 0 0 0 8 9 0 0 20 0 15 0 405094618 15387959296 1780588 33554432000 4194304 4196468 140721259604944 140133181929904 140134148602498 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 26697728 140721259610921 140721259611290 140721259611290 140721259614159 0
Current children cumulated CPU time: 339.61 s
Current children cumulated vsize: 15140432 KiB
Current children cumulated memory: 7123748 KiB

[startup+295.202 s]
/proc/loadavg: 1.87 1.99 2.00 3/234 11221
/proc/meminfo: memFree=16043088/32770624 swapFree=66999124/67108860
[pid=11167] ppid=11164 vsize=113128 memory=1476 CPUtime=340.11 cores=0,2,4,6
/proc/11167/stat : 11167 (scop.sh) S 11164 11167 9001 0 -1 4202496 583 107190 0 0 0 0 33530 481 20 0 1 0 405094611 115843072 369 33554432000 4194304 5098028 140722186590464 140722186587208 140683814199932 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 28598272 140722186597219 140722186597488 140722186597488 140722186600397 0
/proc/11167/statm: 28282 369 311 221 0 87 0
[pid=11207] ppid=11167 vsize=7406584 memory=70820 CPUtime=0.58 cores=0,2,4,6
/proc/11207/stat : 11207 (java) S 11167 11167 9001 0 -1 1077944320 13501 0 0 0 54 4 0 0 20 0 15 0 405124086 7584342016 17705 33554432000 4194304 4196468 140733868166240 140733868148784 140201406127863 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
/proc/11207/statm: 1851646 17705 3081 1 0 1813530 0
[pid=11207/tid=11208] ppid=11167 vsize=7406584 memory=1436 CPUtime=0.42 cores=0,2,4,6
/proc/11207/task/11208/stat : 11208 (java) R 11167 11167 9001 0 -1 4202560 11211 0 0 0 39 3 0 0 20 0 15 0 405124086 7584342016 17705 33554432000 4194304 4196468 140733868166240 140201377946952 140201406141712 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
[pid=11207/tid=11209] ppid=11167 vsize=7406584 memory=1652 CPUtime=0 cores=0,2,4,6
/proc/11207/task/11209/stat : 11209 (java) S 11167 11167 9001 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405124088 7584342016 17705 33554432000 4194304 4196468 140733868166240 140201410369808 140201406138069 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
[pid=11207/tid=11210] ppid=11167 vsize=7406584 memory=1980 CPUtime=0 cores=0,2,4,6
/proc/11207/task/11210/stat : 11210 (java) S 11167 11167 9001 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405124088 7584342016 17705 33554432000 4194304 4196468 140733868166240 140201224526224 140201406138069 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
[pid=11207/tid=11211] ppid=11167 vsize=7406584 memory=2540 CPUtime=0 cores=0,2,4,6
/proc/11207/task/11211/stat : 11211 (java) S 11167 11167 9001 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405124088 7584342016 17705 33554432000 4194304 4196468 140733868166240 140201223473680 140201406138069 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
[pid=11207/tid=11212] ppid=11167 vsize=7406584 memory=1760 CPUtime=0 cores=0,2,4,6
/proc/11207/task/11212/stat : 11212 (java) S 11167 11167 9001 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405124088 7584342016 17705 33554432000 4194304 4196468 140733868166240 140200888662672 140201406138069 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
[pid=11207/tid=11213] ppid=11167 vsize=7406584 memory=111636 CPUtime=0 cores=0,2,4,6
/proc/11207/task/11213/stat : 11213 (java) S 11167 11167 9001 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405124089 7584342016 17705 33554432000 4194304 4196468 140733868166240 140200785312240 140201406139010 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
[pid=11207/tid=11214] ppid=11167 vsize=7406584 memory=804 CPUtime=0 cores=0,2,4,6
/proc/11207/task/11214/stat : 11214 (java) S 11167 11167 9001 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405124089 7584342016 17705 33554432000 4194304 4196468 140733868166240 140200281892256 140201406138069 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
[pid=11207/tid=11215] ppid=11167 vsize=7406584 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/11207/task/11215/stat : 11215 (java) S 11167 11167 9001 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 405124090 7584342016 17705 33554432000 4194304 4196468 140733868166240 140200147670512 140201406138069 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
[pid=11207/tid=11216] ppid=11167 vsize=7406584 memory=920 CPUtime=0 cores=0,2,4,6
/proc/11207/task/11216/stat : 11216 (java) S 11167 11167 9001 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405124092 7584342016 17705 33554432000 4194304 4196468 140733868166240 140199773166288 140201406146459 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
[pid=11207/tid=11217] ppid=11167 vsize=7406584 memory=3848 CPUtime=0.02 cores=0,2,4,6
/proc/11207/task/11217/stat : 11217 (java) S 11167 11167 9001 0 -1 1077944384 541 0 0 0 2 0 0 0 20 0 15 0 405124092 7584342016 17705 33554432000 4194304 4196468 140733868166240 140200784259056 140201406139010 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
[pid=11207/tid=11218] ppid=11167 vsize=7406584 memory=2644 CPUtime=0.02 cores=0,2,4,6
/proc/11207/task/11218/stat : 11218 (java) S 11167 11167 9001 0 -1 1077944384 85 0 0 0 2 0 0 0 20 0 15 0 405124092 7584342016 17705 33554432000 4194304 4196468 140733868166240 140200783206512 140201406139010 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
[pid=11207/tid=11219] ppid=11167 vsize=7406584 memory=3572 CPUtime=0.09 cores=0,2,4,6
/proc/11207/task/11219/stat : 11219 (java) S 11167 11167 9001 0 -1 1077944384 314 0 0 0 9 0 0 0 20 0 15 0 405124092 7584342016 17705 33554432000 4194304 4196468 140733868166240 140200782153968 140201406139010 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
[pid=11207/tid=11220] ppid=11167 vsize=7406584 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/11207/task/11220/stat : 11220 (java) S 11167 11167 9001 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405124093 7584342016 17705 33554432000 4194304 4196468 140733868166240 140199275260512 140201406138069 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
[pid=11207/tid=11221] ppid=11167 vsize=7406584 memory=4004 CPUtime=0 cores=0,2,4,6
/proc/11207/task/11221/stat : 11221 (java) S 11167 11167 9001 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405124093 7584342016 17705 33554432000 4194304 4196468 140733868166240 140200781101872 140201406139010 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
Current children cumulated CPU time: 340.69 s
Current children cumulated vsize: 7519712 KiB
Current children cumulated memory: 72296 KiB

[startup+295.601 s]
/proc/loadavg: 1.87 1.99 2.00 3/234 11221
/proc/meminfo: memFree=16043088/32770624 swapFree=66999124/67108860
[pid=11167] ppid=11164 vsize=113128 memory=1476 CPUtime=340.11 cores=0,2,4,6
/proc/11167/stat : 11167 (scop.sh) S 11164 11167 9001 0 -1 4202496 583 107190 0 0 0 0 33530 481 20 0 1 0 405094611 115843072 369 33554432000 4194304 5098028 140722186590464 140722186587208 140683814199932 0 65536 4100 81923 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 28598272 140722186597219 140722186597488 140722186597488 140722186600397 0
/proc/11167/statm: 28282 369 311 221 0 87 0
[pid=11207] ppid=11167 vsize=8068440 memory=116988 CPUtime=1.27 cores=0,2,4,6
/proc/11207/stat : 11207 (java) S 11167 11167 9001 0 -1 1077944320 20600 0 0 0 119 8 0 0 20 0 19 0 405124086 8262082560 29247 33554432000 4194304 4196468 140733868166240 140733868148784 140201406127863 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
/proc/11207/statm: 2017110 29247 3209 1 0 1978454 0
[pid=11207/tid=11208] ppid=11167 vsize=8068440 memory=7122480 CPUtime=0.79 cores=0,2,4,6
/proc/11207/task/11208/stat : 11208 (java) S 11167 11167 9001 0 -1 1077944384 17236 0 0 0 72 7 0 0 20 0 19 0 405124086 8262082560 29247 33554432000 4194304 4196468 140733868166240 140201377968032 140201406138069 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
[pid=11207/tid=11209] ppid=11167 vsize=8068440 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/11207/task/11209/stat : 11209 (java) S 11167 11167 9001 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405124088 8262082560 29247 33554432000 4194304 4196468 140733868166240 140201410369808 140201406138069 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
[pid=11207/tid=11210] ppid=11167 vsize=8068440 memory=4486604260213485459 CPUtime=0 cores=0,2,4,6
/proc/11207/task/11210/stat : 11210 (java) S 11167 11167 9001 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405124088 8262082560 29247 33554432000 4194304 4196468 140733868166240 140201224526224 140201406138069 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
[pid=11207/tid=11211] ppid=11167 vsize=8068440 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/11207/task/11211/stat : 11211 (java) S 11167 11167 9001 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405124088 8262082560 29247 33554432000 4194304 4196468 140733868166240 140201223473680 140201406138069 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
[pid=11207/tid=11212] ppid=11167 vsize=8068440 memory=7081364 CPUtime=0 cores=0,2,4,6
/proc/11207/task/11212/stat : 11212 (java) S 11167 11167 9001 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405124088 8262082560 29247 33554432000 4194304 4196468 140733868166240 140200888662672 140201406138069 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
[pid=11207/tid=11213] ppid=11167 vsize=8068440 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/11207/task/11213/stat : 11213 (java) S 11167 11167 9001 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 405124089 8262082560 29247 33554432000 4194304 4196468 140733868166240 140200785312240 140201406139010 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
[pid=11207/tid=11214] ppid=11167 vsize=8068440 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/11207/task/11214/stat : 11214 (java) S 11167 11167 9001 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 405124089 8262082560 29247 33554432000 4194304 4196468 140733868166240 140200281892256 140201406138069 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
[pid=11207/tid=11215] ppid=11167 vsize=8068440 memory=988 CPUtime=0 cores=0,2,4,6
/proc/11207/task/11215/stat : 11215 (java) S 11167 11167 9001 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 405124090 8262082560 29247 33554432000 4194304 4196468 140733868166240 140200147670512 140201406138069 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
[pid=11207/tid=11216] ppid=11167 vsize=8068440 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/11207/task/11216/stat : 11216 (java) S 11167 11167 9001 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405124092 8262082560 29247 33554432000 4194304 4196468 140733868166240 140199773166288 140201406146459 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
[pid=11207/tid=11217] ppid=11167 vsize=8068440 memory=1424 CPUtime=0.12 cores=0,2,4,6
/proc/11207/task/11217/stat : 11217 (java) S 11167 11167 9001 0 -1 1077944384 1022 0 0 0 12 0 0 0 20 0 19 0 405124092 8262082560 29247 33554432000 4194304 4196468 140733868166240 140200784259056 140201406139010 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
[pid=11207/tid=11218] ppid=11167 vsize=8068440 memory=6791534058613427641 CPUtime=0.11 cores=0,2,4,6
/proc/11207/task/11218/stat : 11218 (java) S 11167 11167 9001 0 -1 1077944384 328 0 0 0 11 0 0 0 20 0 19 0 405124092 8262082560 29247 33554432000 4194304 4196468 140733868166240 140200783206512 140201406139010 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
[pid=11207/tid=11219] ppid=11167 vsize=8068440 memory=36696 CPUtime=0.22 cores=0,2,4,6
/proc/11207/task/11219/stat : 11219 (java) S 11167 11167 9001 0 -1 1077944384 588 0 0 0 22 0 0 0 20 0 19 0 405124092 8262082560 29247 33554432000 4194304 4196468 140733868166240 140200782153968 140201406139010 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
[pid=11207/tid=11220] ppid=11167 vsize=8068440 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/11207/task/11220/stat : 11220 (java) S 11167 11167 9001 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405124093 8262082560 29247 33554432000 4194304 4196468 140733868166240 140199275260512 140201406138069 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
[pid=11207/tid=11221] ppid=11167 vsize=8068440 memory=1396 CPUtime=0 cores=0,2,4,6
/proc/11207/task/11221/stat : 11221 (java) S 11167 11167 9001 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 405124093 8262082560 29247 33554432000 4194304 4196468 140733868166240 140200781101872 140201406139010 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140733868168187 140733868168346 140733868168346 140733868171215 0
Current children cumulated CPU time: 341.38 s
Current children cumulated vsize: 8181568 KiB
Current children cumulated memory: 118464 KiB

Child status: 0
Real time (s): 295.645
CPU time (s): 341.548
CPU user time (s): 336.627
CPU system time (s): 4.92031
CPU usage (%): 115.526
Max. virtual memory (cumulated for all children) (KiB): 15142500
Max. memory (cumulated for all children) (KiB): 7124892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 336.627
system time used= 4.92032
maximum resident set size= 7123848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135779
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14088
involuntary context switches= 814


# summary of solver processes directly reported to runsolver:
#   pid: 11167
#   total CPU time (s): 341.548
#   total CPU user time (s): 336.627
#   total CPU system time (s): 4.92031

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.75565 second user time and 3.10242 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-12 14:32:01
IDJOB=4387876
IDBENCH=126913
IDSOLVER=2826
FILE ID=node140/4387876-1568291561
RUNJOBID= node140-1568286731-10041
PBS_JOBID= 21701069
Free space on /tmp= 54836 MiB

SOLVER NAME= Fun-sCOP hybrid+CryptoMiniSat (2019-06-15)
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr0600-int.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-4387876-1568291561/watcher-4387876-1568291561 -o /tmp/evaluation-result-4387876-1568291561/solver-4387876-1568291561 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568286731-10041 --watchdog 2580  HOME/scop.sh 11g HOME/scop.jar -hybrid HOME/cryptominisat5 default HOME HOME/instance-4387876-1568291561.xml

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

MD5SUM BENCH= 944fe5e858b8dc1e5468427caea6b95a
RANDOM SEED=625697843

node140.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.43
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	: 5332.55
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.43
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	: 5332.55
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.43
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	: 5332.55
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.43
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        16252440 kB
MemAvailable:   27134576 kB
Buffers:          123136 kB
Cached:         10952524 kB
SwapCached:         2896 kB
Active:          7244052 kB
Inactive:        8555432 kB
Active(anon):    4721252 kB
Inactive(anon):    43924 kB
Active(file):    2522800 kB
Inactive(file):  8511508 kB
Unevictable:      107728 kB
Mlocked:          107728 kB
SwapTotal:      67108860 kB
SwapFree:       66999124 kB
Dirty:             50024 kB
Writeback:             0 kB
AnonPages:       4830244 kB
Mapped:            55520 kB
Shmem:             32100 kB
Slab:             305084 kB
SReclaimable:     276288 kB
SUnreclaim:        28796 kB
KernelStack:        3840 kB
PageTables:        15124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   10956808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2793472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 54816 MiB
End job on node140 at 2019-09-12 14:36:57