Trace number 4387849

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 59.2496 48.9605

General information on the benchmark

NamePropStress/PropStress-m1-s1/
PropStress-0400.xml
MD5SUMcd36f5a432e3b868ff7ac280438203b6
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 benchmark59.2496
Satisfiable
(Un)Satisfiability was proved
Number of variables802
Number of constraints81001
Number of domains1
Minimum domain size160001
Maximum domain size160001
Distribution of domain sizes[{"size":160001,"count":802}]
Minimum variable degree2
Maximum variable degree401
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":399},{"degree":400,"count":399},{"degree":401,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":81001}]
Number of extensional constraints0
Number of intensional constraints81001
Distribution of constraint types[{"type":"intension","count":81001}]
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-10515-serial-file.bin HOME/instance-4387849-1568291436.xml
0.66/0.52	
0.66/0.52	Fun-sCOP hybrid+cryptominisat5 (2019-06-15)
0.66/0.52	
0.66/0.54	c BEGIN-Prog: Thu Sep 12 14:29:38 CEST 2019
0.66/0.54	c PID: 10518
0.66/0.54	c IP: 172.20.3.103
0.66/0.54	c HOST: node103.alineos.net
0.66/0.55	c (0,0) Parsing Begin
10.94/5.83	c (5,5) Parsing End
10.94/5.84	c (5,5) CSP: 802 int (0 aux), 0 bool (0 aux), 81001 ctr, max domain size 160001
10.94/5.84	c (5,5) Heap : 2591 MiB used (max 10795 MiB), NonHeap : 23 MiB used (max 0 MiB)
10.94/5.84	c (5,5) Constraint Name Generate Begin
11.28/6.07	c (5,5) Ctr:HOME/instance-4387849-1568291436.xml,Add:Le:Num:Var
11.28/6.07	c (5,5) Constraint Name Generate End
11.28/6.07	c (5,5) Heap : 2647 MiB used (max 10795 MiB), NonHeap : 24 MiB used (max 0 MiB)
11.28/6.07	c (5,5) CSP to CSPinCNF Begin
12.77/6.63	c (6,5) translated 8101 (10%) constraints
13.37/6.83	c (6,6) translated 16201 (20%) constraints
13.61/6.98	c (6,6) translated 24301 (30%) constraints
14.24/7.23	c (6,6) translated 32401 (40%) constraints
14.34/7.36	c (6,6) translated 40501 (50%) constraints
14.54/7.50	c (6,6) translated 48601 (60%) constraints
14.64/7.63	c (7,6) translated 56701 (70%) constraints
14.74/7.75	c (7,6) translated 64801 (80%) constraints
14.85/7.89	c (7,7) translated 72901 (90%) constraints
15.10/8.02	c (7,7) translated 81001 (100%) constraints
15.10/8.02	c (7,7) ===========================================
15.38/8.18	c (7,7) Hybrid: #OE=0, #LE=802
15.38/8.18	c (7,7) Hybrid
15.38/8.18	c (7,7) ===========================================
15.77/8.33	c (7,7) translated 8101 (10%) constraints
15.99/8.43	c (7,7) translated 16201 (20%) constraints
16.15/8.53	c (8,7) translated 24301 (30%) constraints
16.30/8.62	c (8,7) translated 32401 (40%) constraints
16.50/8.72	c (8,7) translated 40501 (50%) constraints
16.60/8.81	c (8,8) translated 48601 (60%) constraints
16.70/8.91	c (8,8) translated 56701 (70%) constraints
16.70/9.00	c (8,8) translated 64801 (80%) constraints
16.81/9.10	c (8,8) translated 72901 (90%) constraints
16.91/9.19	c (8,8) translated 81001 (100%) constraints
16.91/9.20	c (8,8) CSP to CSPinCNF End
16.91/9.20	c (8,8) CSP: 802 int (0 aux), 0 bool (0 aux), 81001 ctr, max domain size 160001
16.91/9.20	c (8,8) Heap : 895 MiB used (max 10795 MiB), NonHeap : 28 MiB used (max 0 MiB)
16.91/9.20	c (8,8) CSPinCNF Propagation Begin
17.49/9.46	c (8,8) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
17.49/9.46	c (8,8) CSPinCNF Propagation End
17.49/9.46	c (8,8) CSP: 802 int (0 aux), 0 bool (0 aux), 81001 ctr, max domain size 160001
17.49/9.46	c (8,8) Heap : 1116 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
17.92/9.61	c (9,8) Hybrid: #OE=0, #LE=802
17.92/9.61	c (9,8) Simplify CSPinCNF Begin
18.09/9.72	c (9,8) Simplify CSPinCNF End
18.09/9.72	c (9,8) CSP: 802 int (0 aux), 0 bool (0 aux), 81001 ctr, max domain size 160001
18.09/9.72	c (9,8) Heap : 1226 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
18.09/9.72	c (9,8) Calculate Precise Domain Begin
18.09/9.73	c (9,8) 0 values are removed by re-calculation
18.09/9.73	c (9,8) Calculate Precise Domain End
18.09/9.73	c (9,8) CSP: 802 int (0 aux), 0 bool (0 aux), 81001 ctr, max domain size 160001
18.09/9.73	c (9,8) Heap : 1226 MiB used (max 10795 MiB), NonHeap : 29 MiB used (max 0 MiB)
18.09/9.73	c (9,8) CSPinCNF to SatSolver Begin
23.12/12.55	c (12,11) 8101 (10 %) CSP clauses are encoded (0 SAT variables, 1049608 SAT clauses)
25.38/14.73	c (14,13) 16201 (20 %) CSP clauses are encoded (0 SAT variables, 2037808 SAT clauses)
27.71/17.61	c (17,16) 24301 (30 %) CSP clauses are encoded (0 SAT variables, 3026008 SAT clauses)
30.01/19.83	c (19,18) 32401 (40 %) CSP clauses are encoded (0 SAT variables, 4014208 SAT clauses)
32.18/22.66	c (22,20) 40501 (50 %) CSP clauses are encoded (0 SAT variables, 5002408 SAT clauses)
34.47/24.88	c (24,22) 48601 (60 %) CSP clauses are encoded (0 SAT variables, 5990608 SAT clauses)
36.88/27.73	c (27,24) 56701 (70 %) CSP clauses are encoded (0 SAT variables, 6978808 SAT clauses)
39.08/29.92	c (29,27) 64801 (80 %) CSP clauses are encoded (0 SAT variables, 7967008 SAT clauses)
41.55/32.84	c (32,29) 72901 (90 %) CSP clauses are encoded (0 SAT variables, 8955208 SAT clauses)
43.75/35.05	c (34,31) 81001 (100 %) CSP clauses are encoded (0 SAT variables, 9943408 SAT clauses)
43.75/35.05	c (34,31) CSPinCNF to SatSolver End
43.75/35.05	c (34,31) Heap : 2181 MiB used (max 11085 MiB), NonHeap : 29 MiB used (max 0 MiB)
43.75/35.05	c (34,31) 4333077 bool, 9943530 clause
43.75/35.05	c (34,31) Export Begin
44.89/35.71	c (35,32) Export to HOME/scop-10515-serial-file.bin
44.89/35.71	c (35,32) Export End
44.89/35.71	c (35,32) Export File Size: 2.38 MB
44.89/35.71	c (35,32) 5,5,8,8,9,9,34,STOP-AFTER(DIMACS)
44.89/35.71	c END-Prog: Thu Sep 12 14:30:13 CEST 2019
44.89/35.73	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-10515-serial-file.bin
45.44/36.19	c (0,0) Read Serial File Begin
45.44/36.19	c (0,0) HOME/scop-10515-serial-file.bin
47.01/37.02	c (0,0) Read Serial File End
47.01/37.04	
47.01/37.04	Fun-sCOP hybrid+cryptominisat5 (2019-06-15)
47.01/37.04	(Solving Process)
47.01/37.04	
47.01/37.06	c BEGIN-Prog: Thu Sep 12 14:30:15 CEST 2019
47.01/37.06	c PID: 10543
47.01/37.06	c IP: 172.20.3.103
47.01/37.06	c HOST: node103.alineos.net
47.01/37.06	c (0,0) SatSolver.solve Begin
47.01/37.06	c (0,0) HOME/cryptominisat5  HOME/instance-4387849-1568291436.xml-scop-10518.cnf
47.01/37.09	c (0,0) c Outputting solution to console
47.01/37.09	c (0,0) c CryptoMiniSat version 5.6.8
47.01/37.09	c (0,0) c CMS Copyright Mate Soos (soos.mate@gmail.com)
47.01/37.09	c (0,0) c CMS SHA revision GIT-notfound
47.01/37.09	c (0,0) c CMS is MIT licensed
47.01/37.09	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
47.01/37.09	c (0,0) c CMS compiled with gcc version 4.8.5 20150623 (Red Hat 4.8.5-11)
47.01/37.09	c (0,0) c Executed with command line: HOME/cryptominisat5 HOME/instance-4387849-1568291436.xml-scop-10518.cnf
47.01/37.09	c (0,0) c Reading file 'HOME/instance-4387849-1568291436.xml-scop-10518.cnf'
47.01/37.09	c (0,0) c -- header says num vars:        4333077
47.01/37.09	c (0,0) c -- header says num clauses:     9943530
50.83/40.67	c (4,0) c -- clauses added: 9943530
50.83/40.67	c (4,0) c -- xor clauses added: 0
50.83/40.68	c (4,0) c -- vars added 4333077
50.83/40.68	c (4,0) c Parsing time: 3.18 s
58.44/48.21	c (12,0) c   type VSIDS  rest  conf freevar  IrrL  IrrB l/longC  l/allC RedL0 RedL1 RedL2  RedB l/longC  l/allC
58.54/48.31	c (12,0) c [distill] long cls tried: 68/42 cl-short:46 lit-r:16 T: 0.09 T-out: N T-r: 99.79%
58.64/48.49	c (12,0) c ------- FINAL TOTAL SEARCH STATS ---------
58.64/48.49	c (12,0) c UIP search time          : 7.55        (70.31     % time)
58.64/48.49	c (12,0) c restarts                 : 2           (54.00     confls per restart)
58.64/48.49	c (12,0) c blocked restarts         : 0           (0.00      per normal restart)
58.64/48.49	c (12,0) c time                     : 7.55        
58.64/48.49	c (12,0) c decisions                : 432         (0.00      % random)
58.64/48.49	c (12,0) c propagations             : 30396859    
58.64/48.49	c (12,0) c decisions/conflicts      : 4.00        
58.64/48.49	c (12,0) c conflicts                : 108         (14.30     / sec)
58.64/48.49	c (12,0) c conf lits non-minim      : 643         (5.95      lit/confl)
58.64/48.49	c (12,0) c conf lits final          : 5.44        
58.64/48.49	c (12,0) c cache hit re-learnt cl   : 0           (0.00      % of confl)
58.64/48.49	c (12,0) c red which0               : 68          (62.96     % of confl)
58.64/48.49	c (12,0) c props/decision           : 0.00        
58.64/48.49	c (12,0) c props/conflict           : 0.00        
58.64/48.49	c (12,0) c 0-depth assigns          : 245868      (5.67      % vars)
58.64/48.49	c (12,0) c 0-depth assigns by CNF   : 81803       (1.89      % vars)
58.64/48.49	c (12,0) c reduceDB time            : 0.00        (0.00      % time)
58.64/48.49	c (12,0) c OccSimplifier time       : 0.00        (0.00      % time)
58.64/48.49	c (12,0) c [occur] 0.00 is overhead
58.64/48.49	c (12,0) c [occur] link-in T: 0.00 cleanup T: 0.00
58.64/48.49	c (12,0) c [occ-substr] long subBySub: 0 subByStr: 0 lits-rem-str: 0 T: 0.00
58.64/48.49	c (12,0) c SCC time                 : 0.00        (0.00      % time)
58.64/48.49	c (12,0) c [scc] new: 0 BP 0M  T: 0.00
58.64/48.49	c (12,0) c vrep replace time        : 0.00        (0.00      % time)
58.64/48.49	c (12,0) c vrep tree roots          : 0           
58.64/48.49	c (12,0) c vrep trees' crown        : 0           (0.00      leafs/tree)
58.64/48.49	c (12,0) c distill time             : 0.09        (0.88      % time)
58.64/48.49	c (12,0) c strength cache-irred time: 0.00        (0.00      % time)
58.64/48.49	c (12,0) c strength cache-red time  : 0.00        (0.00      % time)
58.64/48.49	c (12,0) c Conflicts in UIP         : 108         (10.06     confl/time_this_thread)
58.64/48.49	c (12,0) c Mem used                 : 1485.27     MB
58.64/48.49	c (12,0) c Total time (this thread) : 10.74       
58.64/48.49	c (12,0) s UNSATISFIABLE
47.35/48.91	c (12,1) SatSolver.solve End
47.35/48.92	c (12,1) Heap : 184 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
47.35/48.92	c (12,1) Show results Begin
47.35/48.92	s UNSATISFIABLE
47.35/48.92	c (12,1) Show results End
47.35/48.92	c (12,1) Heap : 184 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
47.35/48.92	c (12,1) 12,12,STOP-AFTER(ALL)
47.35/48.92	c END-Prog: Thu Sep 12 14:30:26 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 (8567 MiB free)
  memory of node 1: 16384 MiB (13377 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387849-1568291436/watcher-4387849-1568291436 -o /tmp/evaluation-result-4387849-1568291436/solver-4387849-1568291436 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568289558-9766 --watchdog 2580 HOME/scop.sh 11g HOME/scop.jar -hybrid HOME/cryptominisat5 default HOME HOME/instance-4387849-1568291436.xml 

running on 4 cores: 1,3,5,7

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
Current StackSize limit: 8192 KiB

solver pid=10515, runsolver pid=10512

[startup+0.10014 s]*
/proc/loadavg: 2.12 2.12 2.43 3/235 10532
/proc/meminfo: memFree=22407864/32770624 swapFree=66997112/67108860
[pid=10515] ppid=10512 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/10515/stat : 10515 (scop.sh) S 10512 10515 8640 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 405396710 115843072 348 33554432000 4194304 5098028 140734264421584 140734264418840 139891067892348 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9588736 140734264423267 140734264423536 140734264423536 140734264426445 0
/proc/10515/statm: 28282 348 296 221 0 87 0
[pid=10518] ppid=10515 vsize=15012696 memory=75956 CPUtime=0.12 cores=1,3,5,7
/proc/10518/stat : 10518 (java) S 10515 10515 8640 0 -1 1077944320 6708 0 0 0 10 2 0 0 20 0 15 0 405396711 15373000704 18989 33554432000 4194304 4196468 140728978521952 140728978504496 140121767591671 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
/proc/10518/statm: 3753174 18989 2935 1 0 3715579 0
[pid=10518/tid=10519] ppid=10515 vsize=15012696 memory=576460756329985062 CPUtime=0.08 cores=1,3,5,7
/proc/10518/task/10519/stat : 10519 (java) R 10515 10515 8640 0 -1 4202560 4601 0 0 0 7 1 0 0 20 0 15 0 405396711 15373000704 19055 33554432000 4194304 4196468 140728978521952 140121739385576 140121751672158 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10520] ppid=10515 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10520/stat : 10520 (java) S 10515 10515 8640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405396713 15373000704 19055 33554432000 4194304 4196468 140728978521952 140121771833744 140121767601877 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10521] ppid=10515 vsize=15012696 memory=140102913904348 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10521/stat : 10521 (java) S 10515 10515 8640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405396713 15373000704 19055 33554432000 4194304 4196468 140728978521952 140121570609424 140121767601877 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10522] ppid=10515 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10522/stat : 10522 (java) S 10515 10515 8640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405396713 15373000704 19055 33554432000 4194304 4196468 140728978521952 140121569557136 140121767601877 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10523] ppid=10515 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10523/stat : 10523 (java) S 10515 10515 8640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405396713 15373000704 19055 33554432000 4194304 4196468 140728978521952 140121568504336 140121767601877 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10524] ppid=10515 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10524/stat : 10524 (java) S 10515 10515 8640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405396714 15373000704 19055 33554432000 4194304 4196468 140728978521952 140120736868976 140121767602818 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10525] ppid=10515 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10525/stat : 10525 (java) S 10515 10515 8640 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405396715 15373000704 19055 33554432000 4194304 4196468 140728978521952 140120355235104 140121767601877 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10526] ppid=10515 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10526/stat : 10526 (java) S 10515 10515 8640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405396715 15373000704 19055 33554432000 4194304 4196468 140728978521952 140120086799984 140121767601877 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10527] ppid=10515 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10527/stat : 10527 (java) S 10515 10515 8640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405396717 15373000704 19055 33554432000 4194304 4196468 140728978521952 140119712291408 140121767610267 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10528] ppid=10515 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10528/stat : 10528 (java) S 10515 10515 8640 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 405396717 15373000704 19055 33554432000 4194304 4196468 140728978521952 140120735815792 140121767602818 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10529] ppid=10515 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10529/stat : 10529 (java) S 10515 10515 8640 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 405396717 15373000704 19055 33554432000 4194304 4196468 140728978521952 140120734762992 140121767602818 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10530] ppid=10515 vsize=15012696 memory=140102913894016 CPUtime=0.01 cores=1,3,5,7
/proc/10518/task/10530/stat : 10530 (java) R 10515 10515 8640 0 -1 4202560 430 0 0 0 1 0 0 0 20 0 15 0 405396717 15373000704 19055 33554432000 4194304 4196468 140728978521952 140120733710704 140121759828798 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10531] ppid=10515 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10531/stat : 10531 (java) S 10515 10515 8640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405396717 15373000704 19055 33554432000 4194304 4196468 140728978521952 140119214385632 140121767601877 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10532] ppid=10515 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10532/stat : 10532 (java) S 10515 10515 8640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405396718 15373000704 19055 33554432000 4194304 4196468 140728978521952 140120732658608 140121767602818 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 77348 KiB

[startup+0.210876 s]*
/proc/loadavg: 2.12 2.12 2.43 3/235 10532
/proc/meminfo: memFree=22386284/32770624 swapFree=66997112/67108860
[pid=10515] ppid=10512 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/10515/stat : 10515 (scop.sh) S 10512 10515 8640 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 405396710 115843072 348 33554432000 4194304 5098028 140734264421584 140734264418840 139891067892348 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9588736 140734264423267 140734264423536 140734264423536 140734264426445 0
/proc/10515/statm: 28282 348 296 221 0 87 0
[pid=10518] ppid=10515 vsize=15012696 memory=91040 CPUtime=0.26 cores=1,3,5,7
/proc/10518/stat : 10518 (java) S 10515 10515 8640 0 -1 1077944320 11843 0 0 0 22 4 0 0 20 0 15 0 405396711 15373000704 22760 33554432000 4194304 4196468 140728978521952 140728978504496 140121767591671 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
/proc/10518/statm: 3753174 22760 2938 1 0 3715579 0
[pid=10518/tid=10519] ppid=10515 vsize=15012696 memory=7022364632946311227 CPUtime=0.2 cores=1,3,5,7
/proc/10518/task/10519/stat : 10519 (java) R 10515 10515 8640 0 -1 4202560 9586 0 0 0 17 3 0 0 20 0 15 0 405396711 15373000704 22760 33554432000 4194304 4196468 140728978521952 140121739391056 140121767613597 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10520] ppid=10515 vsize=15012696 memory=396 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10520/stat : 10520 (java) S 10515 10515 8640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405396713 15373000704 22760 33554432000 4194304 4196468 140728978521952 140121771833744 140121767601877 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10521] ppid=10515 vsize=15012696 memory=288370479065605760 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10521/stat : 10521 (java) S 10515 10515 8640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405396713 15373000704 22760 33554432000 4194304 4196468 140728978521952 140121570609424 140121767601877 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10522] ppid=10515 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10522/stat : 10522 (java) S 10515 10515 8640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405396713 15373000704 22760 33554432000 4194304 4196468 140728978521952 140121569557136 140121767601877 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10523] ppid=10515 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10523/stat : 10523 (java) S 10515 10515 8640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405396713 15373000704 22760 33554432000 4194304 4196468 140728978521952 140121568504336 140121767601877 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10524] ppid=10515 vsize=15012696 memory=140102913894016 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10524/stat : 10524 (java) S 10515 10515 8640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405396714 15373000704 22760 33554432000 4194304 4196468 140728978521952 140120736868976 140121767602818 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10525] ppid=10515 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10525/stat : 10525 (java) S 10515 10515 8640 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405396715 15373000704 22760 33554432000 4194304 4196468 140728978521952 140120355235104 140121767601877 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10526] ppid=10515 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10526/stat : 10526 (java) S 10515 10515 8640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405396715 15373000704 22760 33554432000 4194304 4196468 140728978521952 140120086799984 140121767601877 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10527] ppid=10515 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10527/stat : 10527 (java) S 10515 10515 8640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405396717 15373000704 22760 33554432000 4194304 4196468 140728978521952 140119712291408 140121767610267 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10528] ppid=10515 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10528/stat : 10528 (java) S 10515 10515 8640 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 15 0 405396717 15373000704 22760 33554432000 4194304 4196468 140728978521952 140120735815792 140121767602818 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10529] ppid=10515 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10529/stat : 10529 (java) S 10515 10515 8640 0 -1 1077944384 170 0 0 0 0 0 0 0 20 0 15 0 405396717 15373000704 22760 33554432000 4194304 4196468 140728978521952 140120734762992 140121767602818 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10530] ppid=10515 vsize=15012696 memory=140102913894016 CPUtime=0.03 cores=1,3,5,7
/proc/10518/task/10530/stat : 10530 (java) R 10515 10515 8640 0 -1 4202560 439 0 0 0 3 0 0 0 20 0 15 0 405396717 15373000704 22760 33554432000 4194304 4196468 140728978521952 140120733710704 140121767603606 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10531] ppid=10515 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10531/stat : 10531 (java) S 10515 10515 8640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405396717 15373000704 22760 33554432000 4194304 4196468 140728978521952 140119214385632 140121767601877 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10532] ppid=10515 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10532/stat : 10532 (java) S 10515 10515 8640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405396718 15373000704 22760 33554432000 4194304 4196468 140728978521952 140120732658608 140121767602818 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 92432 KiB

[startup+0.31063 s]*
/proc/loadavg: 2.12 2.12 2.43 3/235 10532
/proc/meminfo: memFree=22383616/32770624 swapFree=66997112/67108860
[pid=10515] ppid=10512 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/10515/stat : 10515 (scop.sh) S 10512 10515 8640 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 405396710 115843072 348 33554432000 4194304 5098028 140734264421584 140734264418840 139891067892348 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9588736 140734264423267 140734264423536 140734264423536 140734264426445 0
/proc/10515/statm: 28282 348 296 221 0 87 0
[pid=10518] ppid=10515 vsize=15012696 memory=94652 CPUtime=0.43 cores=1,3,5,7
/proc/10518/stat : 10518 (java) S 10515 10515 8640 0 -1 1077944320 12194 0 0 0 39 4 0 0 20 0 15 0 405396711 15373000704 23663 33554432000 4194304 4196468 140728978521952 140728978504496 140121767591671 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
/proc/10518/statm: 3753174 23663 3056 1 0 3715579 0
[pid=10518/tid=10519] ppid=10515 vsize=15012696 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/10518/task/10519/stat : 10519 (java) R 10515 10515 8640 0 -1 4202560 9769 0 0 0 27 3 0 0 20 0 15 0 405396711 15373000704 23663 33554432000 4194304 4196468 140728978521952 140121739412672 140121751635301 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10520] ppid=10515 vsize=15012696 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10520/stat : 10520 (java) S 10515 10515 8640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405396713 15373000704 23663 33554432000 4194304 4196468 140728978521952 140121771833744 140121767601877 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10521] ppid=10515 vsize=15012696 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10521/stat : 10521 (java) S 10515 10515 8640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405396713 15373000704 23663 33554432000 4194304 4196468 140728978521952 140121570609424 140121767601877 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10522] ppid=10515 vsize=15012696 memory=8562125494162282060 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10522/stat : 10522 (java) S 10515 10515 8640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405396713 15373000704 23663 33554432000 4194304 4196468 140728978521952 140121569557136 140121767601877 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10523] ppid=10515 vsize=15012696 memory=7223591943076881810 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10523/stat : 10523 (java) S 10515 10515 8640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405396713 15373000704 23663 33554432000 4194304 4196468 140728978521952 140121568504336 140121767601877 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10524] ppid=10515 vsize=15012696 memory=6944938067432061290 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10524/stat : 10524 (java) S 10515 10515 8640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405396714 15373000704 23663 33554432000 4194304 4196468 140728978521952 140120736868976 140121767602818 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10525] ppid=10515 vsize=15012696 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10525/stat : 10525 (java) S 10515 10515 8640 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405396715 15373000704 23663 33554432000 4194304 4196468 140728978521952 140120355235104 140121767601877 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10526] ppid=10515 vsize=15012696 memory=-8253362762721939848 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10526/stat : 10526 (java) S 10515 10515 8640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405396715 15373000704 23663 33554432000 4194304 4196468 140728978521952 140120086799984 140121767601877 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10527] ppid=10515 vsize=15012696 memory=6576575808607201703 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10527/stat : 10527 (java) S 10515 10515 8640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405396717 15373000704 23663 33554432000 4194304 4196468 140728978521952 140119712291408 140121767610267 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10528] ppid=10515 vsize=15012696 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/10518/task/10528/stat : 10528 (java) S 10515 10515 8640 0 -1 1077944384 422 0 0 0 3 0 0 0 20 0 15 0 405396717 15373000704 23663 33554432000 4194304 4196468 140728978521952 140120735815792 140121767602818 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10529] ppid=10515 vsize=15012696 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/10518/task/10529/stat : 10529 (java) S 10515 10515 8640 0 -1 1077944384 218 0 0 0 1 0 0 0 20 0 15 0 405396717 15373000704 23663 33554432000 4194304 4196468 140728978521952 140120734762992 140121767602818 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10530] ppid=10515 vsize=15012696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10518/task/10530/stat : 10530 (java) S 10515 10515 8640 0 -1 1077944384 458 0 0 0 7 0 0 0 20 0 15 0 405396717 15373000704 23663 33554432000 4194304 4196468 140728978521952 140120733710704 140121767602818 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10531] ppid=10515 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10531/stat : 10531 (java) S 10515 10515 8640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405396717 15373000704 23663 33554432000 4194304 4196468 140728978521952 140119214385632 140121767601877 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10532] ppid=10515 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10532/stat : 10532 (java) S 10515 10515 8640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405396718 15373000704 23663 33554432000 4194304 4196468 140728978521952 140120732658608 140121767602818 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 96044 KiB

[startup+0.701614 s]
/proc/loadavg: 2.12 2.12 2.43 3/235 10532
/proc/meminfo: memFree=22362396/32770624 swapFree=66997112/67108860
[pid=10515] ppid=10512 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/10515/stat : 10515 (scop.sh) S 10512 10515 8640 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 405396710 115843072 348 33554432000 4194304 5098028 140734264421584 140734264418840 139891067892348 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9588736 140734264423267 140734264423536 140734264423536 140734264426445 0
/proc/10515/statm: 28282 348 296 221 0 87 0
[pid=10518] ppid=10515 vsize=15018968 memory=133636 CPUtime=1.06 cores=1,3,5,7
/proc/10518/stat : 10518 (java) S 10515 10515 8640 0 -1 1077944320 19591 0 0 0 100 6 0 0 20 0 15 0 405396711 15379423232 33409 33554432000 4194304 4196468 140728978521952 140728978504496 140121767591671 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
/proc/10518/statm: 3754742 33409 3188 1 0 3716091 0
[pid=10518/tid=10519] ppid=10515 vsize=15018968 memory=2828 CPUtime=0.68 cores=1,3,5,7
/proc/10518/task/10519/stat : 10519 (java) R 10515 10515 8640 0 -1 4202560 16656 0 0 0 63 5 0 0 20 0 15 0 405396711 15379423232 33409 33554432000 4194304 4196468 140728978521952 140121739427424 140121244585281 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10520] ppid=10515 vsize=15018968 memory=676 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10520/stat : 10520 (java) S 10515 10515 8640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405396713 15379423232 33409 33554432000 4194304 4196468 140728978521952 140121771833744 140121767601877 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10521] ppid=10515 vsize=15018968 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10521/stat : 10521 (java) S 10515 10515 8640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 405396713 15379423232 33409 33554432000 4194304 4196468 140728978521952 140121570609424 140121767601877 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10522] ppid=10515 vsize=15018968 memory=1548 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10522/stat : 10522 (java) S 10515 10515 8640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405396713 15379423232 33409 33554432000 4194304 4196468 140728978521952 140121569557136 140121767601877 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10523] ppid=10515 vsize=15018968 memory=8488 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10523/stat : 10523 (java) S 10515 10515 8640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405396713 15379423232 33409 33554432000 4194304 4196468 140728978521952 140121568504336 140121767601877 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10524] ppid=10515 vsize=15018968 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10524/stat : 10524 (java) S 10515 10515 8640 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 405396714 15379423232 33409 33554432000 4194304 4196468 140728978521952 140120736868976 140121767602818 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10525] ppid=10515 vsize=15018968 memory=1112 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10525/stat : 10525 (java) S 10515 10515 8640 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 405396715 15379423232 33409 33554432000 4194304 4196468 140728978521952 140120355235104 140121767601877 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10526] ppid=10515 vsize=15018968 memory=1020 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10526/stat : 10526 (java) S 10515 10515 8640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405396715 15379423232 33409 33554432000 4194304 4196468 140728978521952 140120086799984 140121767601877 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10527] ppid=10515 vsize=15018968 memory=5964 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10527/stat : 10527 (java) S 10515 10515 8640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405396717 15379423232 33409 33554432000 4194304 4196468 140728978521952 140119712291408 140121767610267 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10528] ppid=10515 vsize=15018968 memory=14008 CPUtime=0.11 cores=1,3,5,7
/proc/10518/task/10528/stat : 10528 (java) R 10515 10515 8640 0 -1 4202560 650 0 0 0 11 0 0 0 20 0 15 0 405396717 15379423232 33409 33554432000 4194304 4196468 140728978521952 140120735805584 140121746810295 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10529] ppid=10515 vsize=15018968 memory=2124 CPUtime=0.07 cores=1,3,5,7
/proc/10518/task/10529/stat : 10529 (java) R 10515 10515 8640 0 -1 4202560 312 0 0 0 7 0 0 0 20 0 15 0 405396717 15379423232 33409 33554432000 4194304 4196468 140728978521952 140120734749776 140121760688507 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10530] ppid=10515 vsize=15018968 memory=20432 CPUtime=0.18 cores=1,3,5,7
/proc/10518/task/10530/stat : 10530 (java) R 10515 10515 8640 0 -1 4202560 640 0 0 0 18 0 0 0 20 0 15 0 405396717 15379423232 33409 33554432000 4194304 4196468 140728978521952 140120733708376 140121748845178 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10531] ppid=10515 vsize=15018968 memory=3472323897372784596 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10531/stat : 10531 (java) S 10515 10515 8640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 405396717 15379423232 33409 33554432000 4194304 4196468 140728978521952 140119214385632 140121767601877 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
[pid=10518/tid=10532] ppid=10515 vsize=15018968 memory=140102772754192 CPUtime=0 cores=1,3,5,7
/proc/10518/task/10532/stat : 10532 (java) S 10515 10515 8640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 405396718 15379423232 33409 33554432000 4194304 4196468 140728978521952 140120732658608 140121767602818 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31006720 140728978527017 140728978527386 140728978527386 140728978530255 0
Current children cumulated CPU time: 1.06 s
Current children cumulated vsize: 15132096 KiB
Current children cumulated memory: 135028 KiB

[startup+1.50087 s]
/proc/loadavg: 2.12 2.12 2.43 6/235 10532
/proc/meminfo: memFree=22302932/32770624 swapFree=66997112/67108860
[pid=10515] ppid=10512 vsize=113128 memory=1392 CPUtime=0 cores=1,3,5,7
/proc/10515/stat : 10515 (scop.sh) S 10512 10515 8640 0 -1 4202496 554 321 0 0 0 0 0 0 20 0 1 0 405396710 115843072 348 33554432000 4194304 5098028 140734264421584 140734264418840 139891067892348 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9588736 140734264423267 140734264423536 140734264423536 140734264426445 0
/proc/10515/statm: 28282 348 296 221 0 87 0

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

/proc/10543/task/10562/stat : 10562 (java) S 10515 10515 8640 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 405400420 8262082560 38672 33554432000 4194304 4196468 140728776270080 140182900686128 140185487914141 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10563] ppid=10515 vsize=8068440 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10563/stat : 10563 (java) S 10515 10515 8640 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 405400423 8262082560 38672 33554432000 4194304 4196468 140728776270080 140182498040880 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
Current children cumulated CPU time: 58.25 s
Current children cumulated vsize: 9858204 KiB
Current children cumulated memory: 1677048 KiB

[startup+48.401 s]
/proc/loadavg: 2.08 2.12 2.41 3/240 10563
/proc/meminfo: memFree=20586452/32770624 swapFree=66997112/67108860
[pid=10515] ppid=10512 vsize=113128 memory=1472 CPUtime=44.94 cores=1,3,5,7
/proc/10515/stat : 10515 (scop.sh) S 10512 10515 8640 0 -1 4202496 582 46600 0 0 0 0 4324 170 20 0 1 0 405396710 115843072 368 33554432000 4194304 5098028 140734264421584 140734264418328 139891067892348 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9588736 140734264423267 140734264423536 140734264423536 140734264426445 0
/proc/10515/statm: 28282 368 311 221 0 87 0
[pid=10543] ppid=10515 vsize=8068440 memory=154688 CPUtime=2.4 cores=1,3,5,7
/proc/10543/stat : 10543 (java) S 10515 10515 8640 0 -1 1077944320 22008 0 0 0 199 41 0 0 20 0 19 0 405400284 8262082560 38672 33554432000 4194304 4196468 140728776270080 140728776252624 140185487892215 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
/proc/10543/statm: 2017110 38672 3232 1 0 1978454 0
[pid=10558] ppid=10543 vsize=1676636 memory=1520920 CPUtime=11.3 cores=1,3,5,7
/proc/10558/stat : 10558 (cryptominisat5) R 10543 10515 8640 0 -1 4202496 675832 0 0 0 1065 65 0 0 20 0 1 0 405400419 1716875264 380230 33554432000 4194304 4451008 140733137628384 140733137623720 140524550326084 0 4 0 2 0 0 0 17 3 0 0 0 0 0 6549032 6559120 15523840 140733137634236 140733137634368 140733137634368 140733137637318 0
/proc/10558/statm: 419159 380230 641 63 0 412886 0
[pid=10543/tid=10544] ppid=10515 vsize=8068440 memory=8039887049847964582 CPUtime=1.39 cores=1,3,5,7
/proc/10543/task/10544/stat : 10544 (java) S 10515 10515 8640 0 -1 1077944384 17955 0 0 0 100 39 0 0 20 0 19 0 405400284 8262082560 38672 33554432000 4194304 4196468 140728776270080 140185459732384 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10545] ppid=10515 vsize=8068440 memory=916 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10545/stat : 10545 (java) S 10515 10515 8640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405400285 8262082560 38672 33554432000 4194304 4196468 140728776270080 140185492134160 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10546] ppid=10515 vsize=8068440 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10546/stat : 10546 (java) S 10515 10515 8640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405400285 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184973375888 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10547] ppid=10515 vsize=8068440 memory=2580 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10547/stat : 10547 (java) S 10515 10515 8640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405400285 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184972323344 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10548] ppid=10515 vsize=8068440 memory=2868 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10548/stat : 10548 (java) S 10515 10515 8640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405400285 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184971270800 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10549] ppid=10515 vsize=8068440 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10549/stat : 10549 (java) S 10515 10515 8640 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 405400287 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184800147952 140185487903362 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10550] ppid=10515 vsize=8068440 memory=3464 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10550/stat : 10550 (java) S 10515 10515 8640 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 405400287 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184309982624 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10551] ppid=10515 vsize=8068440 memory=8039887049847964582 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10551/stat : 10551 (java) S 10515 10515 8640 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 405400288 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184175760880 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10552] ppid=10515 vsize=8068440 memory=20440 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10552/stat : 10552 (java) S 10515 10515 8640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405400290 8262082560 38672 33554432000 4194304 4196468 140728776270080 140183801256656 140185487910811 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10553] ppid=10515 vsize=8068440 memory=12024 CPUtime=0.37 cores=1,3,5,7
/proc/10543/task/10553/stat : 10553 (java) S 10515 10515 8640 0 -1 1077944384 1040 0 0 0 37 0 0 0 20 0 19 0 405400290 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184799094768 140185487903362 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10554] ppid=10515 vsize=8068440 memory=500 CPUtime=0.35 cores=1,3,5,7
/proc/10543/task/10554/stat : 10554 (java) S 10515 10515 8640 0 -1 1077944384 979 0 0 0 35 0 0 0 20 0 19 0 405400290 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184798042224 140185487903362 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 17 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10555] ppid=10515 vsize=8068440 memory=1560 CPUtime=0.25 cores=1,3,5,7
/proc/10543/task/10555/stat : 10555 (java) S 10515 10515 8640 0 -1 1077944384 603 0 0 0 25 0 0 0 20 0 19 0 405400290 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184796989680 140185487903362 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 16 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10556] ppid=10515 vsize=8068440 memory=932 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10556/stat : 10556 (java) S 10515 10515 8640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405400290 8262082560 38672 33554432000 4194304 4196468 140728776270080 140183303350880 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10557] ppid=10515 vsize=8068440 memory=3640 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10557/stat : 10557 (java) S 10515 10515 8640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405400290 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184795937584 140185487903362 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10559] ppid=10515 vsize=8068440 memory=1980 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10559/stat : 10559 (java) S 10515 10515 8640 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 405400420 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184787904064 140185487916825 0 4 2 25189581 18446744071579417331 0 0 -1 7 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10561] ppid=10515 vsize=8068440 memory=2512 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10561/stat : 10561 (java) S 10515 10515 8640 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 19 0 405400420 8262082560 38672 33554432000 4194304 4196468 140728776270080 140182766465200 140185487914141 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10562] ppid=10515 vsize=8068440 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10562/stat : 10562 (java) S 10515 10515 8640 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 405400420 8262082560 38672 33554432000 4194304 4196468 140728776270080 140182900686128 140185487914141 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10563] ppid=10515 vsize=8068440 memory=812 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10563/stat : 10563 (java) S 10515 10515 8640 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 405400423 8262082560 38672 33554432000 4194304 4196468 140728776270080 140182498040880 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
Current children cumulated CPU time: 58.64 s
Current children cumulated vsize: 9858204 KiB
Current children cumulated memory: 1677080 KiB

[startup+48.801 s]
/proc/loadavg: 2.08 2.12 2.41 3/240 10563
/proc/meminfo: memFree=20586452/32770624 swapFree=66997112/67108860
[pid=10515] ppid=10512 vsize=113128 memory=1472 CPUtime=44.94 cores=1,3,5,7
/proc/10515/stat : 10515 (scop.sh) S 10512 10515 8640 0 -1 4202496 582 46600 0 0 0 0 4324 170 20 0 1 0 405396710 115843072 368 33554432000 4194304 5098028 140734264421584 140734264418328 139891067892348 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9588736 140734264423267 140734264423536 140734264423536 140734264426445 0
/proc/10515/statm: 28282 368 311 221 0 87 0
[pid=10543] ppid=10515 vsize=8068440 memory=154688 CPUtime=2.41 cores=1,3,5,7
/proc/10543/stat : 10543 (java) S 10515 10515 8640 0 -1 1077944320 22037 0 0 0 200 41 0 0 20 0 19 0 405400284 8262082560 38672 33554432000 4194304 4196468 140728776270080 140728776252624 140185487892215 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
/proc/10543/statm: 2017110 38672 3232 1 0 1978454 0
[pid=10558] ppid=10543 vsize=1126784 memory=987552 CPUtime=11.7 cores=1,3,5,7
/proc/10558/stat : 10558 (cryptominisat5) R 10543 10515 8640 0 -1 4202496 685317 0 0 0 1104 66 0 0 20 0 1 0 405400419 1153826816 246888 33554432000 4194304 4451008 140733137628384 140733137625672 140524530638446 0 4 0 2 0 0 0 17 3 0 0 0 0 0 6549032 6559120 15523840 140733137634236 140733137634368 140733137634368 140733137637318 0
/proc/10558/statm: 281696 246888 674 63 0 275423 0
[pid=10543/tid=10544] ppid=10515 vsize=8068440 memory=1472 CPUtime=1.39 cores=1,3,5,7
/proc/10543/task/10544/stat : 10544 (java) S 10515 10515 8640 0 -1 1077944384 17955 0 0 0 100 39 0 0 20 0 19 0 405400284 8262082560 38672 33554432000 4194304 4196468 140728776270080 140185459732384 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10545] ppid=10515 vsize=8068440 memory=154688 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10545/stat : 10545 (java) S 10515 10515 8640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405400285 8262082560 38672 33554432000 4194304 4196468 140728776270080 140185492134160 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10546] ppid=10515 vsize=8068440 memory=1520892 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10546/stat : 10546 (java) S 10515 10515 8640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405400285 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184973375888 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10547] ppid=10515 vsize=8068440 memory=8039887049847964582 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10547/stat : 10547 (java) S 10515 10515 8640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405400285 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184972323344 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10548] ppid=10515 vsize=8068440 memory=6296683647048438117 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10548/stat : 10548 (java) S 10515 10515 8640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405400285 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184971270800 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10549] ppid=10515 vsize=8068440 memory=7302135314614015849 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10549/stat : 10549 (java) S 10515 10515 8640 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 405400287 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184800147952 140185487903362 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10550] ppid=10515 vsize=8068440 memory=4639098309541128548 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10550/stat : 10550 (java) S 10515 10515 8640 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 405400287 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184309982624 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10551] ppid=10515 vsize=8068440 memory=280205546454928 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10551/stat : 10551 (java) S 10515 10515 8640 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 405400288 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184175760880 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10552] ppid=10515 vsize=8068440 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10552/stat : 10552 (java) S 10515 10515 8640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405400290 8262082560 38672 33554432000 4194304 4196468 140728776270080 140183801256656 140185487910811 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10553] ppid=10515 vsize=8068440 memory=288230583166042425 CPUtime=0.37 cores=1,3,5,7
/proc/10543/task/10553/stat : 10553 (java) S 10515 10515 8640 0 -1 1077944384 1049 0 0 0 37 0 0 0 20 0 19 0 405400290 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184799094768 140185487903362 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10554] ppid=10515 vsize=8068440 memory=15260333174426011 CPUtime=0.35 cores=1,3,5,7
/proc/10543/task/10554/stat : 10554 (java) S 10515 10515 8640 0 -1 1077944384 979 0 0 0 35 0 0 0 20 0 19 0 405400290 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184798042224 140185487903362 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 17 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10555] ppid=10515 vsize=8068440 memory=1804 CPUtime=0.25 cores=1,3,5,7
/proc/10543/task/10555/stat : 10555 (java) S 10515 10515 8640 0 -1 1077944384 618 0 0 0 25 0 0 0 20 0 19 0 405400290 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184796989680 140185487903362 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10556] ppid=10515 vsize=8068440 memory=916 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10556/stat : 10556 (java) S 10515 10515 8640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405400290 8262082560 38672 33554432000 4194304 4196468 140728776270080 140183303350880 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10557] ppid=10515 vsize=8068440 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10557/stat : 10557 (java) S 10515 10515 8640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405400290 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184795937584 140185487903362 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10559] ppid=10515 vsize=8068440 memory=2580 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10559/stat : 10559 (java) S 10515 10515 8640 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 405400420 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184787904064 140185487916825 0 4 2 25189581 18446744071579417331 0 0 -1 7 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10561] ppid=10515 vsize=8068440 memory=8039887049847964582 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10561/stat : 10561 (java) S 10515 10515 8640 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 19 0 405400420 8262082560 38672 33554432000 4194304 4196468 140728776270080 140182766465200 140185487914141 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10562] ppid=10515 vsize=8068440 memory=570580 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10562/stat : 10562 (java) S 10515 10515 8640 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 405400420 8262082560 38672 33554432000 4194304 4196468 140728776270080 140182900686128 140185487914141 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10563] ppid=10515 vsize=8068440 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10563/stat : 10563 (java) S 10515 10515 8640 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 405400423 8262082560 38672 33554432000 4194304 4196468 140728776270080 140182498040880 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
Current children cumulated CPU time: 59.05 s
Current children cumulated vsize: 9308352 KiB
Current children cumulated memory: 1143712 KiB

[startup+48.901 s]
/proc/loadavg: 2.08 2.12 2.41 3/240 10563
/proc/meminfo: memFree=20586452/32770624 swapFree=66997112/67108860
[pid=10515] ppid=10512 vsize=113128 memory=1472 CPUtime=44.94 cores=1,3,5,7
/proc/10515/stat : 10515 (scop.sh) S 10512 10515 8640 0 -1 4202496 582 46600 0 0 0 0 4324 170 20 0 1 0 405396710 115843072 368 33554432000 4194304 5098028 140734264421584 140734264418328 139891067892348 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9588736 140734264423267 140734264423536 140734264423536 140734264426445 0
/proc/10515/statm: 28282 368 311 221 0 87 0
[pid=10543] ppid=10515 vsize=8068440 memory=154688 CPUtime=2.41 cores=1,3,5,7
/proc/10543/stat : 10543 (java) S 10515 10515 8640 0 -1 1077944320 22037 0 0 0 200 41 0 0 20 0 19 0 405400284 8262082560 38672 33554432000 4194304 4196468 140728776270080 140728776252624 140185487892215 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
/proc/10543/statm: 2017110 38672 3232 1 0 1978454 0
[pid=10543/tid=10544] ppid=10515 vsize=8068440 memory=1503784 CPUtime=1.39 cores=1,3,5,7
/proc/10543/task/10544/stat : 10544 (java) S 10515 10515 8640 0 -1 1077944384 17955 0 0 0 100 39 0 0 20 0 19 0 405400284 8262082560 38672 33554432000 4194304 4196468 140728776270080 140185459732384 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10545] ppid=10515 vsize=8068440 memory=987552 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10545/stat : 10545 (java) S 10515 10515 8640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405400285 8262082560 38672 33554432000 4194304 4196468 140728776270080 140185492134160 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10546] ppid=10515 vsize=8068440 memory=1112 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10546/stat : 10546 (java) S 10515 10515 8640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405400285 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184973375888 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10547] ppid=10515 vsize=8068440 memory=1020 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10547/stat : 10547 (java) S 10515 10515 8640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405400285 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184972323344 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10548] ppid=10515 vsize=8068440 memory=1489012 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10548/stat : 10548 (java) S 10515 10515 8640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 405400285 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184971270800 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10549] ppid=10515 vsize=8068440 memory=288230583166042425 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10549/stat : 10549 (java) S 10515 10515 8640 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 405400287 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184800147952 140185487903362 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10550] ppid=10515 vsize=8068440 memory=1501772 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10550/stat : 10550 (java) S 10515 10515 8640 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 405400287 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184309982624 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10551] ppid=10515 vsize=8068440 memory=1198 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10551/stat : 10551 (java) S 10515 10515 8640 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 405400288 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184175760880 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10552] ppid=10515 vsize=8068440 memory=1472 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10552/stat : 10552 (java) S 10515 10515 8640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405400290 8262082560 38672 33554432000 4194304 4196468 140728776270080 140183801256656 140185487910811 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10553] ppid=10515 vsize=8068440 memory=1472 CPUtime=0.37 cores=1,3,5,7
/proc/10543/task/10553/stat : 10553 (java) S 10515 10515 8640 0 -1 1077944384 1049 0 0 0 37 0 0 0 20 0 19 0 405400290 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184799094768 140185487903362 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10554] ppid=10515 vsize=8068440 memory=1495272 CPUtime=0.35 cores=1,3,5,7
/proc/10543/task/10554/stat : 10554 (java) S 10515 10515 8640 0 -1 1077944384 979 0 0 0 35 0 0 0 20 0 19 0 405400290 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184798042224 140185487903362 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 17 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10555] ppid=10515 vsize=8068440 memory=1011152 CPUtime=0.25 cores=1,3,5,7
/proc/10543/task/10555/stat : 10555 (java) S 10515 10515 8640 0 -1 1077944384 618 0 0 0 25 0 0 0 20 0 19 0 405400290 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184796989680 140185487903362 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10556] ppid=10515 vsize=8068440 memory=1501832 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10556/stat : 10556 (java) S 10515 10515 8640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405400290 8262082560 38672 33554432000 4194304 4196468 140728776270080 140183303350880 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10557] ppid=10515 vsize=8068440 memory=962200 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10557/stat : 10557 (java) S 10515 10515 8640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 405400290 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184795937584 140185487903362 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10559] ppid=10515 vsize=8068440 memory=1495272 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10559/stat : 10559 (java) S 10515 10515 8640 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 405400420 8262082560 38672 33554432000 4194304 4196468 140728776270080 140184787904064 140185487916825 0 4 2 25189581 18446744071579417331 0 0 -1 7 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10561] ppid=10515 vsize=8068440 memory=15789092077 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10561/stat : 10561 (java) S 10515 10515 8640 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 19 0 405400420 8262082560 38672 33554432000 4194304 4196468 140728776270080 140182766465200 140185487914141 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10562] ppid=10515 vsize=8068440 memory=1489012 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10562/stat : 10562 (java) S 10515 10515 8640 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 405400420 8262082560 38672 33554432000 4194304 4196468 140728776270080 140182900686128 140185487914141 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
[pid=10543/tid=10563] ppid=10515 vsize=8068440 memory=6296143700872222049 CPUtime=0 cores=1,3,5,7
/proc/10543/task/10563/stat : 10563 (java) S 10515 10515 8640 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 405400423 8262082560 38672 33554432000 4194304 4196468 140728776270080 140182498040880 140185487902421 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15388672 140728776274939 140728776275098 140728776275098 140728776277967 0
Current children cumulated CPU time: 47.35 s
Current children cumulated vsize: 8181568 KiB
Current children cumulated memory: 156160 KiB

Child status: 0
Real time (s): 48.9605
CPU time (s): 59.2496
CPU user time (s): 56.3745
CPU system time (s): 2.87514
CPU usage (%): 121.015
Max. virtual memory (cumulated for all children) (KiB): 15142500
Max. memory (cumulated for all children) (KiB): 3905272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.3745
system time used= 2.87514
maximum resident set size= 3903940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 756618
page faults= 0
swaps= 0
block input operations= 16
block output operations= 452784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7781
involuntary context switches= 104


# summary of solver processes directly reported to runsolver:
#   pid: 10515
#   total CPU time (s): 59.2496
#   total CPU user time (s): 56.3745
#   total CPU system time (s): 2.87514

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.32745 second user time and 0.551023 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-12 14:29:37
IDJOB=4387849
IDBENCH=126849
IDSOLVER=2826
FILE ID=node103/4387849-1568291436
RUNJOBID= node103-1568289558-9766
PBS_JOBID= 21701093
Free space on /tmp= 52676 MiB

SOLVER NAME= Fun-sCOP hybrid+CryptoMiniSat (2019-06-15)
BENCH NAME= XCSP17/PropStress/PropStress-m1-s1/PropStress-0400.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-4387849-1568291436/watcher-4387849-1568291436 -o /tmp/evaluation-result-4387849-1568291436/solver-4387849-1568291436 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568289558-9766 --watchdog 2580  HOME/scop.sh 11g HOME/scop.jar -hybrid HOME/cryptominisat5 default HOME HOME/instance-4387849-1568291436.xml

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

MD5SUM BENCH= cd36f5a432e3b868ff7ac280438203b6
RANDOM SEED=854400180

node103.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.74
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.74
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.74
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.74
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:        22472180 kB
MemAvailable:   31145036 kB
Buffers:          106208 kB
Cached:          8803560 kB
SwapCached:         8920 kB
Active:          2579112 kB
Inactive:        7053208 kB
Active(anon):     709856 kB
Inactive(anon):    54632 kB
Active(file):    1869256 kB
Inactive(file):  6998576 kB
Unevictable:      106896 kB
Mlocked:          106896 kB
SwapTotal:      67108860 kB
SwapFree:       66997112 kB
Dirty:             23352 kB
Writeback:             8 kB
AnonPages:        821860 kB
Mapped:            55824 kB
Shmem:             32812 kB
Slab:             262224 kB
SReclaimable:     233484 kB
SUnreclaim:        28740 kB
KernelStack:        4208 kB
PageTables:         7144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6590808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    372736 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= 52656 MiB
End job on node103 at 2019-09-12 14:30:26