Trace number 4399646

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
choco-solver 2019-09-16 parallel? 9164.47 1555.53

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-26.xml
MD5SUMf8945e9ee38ae25fe131ea9d51f4675a
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 benchmark442.279
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains93
Minimum domain size1087
Maximum domain size1185
Distribution of domain sizes[{"size":1087,"count":6},{"size":1088,"count":2},{"size":1089,"count":4},{"size":1090,"count":4},{"size":1091,"count":4},{"size":1092,"count":2},{"size":1093,"count":12},{"size":1094,"count":8},{"size":1095,"count":6},{"size":1096,"count":4},{"size":1097,"count":2},{"size":1098,"count":4},{"size":1099,"count":6},{"size":1101,"count":4},{"size":1102,"count":2},{"size":1103,"count":4},{"size":1104,"count":2},{"size":1105,"count":6},{"size":1106,"count":8},{"size":1107,"count":10},{"size":1108,"count":4},{"size":1109,"count":2},{"size":1110,"count":6},{"size":1111,"count":2},{"size":1112,"count":4},"...",{"size":1159,"count":10}, {"size":1160,"count":4}, {"size":1161,"count":4}, {"size":1162,"count":6}, {"size":1163,"count":10}, {"size":1164,"count":2}, {"size":1165,"count":2}, {"size":1166,"count":4}, {"size":1167,"count":2}, {"size":1168,"count":2}, {"size":1170,"count":8}, {"size":1171,"count":2}, {"size":1173,"count":4}, {"size":1174,"count":4}, {"size":1175,"count":4}, {"size":1176,"count":6}, {"size":1177,"count":2}, {"size":1178,"count":4}, {"size":1179,"count":4}, {"size":1180,"count":8}, {"size":1181,"count":10}, {"size":1182,"count":6}, {"size":1183,"count":4}, {"size":1184,"count":6}, {"size":1185,"count":2}]
Minimum variable degree16
Maximum variable degree33
Distribution of variable degrees[{"degree":16,"count":30},{"degree":17,"count":195},{"degree":31,"count":30},{"degree":33,"count":195}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5580}]
Number of extensional constraints0
Number of intensional constraints5580
Distribution of constraint types[{"type":"intension","count":5580}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399646-1568714242.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399646-1568714242.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
9024.41/1534.74	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
9024.41/1534.74		at java.util.stream.ReferencePipeline.mapToInt(ReferencePipeline.java:203)
9024.41/1534.74		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:124)
9024.41/1534.74		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
9024.41/1534.74		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:137)
9024.41/1534.74		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
9024.41/1534.74		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/1564984895.valid(Unknown Source)
9024.41/1534.74		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
9024.41/1534.74		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
9024.41/1534.74		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
9024.41/1534.74		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
9024.41/1534.74		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
9024.41/1534.74		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
9024.41/1534.74		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
9024.41/1534.74		at org.xcsp.parser.XCallbacks$$Lambda$89/19986569.accept(Unknown Source)
9024.41/1534.74		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
9024.41/1534.74		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
9024.41/1534.74		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
9024.41/1534.74		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
9024.41/1534.74		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
9024.41/1534.74		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
9024.41/1534.74		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
9024.41/1534.74		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
9024.41/1534.74		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
9024.41/1534.74		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
9024.41/1534.74		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
9024.41/1534.74		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
9164.35/1555.42	s UNKNOWN
9164.35/1555.42	c Unexpected resolution interruption!

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399646-1568714242/watcher-4399646-1568714242 -o /tmp/evaluation-result-4399646-1568714242/solver-4399646-1568714242 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node121-1568711677-7780 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1528418013 HOME/instance-4399646-1568714242.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=10442, runsolver pid=10439

[startup+0.100116 s]*
/proc/loadavg: 8.98 8.54 8.37 2/211 10463
/proc/meminfo: memFree=31682160/32770624 swapFree=66977376/67108860
[pid=10442] ppid=10439 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10442/stat : 10442 (xcsp3-exec) S 10439 10442 7753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447686824 115843072 363 33554432000 4194304 5098028 140736603991280 140736603989384 140671103754876 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10719232 140736603997045 140736603997289 140736603997289 140736604000202 0
/proc/10442/statm: 28282 363 304 221 0 87 0
[pid=10444] ppid=10442 vsize=28227396 memory=29956 CPUtime=0.12 cores=0-7
/proc/10444/stat : 10444 (java) S 10442 10442 7753 0 -1 1077944320 5889 0 0 0 11 1 0 0 20 0 20 0 447686824 28904853504 7489 33554432000 4194304 4196468 140728773541408 140728773523952 140619154923255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
/proc/10444/statm: 7056849 7489 3152 1 0 7019032 0
[pid=10444/tid=10445] ppid=10442 vsize=28227396 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/10444/task/10445/stat : 10445 (java) R 10442 10442 7753 0 -1 4202560 3812 0 0 0 8 0 0 0 20 0 20 0 447686824 28904853504 7489 33554432000 4194304 4196468 140728773541408 140619159157792 140619154935190 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10446] ppid=10442 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/10444/task/10446/stat : 10446 (java) S 10442 10442 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447686825 28904853504 7489 33554432000 4194304 4196468 140728773541408 140619111475856 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10447] ppid=10442 vsize=28227396 memory=139657792468608 CPUtime=0 cores=0-7
/proc/10444/task/10447/stat : 10447 (java) S 10442 10442 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447686825 28904853504 7489 33554432000 4194304 4196468 140728773541408 140619110423056 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10448] ppid=10442 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10448/stat : 10448 (java) S 10442 10442 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447686825 28904853504 7489 33554432000 4194304 4196468 140728773541408 140619109370256 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10449] ppid=10442 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10449/stat : 10449 (java) S 10442 10442 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447686825 28904853504 7489 33554432000 4194304 4196468 140728773541408 140618703690000 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10450] ppid=10442 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10450/stat : 10450 (java) S 10442 10442 7753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447686825 28904853504 7489 33554432000 4194304 4196468 140728773541408 140618702638224 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10451] ppid=10442 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10444/task/10451/stat : 10451 (java) S 10442 10442 7753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447686825 28904853504 7489 33554432000 4194304 4196468 140728773541408 140618701585424 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10452] ppid=10442 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10452/stat : 10452 (java) S 10442 10442 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447686825 28904853504 7489 33554432000 4194304 4196468 140728773541408 140618700532624 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10453] ppid=10442 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10453/stat : 10453 (java) S 10442 10442 7753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447686825 28904853504 7489 33554432000 4194304 4196468 140728773541408 140618699479824 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10454] ppid=10442 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10454/stat : 10454 (java) S 10442 10442 7753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447686827 28904853504 7489 33554432000 4194304 4196468 140728773541408 140617283471728 140619154934402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10455] ppid=10442 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10455/stat : 10455 (java) S 10442 10442 7753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447686827 28904853504 7489 33554432000 4194304 4196468 140728773541408 140617282417696 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10456] ppid=10442 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10456/stat : 10456 (java) S 10442 10442 7753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447686827 28904853504 7489 33554432000 4194304 4196468 140728773541408 140617281364848 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10457] ppid=10442 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10457/stat : 10457 (java) S 10442 10442 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447686830 28904853504 7489 33554432000 4194304 4196468 140728773541408 140617280313168 140619154941851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10458] ppid=10442 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10458/stat : 10458 (java) S 10442 10442 7753 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 20 0 447686830 28904853504 7489 33554432000 4194304 4196468 140728773541408 140617279261552 140619154934402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10459] ppid=10442 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10459/stat : 10459 (java) S 10442 10442 7753 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 447686830 28904853504 7489 33554432000 4194304 4196468 140728773541408 140617278208752 140619154934402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10460] ppid=10442 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10460/stat : 10460 (java) S 10442 10442 7753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447686830 28904853504 7489 33554432000 4194304 4196468 140728773541408 140617277155952 140619154934402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10461] ppid=10442 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/10444/task/10461/stat : 10461 (java) R 10442 10442 7753 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 20 0 447686830 28904853504 7489 33554432000 4194304 4196468 140728773541408 140617276099104 140619154944602 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10462] ppid=10442 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10462/stat : 10462 (java) S 10442 10442 7753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447686830 28904853504 7489 33554432000 4194304 4196468 140728773541408 140617275050592 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10463] ppid=10442 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10444/task/10463/stat : 10463 (java) S 10442 10442 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447686830 28904853504 7489 33554432000 4194304 4196468 140728773541408 140617273997872 140619154934402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31408 KiB

[startup+0.210533 s]*
/proc/loadavg: 8.98 8.54 8.37 2/211 10463
/proc/meminfo: memFree=31670032/32770624 swapFree=66977376/67108860
[pid=10442] ppid=10439 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10442/stat : 10442 (xcsp3-exec) S 10439 10442 7753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447686824 115843072 363 33554432000 4194304 5098028 140736603991280 140736603989384 140671103754876 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10719232 140736603997045 140736603997289 140736603997289 140736604000202 0
/proc/10442/statm: 28282 363 304 221 0 87 0
[pid=10444] ppid=10442 vsize=28227396 memory=40232 CPUtime=0.33 cores=0-7
/proc/10444/stat : 10444 (java) S 10442 10442 7753 0 -1 1077944320 9360 0 0 0 31 2 0 0 20 0 20 0 447686824 28904853504 10058 33554432000 4194304 4196468 140728773541408 140728773523952 140619154923255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
/proc/10444/statm: 7056849 10058 3268 1 0 7019032 0
[pid=10444/tid=10445] ppid=10442 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/10444/task/10445/stat : 10445 (java) R 10442 10442 7753 0 -1 4202560 6631 0 0 0 18 1 0 0 20 0 20 0 447686824 28904853504 10058 33554432000 4194304 4196468 140728773541408 140619159156704 140618789701974 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10446] ppid=10442 vsize=28227396 memory=329 CPUtime=0 cores=0-7
/proc/10444/task/10446/stat : 10446 (java) S 10442 10442 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447686825 28904853504 10058 33554432000 4194304 4196468 140728773541408 140619111475856 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10447] ppid=10442 vsize=28227396 memory=139657796009980 CPUtime=0 cores=0-7
/proc/10444/task/10447/stat : 10447 (java) S 10442 10442 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447686825 28904853504 10058 33554432000 4194304 4196468 140728773541408 140619110423056 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10448] ppid=10442 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10444/task/10448/stat : 10448 (java) S 10442 10442 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447686825 28904853504 10058 33554432000 4194304 4196468 140728773541408 140619109370256 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10449] ppid=10442 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10449/stat : 10449 (java) S 10442 10442 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447686825 28904853504 10058 33554432000 4194304 4196468 140728773541408 140618703690000 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10450] ppid=10442 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10450/stat : 10450 (java) S 10442 10442 7753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447686825 28904853504 10058 33554432000 4194304 4196468 140728773541408 140618702638224 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10451] ppid=10442 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10444/task/10451/stat : 10451 (java) S 10442 10442 7753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447686825 28904853504 10058 33554432000 4194304 4196468 140728773541408 140618701585424 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10452] ppid=10442 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10452/stat : 10452 (java) S 10442 10442 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447686825 28904853504 10058 33554432000 4194304 4196468 140728773541408 140618700532624 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10453] ppid=10442 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10453/stat : 10453 (java) S 10442 10442 7753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447686825 28904853504 10058 33554432000 4194304 4196468 140728773541408 140618699479824 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10454] ppid=10442 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10454/stat : 10454 (java) S 10442 10442 7753 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447686827 28904853504 10058 33554432000 4194304 4196468 140728773541408 140617283471728 140619154934402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10455] ppid=10442 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10455/stat : 10455 (java) S 10442 10442 7753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447686827 28904853504 10058 33554432000 4194304 4196468 140728773541408 140617282417696 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10456] ppid=10442 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10456/stat : 10456 (java) S 10442 10442 7753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447686827 28904853504 10058 33554432000 4194304 4196468 140728773541408 140617281364848 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10457] ppid=10442 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10457/stat : 10457 (java) S 10442 10442 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447686830 28904853504 10058 33554432000 4194304 4196468 140728773541408 140617280313168 140619154941851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10458] ppid=10442 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/10444/task/10458/stat : 10458 (java) S 10442 10442 7753 0 -1 1077944384 506 0 0 0 1 0 0 0 20 0 20 0 447686830 28904853504 10058 33554432000 4194304 4196468 140728773541408 140617279261552 140619154934402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10459] ppid=10442 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/10444/task/10459/stat : 10459 (java) S 10442 10442 7753 0 -1 1077944384 58 0 0 0 1 0 0 0 20 0 20 0 447686830 28904853504 10058 33554432000 4194304 4196468 140728773541408 140617278208752 140619154934402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10460] ppid=10442 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/10444/task/10460/stat : 10460 (java) S 10442 10442 7753 0 -1 1077944384 94 0 0 0 1 0 0 0 20 0 20 0 447686830 28904853504 10058 33554432000 4194304 4196468 140728773541408 140617277155952 140619154934402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10461] ppid=10442 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/10444/task/10461/stat : 10461 (java) R 10442 10442 7753 0 -1 4202560 760 0 0 0 8 0 0 0 20 0 20 0 447686830 28904853504 10058 33554432000 4194304 4196468 140728773541408 140617276102960 140619147160382 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10462] ppid=10442 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10462/stat : 10462 (java) S 10442 10442 7753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447686830 28904853504 10058 33554432000 4194304 4196468 140728773541408 140617275050592 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10463] ppid=10442 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/10444/task/10463/stat : 10463 (java) S 10442 10442 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447686830 28904853504 10058 33554432000 4194304 4196468 140728773541408 140617273997872 140619154934402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41684 KiB

[startup+0.310205 s]*
/proc/loadavg: 8.98 8.54 8.37 3/211 10463
/proc/meminfo: memFree=31662004/32770624 swapFree=66977376/67108860
[pid=10442] ppid=10439 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10442/stat : 10442 (xcsp3-exec) S 10439 10442 7753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447686824 115843072 363 33554432000 4194304 5098028 140736603991280 140736603989384 140671103754876 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10719232 140736603997045 140736603997289 140736603997289 140736604000202 0
/proc/10442/statm: 28282 363 304 221 0 87 0
[pid=10444] ppid=10442 vsize=28231652 memory=50048 CPUtime=0.52 cores=0-7
/proc/10444/stat : 10444 (java) S 10442 10442 7753 0 -1 1077944320 10808 0 0 0 49 3 0 0 20 0 20 0 447686824 28909211648 12473 33554432000 4194304 4196468 140728773541408 140728773523952 140619154923255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
/proc/10444/statm: 7057913 12512 3369 1 0 7019032 0
[pid=10444/tid=10445] ppid=10442 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/10444/task/10445/stat : 10445 (java) R 10442 10442 7753 0 -1 4202560 7738 0 0 0 27 2 0 0 20 0 20 0 447686824 28909211648 12512 33554432000 4194304 4196468 140728773541408 140619159157040 140619139003742 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10446] ppid=10442 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10446/stat : 10446 (java) S 10442 10442 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447686825 28909211648 12512 33554432000 4194304 4196468 140728773541408 140619111475856 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10447] ppid=10442 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10447/stat : 10447 (java) S 10442 10442 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447686825 28909211648 12512 33554432000 4194304 4196468 140728773541408 140619110423056 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10448] ppid=10442 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10448/stat : 10448 (java) S 10442 10442 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447686825 28909211648 12512 33554432000 4194304 4196468 140728773541408 140619109370256 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10449] ppid=10442 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10449/stat : 10449 (java) S 10442 10442 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447686825 28909211648 12512 33554432000 4194304 4196468 140728773541408 140618703690000 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10450] ppid=10442 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10450/stat : 10450 (java) S 10442 10442 7753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447686825 28909211648 12512 33554432000 4194304 4196468 140728773541408 140618702638224 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10451] ppid=10442 vsize=28231652 memory=139657639717551 CPUtime=0 cores=0-7
/proc/10444/task/10451/stat : 10451 (java) S 10442 10442 7753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447686825 28909211648 12512 33554432000 4194304 4196468 140728773541408 140618701585424 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10452] ppid=10442 vsize=28231652 memory=139657639719856 CPUtime=0 cores=0-7
/proc/10444/task/10452/stat : 10452 (java) S 10442 10442 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447686825 28909211648 12512 33554432000 4194304 4196468 140728773541408 140618700532624 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10453] ppid=10442 vsize=28231652 memory=139657639722160 CPUtime=0 cores=0-7
/proc/10444/task/10453/stat : 10453 (java) S 10442 10442 7753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447686825 28909211648 12512 33554432000 4194304 4196468 140728773541408 140618699479824 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10454] ppid=10442 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10454/stat : 10454 (java) S 10442 10442 7753 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447686827 28909211648 12512 33554432000 4194304 4196468 140728773541408 140617283471728 140619154934402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10455] ppid=10442 vsize=28231652 memory=279315279458192 CPUtime=0 cores=0-7
/proc/10444/task/10455/stat : 10455 (java) S 10442 10442 7753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447686827 28909211648 12512 33554432000 4194304 4196468 140728773541408 140617282417696 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10456] ppid=10442 vsize=28231652 memory=279315279455888 CPUtime=0 cores=0-7
/proc/10444/task/10456/stat : 10456 (java) S 10442 10442 7753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447686827 28909211648 12512 33554432000 4194304 4196468 140728773541408 140617281364848 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10457] ppid=10442 vsize=28231652 memory=279315279462800 CPUtime=0 cores=0-7
/proc/10444/task/10457/stat : 10457 (java) S 10442 10442 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447686830 28909211648 12512 33554432000 4194304 4196468 140728773541408 140617280313168 140619154941851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10458] ppid=10442 vsize=28231652 memory=279315279404048 CPUtime=0.02 cores=0-7
/proc/10444/task/10458/stat : 10458 (java) S 10442 10442 7753 0 -1 1077944384 536 0 0 0 2 0 0 0 20 0 20 0 447686830 28909211648 12512 33554432000 4194304 4196468 140728773541408 140617279261552 140619154934402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10459] ppid=10442 vsize=28231652 memory=279315279476624 CPUtime=0.02 cores=0-7
/proc/10444/task/10459/stat : 10459 (java) R 10442 10442 7753 0 -1 4202560 150 0 0 0 2 0 0 0 20 0 20 0 447686830 28909211648 12512 33554432000 4194304 4196468 140728773541408 140617278199136 140619136102972 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10460] ppid=10442 vsize=28231652 memory=279315279483536 CPUtime=0.02 cores=0-7
/proc/10444/task/10460/stat : 10460 (java) S 10442 10442 7753 0 -1 1077944384 157 0 0 0 2 0 0 0 20 0 20 0 447686830 28909211648 12512 33554432000 4194304 4196468 140728773541408 140617277155952 140619154934402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10461] ppid=10442 vsize=28231652 memory=279315279481232 CPUtime=0.13 cores=0-7
/proc/10444/task/10461/stat : 10461 (java) S 10442 10442 7753 0 -1 1077944384 934 0 0 0 13 0 0 0 20 0 20 0 447686830 28909211648 12512 33554432000 4194304 4196468 140728773541408 140617276103152 140619154934402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10462] ppid=10442 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10462/stat : 10462 (java) S 10442 10442 7753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447686830 28909211648 12512 33554432000 4194304 4196468 140728773541408 140617275050592 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10463] ppid=10442 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/10444/task/10463/stat : 10463 (java) S 10442 10442 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447686830 28909211648 12512 33554432000 4194304 4196468 140728773541408 140617273997872 140619154934402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51500 KiB

[startup+0.70096 s]
/proc/loadavg: 8.98 8.54 8.37 5/211 10463
/proc/meminfo: memFree=31638788/32770624 swapFree=66977376/67108860
[pid=10442] ppid=10439 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10442/stat : 10442 (xcsp3-exec) S 10439 10442 7753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447686824 115843072 363 33554432000 4194304 5098028 140736603991280 140736603989384 140671103754876 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10719232 140736603997045 140736603997289 140736603997289 140736604000202 0
/proc/10442/statm: 28282 363 304 221 0 87 0
[pid=10444] ppid=10442 vsize=28233776 memory=108724 CPUtime=2.03 cores=0-7
/proc/10444/stat : 10444 (java) S 10442 10442 7753 0 -1 1077944320 16815 0 0 0 197 6 0 0 20 0 20 0 447686824 28911386624 27181 33554432000 4194304 4196468 140728773541408 140728773523952 140619154923255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
/proc/10444/statm: 7058444 27181 3450 1 0 7019544 0
[pid=10444/tid=10445] ppid=10442 vsize=28233776 memory=0 CPUtime=0.67 cores=0-7
/proc/10444/task/10445/stat : 10445 (java) R 10442 10442 7753 0 -1 4202560 9110 0 0 0 64 3 0 0 20 0 20 0 447686824 28911386624 27181 33554432000 4194304 4196468 140728773541408 140619159158064 140619154935190 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10446] ppid=10442 vsize=28233776 memory=139657639928688 CPUtime=0 cores=0-7
/proc/10444/task/10446/stat : 10446 (java) S 10442 10442 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447686825 28911386624 27181 33554432000 4194304 4196468 140728773541408 140619111475856 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10447] ppid=10442 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10447/stat : 10447 (java) S 10442 10442 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447686825 28911386624 27181 33554432000 4194304 4196468 140728773541408 140619110423056 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10448] ppid=10442 vsize=28233776 memory=1164 CPUtime=0 cores=0-7
/proc/10444/task/10448/stat : 10448 (java) S 10442 10442 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447686825 28911386624 27181 33554432000 4194304 4196468 140728773541408 140619109370256 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0

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

[pid=10444/tid=10445] ppid=10442 vsize=28300340 memory=1564 CPUtime=319.95 cores=0-7
/proc/10444/task/10445/stat : 10445 (java) S 10442 10442 7753 0 -1 1077944384 109998 0 0 0 31885 110 0 0 20 0 21 0 447686824 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140619159163936 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10446] ppid=10442 vsize=28300340 memory=928 CPUtime=1088.22 cores=0-7
/proc/10444/task/10446/stat : 10446 (java) S 10442 10442 7753 0 -1 1077944384 290971 0 0 0 108239 583 0 0 20 0 21 0 447686825 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140619111475856 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10447] ppid=10442 vsize=28300340 memory=3784 CPUtime=1087.1 cores=0-7
/proc/10444/task/10447/stat : 10447 (java) S 10442 10442 7753 0 -1 1077944384 241280 0 0 0 108196 514 0 0 20 0 21 0 447686825 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140619110423056 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10448] ppid=10442 vsize=28300340 memory=1452 CPUtime=1089.22 cores=0-7
/proc/10444/task/10448/stat : 10448 (java) S 10442 10442 7753 0 -1 1077944384 224054 0 0 0 108409 513 0 0 20 0 21 0 447686825 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140619109370256 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 29 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10449] ppid=10442 vsize=28300340 memory=25298612 CPUtime=1090.45 cores=0-7
/proc/10444/task/10449/stat : 10449 (java) S 10442 10442 7753 0 -1 1077944384 350668 0 0 0 108498 547 0 0 20 0 21 0 447686825 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140618703690000 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 33 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10450] ppid=10442 vsize=28300340 memory=2528 CPUtime=1086.09 cores=0-7
/proc/10444/task/10450/stat : 10450 (java) S 10442 10442 7753 0 -1 1077944384 202482 0 0 0 108096 513 0 0 20 0 21 0 447686825 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140618702638224 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10451] ppid=10442 vsize=28300340 memory=1764 CPUtime=1089.73 cores=0-7
/proc/10444/task/10451/stat : 10451 (java) S 10442 10442 7753 0 -1 1077944384 267166 0 0 0 108443 530 0 0 20 0 21 0 447686825 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140618701585424 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 31 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10452] ppid=10442 vsize=28300340 memory=25298564 CPUtime=1084.89 cores=0-7
/proc/10444/task/10452/stat : 10452 (java) S 10442 10442 7753 0 -1 1077944384 230987 0 0 0 107917 572 0 0 20 0 21 0 447686825 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140618700532624 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10453] ppid=10442 vsize=28300340 memory=1452 CPUtime=1087.04 cores=0-7
/proc/10444/task/10453/stat : 10453 (java) S 10442 10442 7753 0 -1 1077944384 297766 0 0 0 108178 526 0 0 20 0 21 0 447686825 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140618699479824 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 31 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10454] ppid=10442 vsize=28300340 memory=1452 CPUtime=136.76 cores=0-7
/proc/10444/task/10454/stat : 10454 (java) R 10442 10442 7753 0 -1 4202560 857933 0 0 0 13526 150 0 0 20 0 21 0 447686827 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617283470160 140619139919652 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10455] ppid=10442 vsize=28300340 memory=25298612 CPUtime=0 cores=0-7
/proc/10444/task/10455/stat : 10455 (java) S 10442 10442 7753 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 21 0 447686827 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617282417760 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10456] ppid=10442 vsize=28300340 memory=2528 CPUtime=0 cores=0-7
/proc/10444/task/10456/stat : 10456 (java) S 10442 10442 7753 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 447686827 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617281364864 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10457] ppid=10442 vsize=28300340 memory=1764 CPUtime=0 cores=0-7
/proc/10444/task/10457/stat : 10457 (java) S 10442 10442 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 447686830 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617280313168 140619154941851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10458] ppid=10442 vsize=28300340 memory=111632 CPUtime=0.89 cores=0-7
/proc/10444/task/10458/stat : 10458 (java) S 10442 10442 7753 0 -1 1077944384 5759 0 0 0 89 0 0 0 20 0 21 0 447686830 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617279261600 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10459] ppid=10442 vsize=28300340 memory=804 CPUtime=0.88 cores=0-7
/proc/10444/task/10459/stat : 10459 (java) S 10442 10442 7753 0 -1 1077944384 4506 0 0 0 87 1 0 0 20 0 21 0 447686830 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617278208512 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10460] ppid=10442 vsize=28300340 memory=25298612 CPUtime=0.75 cores=0-7
/proc/10444/task/10460/stat : 10460 (java) S 10442 10442 7753 0 -1 1077944384 4750 0 0 0 74 1 0 0 20 0 21 0 447686830 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617277156000 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10461] ppid=10442 vsize=28300340 memory=25298556 CPUtime=0.59 cores=0-7
/proc/10444/task/10461/stat : 10461 (java) S 10442 10442 7753 0 -1 1077944384 11711 0 0 0 57 2 0 0 20 0 21 0 447686830 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617276103200 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10462] ppid=10442 vsize=28300340 memory=1628 CPUtime=0 cores=0-7
/proc/10444/task/10462/stat : 10462 (java) S 10442 10442 7753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 447686830 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617275050592 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10463] ppid=10442 vsize=28300340 memory=1398722017469774279 CPUtime=0.64 cores=0-7
/proc/10444/task/10463/stat : 10463 (java) S 10442 10442 7753 0 -1 1077944384 2557 0 0 0 31 33 0 0 20 0 21 0 447686830 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617273997872 140619154934402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10607] ppid=10442 vsize=28300340 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/10444/task/10607/stat : 10607 (java) S 10442 10442 7753 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 21 0 447840298 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617264782528 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
Current children cumulated CPU time: 9163.36 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25300064 KiB

[startup+1555.2 s]
/proc/loadavg: 6.83 7.24 6.86 2/213 10609
/proc/meminfo: memFree=6366072/32770624 swapFree=66977404/67108860
[pid=10442] ppid=10439 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10442/stat : 10442 (xcsp3-exec) S 10439 10442 7753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447686824 115843072 363 33554432000 4194304 5098028 140736603991280 140736603989384 140671103754876 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10719232 140736603997045 140736603997289 140736603997289 140736604000202 0
/proc/10442/statm: 28282 363 304 221 0 87 0
[pid=10444] ppid=10442 vsize=28300340 memory=25298612 CPUtime=9164.15 cores=0-7
/proc/10444/stat : 10444 (java) S 10442 10442 7753 0 -1 1077944320 3104727 0 0 0 911833 4582 0 0 20 0 21 0 447686824 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140728773523952 140619154923255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
/proc/10444/statm: 7075085 6324653 3511 1 0 7036185 0
[pid=10444/tid=10445] ppid=10442 vsize=28300340 memory=111632 CPUtime=319.95 cores=0-7
/proc/10444/task/10445/stat : 10445 (java) S 10442 10442 7753 0 -1 1077944384 109998 0 0 0 31885 110 0 0 20 0 21 0 447686824 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140619159163936 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10446] ppid=10442 vsize=28300340 memory=804 CPUtime=1088.22 cores=0-7
/proc/10444/task/10446/stat : 10446 (java) S 10442 10442 7753 0 -1 1077944384 290971 0 0 0 108239 583 0 0 20 0 21 0 447686825 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140619111475856 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10447] ppid=10442 vsize=28300340 memory=4100 CPUtime=1087.1 cores=0-7
/proc/10444/task/10447/stat : 10447 (java) S 10442 10442 7753 0 -1 1077944384 241280 0 0 0 108196 514 0 0 20 0 21 0 447686825 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140619110423056 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10448] ppid=10442 vsize=28300340 memory=6791534058613427641 CPUtime=1089.22 cores=0-7
/proc/10444/task/10448/stat : 10448 (java) S 10442 10442 7753 0 -1 1077944384 224054 0 0 0 108409 513 0 0 20 0 21 0 447686825 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140619109370256 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 29 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10449] ppid=10442 vsize=28300340 memory=25298512 CPUtime=1090.45 cores=0-7
/proc/10444/task/10449/stat : 10449 (java) S 10442 10442 7753 0 -1 1077944384 350668 0 0 0 108498 547 0 0 20 0 21 0 447686825 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140618703690000 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 33 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10450] ppid=10442 vsize=28300340 memory=1164 CPUtime=1086.09 cores=0-7
/proc/10444/task/10450/stat : 10450 (java) S 10442 10442 7753 0 -1 1077944384 202482 0 0 0 108096 513 0 0 20 0 21 0 447686825 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140618702638224 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10451] ppid=10442 vsize=28300340 memory=25298408 CPUtime=1089.73 cores=0-7
/proc/10444/task/10451/stat : 10451 (java) S 10442 10442 7753 0 -1 1077944384 267166 0 0 0 108443 530 0 0 20 0 21 0 447686825 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140618701585424 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 31 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10452] ppid=10442 vsize=28300340 memory=1452 CPUtime=1084.89 cores=0-7
/proc/10444/task/10452/stat : 10452 (java) S 10442 10442 7753 0 -1 1077944384 230987 0 0 0 107917 572 0 0 20 0 21 0 447686825 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140618700532624 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10453] ppid=10442 vsize=28300340 memory=25298600 CPUtime=1087.04 cores=0-7
/proc/10444/task/10453/stat : 10453 (java) S 10442 10442 7753 0 -1 1077944384 297766 0 0 0 108178 526 0 0 20 0 21 0 447686825 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140618699479824 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 31 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10454] ppid=10442 vsize=28300340 memory=904 CPUtime=137.56 cores=0-7
/proc/10444/task/10454/stat : 10454 (java) R 10442 10442 7753 0 -1 4202560 858686 0 0 0 13606 150 0 0 20 0 21 0 447686827 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617283470160 140619139919656 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10455] ppid=10442 vsize=28300340 memory=1984 CPUtime=0 cores=0-7
/proc/10444/task/10455/stat : 10455 (java) S 10442 10442 7753 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 21 0 447686827 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617282417760 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10456] ppid=10442 vsize=28300340 memory=279315280548560 CPUtime=0 cores=0-7
/proc/10444/task/10456/stat : 10456 (java) S 10442 10442 7753 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 447686827 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617281364864 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10457] ppid=10442 vsize=28300340 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/10444/task/10457/stat : 10457 (java) S 10442 10442 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 447686830 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617280313168 140619154941851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10458] ppid=10442 vsize=28300340 memory=1452 CPUtime=0.89 cores=0-7
/proc/10444/task/10458/stat : 10458 (java) S 10442 10442 7753 0 -1 1077944384 5759 0 0 0 89 0 0 0 20 0 21 0 447686830 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617279261600 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10459] ppid=10442 vsize=28300340 memory=1452 CPUtime=0.88 cores=0-7
/proc/10444/task/10459/stat : 10459 (java) S 10442 10442 7753 0 -1 1077944384 4506 0 0 0 87 1 0 0 20 0 21 0 447686830 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617278208512 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10460] ppid=10442 vsize=28300340 memory=25298512 CPUtime=0.75 cores=0-7
/proc/10444/task/10460/stat : 10460 (java) S 10442 10442 7753 0 -1 1077944384 4750 0 0 0 74 1 0 0 20 0 21 0 447686830 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617277156000 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10461] ppid=10442 vsize=28300340 memory=780 CPUtime=0.59 cores=0-7
/proc/10444/task/10461/stat : 10461 (java) S 10442 10442 7753 0 -1 1077944384 11711 0 0 0 57 2 0 0 20 0 21 0 447686830 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617276103200 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10462] ppid=10442 vsize=28300340 memory=4088 CPUtime=0 cores=0-7
/proc/10444/task/10462/stat : 10462 (java) S 10442 10442 7753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 447686830 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617275050592 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10463] ppid=10442 vsize=28300340 memory=1580 CPUtime=0.64 cores=0-7
/proc/10444/task/10463/stat : 10463 (java) S 10442 10442 7753 0 -1 1077944384 2557 0 0 0 31 33 0 0 20 0 21 0 447686830 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617273997872 140619154934402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10607] ppid=10442 vsize=28300340 memory=1028 CPUtime=0 cores=0-7
/proc/10444/task/10607/stat : 10607 (java) S 10442 10442 7753 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 21 0 447840298 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617264782528 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
Current children cumulated CPU time: 9164.15 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25300064 KiB

[startup+1555.4 s]
/proc/loadavg: 6.83 7.24 6.86 2/213 10609
/proc/meminfo: memFree=6366072/32770624 swapFree=66977404/67108860
[pid=10442] ppid=10439 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10442/stat : 10442 (xcsp3-exec) S 10439 10442 7753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447686824 115843072 363 33554432000 4194304 5098028 140736603991280 140736603989384 140671103754876 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10719232 140736603997045 140736603997289 140736603997289 140736604000202 0
/proc/10442/statm: 28282 363 304 221 0 87 0
[pid=10444] ppid=10442 vsize=28300340 memory=25298612 CPUtime=9164.35 cores=0-7
/proc/10444/stat : 10444 (java) S 10442 10442 7753 0 -1 1077944320 3104727 0 0 0 911853 4582 0 0 20 0 21 0 447686824 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140728773523952 140619154923255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
/proc/10444/statm: 7075085 6324653 3511 1 0 7036185 0
[pid=10444/tid=10445] ppid=10442 vsize=28300340 memory=1564 CPUtime=319.95 cores=0-7
/proc/10444/task/10445/stat : 10445 (java) S 10442 10442 7753 0 -1 1077944384 109998 0 0 0 31885 110 0 0 20 0 21 0 447686824 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140619159163936 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10446] ppid=10442 vsize=28300340 memory=25298576 CPUtime=1088.22 cores=0-7
/proc/10444/task/10446/stat : 10446 (java) S 10442 10442 7753 0 -1 1077944384 290971 0 0 0 108239 583 0 0 20 0 21 0 447686825 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140619111475856 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10447] ppid=10442 vsize=28300340 memory=25298544 CPUtime=1087.1 cores=0-7
/proc/10444/task/10447/stat : 10447 (java) S 10442 10442 7753 0 -1 1077944384 241280 0 0 0 108196 514 0 0 20 0 21 0 447686825 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140619110423056 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10448] ppid=10442 vsize=28300340 memory=1440 CPUtime=1089.22 cores=0-7
/proc/10444/task/10448/stat : 10448 (java) S 10442 10442 7753 0 -1 1077944384 224054 0 0 0 108409 513 0 0 20 0 21 0 447686825 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140619109370256 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 29 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10449] ppid=10442 vsize=28300340 memory=904 CPUtime=1090.45 cores=0-7
/proc/10444/task/10449/stat : 10449 (java) S 10442 10442 7753 0 -1 1077944384 350668 0 0 0 108498 547 0 0 20 0 21 0 447686825 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140618703690000 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 33 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10450] ppid=10442 vsize=28300340 memory=0 CPUtime=1086.09 cores=0-7
/proc/10444/task/10450/stat : 10450 (java) S 10442 10442 7753 0 -1 1077944384 202482 0 0 0 108096 513 0 0 20 0 21 0 447686825 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140618702638224 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10451] ppid=10442 vsize=28300340 memory=-3472574513799858011 CPUtime=1089.73 cores=0-7
/proc/10444/task/10451/stat : 10451 (java) S 10442 10442 7753 0 -1 1077944384 267166 0 0 0 108443 530 0 0 20 0 21 0 447686825 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140618701585424 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 31 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10452] ppid=10442 vsize=28300340 memory=-4546129931942301728 CPUtime=1084.89 cores=0-7
/proc/10444/task/10452/stat : 10452 (java) S 10442 10442 7753 0 -1 1077944384 230987 0 0 0 107917 572 0 0 20 0 21 0 447686825 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140618700532624 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10453] ppid=10442 vsize=28300340 memory=-5921431000321636112 CPUtime=1087.04 cores=0-7
/proc/10444/task/10453/stat : 10453 (java) S 10442 10442 7753 0 -1 1077944384 297766 0 0 0 108178 526 0 0 20 0 21 0 447686825 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140618699479824 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 31 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10454] ppid=10442 vsize=28300340 memory=279315279249648 CPUtime=137.76 cores=0-7
/proc/10444/task/10454/stat : 10454 (java) R 10442 10442 7753 0 -1 4202560 858686 0 0 0 13626 150 0 0 20 0 21 0 447686827 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617283470160 140619147212709 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10455] ppid=10442 vsize=28300340 memory=0 CPUtime=0 cores=0-7
/proc/10444/task/10455/stat : 10455 (java) S 10442 10442 7753 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 21 0 447686827 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617282417760 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10456] ppid=10442 vsize=28300340 memory=780 CPUtime=0 cores=0-7
/proc/10444/task/10456/stat : 10456 (java) S 10442 10442 7753 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 447686827 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617281364864 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10457] ppid=10442 vsize=28300340 memory=4088 CPUtime=0 cores=0-7
/proc/10444/task/10457/stat : 10457 (java) S 10442 10442 7753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 447686830 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617280313168 140619154941851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10458] ppid=10442 vsize=28300340 memory=1580 CPUtime=0.89 cores=0-7
/proc/10444/task/10458/stat : 10458 (java) S 10442 10442 7753 0 -1 1077944384 5759 0 0 0 89 0 0 0 20 0 21 0 447686830 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617279261600 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10459] ppid=10442 vsize=28300340 memory=1028 CPUtime=0.88 cores=0-7
/proc/10444/task/10459/stat : 10459 (java) S 10442 10442 7753 0 -1 1077944384 4506 0 0 0 87 1 0 0 20 0 21 0 447686830 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617278208512 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10460] ppid=10442 vsize=28300340 memory=1060 CPUtime=0.75 cores=0-7
/proc/10444/task/10460/stat : 10460 (java) S 10442 10442 7753 0 -1 1077944384 4750 0 0 0 74 1 0 0 20 0 21 0 447686830 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617277156000 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10461] ppid=10442 vsize=28300340 memory=2828 CPUtime=0.59 cores=0-7
/proc/10444/task/10461/stat : 10461 (java) S 10442 10442 7753 0 -1 1077944384 11711 0 0 0 57 2 0 0 20 0 21 0 447686830 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617276103200 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10462] ppid=10442 vsize=28300340 memory=1408 CPUtime=0 cores=0-7
/proc/10444/task/10462/stat : 10462 (java) S 10442 10442 7753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 447686830 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617275050592 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10463] ppid=10442 vsize=28300340 memory=3328 CPUtime=0.64 cores=0-7
/proc/10444/task/10463/stat : 10463 (java) S 10442 10442 7753 0 -1 1077944384 2557 0 0 0 31 33 0 0 20 0 21 0 447686830 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617273997872 140619154934402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
[pid=10444/tid=10607] ppid=10442 vsize=28300340 memory=31160 CPUtime=0 cores=0-7
/proc/10444/task/10607/stat : 10607 (java) S 10442 10442 7753 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 21 0 447840298 28979548160 6324653 33554432000 4194304 4196468 140728773541408 140617264782528 140619154933461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17629184 140728773546986 140728773547158 140728773547158 140728773550031 0
Current children cumulated CPU time: 9164.35 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25300064 KiB

[startup+1555.5 s]
/proc/loadavg: 6.83 7.24 6.86 2/213 10609
/proc/meminfo: memFree=6366072/32770624 swapFree=66977404/67108860
[pid=10442] ppid=10439 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10442/stat : 10442 (xcsp3-exec) S 10439 10442 7753 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447686824 115843072 363 33554432000 4194304 5098028 140736603991280 140736603989384 140671103754876 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10719232 140736603997045 140736603997289 140736603997289 140736604000202 0
/proc/10442/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 1555.53
CPU time (s): 9164.47
CPU user time (s): 9118.54
CPU system time (s): 45.9295
CPU usage (%): 589.155
Max. virtual memory (cumulated for all children) (KiB): 28413468
Max. memory (cumulated for all children) (KiB): 25300064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9118.54
system time used= 45.9295
maximum resident set size= 25298908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3105349
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 102678
involuntary context switches= 178928


# summary of solver processes directly reported to runsolver:
#   pid: 10442
#   total CPU time (s): 9164.47
#   total CPU user time (s): 9118.54
#   total CPU system time (s): 45.9295

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4061 second user time and 16.52 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-17 11:56:39
IDJOB=4399646
IDBENCH=138488
IDSOLVER=2854
FILE ID=node121/4399646-1568714242
RUNJOBID= node121-1568711677-7780
PBS_JOBID= 21703937
Free space on /tmp= 61408 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-26.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399646-1568714242/watcher-4399646-1568714242 -o /tmp/evaluation-result-4399646-1568714242/solver-4399646-1568714242 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node121-1568711677-7780 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1528418013 HOME/instance-4399646-1568714242.xml

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

MD5SUM BENCH= f8945e9ee38ae25fe131ea9d51f4675a
RANDOM SEED=1528418013

node121.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.75
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.75
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.75
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.75
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:        31698168 kB
MemAvailable:   31918800 kB
Buffers:           72696 kB
Cached:           445956 kB
SwapCached:        10828 kB
Active:           211412 kB
Inactive:         322088 kB
Active(anon):       5008 kB
Inactive(anon):    42636 kB
Active(file):     206404 kB
Inactive(file):   279452 kB
Unevictable:      109160 kB
Mlocked:          109160 kB
SwapTotal:      67108860 kB
SwapFree:       66977376 kB
Dirty:             26584 kB
Writeback:             0 kB
AnonPages:        263164 kB
Mapped:            42508 kB
Shmem:             24180 kB
Slab:             130608 kB
SReclaimable:     101224 kB
SUnreclaim:        29384 kB
KernelStack:        3824 kB
PageTables:         5512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    217088 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61380 MiB
End job on node121 at 2019-09-17 12:22:35