Trace number 4392288

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+ManyGlucose (2019-06-15)UNSAT 20.2619 11.3654

General information on the benchmark

NameMaxCSP/MaxCSP-maxclique-s1/
MaxCSP-brock-800-2.xml
MD5SUMd3fd8a9b2a45f8a480e4f2dd6498e338
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 benchmark1.22127
Satisfiable
(Un)Satisfiability was proved
Number of variables801
Number of constraints112234
Number of domains2
Minimum domain size1
Maximum domain size2
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":800}]
Minimum variable degree234
Maximum variable degree800
Distribution of variable degrees[{"degree":234,"count":1},{"degree":246,"count":3},{"degree":248,"count":2},{"degree":249,"count":1},{"degree":250,"count":6},{"degree":251,"count":1},{"degree":252,"count":1},{"degree":253,"count":6},{"degree":254,"count":8},{"degree":255,"count":5},{"degree":256,"count":1},{"degree":257,"count":6},{"degree":258,"count":11},{"degree":259,"count":11},{"degree":260,"count":7},{"degree":261,"count":15},{"degree":262,"count":9},{"degree":263,"count":14},{"degree":264,"count":8},{"degree":265,"count":11},{"degree":266,"count":9},{"degree":267,"count":11},{"degree":268,"count":12},{"degree":269,"count":15},{"degree":270,"count":15},"...",{"degree":294,"count":8}, {"degree":295,"count":8}, {"degree":296,"count":14}, {"degree":297,"count":12}, {"degree":298,"count":8}, {"degree":299,"count":14}, {"degree":300,"count":7}, {"degree":301,"count":5}, {"degree":302,"count":10}, {"degree":303,"count":4}, {"degree":304,"count":7}, {"degree":305,"count":7}, {"degree":306,"count":3}, {"degree":307,"count":3}, {"degree":308,"count":1}, {"degree":309,"count":1}, {"degree":310,"count":2}, {"degree":311,"count":3}, {"degree":312,"count":2}, {"degree":313,"count":1}, {"degree":314,"count":1}, {"degree":315,"count":1}, {"degree":316,"count":1}, {"degree":328,"count":1}, {"degree":800,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":112234}]
Number of extensional constraints112234
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":112234}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms22g -Xmx22g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -order -solver HOME/manyglucose-4.1-27_release -solverOption -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 -tmp HOME -serialFile HOME/scop-32429-serial-file.bin HOME/instance-4392288-1568416776.xml
0.63/0.56	
0.63/0.56	Fun-sCOP order+manyglucose-4.1-27_release (2019-06-15)
0.63/0.56	
0.63/0.60	c BEGIN-Prog: Sat Sep 14 01:18:38 CEST 2019
0.63/0.60	c PID: 32432
0.63/0.60	c IP: 172.20.3.103
0.63/0.60	c HOST: node103.alineos.net
0.73/0.61	c (0,0) Parsing Begin
8.33/3.27	c (2,2) Parsing End
8.33/3.28	c (2,2) CSP: 1 int (0 aux), 800 bool (0 aux), 112234 ctr, max domain size 2
8.33/3.28	c (2,2) Heap : 1464 MiB used (max 21589 MiB), NonHeap : 23 MiB used (max 0 MiB)
8.33/3.28	c (2,2) Constraint Name Generate Begin
8.70/3.42	c (2,2) Ctr:HOME/instance-4392288-1568416776.xml,ExtensionConflict:ExtensionSupport:Var
8.70/3.42	c (2,2) Constraint Name Generate End
8.70/3.42	c (2,2) Heap : 1576 MiB used (max 21589 MiB), NonHeap : 23 MiB used (max 0 MiB)
8.70/3.42	c (2,2) CSP to CSPinCNF Begin
11.70/4.59	c (4,3) translated 11224 (10%) constraints
12.43/5.10	c (4,4) translated 22447 (20%) constraints
13.02/5.60	c (5,5) translated 33671 (30%) constraints
13.44/6.10	c (5,5) translated 44894 (40%) constraints
13.98/6.60	c (6,6) translated 56117 (50%) constraints
14.48/7.09	c (6,6) translated 67341 (60%) constraints
14.98/7.58	c (7,6) translated 78564 (70%) constraints
15.48/8.07	c (7,7) translated 89788 (80%) constraints
15.99/8.57	c (8,7) translated 101011 (90%) constraints
17.60/9.31	c (8,8) translated 112234 (100%) constraints
17.60/9.31	c (8,8) ===========================================
17.60/9.31	c (8,8) Order
17.60/9.31	c (8,8) ===========================================
18.12/9.55	c (8,8) translated 11384 (10%) constraints
18.33/9.74	c (9,9) translated 22767 (20%) constraints
18.58/9.94	c (9,9) translated 34151 (30%) constraints
18.79/10.14	c (9,9) translated 45534 (40%) constraints
18.98/10.34	c (9,9) translated 56917 (50%) constraints
19.18/10.53	c (9,9) translated 68301 (60%) constraints
19.38/10.72	c (10,10) translated 79684 (70%) constraints
19.58/10.92	c (10,10) translated 91068 (80%) constraints
19.78/11.11	c (10,10) translated 102451 (90%) constraints
20.09/11.32	c (10,10) translated 113834 (100%) constraints
20.09/11.32	c (10,10) CSP to CSPinCNF End
20.09/11.32	c (10,10) CSP: 1 int (0 aux), 801 bool (1 aux), 113834 ctr, max domain size 2
20.09/11.32	c (10,10) Heap : 4055 MiB used (max 21589 MiB), NonHeap : 29 MiB used (max 0 MiB)
20.09/11.32	c (10,10) CSPinCNF Propagation Begin
20.09/11.33	c (10,10) ===========================================
20.09/11.33	c (10,10) Empty clause is detected while propagation.
20.09/11.33	c (10,10) ===========================================
20.09/11.33	c (10,10) 2,2,10,---,---,---,---,---,---,STOP-AFTER(CSPInCNF)
20.09/11.33	s UNSATISFIABLE
20.09/11.33	c END-Prog: Sat Sep 14 01:18:49 CEST 2019
20.09/11.36	c (scop.sh) HOME/scop-32429-serial-file.bin does not exist. End.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392288-1568416776/watcher-4392288-1568416776 -o /tmp/evaluation-result-4392288-1568416776/solver-4392288-1568416776 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1568416709-32010 --watchdog 2580 HOME/scop.sh 22g HOME/scop.jar -order HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4392288-1568416776.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=32429, runsolver pid=32426

[startup+0.100135 s]*
/proc/loadavg: 1.29 0.79 1.57 2/210 32450
/proc/meminfo: memFree=31282968/32770624 swapFree=66996956/67108860
[pid=32429] ppid=32426 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/32429/stat : 32429 (scop.sh) S 32426 32429 31983 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 417930747 115843072 349 33554432000 4194304 5098028 140732408994848 140732408992104 140623246566012 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 8802304 140732409000741 140732409001068 140732409001068 140732409003981 0
/proc/32429/statm: 28282 349 296 221 0 87 0
[pid=32432] ppid=32429 vsize=27314120 memory=104960 CPUtime=0.08 cores=0-7
/proc/32432/stat : 32432 (java) S 32429 32429 31983 0 -1 1077944320 6323 0 0 0 5 3 0 0 20 0 20 0 417930747 27969658880 26240 33554432000 4194304 4196468 140728883142560 140728883125104 139621255917303 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
/proc/32432/statm: 6828530 26240 2744 1 0 6790935 0
[pid=32432/tid=32433] ppid=32429 vsize=27314120 memory=4134930498285298233 CPUtime=0.06 cores=0-7
/proc/32432/task/32433/stat : 32433 (java) R 32429 32429 31983 0 -1 4202560 4427 0 0 0 4 2 0 0 20 0 20 0 417930748 27969658880 26240 33554432000 4194304 4196468 140728883142560 139621227743968 139621255939229 0 4 2 16800973 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32434] ppid=32429 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32434/stat : 32434 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27969658880 26240 33554432000 4194304 4196468 140728883142560 139621260160144 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32435] ppid=32429 vsize=27314120 memory=139670799541888 CPUtime=0 cores=0-7
/proc/32432/task/32435/stat : 32435 (java) S 32429 32429 31983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417930750 27969658880 26240 33554432000 4194304 4196468 140728883142560 139621074316304 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32436] ppid=32429 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32436/stat : 32436 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27969658880 26240 33554432000 4194304 4196468 140728883142560 139621073263504 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32437] ppid=32429 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32437/stat : 32437 (java) S 32429 32429 31983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417930750 27969658880 26240 33554432000 4194304 4196468 140728883142560 139621072210704 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32438] ppid=32429 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32438/stat : 32438 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27969658880 26240 33554432000 4194304 4196468 140728883142560 139621071157904 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32439] ppid=32429 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/32432/task/32439/stat : 32439 (java) S 32429 32429 31983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417930750 27969658880 26240 33554432000 4194304 4196468 140728883142560 139621070105104 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32440] ppid=32429 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32440/stat : 32440 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27969658880 26240 33554432000 4194304 4196468 140728883142560 139621069052304 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32441] ppid=32429 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32441/stat : 32441 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27969658880 26240 33554432000 4194304 4196468 140728883142560 139621067999504 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32442] ppid=32429 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32442/stat : 32442 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930752 27969658880 26240 33554432000 4194304 4196468 140728883142560 139620314188656 139621255928450 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32443] ppid=32429 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32443/stat : 32443 (java) S 32429 32429 31983 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 417930752 27969658880 26240 33554432000 4194304 4196468 140728883142560 139619052021280 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32444] ppid=32429 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32444/stat : 32444 (java) S 32429 32429 31983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417930752 27969658880 26240 33554432000 4194304 4196468 140728883142560 139618917799280 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32445] ppid=32429 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32445/stat : 32445 (java) S 32429 32429 31983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417930755 27969658880 26240 33554432000 4194304 4196468 140728883142560 139618543294800 139621255935899 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32446] ppid=32429 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32446/stat : 32446 (java) S 32429 32429 31983 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 417930755 27969658880 26240 33554432000 4194304 4196468 140728883142560 139620313135472 139621255928450 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32447] ppid=32429 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32447/stat : 32447 (java) S 32429 32429 31983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417930755 27969658880 26240 33554432000 4194304 4196468 140728883142560 139620312082672 139621255928450 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32448] ppid=32429 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32448/stat : 32448 (java) S 32429 32429 31983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417930755 27969658880 26240 33554432000 4194304 4196468 140728883142560 139620311029872 139621255928450 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32449] ppid=32429 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32449/stat : 32449 (java) S 32429 32429 31983 0 -1 1077944384 228 0 0 0 0 0 0 0 20 0 20 0 417930755 27969658880 26240 33554432000 4194304 4196468 140728883142560 139620309977072 139621255928450 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32450] ppid=32429 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32450/stat : 32450 (java) S 32429 32429 31983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417930756 27969658880 26240 33554432000 4194304 4196468 140728883142560 139618045389920 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32451] ppid=32429 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/32432/task/32451/stat : 32451 (java) S 32429 32429 31983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417930757 27969658880 26240 33554432000 4194304 4196468 140728883142560 139620308925488 139621255928450 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 106356 KiB

[startup+0.21017 s]*
/proc/loadavg: 1.29 0.79 1.57 2/211 32451
/proc/meminfo: memFree=31263652/32770624 swapFree=66996956/67108860
[pid=32429] ppid=32426 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/32429/stat : 32429 (scop.sh) S 32426 32429 31983 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 417930747 115843072 349 33554432000 4194304 5098028 140732408994848 140732408992104 140623246566012 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 8802304 140732409000741 140732409001068 140732409001068 140732409003981 0
/proc/32429/statm: 28282 349 296 221 0 87 0
[pid=32432] ppid=32429 vsize=27314120 memory=120172 CPUtime=0.22 cores=0-7
/proc/32432/stat : 32432 (java) S 32429 32429 31983 0 -1 1077944320 11240 0 0 0 17 5 0 0 20 0 20 0 417930747 27969658880 30043 33554432000 4194304 4196468 140728883142560 140728883125104 139621255917303 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
/proc/32432/statm: 6828530 30043 2920 1 0 6790935 0
[pid=32432/tid=32433] ppid=32429 vsize=27314120 memory=8318255677412212789 CPUtime=0.18 cores=0-7
/proc/32432/task/32433/stat : 32433 (java) R 32429 32429 31983 0 -1 4202560 8990 0 0 0 14 4 0 0 20 0 20 0 417930748 27969658880 30043 33554432000 4194304 4196468 140728883142560 139621227713424 139621241985422 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32434] ppid=32429 vsize=27314120 memory=342 CPUtime=0 cores=0-7
/proc/32432/task/32434/stat : 32434 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27969658880 30555 33554432000 4194304 4196468 140728883142560 139621260160144 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32435] ppid=32429 vsize=27314120 memory=139670799570637 CPUtime=0 cores=0-7
/proc/32432/task/32435/stat : 32435 (java) S 32429 32429 31983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417930750 27969658880 30555 33554432000 4194304 4196468 140728883142560 139621074316304 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32436] ppid=32429 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/32432/task/32436/stat : 32436 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27969658880 30555 33554432000 4194304 4196468 140728883142560 139621073263504 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32437] ppid=32429 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32437/stat : 32437 (java) S 32429 32429 31983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417930750 27969658880 30555 33554432000 4194304 4196468 140728883142560 139621072210704 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32438] ppid=32429 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32438/stat : 32438 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27969658880 30555 33554432000 4194304 4196468 140728883142560 139621071157904 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32439] ppid=32429 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/32432/task/32439/stat : 32439 (java) S 32429 32429 31983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417930750 27969658880 30555 33554432000 4194304 4196468 140728883142560 139621070105104 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32440] ppid=32429 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32440/stat : 32440 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27969658880 30555 33554432000 4194304 4196468 140728883142560 139621069052304 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32441] ppid=32429 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32441/stat : 32441 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27969658880 30555 33554432000 4194304 4196468 140728883142560 139621067999504 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32442] ppid=32429 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32442/stat : 32442 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930752 27969658880 30555 33554432000 4194304 4196468 140728883142560 139620314188656 139621255928450 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32443] ppid=32429 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32443/stat : 32443 (java) S 32429 32429 31983 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 417930752 27969658880 30555 33554432000 4194304 4196468 140728883142560 139619052021280 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32444] ppid=32429 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32444/stat : 32444 (java) S 32429 32429 31983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417930752 27969658880 30555 33554432000 4194304 4196468 140728883142560 139618917799280 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32445] ppid=32429 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32445/stat : 32445 (java) S 32429 32429 31983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417930755 27969658880 30555 33554432000 4194304 4196468 140728883142560 139618543294800 139621255935899 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32446] ppid=32429 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32446/stat : 32446 (java) S 32429 32429 31983 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 20 0 417930755 27969658880 30555 33554432000 4194304 4196468 140728883142560 139620313135472 139621255928450 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32447] ppid=32429 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32447/stat : 32447 (java) S 32429 32429 31983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417930755 27969658880 30555 33554432000 4194304 4196468 140728883142560 139620312082672 139621255928450 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32448] ppid=32429 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/32432/task/32448/stat : 32448 (java) S 32429 32429 31983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417930755 27969658880 30555 33554432000 4194304 4196468 140728883142560 139620311029872 139621255928450 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32449] ppid=32429 vsize=27314120 memory=-1 CPUtime=0.02 cores=0-7
/proc/32432/task/32449/stat : 32449 (java) S 32429 32429 31983 0 -1 1077944384 466 0 0 0 2 0 0 0 20 0 20 0 417930755 27969658880 30555 33554432000 4194304 4196468 140728883142560 139620309977072 139621255928450 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32450] ppid=32429 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32450/stat : 32450 (java) S 32429 32429 31983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417930756 27969658880 30555 33554432000 4194304 4196468 140728883142560 139618045389920 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32451] ppid=32429 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/32432/task/32451/stat : 32451 (java) S 32429 32429 31983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417930757 27969658880 30555 33554432000 4194304 4196468 140728883142560 139620308925488 139621255928450 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 121568 KiB

[startup+0.309347 s]*
/proc/loadavg: 1.29 0.79 1.57 3/211 32451
/proc/meminfo: memFree=31259448/32770624 swapFree=66996956/67108860
[pid=32429] ppid=32426 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/32429/stat : 32429 (scop.sh) S 32426 32429 31983 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 417930747 115843072 349 33554432000 4194304 5098028 140732408994848 140732408992104 140623246566012 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 8802304 140732409000741 140732409001068 140732409001068 140732409003981 0
/proc/32429/statm: 28282 349 296 221 0 87 0
[pid=32432] ppid=32429 vsize=27315144 memory=125780 CPUtime=0.39 cores=0-7
/proc/32432/stat : 32432 (java) S 32429 32429 31983 0 -1 1077944320 11944 0 0 0 34 5 0 0 20 0 20 0 417930747 27970707456 31445 33554432000 4194304 4196468 140728883142560 140728883125104 139621255917303 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
/proc/32432/statm: 6828786 31445 2966 1 0 6791191 0
[pid=32432/tid=32433] ppid=32429 vsize=27314120 memory=6791534058613427641 CPUtime=0.27 cores=0-7
/proc/32432/task/32433/stat : 32433 (java) R 32429 32429 31983 0 -1 1077944384 9497 0 0 0 23 4 0 0 20 0 20 0 417930748 27969658880 31445 33554432000 4194304 4196468 140728883142560 139621227700208 139621248596525 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32434] ppid=32429 vsize=27315144 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32434/stat : 32434 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27970707456 31445 33554432000 4194304 4196468 140728883142560 139621260160144 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32435] ppid=32429 vsize=27315144 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32435/stat : 32435 (java) S 32429 32429 31983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417930750 27970707456 31445 33554432000 4194304 4196468 140728883142560 139621074316304 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32436] ppid=32429 vsize=27315144 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32436/stat : 32436 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27970707456 31445 33554432000 4194304 4196468 140728883142560 139621073263504 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32437] ppid=32429 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32437/stat : 32437 (java) S 32429 32429 31983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417930750 27969658880 31445 33554432000 4194304 4196468 140728883142560 139621072210704 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32438] ppid=32429 vsize=27314120 memory=2244 CPUtime=0 cores=0-7
/proc/32432/task/32438/stat : 32438 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27969658880 31445 33554432000 4194304 4196468 140728883142560 139621071157904 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32439] ppid=32429 vsize=27314120 memory=139670658839471 CPUtime=0 cores=0-7
/proc/32432/task/32439/stat : 32439 (java) S 32429 32429 31983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417930750 27969658880 31445 33554432000 4194304 4196468 140728883142560 139621070105104 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32440] ppid=32429 vsize=27314120 memory=139670658841776 CPUtime=0 cores=0-7
/proc/32432/task/32440/stat : 32440 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27969658880 31445 33554432000 4194304 4196468 140728883142560 139621069052304 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32441] ppid=32429 vsize=27314120 memory=139670658844080 CPUtime=0 cores=0-7
/proc/32432/task/32441/stat : 32441 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27969658880 31445 33554432000 4194304 4196468 140728883142560 139621067999504 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32442] ppid=32429 vsize=27315144 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32442/stat : 32442 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930752 27970707456 31445 33554432000 4194304 4196468 140728883142560 139620314188656 139621255928450 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32443] ppid=32429 vsize=27315144 memory=279341317695120 CPUtime=0 cores=0-7
/proc/32432/task/32443/stat : 32443 (java) S 32429 32429 31983 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 417930752 27970707456 31445 33554432000 4194304 4196468 140728883142560 139619052021280 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32444] ppid=32429 vsize=27315144 memory=279341317702032 CPUtime=0 cores=0-7
/proc/32432/task/32444/stat : 32444 (java) S 32429 32429 31983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417930752 27970707456 31445 33554432000 4194304 4196468 140728883142560 139618917799280 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32445] ppid=32429 vsize=27315144 memory=279341317643312 CPUtime=0 cores=0-7
/proc/32432/task/32445/stat : 32445 (java) S 32429 32429 31983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417930755 27970707456 31445 33554432000 4194304 4196468 140728883142560 139618543294800 139621255935899 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32446] ppid=32429 vsize=27315144 memory=279341317715856 CPUtime=0 cores=0-7
/proc/32432/task/32446/stat : 32446 (java) S 32429 32429 31983 0 -1 1077944384 440 0 0 0 0 0 0 0 20 0 20 0 417930755 27970707456 31445 33554432000 4194304 4196468 140728883142560 139620313135472 139621255928450 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32447] ppid=32429 vsize=27315144 memory=279341317722768 CPUtime=0.02 cores=0-7
/proc/32432/task/32447/stat : 32447 (java) S 32429 32429 31983 0 -1 1077944384 111 0 0 0 2 0 0 0 20 0 20 0 417930755 27970707456 31445 33554432000 4194304 4196468 140728883142560 139620312082672 139621255928450 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32448] ppid=32429 vsize=27314120 memory=279341317720464 CPUtime=0.01 cores=0-7
/proc/32432/task/32448/stat : 32448 (java) S 32429 32429 31983 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 20 0 417930755 27969658880 31445 33554432000 4194304 4196468 140728883142560 139620311029872 139621255928450 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32449] ppid=32429 vsize=27314120 memory=279341317736624 CPUtime=0.06 cores=0-7
/proc/32432/task/32449/stat : 32449 (java) S 32429 32429 31983 0 -1 1077944384 491 0 0 0 6 0 0 0 20 0 20 0 417930755 27969658880 31445 33554432000 4194304 4196468 140728883142560 139620309977072 139621255928450 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32450] ppid=32429 vsize=27315144 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32450/stat : 32450 (java) S 32429 32429 31983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417930756 27970707456 31445 33554432000 4194304 4196468 140728883142560 139618045389920 139621255927509 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32451] ppid=32429 vsize=27315144 memory=-1 CPUtime=0 cores=0-7
/proc/32432/task/32451/stat : 32451 (java) S 32429 32429 31983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417930757 27970707456 31445 33554432000 4194304 4196468 140728883142560 139620308925488 139621255928450 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 27428272 KiB
Current children cumulated memory: 127176 KiB

[startup+0.700868 s]
/proc/loadavg: 1.29 0.79 1.57 2/211 32451
/proc/meminfo: memFree=31238180/32770624 swapFree=66996956/67108860
[pid=32429] ppid=32426 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/32429/stat : 32429 (scop.sh) S 32426 32429 31983 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 417930747 115843072 349 33554432000 4194304 5098028 140732408994848 140732408992104 140623246566012 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 8802304 140732409000741 140732409001068 140732409001068 140732409003981 0
/proc/32429/statm: 28282 349 296 221 0 87 0
[pid=32432] ppid=32429 vsize=27320392 memory=161588 CPUtime=0.93 cores=0-7
/proc/32432/stat : 32432 (java) S 32429 32429 31983 0 -1 1077944320 19584 0 0 0 86 7 0 0 20 0 20 0 417930747 27976081408 40397 33554432000 4194304 4196468 140728883142560 140728883125104 139621255917303 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
/proc/32432/statm: 6830098 40397 3182 1 0 6791447 0
[pid=32432/tid=32433] ppid=32429 vsize=27320392 memory=279341318094512 CPUtime=0.64 cores=0-7
/proc/32432/task/32433/stat : 32433 (java) R 32429 32429 31983 0 -1 4202560 16614 0 0 0 58 6 0 0 20 0 20 0 417930748 27976081408 40447 33554432000 4194304 4196468 140728883142560 139621227750160 139621239997790 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32434] ppid=32429 vsize=27320392 memory=139670659048304 CPUtime=0 cores=0-7
/proc/32432/task/32434/stat : 32434 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27976081408 40447 33554432000 4194304 4196468 140728883142560 139621260160144 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32435] ppid=32429 vsize=27320392 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32435/stat : 32435 (java) S 32429 32429 31983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417930750 27976081408 40447 33554432000 4194304 4196468 140728883142560 139621074316304 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32436] ppid=32429 vsize=27320392 memory=1112 CPUtime=0 cores=0-7
/proc/32432/task/32436/stat : 32436 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27976081408 40447 33554432000 4194304 4196468 140728883142560 139621073263504 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0

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

/proc/32432/task/32450/stat : 32450 (java) S 32429 32429 31983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417930756 27982450688 871351 33554432000 4194304 4196468 140728883142560 139618045389920 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32451] ppid=32429 vsize=27326612 memory=5787218225445163088 CPUtime=0 cores=0-7
/proc/32432/task/32451/stat : 32451 (java) S 32429 32429 31983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417930757 27982450688 871351 33554432000 4194304 4196468 140728883142560 139620308925488 139621255928450 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
Current children cumulated CPU time: 19.07 s
Current children cumulated vsize: 27439740 KiB
Current children cumulated memory: 3486800 KiB

[startup+10.8009 s]
/proc/loadavg: 1.24 0.79 1.57 2/211 32451
/proc/meminfo: memFree=28046856/32770624 swapFree=66996956/67108860
[pid=32429] ppid=32426 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/32429/stat : 32429 (scop.sh) S 32426 32429 31983 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 417930747 115843072 349 33554432000 4194304 5098028 140732408994848 140732408992104 140623246566012 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 8802304 140732409000741 140732409001068 140732409001068 140732409003981 0
/proc/32429/statm: 28282 349 296 221 0 87 0
[pid=32432] ppid=32429 vsize=27326612 memory=3641052 CPUtime=19.47 cores=0-7
/proc/32432/stat : 32432 (java) S 32429 32429 31983 0 -1 1077944320 33822 0 0 0 1881 66 0 0 20 0 20 0 417930747 27982450688 910263 33554432000 4194304 4196468 140728883142560 140728883125104 139621255917303 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
/proc/32432/statm: 6831653 910263 3269 1 0 6792983 0
[pid=32432/tid=32433] ppid=32429 vsize=27326612 memory=14410423571057304 CPUtime=10.72 cores=0-7
/proc/32432/task/32433/stat : 32433 (java) R 32429 32429 31983 0 -1 4202560 21852 0 0 0 1013 59 0 0 20 0 20 0 417930748 27982450688 910263 33554432000 4194304 4196468 140728883142560 139621227754480 139620757893927 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32434] ppid=32429 vsize=27326612 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32434/stat : 32434 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27982450688 910263 33554432000 4194304 4196468 140728883142560 139621260160144 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32435] ppid=32429 vsize=27326612 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32435/stat : 32435 (java) S 32429 32429 31983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417930750 27982450688 910263 33554432000 4194304 4196468 140728883142560 139621074316304 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32436] ppid=32429 vsize=27326612 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32436/stat : 32436 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27982450688 910263 33554432000 4194304 4196468 140728883142560 139621073263504 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32437] ppid=32429 vsize=27326612 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32437/stat : 32437 (java) S 32429 32429 31983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417930750 27982450688 910263 33554432000 4194304 4196468 140728883142560 139621072210704 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32438] ppid=32429 vsize=27326612 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32438/stat : 32438 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27982450688 910263 33554432000 4194304 4196468 140728883142560 139621071157904 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32439] ppid=32429 vsize=27326612 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32439/stat : 32439 (java) S 32429 32429 31983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417930750 27982450688 910263 33554432000 4194304 4196468 140728883142560 139621070105104 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32440] ppid=32429 vsize=27326612 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32440/stat : 32440 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27982450688 910263 33554432000 4194304 4196468 140728883142560 139621069052304 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32441] ppid=32429 vsize=27326612 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32441/stat : 32441 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27982450688 910263 33554432000 4194304 4196468 140728883142560 139621067999504 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32442] ppid=32429 vsize=27326612 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32442/stat : 32442 (java) S 32429 32429 31983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 417930752 27982450688 910263 33554432000 4194304 4196468 140728883142560 139620314188656 139621255928450 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32443] ppid=32429 vsize=27326612 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32443/stat : 32443 (java) S 32429 32429 31983 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 417930752 27982450688 910263 33554432000 4194304 4196468 140728883142560 139619052021280 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32444] ppid=32429 vsize=27326612 memory=216 CPUtime=0 cores=0-7
/proc/32432/task/32444/stat : 32444 (java) S 32429 32429 31983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417930752 27982450688 910263 33554432000 4194304 4196468 140728883142560 139618917799280 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32445] ppid=32429 vsize=27326612 memory=279341318618112 CPUtime=0 cores=0-7
/proc/32432/task/32445/stat : 32445 (java) S 32429 32429 31983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417930755 27982450688 910263 33554432000 4194304 4196468 140728883142560 139618543294800 139621255935899 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32446] ppid=32429 vsize=27326612 memory=279341318329888 CPUtime=2.49 cores=0-7
/proc/32432/task/32446/stat : 32446 (java) S 32429 32429 31983 0 -1 1077944384 3008 0 0 0 248 1 0 0 20 0 20 0 417930755 27982450688 910263 33554432000 4194304 4196468 140728883142560 139620313135472 139621255928450 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32447] ppid=32429 vsize=27326612 memory=279341318330144 CPUtime=2.65 cores=0-7
/proc/32432/task/32447/stat : 32447 (java) S 32429 32429 31983 0 -1 1077944384 2599 0 0 0 264 1 0 0 20 0 20 0 417930755 27982450688 910263 33554432000 4194304 4196468 140728883142560 139620312082672 139621255928450 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32448] ppid=32429 vsize=27326612 memory=279341318331296 CPUtime=2.49 cores=0-7
/proc/32432/task/32448/stat : 32448 (java) S 32429 32429 31983 0 -1 1077944384 2160 0 0 0 248 1 0 0 20 0 20 0 417930755 27982450688 910263 33554432000 4194304 4196468 140728883142560 139620311029872 139621255928450 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32449] ppid=32429 vsize=27326612 memory=279341318330208 CPUtime=1.07 cores=0-7
/proc/32432/task/32449/stat : 32449 (java) S 32429 32429 31983 0 -1 1077944384 2838 0 0 0 105 2 0 0 20 0 20 0 417930755 27982450688 910263 33554432000 4194304 4196468 140728883142560 139620309977072 139621255928450 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32450] ppid=32429 vsize=27326612 memory=279341318331616 CPUtime=0 cores=0-7
/proc/32432/task/32450/stat : 32450 (java) S 32429 32429 31983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417930756 27982450688 910263 33554432000 4194304 4196468 140728883142560 139618045389920 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32451] ppid=32429 vsize=27326612 memory=279341318331808 CPUtime=0 cores=0-7
/proc/32432/task/32451/stat : 32451 (java) S 32429 32429 31983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417930757 27982450688 910263 33554432000 4194304 4196468 140728883142560 139620308925488 139621255928450 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
Current children cumulated CPU time: 19.47 s
Current children cumulated vsize: 27439740 KiB
Current children cumulated memory: 3642448 KiB

[startup+11.2009 s]
/proc/loadavg: 1.24 0.79 1.57 2/211 32451
/proc/meminfo: memFree=27660964/32770624 swapFree=66996956/67108860
[pid=32429] ppid=32426 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/32429/stat : 32429 (scop.sh) S 32426 32429 31983 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 417930747 115843072 349 33554432000 4194304 5098028 140732408994848 140732408992104 140623246566012 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 8802304 140732409000741 140732409001068 140732409001068 140732409003981 0
/proc/32429/statm: 28282 349 296 221 0 87 0
[pid=32432] ppid=32429 vsize=27326612 memory=3796700 CPUtime=19.87 cores=0-7
/proc/32432/stat : 32432 (java) S 32429 32429 31983 0 -1 1077944320 33899 0 0 0 1919 68 0 0 20 0 20 0 417930747 27982450688 949175 33554432000 4194304 4196468 140728883142560 140728883125104 139621255917303 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
/proc/32432/statm: 6831653 949175 3269 1 0 6792983 0
[pid=32432/tid=32433] ppid=32429 vsize=27326612 memory=2754204 CPUtime=11.12 cores=0-7
/proc/32432/task/32433/stat : 32433 (java) R 32429 32429 31983 0 -1 4202560 21928 0 0 0 1051 61 0 0 20 0 20 0 417930748 27982450688 949175 33554432000 4194304 4196468 140728883142560 139621227754480 139620755363602 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32434] ppid=32429 vsize=27326612 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32434/stat : 32434 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27982450688 949175 33554432000 4194304 4196468 140728883142560 139621260160144 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32435] ppid=32429 vsize=27326612 memory=1396 CPUtime=0 cores=0-7
/proc/32432/task/32435/stat : 32435 (java) S 32429 32429 31983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417930750 27982450688 949175 33554432000 4194304 4196468 140728883142560 139621074316304 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32436] ppid=32429 vsize=27326612 memory=3563228 CPUtime=0 cores=0-7
/proc/32432/task/32436/stat : 32436 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27982450688 949175 33554432000 4194304 4196468 140728883142560 139621073263504 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32437] ppid=32429 vsize=27326612 memory=776 CPUtime=0 cores=0-7
/proc/32432/task/32437/stat : 32437 (java) S 32429 32429 31983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417930750 27982450688 949175 33554432000 4194304 4196468 140728883142560 139621072210704 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32438] ppid=32429 vsize=27326612 memory=3972 CPUtime=0 cores=0-7
/proc/32432/task/32438/stat : 32438 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27982450688 949175 33554432000 4194304 4196468 140728883142560 139621071157904 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32439] ppid=32429 vsize=27326612 memory=2828 CPUtime=0 cores=0-7
/proc/32432/task/32439/stat : 32439 (java) S 32429 32429 31983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417930750 27982450688 949175 33554432000 4194304 4196468 140728883142560 139621070105104 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32440] ppid=32429 vsize=27326612 memory=676 CPUtime=0 cores=0-7
/proc/32432/task/32440/stat : 32440 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27982450688 949175 33554432000 4194304 4196468 140728883142560 139621069052304 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32441] ppid=32429 vsize=27326612 memory=1060 CPUtime=0 cores=0-7
/proc/32432/task/32441/stat : 32441 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27982450688 949175 33554432000 4194304 4196468 140728883142560 139621067999504 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32442] ppid=32429 vsize=27326612 memory=3504 CPUtime=0 cores=0-7
/proc/32432/task/32442/stat : 32442 (java) S 32429 32429 31983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 417930752 27982450688 949175 33554432000 4194304 4196468 140728883142560 139620314188656 139621255928450 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32443] ppid=32429 vsize=27326612 memory=40492 CPUtime=0 cores=0-7
/proc/32432/task/32443/stat : 32443 (java) S 32429 32429 31983 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 417930752 27982450688 949175 33554432000 4194304 4196468 140728883142560 139619052021280 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32444] ppid=32429 vsize=27326612 memory=3028 CPUtime=0 cores=0-7
/proc/32432/task/32444/stat : 32444 (java) S 32429 32429 31983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417930752 27982450688 949175 33554432000 4194304 4196468 140728883142560 139618917799280 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32445] ppid=32429 vsize=27326612 memory=2012 CPUtime=0 cores=0-7
/proc/32432/task/32445/stat : 32445 (java) S 32429 32429 31983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417930755 27982450688 949175 33554432000 4194304 4196468 140728883142560 139618543294800 139621255935899 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32446] ppid=32429 vsize=27326612 memory=1388 CPUtime=2.49 cores=0-7
/proc/32432/task/32446/stat : 32446 (java) S 32429 32429 31983 0 -1 1077944384 3008 0 0 0 248 1 0 0 20 0 20 0 417930755 27982450688 949175 33554432000 4194304 4196468 140728883142560 139620313135472 139621255928450 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32447] ppid=32429 vsize=27326612 memory=776 CPUtime=2.65 cores=0-7
/proc/32432/task/32447/stat : 32447 (java) S 32429 32429 31983 0 -1 1077944384 2599 0 0 0 264 1 0 0 20 0 20 0 417930755 27982450688 949175 33554432000 4194304 4196468 140728883142560 139620312082672 139621255928450 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32448] ppid=32429 vsize=27326612 memory=3972 CPUtime=2.49 cores=0-7
/proc/32432/task/32448/stat : 32448 (java) S 32429 32429 31983 0 -1 1077944384 2160 0 0 0 248 1 0 0 20 0 20 0 417930755 27982450688 949175 33554432000 4194304 4196468 140728883142560 139620311029872 139621255928450 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32449] ppid=32429 vsize=27326612 memory=1396 CPUtime=1.07 cores=0-7
/proc/32432/task/32449/stat : 32449 (java) S 32429 32429 31983 0 -1 1077944384 2839 0 0 0 105 2 0 0 20 0 20 0 417930755 27982450688 949175 33554432000 4194304 4196468 140728883142560 139620309977072 139621255928450 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32450] ppid=32429 vsize=27326612 memory=2535068 CPUtime=0 cores=0-7
/proc/32432/task/32450/stat : 32450 (java) S 32429 32429 31983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417930756 27982450688 949175 33554432000 4194304 4196468 140728883142560 139618045389920 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32451] ppid=32429 vsize=27326612 memory=1388 CPUtime=0 cores=0-7
/proc/32432/task/32451/stat : 32451 (java) S 32429 32429 31983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417930757 27982450688 949175 33554432000 4194304 4196468 140728883142560 139620308925488 139621255928450 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
Current children cumulated CPU time: 19.87 s
Current children cumulated vsize: 27439740 KiB
Current children cumulated memory: 3798096 KiB

[startup+11.3008 s]
/proc/loadavg: 1.24 0.79 1.57 2/211 32451
/proc/meminfo: memFree=27660964/32770624 swapFree=66996956/67108860
[pid=32429] ppid=32426 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/32429/stat : 32429 (scop.sh) S 32426 32429 31983 0 -1 4202496 556 319 0 0 0 0 0 0 20 0 1 0 417930747 115843072 349 33554432000 4194304 5098028 140732408994848 140732408992104 140623246566012 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 8802304 140732409000741 140732409001068 140732409001068 140732409003981 0
/proc/32429/statm: 28282 349 296 221 0 87 0
[pid=32432] ppid=32429 vsize=27326612 memory=3828736 CPUtime=20.09 cores=0-7
/proc/32432/stat : 32432 (java) S 32429 32429 31983 0 -1 1077944320 34269 0 0 0 1940 69 0 0 20 0 20 0 417930747 27982450688 957184 33554432000 4194304 4196468 140728883142560 140728883125104 139621255917303 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
/proc/32432/statm: 6831653 957184 3269 1 0 6792983 0
[pid=32432/tid=32433] ppid=32429 vsize=27326612 memory=3759836 CPUtime=11.22 cores=0-7
/proc/32432/task/32433/stat : 32433 (java) R 32429 32429 31983 0 -1 4202560 21943 0 0 0 1061 61 0 0 20 0 20 0 417930748 27982450688 957184 33554432000 4194304 4196468 140728883142560 139621227749848 139620754971620 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32434] ppid=32429 vsize=27326612 memory=2862748 CPUtime=0 cores=0-7
/proc/32432/task/32434/stat : 32434 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27982450688 957184 33554432000 4194304 4196468 140728883142560 139621260160144 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32435] ppid=32429 vsize=27326612 memory=11960 CPUtime=0 cores=0-7
/proc/32432/task/32435/stat : 32435 (java) S 32429 32429 31983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417930750 27982450688 957184 33554432000 4194304 4196468 140728883142560 139621074316304 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32436] ppid=32429 vsize=27326612 memory=500 CPUtime=0 cores=0-7
/proc/32432/task/32436/stat : 32436 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27982450688 957184 33554432000 4194304 4196468 140728883142560 139621073263504 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32437] ppid=32429 vsize=27326612 memory=2571932 CPUtime=0 cores=0-7
/proc/32432/task/32437/stat : 32437 (java) S 32429 32429 31983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417930750 27982450688 957184 33554432000 4194304 4196468 140728883142560 139621072210704 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32438] ppid=32429 vsize=27326612 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32438/stat : 32438 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27982450688 957184 33554432000 4194304 4196468 140728883142560 139621071157904 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32439] ppid=32429 vsize=27326612 memory=-8458152057954561420 CPUtime=0 cores=0-7
/proc/32432/task/32439/stat : 32439 (java) S 32429 32429 31983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417930750 27982450688 957184 33554432000 4194304 4196468 140728883142560 139621070105104 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32440] ppid=32429 vsize=27326612 memory=-7737605721172012177 CPUtime=0 cores=0-7
/proc/32432/task/32440/stat : 32440 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27982450688 957184 33554432000 4194304 4196468 140728883142560 139621069052304 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32441] ppid=32429 vsize=27326612 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32441/stat : 32441 (java) S 32429 32429 31983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417930750 27982450688 957184 33554432000 4194304 4196468 140728883142560 139621067999504 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32442] ppid=32429 vsize=27326612 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32442/stat : 32442 (java) S 32429 32429 31983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 417930752 27982450688 957184 33554432000 4194304 4196468 140728883142560 139620314188656 139621255928450 0 0 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32443] ppid=32429 vsize=27326612 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32443/stat : 32443 (java) S 32429 32429 31983 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 417930752 27982450688 957184 33554432000 4194304 4196468 140728883142560 139619052021280 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32444] ppid=32429 vsize=27326612 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32444/stat : 32444 (java) S 32429 32429 31983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417930752 27982450688 957184 33554432000 4194304 4196468 140728883142560 139618917799280 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32445] ppid=32429 vsize=27326612 memory=0 CPUtime=0 cores=0-7
/proc/32432/task/32445/stat : 32445 (java) S 32429 32429 31983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417930755 27982450688 957184 33554432000 4194304 4196468 140728883142560 139618543294800 139621255935899 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32446] ppid=32429 vsize=27326612 memory=0 CPUtime=2.53 cores=0-7
/proc/32432/task/32446/stat : 32446 (java) R 32429 32429 31983 0 -1 4202560 3016 0 0 0 252 1 0 0 20 0 20 0 417930755 27982450688 957184 33554432000 4194304 4196468 140728883142560 139620313127424 139621241043626 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32447] ppid=32429 vsize=27326612 memory=0 CPUtime=2.69 cores=0-7
/proc/32432/task/32447/stat : 32447 (java) R 32429 32429 31983 0 -1 4202560 2730 0 0 0 268 1 0 0 20 0 20 0 417930755 27982450688 957184 33554432000 4194304 4196468 140728883142560 139620312063904 139621239827742 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32448] ppid=32429 vsize=27326612 memory=6791534058613427641 CPUtime=2.53 cores=0-7
/proc/32432/task/32448/stat : 32448 (java) R 32429 32429 31983 0 -1 4202560 2375 0 0 0 252 1 0 0 20 0 20 0 417930755 27982450688 957184 33554432000 4194304 4196468 140728883142560 139620311020256 139621241042693 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32449] ppid=32429 vsize=27326612 memory=288230596050944315 CPUtime=1.07 cores=0-7
/proc/32432/task/32449/stat : 32449 (java) S 32429 32429 31983 0 -1 1077944384 2840 0 0 0 105 2 0 0 20 0 20 0 417930755 27982450688 957184 33554432000 4194304 4196468 140728883142560 139620309977072 139621255928450 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32450] ppid=32429 vsize=27326612 memory=14410423571057304 CPUtime=0 cores=0-7
/proc/32432/task/32450/stat : 32450 (java) S 32429 32429 31983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417930756 27982450688 957184 33554432000 4194304 4196468 140728883142560 139618045389920 139621255927509 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
[pid=32432/tid=32451] ppid=32429 vsize=27326612 memory=3504 CPUtime=0 cores=0-7
/proc/32432/task/32451/stat : 32451 (java) S 32429 32429 31983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417930757 27982450688 957184 33554432000 4194304 4196468 140728883142560 139620308925488 139621255928450 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14524416 140728883151595 140728883152022 140728883152022 140728883154895 0
Current children cumulated CPU time: 20.09 s
Current children cumulated vsize: 27439740 KiB
Current children cumulated memory: 3830132 KiB

Child status: 0
Real time (s): 11.3654
CPU time (s): 20.2619
CPU user time (s): 19.5415
CPU system time (s): 0.720372
CPU usage (%): 178.277
Max. virtual memory (cumulated for all children) (KiB): 27439740
Max. memory (cumulated for all children) (KiB): 3830132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.5415
system time used= 0.720372
maximum resident set size= 3836732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35489
page faults= 0
swaps= 0
block input operations= 4424
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6411
involuntary context switches= 65


# summary of solver processes directly reported to runsolver:
#   pid: 32429
#   total CPU time (s): 20.2619
#   total CPU user time (s): 19.5415
#   total CPU system time (s): 0.720372

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.095989 second user time and 0.155276 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-14 01:18:38
IDJOB=4392288
IDBENCH=119345
IDSOLVER=2838
FILE ID=node103/4392288-1568416776
RUNJOBID= node103-1568416709-32010
PBS_JOBID= 21702263
Free space on /tmp= 61716 MiB

SOLVER NAME= Fun-sCOP order+ManyGlucose (2019-06-15)
BENCH NAME= XCSP17/MaxCSP/MaxCSP-maxclique-s1/MaxCSP-brock-800-2.xml
COMMAND LINE= DIR/scop.sh 22g DIR/scop.jar -order DIR/manyglucose-4.1-27_release -model:-nthreads=NBCORE:-maxmemory=20000:-lit-scans=6000000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392288-1568416776/watcher-4392288-1568416776 -o /tmp/evaluation-result-4392288-1568416776/solver-4392288-1568416776 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1568416709-32010 --watchdog 2580  HOME/scop.sh 22g HOME/scop.jar -order HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4392288-1568416776.xml

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

MD5SUM BENCH= d3fd8a9b2a45f8a480e4f2dd6498e338
RANDOM SEED=1272116339

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:        31371856 kB
MemAvailable:   31886072 kB
Buffers:           82656 kB
Cached:           715748 kB
SwapCached:         9148 kB
Active:           580436 kB
Inactive:         230820 kB
Active(anon):       7472 kB
Inactive(anon):    46920 kB
Active(file):     572964 kB
Inactive(file):   183900 kB
Unevictable:      111248 kB
Mlocked:          111248 kB
SwapTotal:      67108860 kB
SwapFree:       66996956 kB
Dirty:             24828 kB
Writeback:             0 kB
AnonPages:        126088 kB
Mapped:            44608 kB
Shmem:             32632 kB
Slab:             175888 kB
SReclaimable:     146376 kB
SUnreclaim:        29512 kB
KernelStack:        3712 kB
PageTables:         5628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 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= 61696 MiB
End job on node103 at 2019-09-14 01:18:49