Trace number 4387632

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 order+GlueMiniSat (2019-06-15)? (TO) 2528 1186.35

General information on the benchmark

NameRandom/Random-m1-5-12-12t/
rand-5-12-12-200-t85-8.xml
MD5SUM99ba47a6bc0c62f84cd44bdd38bc871f
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 benchmark12.7157
Satisfiable
(Un)Satisfiability was proved
Number of variables12
Number of constraints200
Number of domains1
Minimum domain size12
Maximum domain size12
Distribution of domain sizes[{"size":12,"count":12}]
Minimum variable degree74
Maximum variable degree95
Distribution of variable degrees[{"degree":74,"count":1},{"degree":75,"count":1},{"degree":78,"count":1},{"degree":79,"count":1},{"degree":81,"count":1},{"degree":82,"count":1},{"degree":85,"count":2},{"degree":86,"count":1},{"degree":90,"count":2},{"degree":95,"count":1}]
Minimum constraint arity5
Maximum constraint arity5
Distribution of constraint arities[{"arity":5,"count":200}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200}]
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 -order -solver HOME/glueminisat-simp-2.2.10-193oa-n-release -solverOption -model:-verb=3:-elim-cl=5000000:-native-oa -tmp HOME -serialFile HOME/scop-7040-serial-file.bin HOME/instance-4387632-1568286647.xml
0.66/0.53	
0.66/0.53	Fun-sCOP order+glueminisat-simp-2.2.10-193oa-n-release (2019-06-15)
0.66/0.53	
0.66/0.55	c BEGIN-Prog: Thu Sep 12 13:10:04 CEST 2019
0.66/0.55	c PID: 7043
0.66/0.55	c IP: 172.20.3.102
0.66/0.55	c HOST: node102.alineos.net
0.66/0.56	c (0,0) Parsing Begin
17.40/12.24	c (11,10) Parsing End
17.40/12.25	c (11,10) CSP: 12 int (0 aux), 0 bool (0 aux), 200 ctr, max domain size 12
17.40/12.25	c (11,10) Heap : 1243 MiB used (max 10795 MiB), NonHeap : 20 MiB used (max 0 MiB)
17.40/12.25	c (11,10) Constraint Name Generate Begin
17.40/12.26	c (11,10) Ctr:HOME/instance-4387632-1568286647.xml,ExtensionSupport:Var
17.40/12.26	c (11,10) Constraint Name Generate End
17.40/12.26	c (11,10) Heap : 1255 MiB used (max 10795 MiB), NonHeap : 20 MiB used (max 0 MiB)
17.40/12.26	c (11,10) CSP to CSPinCNF Begin
113.38/89.31	c (88,84) translated 20 (10%) constraints
200.47/169.15	c (168,162) translated 40 (20%) constraints
285.53/248.69	c (248,240) translated 60 (30%) constraints
371.49/328.39	c (327,317) translated 80 (40%) constraints
457.90/408.24	c (407,395) translated 100 (50%) constraints
543.51/487.93	c (487,473) translated 120 (60%) constraints
629.14/567.60	c (567,550) translated 140 (70%) constraints
1183.05/767.22	c (766,628) translated 160 (80%) constraints
2210.56/1089.30	c (1088,706) translated 180 (90%) constraints
2520.03/1184.33	c (scop.sh) Receiving Signal. Removing all intermediate files.
2520.03/1184.33	c (scop.sh) Killing background jobs.

Verifier Data

One s line expected

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 (14697 MiB free)
  memory of node 1: 16384 MiB (15570 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387632-1568286647/watcher-4387632-1568286647 -o /tmp/evaluation-result-4387632-1568286647/solver-4387632-1568286647 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568285939-6431 --watchdog 2580 HOME/scop.sh 11g HOME/scop.jar -order HOME/glueminisat-simp-2.2.10-193oa-n-release -model:-verb=3:-elim-cl=5000000:-native-oa HOME HOME/instance-4387632-1568286647.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
solver pid=7040, runsolver pid=7037
Current StackSize limit: 8192 KiB


[startup+0.100095 s]*
/proc/loadavg: 2.00 2.01 2.04 3/236 7057
/proc/meminfo: memFree=30934148/32770624 swapFree=66992664/67108860
[pid=7040] ppid=7037 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/7040/stat : 7040 (scop.sh) S 7037 7040 5522 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 404916357 115843072 349 33554432000 4194304 5098028 140732741068480 140732741065736 140535984394876 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10604544 140732741071656 140732741071984 140732741071984 140732741074893 0
/proc/7040/statm: 28282 349 296 221 0 87 0
[pid=7043] ppid=7040 vsize=15012696 memory=73996 CPUtime=0.11 cores=1,3,5,7
/proc/7043/stat : 7043 (java) S 7040 7040 5522 0 -1 1077944320 6826 0 0 0 10 1 0 0 20 0 15 0 404916357 15373000704 18499 33554432000 4194304 4196468 140733745673520 140733745656064 140345172508407 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
/proc/7043/statm: 3753174 18499 2887 1 0 3715579 0
[pid=7043/tid=7044] ppid=7040 vsize=15012696 memory=-7828588039587137883 CPUtime=0.09 cores=1,3,5,7
/proc/7043/task/7044/stat : 7044 (java) R 7040 7040 5522 0 -1 4202560 4636 0 0 0 8 1 0 0 20 0 15 0 404916357 15373000704 18499 33554432000 4194304 4196468 140733745673520 140345144303568 140345156588894 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7045] ppid=7040 vsize=15012696 memory=8303054830060986464 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7045/stat : 7045 (java) S 7040 7040 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404916359 15373000704 18499 33554432000 4194304 4196468 140733745673520 140345176750864 140345172518613 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7046] ppid=7040 vsize=15012696 memory=140521000216192 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7046/stat : 7046 (java) S 7040 7040 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404916359 15373000704 18499 33554432000 4194304 4196468 140733745673520 140344975526800 140345172518613 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7047] ppid=7040 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7047/stat : 7047 (java) S 7040 7040 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404916359 15373000704 18499 33554432000 4194304 4196468 140733745673520 140344974474256 140345172518613 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7048] ppid=7040 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7048/stat : 7048 (java) S 7040 7040 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404916359 15373000704 18499 33554432000 4194304 4196468 140733745673520 140344973421712 140345172518613 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7049] ppid=7040 vsize=15012696 memory=140521000216192 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7049/stat : 7049 (java) S 7040 7040 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404916360 15373000704 18499 33554432000 4194304 4196468 140733745673520 140344142276592 140345172519554 0 0 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7050] ppid=7040 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7050/stat : 7050 (java) S 7040 7040 5522 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404916361 15373000704 18499 33554432000 4194304 4196468 140733745673520 140343760642976 140345172518613 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7051] ppid=7040 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7051/stat : 7051 (java) S 7040 7040 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404916361 15373000704 18499 33554432000 4194304 4196468 140733745673520 140343492207600 140345172518613 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7052] ppid=7040 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7052/stat : 7052 (java) S 7040 7040 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404916363 15373000704 18499 33554432000 4194304 4196468 140733745673520 140343117699280 140345172527003 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7053] ppid=7040 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7053/stat : 7053 (java) S 7040 7040 5522 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 404916363 15373000704 18499 33554432000 4194304 4196468 140733745673520 140344141224432 140345172519554 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7054] ppid=7040 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7054/stat : 7054 (java) S 7040 7040 5522 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 15 0 404916364 15373000704 18565 33554432000 4194304 4196468 140733745673520 140344140171888 140345172519554 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7055] ppid=7040 vsize=15012696 memory=140521000216192 CPUtime=0.01 cores=1,3,5,7
/proc/7043/task/7055/stat : 7055 (java) S 7040 7040 5522 0 -1 1077944384 435 0 0 0 1 0 0 0 20 0 15 0 404916364 15373000704 18565 33554432000 4194304 4196468 140733745673520 140344139119344 140345172519554 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7056] ppid=7040 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7056/stat : 7056 (java) S 7040 7040 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404916364 15373000704 18565 33554432000 4194304 4196468 140733745673520 140342619794528 140345172518613 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7057] ppid=7040 vsize=15012696 memory=140521000216192 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7057/stat : 7057 (java) S 7040 7040 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404916364 15373000704 18565 33554432000 4194304 4196468 140733745673520 140344138066224 140345172519554 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 75392 KiB

[startup+0.210953 s]*
/proc/loadavg: 2.00 2.01 2.04 3/236 7057
/proc/meminfo: memFree=30916512/32770624 swapFree=66992664/67108860
[pid=7040] ppid=7037 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/7040/stat : 7040 (scop.sh) S 7037 7040 5522 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 404916357 115843072 349 33554432000 4194304 5098028 140732741068480 140732741065736 140535984394876 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10604544 140732741071656 140732741071984 140732741071984 140732741074893 0
/proc/7040/statm: 28282 349 296 221 0 87 0
[pid=7043] ppid=7040 vsize=15012696 memory=89372 CPUtime=0.25 cores=1,3,5,7
/proc/7043/stat : 7043 (java) S 7040 7040 5522 0 -1 1077944320 11861 0 0 0 22 3 0 0 20 0 15 0 404916357 15373000704 22343 33554432000 4194304 4196468 140733745673520 140733745656064 140345172508407 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
/proc/7043/statm: 3753174 22343 2976 1 0 3715579 0
[pid=7043/tid=7044] ppid=7040 vsize=15012696 memory=7022364632946311227 CPUtime=0.2 cores=1,3,5,7
/proc/7043/task/7044/stat : 7044 (java) R 7040 7040 5522 0 -1 4202560 9616 0 0 0 17 3 0 0 20 0 15 0 404916357 15373000704 22343 33554432000 4194304 4196468 140733745673520 140345144326176 140345156588894 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7045] ppid=7040 vsize=15012696 memory=365 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7045/stat : 7045 (java) S 7040 7040 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404916359 15373000704 22343 33554432000 4194304 4196468 140733745673520 140345176750864 140345172518613 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7046] ppid=7040 vsize=15012696 memory=140521000223492 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7046/stat : 7046 (java) S 7040 7040 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404916359 15373000704 22343 33554432000 4194304 4196468 140733745673520 140344975526800 140345172518613 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7047] ppid=7040 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7047/stat : 7047 (java) S 7040 7040 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404916359 15373000704 22343 33554432000 4194304 4196468 140733745673520 140344974474256 140345172518613 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7048] ppid=7040 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7048/stat : 7048 (java) S 7040 7040 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404916359 15373000704 22343 33554432000 4194304 4196468 140733745673520 140344973421712 140345172518613 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7049] ppid=7040 vsize=15012696 memory=140521000216192 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7049/stat : 7049 (java) S 7040 7040 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404916360 15373000704 22343 33554432000 4194304 4196468 140733745673520 140344142276592 140345172519554 0 0 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7050] ppid=7040 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7050/stat : 7050 (java) S 7040 7040 5522 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404916361 15373000704 22343 33554432000 4194304 4196468 140733745673520 140343760642976 140345172518613 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7051] ppid=7040 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7051/stat : 7051 (java) S 7040 7040 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404916361 15373000704 22343 33554432000 4194304 4196468 140733745673520 140343492207600 140345172518613 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7052] ppid=7040 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7052/stat : 7052 (java) S 7040 7040 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404916363 15373000704 22343 33554432000 4194304 4196468 140733745673520 140343117699280 140345172527003 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7053] ppid=7040 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7053/stat : 7053 (java) S 7040 7040 5522 0 -1 1077944384 337 0 0 0 0 0 0 0 20 0 15 0 404916363 15373000704 22343 33554432000 4194304 4196468 140733745673520 140344141224432 140345172519554 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7054] ppid=7040 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7054/stat : 7054 (java) S 7040 7040 5522 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 15 0 404916364 15373000704 22343 33554432000 4194304 4196468 140733745673520 140344140171888 140345172519554 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7055] ppid=7040 vsize=15012696 memory=140521000216192 CPUtime=0.03 cores=1,3,5,7
/proc/7043/task/7055/stat : 7055 (java) S 7040 7040 5522 0 -1 1077944384 443 0 0 0 3 0 0 0 20 0 15 0 404916364 15373000704 22343 33554432000 4194304 4196468 140733745673520 140344139119344 140345172519554 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7056] ppid=7040 vsize=15012696 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7056/stat : 7056 (java) S 7040 7040 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404916364 15373000704 22343 33554432000 4194304 4196468 140733745673520 140342619794528 140345172518613 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7057] ppid=7040 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7057/stat : 7057 (java) S 7040 7040 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404916364 15373000704 22343 33554432000 4194304 4196468 140733745673520 140344138066224 140345172519554 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 90768 KiB

[startup+0.311519 s]*
/proc/loadavg: 2.00 2.01 2.04 4/236 7057
/proc/meminfo: memFree=30914428/32770624 swapFree=66992664/67108860
[pid=7040] ppid=7037 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/7040/stat : 7040 (scop.sh) S 7037 7040 5522 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 404916357 115843072 349 33554432000 4194304 5098028 140732741068480 140732741065736 140535984394876 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10604544 140732741071656 140732741071984 140732741071984 140732741074893 0
/proc/7040/statm: 28282 349 296 221 0 87 0
[pid=7043] ppid=7040 vsize=15012696 memory=92984 CPUtime=0.43 cores=1,3,5,7
/proc/7043/stat : 7043 (java) S 7040 7040 5522 0 -1 1077944320 12711 0 0 0 39 4 0 0 20 0 15 0 404916357 15373000704 23246 33554432000 4194304 4196468 140733745673520 140733745656064 140345172508407 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
/proc/7043/statm: 3753174 23246 3063 1 0 3715579 0
[pid=7043/tid=7044] ppid=7040 vsize=15012696 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/7043/task/7044/stat : 7044 (java) R 7040 7040 5522 0 -1 4202560 10288 0 0 0 26 3 0 0 20 0 15 0 404916357 15373000704 23246 33554432000 4194304 4196468 140733745673520 140345144299056 140345156588894 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7045] ppid=7040 vsize=15012696 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7045/stat : 7045 (java) S 7040 7040 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404916359 15373000704 23246 33554432000 4194304 4196468 140733745673520 140345176750864 140345172518613 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7046] ppid=7040 vsize=15012696 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7046/stat : 7046 (java) S 7040 7040 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404916359 15373000704 23246 33554432000 4194304 4196468 140733745673520 140344975526800 140345172518613 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7047] ppid=7040 vsize=15012696 memory=8562125494162282060 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7047/stat : 7047 (java) S 7040 7040 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404916359 15373000704 23246 33554432000 4194304 4196468 140733745673520 140344974474256 140345172518613 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7048] ppid=7040 vsize=15012696 memory=6933954179156714387 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7048/stat : 7048 (java) S 7040 7040 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404916359 15373000704 23246 33554432000 4194304 4196468 140733745673520 140344973421712 140345172518613 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7049] ppid=7040 vsize=15012696 memory=7684433391216329786 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7049/stat : 7049 (java) S 7040 7040 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404916360 15373000704 23246 33554432000 4194304 4196468 140733745673520 140344142276592 140345172519554 0 0 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7050] ppid=7040 vsize=15012696 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7050/stat : 7050 (java) S 7040 7040 5522 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404916361 15373000704 23246 33554432000 4194304 4196468 140733745673520 140343760642976 140345172518613 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7051] ppid=7040 vsize=15012696 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7051/stat : 7051 (java) S 7040 7040 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404916361 15373000704 23246 33554432000 4194304 4196468 140733745673520 140343492207600 140345172518613 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7052] ppid=7040 vsize=15012696 memory=-8412656567168561567 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7052/stat : 7052 (java) S 7040 7040 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404916363 15373000704 23246 33554432000 4194304 4196468 140733745673520 140343117699280 140345172527003 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7053] ppid=7040 vsize=15012696 memory=-7384621950708166502 CPUtime=0.02 cores=1,3,5,7
/proc/7043/task/7053/stat : 7053 (java) S 7040 7040 5522 0 -1 1077944384 432 0 0 0 2 0 0 0 20 0 15 0 404916363 15373000704 23246 33554432000 4194304 4196468 140733745673520 140344141224432 140345172519554 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7054] ppid=7040 vsize=15012696 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/7043/task/7054/stat : 7054 (java) S 7040 7040 5522 0 -1 1077944384 200 0 0 0 2 0 0 0 20 0 15 0 404916364 15373000704 23246 33554432000 4194304 4196468 140733745673520 140344140171888 140345172519554 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7055] ppid=7040 vsize=15012696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7043/task/7055/stat : 7055 (java) S 7040 7040 5522 0 -1 1077944384 462 0 0 0 7 0 0 0 20 0 15 0 404916364 15373000704 23246 33554432000 4194304 4196468 140733745673520 140344139119344 140345172519554 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7056] ppid=7040 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7056/stat : 7056 (java) S 7040 7040 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404916364 15373000704 23246 33554432000 4194304 4196468 140733745673520 140342619794528 140345172518613 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7057] ppid=7040 vsize=15012696 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7057/stat : 7057 (java) S 7040 7040 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404916364 15373000704 23246 33554432000 4194304 4196468 140733745673520 140344138066224 140345172519554 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 15125824 KiB
Current children cumulated memory: 94380 KiB

[startup+0.701477 s]
/proc/loadavg: 2.00 2.01 2.04 3/236 7057
/proc/meminfo: memFree=30892724/32770624 swapFree=66992664/67108860
[pid=7040] ppid=7037 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/7040/stat : 7040 (scop.sh) S 7037 7040 5522 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 404916357 115843072 349 33554432000 4194304 5098028 140732741068480 140732741065736 140535984394876 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10604544 140732741071656 140732741071984 140732741071984 140732741074893 0
/proc/7040/statm: 28282 349 296 221 0 87 0
[pid=7043] ppid=7040 vsize=15018968 memory=129400 CPUtime=1 cores=1,3,5,7
/proc/7043/stat : 7043 (java) S 7040 7040 5522 0 -1 1077944320 19584 0 0 0 93 7 0 0 20 0 15 0 404916357 15379423232 32350 33554432000 4194304 4196468 140733745673520 140733745656064 140345172508407 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
/proc/7043/statm: 3754742 32350 3186 1 0 3716091 0
[pid=7043/tid=7044] ppid=7040 vsize=15018968 memory=291071491 CPUtime=0.68 cores=1,3,5,7
/proc/7043/task/7044/stat : 7044 (java) R 7040 7040 5522 0 -1 4202560 16699 0 0 0 62 6 0 0 20 0 15 0 404916357 15379423232 32350 33554432000 4194304 4196468 140733745673520 140345144338800 140345150531249 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7045] ppid=7040 vsize=15018968 memory=2372 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7045/stat : 7045 (java) S 7040 7040 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404916359 15379423232 32350 33554432000 4194304 4196468 140733745673520 140345176750864 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7046] ppid=7040 vsize=15018968 memory=116 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7046/stat : 7046 (java) S 7040 7040 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404916359 15379423232 32350 33554432000 4194304 4196468 140733745673520 140344975526800 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7047] ppid=7040 vsize=15018968 memory=2809143 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7047/stat : 7047 (java) S 7040 7040 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404916359 15379423232 32350 33554432000 4194304 4196468 140733745673520 140344974474256 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7048] ppid=7040 vsize=15018968 memory=2811374 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7048/stat : 7048 (java) S 7040 7040 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404916359 15379423232 32350 33554432000 4194304 4196468 140733745673520 140344973421712 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7049] ppid=7040 vsize=15018968 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7049/stat : 7049 (java) S 7040 7040 5522 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 404916360 15379423232 32350 33554432000 4194304 4196468 140733745673520 140344142276592 140345172519554 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7050] ppid=7040 vsize=15018968 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7050/stat : 7050 (java) S 7040 7040 5522 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404916361 15379423232 32350 33554432000 4194304 4196468 140733745673520 140343760642976 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7051] ppid=7040 vsize=15018968 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7051/stat : 7051 (java) S 7040 7040 5522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 404916361 15379423232 32350 33554432000 4194304 4196468 140733745673520 140343492207600 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7052] ppid=7040 vsize=15018968 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7052/stat : 7052 (java) S 7040 7040 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404916363 15379423232 32350 33554432000 4194304 4196468 140733745673520 140343117699280 140345172527003 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7053] ppid=7040 vsize=15018968 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7043/task/7053/stat : 7053 (java) R 7040 7040 5522 0 -1 4202560 647 0 0 0 9 0 0 0 20 0 15 0 404916363 15379423232 32350 33554432000 4194304 4196468 140733745673520 140344141224432 140345158532249 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7054] ppid=7040 vsize=15018968 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7043/task/7054/stat : 7054 (java) R 7040 7040 5522 0 -1 4202560 362 0 0 0 7 0 0 0 20 0 15 0 404916364 15379423232 32350 33554432000 4194304 4196468 140733745673520 140344140171888 140345151746820 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7055] ppid=7040 vsize=15018968 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/7043/task/7055/stat : 7055 (java) S 7040 7040 5522 0 -1 1077944384 539 0 0 0 14 0 0 0 20 0 15 0 404916364 15379423232 32350 33554432000 4194304 4196468 140733745673520 140344139119344 140345172519554 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7056] ppid=7040 vsize=15018968 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7056/stat : 7056 (java) S 7040 7040 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404916364 15379423232 32350 33554432000 4194304 4196468 140733745673520 140342619794528 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7057] ppid=7040 vsize=15018968 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7057/stat : 7057 (java) S 7040 7040 5522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 404916364 15379423232 32350 33554432000 4194304 4196468 140733745673520 140344138066224 140345172519554 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 15132096 KiB
Current children cumulated memory: 130796 KiB

[startup+1.50084 s]
/proc/loadavg: 2.00 2.01 2.04 6/236 7057
/proc/meminfo: memFree=30648516/32770624 swapFree=66992664/67108860
[pid=7040] ppid=7037 vsize=113128 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/7040/stat : 7040 (scop.sh) S 7037 7040 5522 0 -1 4202496 556 321 0 0 0 0 0 0 20 0 1 0 404916357 115843072 349 33554432000 4194304 5098028 140732741068480 140732741065736 140535984394876 0 65536 4100 81923 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10604544 140732741071656 140732741071984 140732741071984 140732741074893 0
/proc/7040/statm: 28282 349 296 221 0 87 0

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


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

[startup+1185.6 s]
/proc/loadavg: 3.76 3.76 2.99 6/233 7158
/proc/meminfo: memFree=18877500/32770624 swapFree=66992680/67108860
[pid=7043] ppid=7037 vsize=15025188 memory=12078864 CPUtime=2525.2 cores=1,3,5,7
/proc/7043/stat : 7043 (java) S 7037 7040 5522 0 -1 1077944320 318535 0 0 0 251587 933 0 0 20 0 15 0 404916357 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140733745656064 140345172508407 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
/proc/7043/statm: 3756297 3019716 3302 1 0 3717627 0
[pid=7043/tid=7044] ppid=7037 vsize=15025188 memory=16048 CPUtime=727.72 cores=1,3,5,7
/proc/7043/task/7044/stat : 7044 (java) S 7037 7040 5522 0 -1 1077944384 79504 0 0 0 72709 63 0 0 20 0 15 0 404916357 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140345144343536 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7045] ppid=7037 vsize=15025188 memory=12078864 CPUtime=445.81 cores=1,3,5,7
/proc/7043/task/7045/stat : 7045 (java) R 7037 7040 5522 0 -1 4202560 29989 0 0 0 44357 224 0 0 20 0 15 0 404916359 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140345176751064 140345154104848 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7046] ppid=7037 vsize=15025188 memory=1396 CPUtime=444.15 cores=1,3,5,7
/proc/7043/task/7046/stat : 7046 (java) R 7037 7040 5522 0 -1 4202560 27481 0 0 0 44214 201 0 0 20 0 15 0 404916359 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344975527000 140345154104267 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7047] ppid=7037 vsize=15025188 memory=12078864 CPUtime=443.39 cores=1,3,5,7
/proc/7043/task/7047/stat : 7047 (java) R 7037 7040 5522 0 -1 4202560 28423 0 0 0 44128 211 0 0 20 0 15 0 404916359 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344974474456 140345157493408 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7048] ppid=7037 vsize=15025188 memory=8112282956445269571 CPUtime=448.04 cores=1,3,5,7
/proc/7043/task/7048/stat : 7048 (java) R 7037 7040 5522 0 -1 4202560 33130 0 0 0 44606 198 0 0 20 0 15 0 404916359 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344973421600 140345154105044 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7049] ppid=7037 vsize=15025188 memory=16048 CPUtime=2.41 cores=1,3,5,7
/proc/7043/task/7049/stat : 7049 (java) S 7037 7040 5522 0 -1 1077944384 66303 0 0 0 236 5 0 0 20 0 15 0 404916360 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344142274912 140345172518613 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7050] ppid=7037 vsize=15025188 memory=988 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7050/stat : 7050 (java) S 7037 7040 5522 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 404916361 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140343760643040 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7051] ppid=7037 vsize=15025188 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7051/stat : 7051 (java) S 7037 7040 5522 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404916361 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140343492207616 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7052] ppid=7037 vsize=15025188 memory=776 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7052/stat : 7052 (java) S 7037 7040 5522 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 404916363 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140343117698928 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7053] ppid=7037 vsize=15025188 memory=1564 CPUtime=5.8 cores=1,3,5,7
/proc/7043/task/7053/stat : 7053 (java) S 7037 7040 5522 0 -1 1077944384 17274 0 0 0 578 2 0 0 20 0 15 0 404916363 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344141224480 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7054] ppid=7037 vsize=15025188 memory=8556 CPUtime=5.91 cores=1,3,5,7
/proc/7043/task/7054/stat : 7054 (java) S 7037 7040 5522 0 -1 1077944384 19225 0 0 0 588 3 0 0 20 0 15 0 404916364 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344140171648 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7055] ppid=7037 vsize=15025188 memory=1052 CPUtime=1.2 cores=1,3,5,7
/proc/7043/task/7055/stat : 7055 (java) S 7037 7040 5522 0 -1 1077944384 15104 0 0 0 117 3 0 0 20 0 15 0 404916364 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344139119392 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7056] ppid=7037 vsize=15025188 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7056/stat : 7056 (java) S 7037 7040 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404916364 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140342619794528 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7057] ppid=7037 vsize=15025188 memory=12078860 CPUtime=0.69 cores=1,3,5,7
/proc/7043/task/7057/stat : 7057 (java) S 7037 7040 5522 0 -1 1077944384 756 0 0 0 34 35 0 0 20 0 15 0 404916364 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344138066224 140345172519554 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
Current cumulated CPU time of completed processes: 0.003529 s
Current children cumulated CPU time: 2525.2 s
Current children cumulated vsize: 15025188 KiB
Current children cumulated memory: 12078864 KiB

[startup+1186 s]*
/proc/loadavg: 3.76 3.76 2.99 6/233 7158
/proc/meminfo: memFree=18875716/32770624 swapFree=66992680/67108860
[pid=7043] ppid=7037 vsize=15025188 memory=12078864 CPUtime=2526.79 cores=1,3,5,7
/proc/7043/stat : 7043 (java) S 7037 7040 5522 0 -1 1077944320 320986 0 0 0 251746 933 0 0 20 0 15 0 404916357 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140733745656064 140345172508407 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
/proc/7043/statm: 3756297 3019716 3302 1 0 3717627 0
[pid=7043/tid=7044] ppid=7037 vsize=15025188 memory=8317482817917895235 CPUtime=727.72 cores=1,3,5,7
/proc/7043/task/7044/stat : 7044 (java) S 7037 7040 5522 0 -1 1077944384 79504 0 0 0 72709 63 0 0 20 0 15 0 404916357 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140345144343536 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7045] ppid=7037 vsize=15025188 memory=4126316290023845779 CPUtime=446.2 cores=1,3,5,7
/proc/7043/task/7045/stat : 7045 (java) R 7037 7040 5522 0 -1 4202560 29989 0 0 0 44396 224 0 0 20 0 15 0 404916359 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140345176751064 140345157209095 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7046] ppid=7037 vsize=15025188 memory=1476 CPUtime=444.55 cores=1,3,5,7
/proc/7043/task/7046/stat : 7046 (java) R 7037 7040 5522 0 -1 4202560 27481 0 0 0 44254 201 0 0 20 0 15 0 404916359 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344975526800 140345157504960 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7047] ppid=7037 vsize=15025188 memory=128692 CPUtime=443.78 cores=1,3,5,7
/proc/7043/task/7047/stat : 7047 (java) R 7037 7040 5522 0 -1 4202560 28423 0 0 0 44167 211 0 0 20 0 15 0 404916359 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344974474144 140345154118093 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7048] ppid=7037 vsize=15025188 memory=476224 CPUtime=448.44 cores=1,3,5,7
/proc/7043/task/7048/stat : 7048 (java) R 7037 7040 5522 0 -1 4202560 33130 0 0 0 44646 198 0 0 20 0 15 0 404916359 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344973421712 140345157505021 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7049] ppid=7037 vsize=15025188 memory=1412 CPUtime=2.42 cores=1,3,5,7
/proc/7043/task/7049/stat : 7049 (java) S 7037 7040 5522 0 -1 1077944384 68754 0 0 0 237 5 0 0 20 0 15 0 404916360 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344142275136 140345172518613 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7050] ppid=7037 vsize=15025188 memory=3200 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7050/stat : 7050 (java) S 7037 7040 5522 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 404916361 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140343760643040 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7051] ppid=7037 vsize=15025188 memory=12078864 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7051/stat : 7051 (java) S 7037 7040 5522 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404916361 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140343492207616 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7052] ppid=7037 vsize=15025188 memory=1616 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7052/stat : 7052 (java) S 7037 7040 5522 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 404916363 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140343117698928 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7053] ppid=7037 vsize=15025188 memory=12078864 CPUtime=5.8 cores=1,3,5,7
/proc/7043/task/7053/stat : 7053 (java) S 7037 7040 5522 0 -1 1077944384 17274 0 0 0 578 2 0 0 20 0 15 0 404916363 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344141224480 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7054] ppid=7037 vsize=15025188 memory=12078864 CPUtime=5.91 cores=1,3,5,7
/proc/7043/task/7054/stat : 7054 (java) S 7037 7040 5522 0 -1 1077944384 19225 0 0 0 588 3 0 0 20 0 15 0 404916364 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344140171648 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7055] ppid=7037 vsize=15025188 memory=288230621803970871 CPUtime=1.2 cores=1,3,5,7
/proc/7043/task/7055/stat : 7055 (java) S 7037 7040 5522 0 -1 1077944384 15104 0 0 0 117 3 0 0 20 0 15 0 404916364 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344139119392 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7056] ppid=7037 vsize=15025188 memory=13852958290872731 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7056/stat : 7056 (java) S 7037 7040 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404916364 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140342619794528 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7057] ppid=7037 vsize=15025188 memory=1476 CPUtime=0.69 cores=1,3,5,7
/proc/7043/task/7057/stat : 7057 (java) S 7037 7040 5522 0 -1 1077944384 756 0 0 0 34 35 0 0 20 0 15 0 404916364 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344138066224 140345172519554 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
Current cumulated CPU time of completed processes: 0.003529 s
Current children cumulated CPU time: 2526.79 s
Current children cumulated vsize: 15025188 KiB
Current children cumulated memory: 12078864 KiB

[startup+1186.2 s]
/proc/loadavg: 3.76 3.76 2.99 6/233 7158
/proc/meminfo: memFree=18875716/32770624 swapFree=66992680/67108860
[pid=7043] ppid=7037 vsize=15025188 memory=12078864 CPUtime=2527.55 cores=1,3,5,7
/proc/7043/stat : 7043 (java) S 7037 7040 5522 0 -1 1077944320 320986 0 0 0 251821 934 0 0 20 0 15 0 404916357 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140733745656064 140345172508407 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
/proc/7043/statm: 3756297 3019716 3302 1 0 3717627 0
[pid=7043/tid=7044] ppid=7037 vsize=15025188 memory=288230621803970871 CPUtime=727.72 cores=1,3,5,7
/proc/7043/task/7044/stat : 7044 (java) S 7037 7040 5522 0 -1 1077944384 79504 0 0 0 72709 63 0 0 20 0 15 0 404916357 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140345144343536 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7045] ppid=7037 vsize=15025188 memory=13852958290872731 CPUtime=446.39 cores=1,3,5,7
/proc/7043/task/7045/stat : 7045 (java) R 7037 7040 5522 0 -1 4202560 29989 0 0 0 44415 224 0 0 20 0 15 0 404916359 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140345176751064 140345157498007 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7046] ppid=7037 vsize=15025188 memory=1604 CPUtime=444.74 cores=1,3,5,7
/proc/7043/task/7046/stat : 7046 (java) R 7037 7040 5522 0 -1 4202560 27481 0 0 0 44273 201 0 0 20 0 15 0 404916359 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344975526608 140345165136615 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7047] ppid=7037 vsize=15025188 memory=1980 CPUtime=443.97 cores=1,3,5,7
/proc/7043/task/7047/stat : 7047 (java) R 7037 7040 5522 0 -1 4202560 28423 0 0 0 44185 212 0 0 20 0 15 0 404916359 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344974474376 140345165136615 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7048] ppid=7037 vsize=15025188 memory=2356 CPUtime=448.62 cores=1,3,5,7
/proc/7043/task/7048/stat : 7048 (java) S 7037 7040 5522 0 -1 1077944384 33130 0 0 0 44664 198 0 0 20 0 15 0 404916359 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344973421520 140345172519554 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7049] ppid=7037 vsize=15025188 memory=1440 CPUtime=2.42 cores=1,3,5,7
/proc/7043/task/7049/stat : 7049 (java) S 7037 7040 5522 0 -1 1077944384 68754 0 0 0 237 5 0 0 20 0 15 0 404916360 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344142275136 140345172518613 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7050] ppid=7037 vsize=15025188 memory=820 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7050/stat : 7050 (java) S 7037 7040 5522 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 404916361 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140343760643040 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7051] ppid=7037 vsize=15025188 memory=1764 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7051/stat : 7051 (java) S 7037 7040 5522 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404916361 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140343492207616 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7052] ppid=7037 vsize=15025188 memory=111632 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7052/stat : 7052 (java) S 7037 7040 5522 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 404916363 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140343117698928 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7053] ppid=7037 vsize=15025188 memory=808 CPUtime=5.8 cores=1,3,5,7
/proc/7043/task/7053/stat : 7053 (java) S 7037 7040 5522 0 -1 1077944384 17274 0 0 0 578 2 0 0 20 0 15 0 404916363 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344141224480 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7054] ppid=7037 vsize=15025188 memory=1804 CPUtime=5.91 cores=1,3,5,7
/proc/7043/task/7054/stat : 7054 (java) S 7037 7040 5522 0 -1 1077944384 19225 0 0 0 588 3 0 0 20 0 15 0 404916364 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344140171648 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7055] ppid=7037 vsize=15025188 memory=8112282956445269571 CPUtime=1.2 cores=1,3,5,7
/proc/7043/task/7055/stat : 7055 (java) S 7037 7040 5522 0 -1 1077944384 15104 0 0 0 117 3 0 0 20 0 15 0 404916364 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344139119392 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7056] ppid=7037 vsize=15025188 memory=8556 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7056/stat : 7056 (java) S 7037 7040 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404916364 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140342619794528 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7057] ppid=7037 vsize=15025188 memory=128692 CPUtime=0.69 cores=1,3,5,7
/proc/7043/task/7057/stat : 7057 (java) S 7037 7040 5522 0 -1 1077944384 756 0 0 0 34 35 0 0 20 0 15 0 404916364 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344138066224 140345172519554 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
Current cumulated CPU time of completed processes: 0.003529 s
Current children cumulated CPU time: 2527.55 s
Current children cumulated vsize: 15025188 KiB
Current children cumulated memory: 12078864 KiB

[startup+1186.3 s]
/proc/loadavg: 3.76 3.76 2.99 6/233 7158
/proc/meminfo: memFree=18875716/32770624 swapFree=66992680/67108860
[pid=7043] ppid=7037 vsize=15025188 memory=12078864 CPUtime=2527.93 cores=1,3,5,7
/proc/7043/stat : 7043 (java) S 7037 7040 5522 0 -1 1077944320 320986 0 0 0 251859 934 0 0 20 0 15 0 404916357 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140733745656064 140345172508407 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
/proc/7043/statm: 3756297 3019716 3302 1 0 3717627 0
[pid=7043/tid=7044] ppid=7037 vsize=15025188 memory=12078864 CPUtime=727.72 cores=1,3,5,7
/proc/7043/task/7044/stat : 7044 (java) S 7037 7040 5522 0 -1 1077944384 79504 0 0 0 72709 63 0 0 20 0 15 0 404916357 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140345144343536 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7045] ppid=7037 vsize=15025188 memory=12078852 CPUtime=446.49 cores=1,3,5,7
/proc/7043/task/7045/stat : 7045 (java) R 7037 7040 5522 0 -1 4202560 29989 0 0 0 44425 224 0 0 20 0 15 0 404916359 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140345176751064 140345157504900 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7046] ppid=7037 vsize=15025188 memory=12078848 CPUtime=444.83 cores=1,3,5,7
/proc/7043/task/7046/stat : 7046 (java) R 7037 7040 5522 0 -1 4202560 27481 0 0 0 44282 201 0 0 20 0 15 0 404916359 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344975526608 140345165136615 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7047] ppid=7037 vsize=15025188 memory=12078848 CPUtime=444.07 cores=1,3,5,7
/proc/7043/task/7047/stat : 7047 (java) R 7037 7040 5522 0 -1 4202560 28423 0 0 0 44195 212 0 0 20 0 15 0 404916359 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344974474376 140345165136615 0 4 2 25189581 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7048] ppid=7037 vsize=15025188 memory=12078848 CPUtime=448.72 cores=1,3,5,7
/proc/7043/task/7048/stat : 7048 (java) R 7037 7040 5522 0 -1 4202560 33130 0 0 0 44674 198 0 0 20 0 15 0 404916359 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344973421520 140345165136615 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7049] ppid=7037 vsize=15025188 memory=12078864 CPUtime=2.42 cores=1,3,5,7
/proc/7043/task/7049/stat : 7049 (java) S 7037 7040 5522 0 -1 1077944384 68754 0 0 0 237 5 0 0 20 0 15 0 404916360 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344142275136 140345172518613 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7050] ppid=7037 vsize=15025188 memory=12078864 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7050/stat : 7050 (java) S 7037 7040 5522 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 404916361 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140343760643040 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7051] ppid=7037 vsize=15025188 memory=12078864 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7051/stat : 7051 (java) S 7037 7040 5522 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 404916361 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140343492207616 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7052] ppid=7037 vsize=15025188 memory=12078864 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7052/stat : 7052 (java) S 7037 7040 5522 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 404916363 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140343117698928 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7053] ppid=7037 vsize=15025188 memory=12078864 CPUtime=5.8 cores=1,3,5,7
/proc/7043/task/7053/stat : 7053 (java) S 7037 7040 5522 0 -1 1077944384 17274 0 0 0 578 2 0 0 20 0 15 0 404916363 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344141224480 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7054] ppid=7037 vsize=15025188 memory=12078864 CPUtime=5.91 cores=1,3,5,7
/proc/7043/task/7054/stat : 7054 (java) S 7037 7040 5522 0 -1 1077944384 19225 0 0 0 588 3 0 0 20 0 15 0 404916364 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344140171648 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7055] ppid=7037 vsize=15025188 memory=12078832 CPUtime=1.2 cores=1,3,5,7
/proc/7043/task/7055/stat : 7055 (java) S 7037 7040 5522 0 -1 1077944384 15104 0 0 0 117 3 0 0 20 0 15 0 404916364 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344139119392 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7056] ppid=7037 vsize=15025188 memory=12078864 CPUtime=0 cores=1,3,5,7
/proc/7043/task/7056/stat : 7056 (java) S 7037 7040 5522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 404916364 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140342619794528 140345172518613 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
[pid=7043/tid=7057] ppid=7037 vsize=15025188 memory=12078864 CPUtime=0.69 cores=1,3,5,7
/proc/7043/task/7057/stat : 7057 (java) S 7037 7040 5522 0 -1 1077944384 756 0 0 0 34 35 0 0 20 0 15 0 404916364 15385792512 3019716 33554432000 4194304 4196468 140733745673520 140344138066224 140345172519554 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36593664 140733745681135 140733745681562 140733745681562 140733745684431 0
Current cumulated CPU time of completed processes: 0.003529 s
Current children cumulated CPU time: 2527.93 s
Current children cumulated vsize: 15025188 KiB
Current children cumulated memory: 12078864 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1186.35
CPU time (s): 2528
CPU user time (s): 2518.61
CPU system time (s): 9.39061
CPU usage (%): 213.09
Max. virtual memory (cumulated for all children) (KiB): 15138400
Max. memory (cumulated for all children) (KiB): 12080260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.61
system time used= 9.39061
maximum resident set size= 12079844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 322094
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59661
involuntary context switches= 23071


# summary of solver processes directly reported to runsolver:
#   pid: 7040,7043
#   total CPU time (s): 2528
#   total CPU user time (s): 2518.61
#   total CPU system time (s): 9.39061

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.52285 second user time and 11.2046 second system time

The end

Launcher Data

Begin job on node102 at 2019-09-12 13:10:04
IDJOB=4387632
IDBENCH=121040
IDSOLVER=2825
FILE ID=node102/4387632-1568286647
RUNJOBID= node102-1568285939-6431
PBS_JOBID= 21701092
Free space on /tmp= 54408 MiB

SOLVER NAME= Fun-sCOP order+GlueMiniSat (2019-06-15)
BENCH NAME= XCSP17/Random/Random-m1-5-12-12t/rand-5-12-12-200-t85-8.xml
COMMAND LINE= DIR/scop.sh 11g DIR/scop.jar -order DIR/glueminisat-simp-2.2.10-193oa-n-release -model:-verb=3:-elim-cl=5000000:-native-oa TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387632-1568286647/watcher-4387632-1568286647 -o /tmp/evaluation-result-4387632-1568286647/solver-4387632-1568286647 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568285939-6431 --watchdog 2580  HOME/scop.sh 11g HOME/scop.jar -order HOME/glueminisat-simp-2.2.10-193oa-n-release -model:-verb=3:-elim-cl=5000000:-native-oa HOME HOME/instance-4387632-1568286647.xml

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

MD5SUM BENCH= 99ba47a6bc0c62f84cd44bdd38bc871f
RANDOM SEED=1815305004

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30995644 kB
MemAvailable:   31352716 kB
Buffers:           87712 kB
Cached:           558840 kB
SwapCached:        11940 kB
Active:          1019372 kB
Inactive:         206920 kB
Active(anon):     575156 kB
Inactive(anon):    33212 kB
Active(file):     444216 kB
Inactive(file):   173708 kB
Unevictable:      110488 kB
Mlocked:          110488 kB
SwapTotal:      67108860 kB
SwapFree:       66992664 kB
Dirty:            106912 kB
Writeback:            44 kB
AnonPages:        726068 kB
Mapped:            42684 kB
Shmem:             19728 kB
Slab:             138552 kB
SReclaimable:     109968 kB
SUnreclaim:        28584 kB
KernelStack:        3840 kB
PageTables:         6724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6477816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    335872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54388 MiB
End job on node102 at 2019-09-12 13:29:50