Trace number 4393573

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-06-14 parallel? 10220.7 1726.26

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-13.xml
MD5SUM388994c608323cc5ca888624a3c66f06
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark110.493
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains89
Minimum domain size1197
Maximum domain size1295
Distribution of domain sizes[{"size":1197,"count":4},{"size":1199,"count":2},{"size":1200,"count":14},{"size":1201,"count":2},{"size":1202,"count":4},{"size":1203,"count":4},{"size":1204,"count":4},{"size":1206,"count":6},{"size":1207,"count":6},{"size":1208,"count":4},{"size":1209,"count":4},{"size":1210,"count":6},{"size":1211,"count":2},{"size":1212,"count":6},{"size":1213,"count":6},{"size":1214,"count":6},{"size":1215,"count":6},{"size":1216,"count":8},{"size":1217,"count":2},{"size":1218,"count":6},{"size":1219,"count":2},{"size":1220,"count":6},{"size":1221,"count":6},{"size":1222,"count":4},{"size":1223,"count":4},"...",{"size":1269,"count":8}, {"size":1270,"count":6}, {"size":1271,"count":4}, {"size":1272,"count":4}, {"size":1273,"count":6}, {"size":1274,"count":6}, {"size":1275,"count":4}, {"size":1277,"count":6}, {"size":1278,"count":6}, {"size":1279,"count":8}, {"size":1280,"count":4}, {"size":1281,"count":6}, {"size":1282,"count":6}, {"size":1283,"count":4}, {"size":1284,"count":10}, {"size":1285,"count":6}, {"size":1286,"count":6}, {"size":1287,"count":4}, {"size":1288,"count":2}, {"size":1289,"count":2}, {"size":1290,"count":2}, {"size":1291,"count":6}, {"size":1292,"count":4}, {"size":1293,"count":10}, {"size":1295,"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-4393573-1568442117.xml"  -tl '20160s' -p 8
0.12/0.20	c Choco e747e1e
0.12/0.20	c [HOME/instance-4393573-1568442117.xml, -tl, 20160s, -p, 8]
0.34/0.25	c 8 solvers in parallel
0.52/0.32	c parse instance...
10121.36/1710.31	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
10121.36/1710.31		at java.util.stream.StreamSupport.stream(StreamSupport.java:69)
10121.36/1710.31		at java.util.Arrays.stream(Arrays.java:5023)
10121.36/1710.31		at java.util.Arrays.stream(Arrays.java:5004)
10121.36/1710.32		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:123)
10121.36/1710.32		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
10121.36/1710.32		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:137)
10121.36/1710.32		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
10121.36/1710.32		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/660017404.valid(Unknown Source)
10121.36/1710.32		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
10121.36/1710.32		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
10121.36/1710.32		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
10121.36/1710.32		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
10121.36/1710.32		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
10121.36/1710.32		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
10121.36/1710.32		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
10121.36/1710.32		at org.xcsp.parser.XCallbacks$$Lambda$89/708890004.accept(Unknown Source)
10121.36/1710.32		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
10121.36/1710.32		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
10121.36/1710.32		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
10121.36/1710.32		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
10121.36/1710.32		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
10121.36/1710.32		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
10121.36/1710.32		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
10121.36/1710.32		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
10121.36/1710.32		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
10121.36/1710.32		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
10121.36/1710.32		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
10121.36/1710.32		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
10220.54/1726.14	s UNKNOWN
10220.54/1726.14	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: 16375 MiB (13742 MiB free)
  memory of node 1: 16384 MiB (13841 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393573-1568442117/watcher-4393573-1568442117 -o /tmp/evaluation-result-4393573-1568442117/solver-4393573-1568442117 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1323945801-11979 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 327672740 HOME/instance-4393573-1568442117.xml 

running on 8 cores: 0-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
solver pid=16024, runsolver pid=16021
Current StackSize limit: 8192 KiB


[startup+0.100113 s]*
/proc/loadavg: 6.51 6.90 7.01 3/212 16045
/proc/meminfo: memFree=28230332/32770688 swapFree=66919992/67108860
[pid=16024] ppid=16021 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/16024/stat : 16024 (xcsp3-exec) S 16021 16024 11952 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420218046 115843072 364 33554432000 4194304 5098028 140734831027936 140734831026040 139916345188988 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 37990400 140734831035254 140734831035497 140734831035497 140734831038410 0
/proc/16024/statm: 28282 364 305 221 0 87 0
[pid=16026] ppid=16024 vsize=28227388 memory=29812 CPUtime=0.12 cores=0-7
/proc/16026/stat : 16026 (java) S 16024 16024 11952 0 -1 1077944320 5918 0 0 0 11 1 0 0 20 0 20 0 420218046 28904845312 7453 33554432000 4194304 4196468 140724866576816 140724866559360 139639064633079 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
/proc/16026/statm: 7056847 7453 3118 1 0 7019032 0
[pid=16026/tid=16027] ppid=16024 vsize=28227388 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/16026/task/16027/stat : 16027 (java) R 16024 16024 11952 0 -1 4202560 3813 0 0 0 8 1 0 0 20 0 20 0 420218047 28904845312 7453 33554432000 4194304 4196468 140724866576816 139639068853888 139639064655005 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16028] ppid=16024 vsize=28227388 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/16026/task/16028/stat : 16028 (java) S 16024 16024 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420218047 28904845312 7453 33554432000 4194304 4196468 140724866576816 139638984485776 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16029] ppid=16024 vsize=28227388 memory=139896263300736 CPUtime=0 cores=0-7
/proc/16026/task/16029/stat : 16029 (java) S 16024 16024 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420218047 28904845312 7453 33554432000 4194304 4196468 140724866576816 139638615431952 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16030] ppid=16024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16030/stat : 16030 (java) S 16024 16024 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420218047 28904845312 7453 33554432000 4194304 4196468 140724866576816 139638614379664 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16031] ppid=16024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16031/stat : 16031 (java) S 16024 16024 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420218047 28904845312 7453 33554432000 4194304 4196468 140724866576816 139638613326864 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16032] ppid=16024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16032/stat : 16032 (java) S 16024 16024 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420218047 28904845312 7453 33554432000 4194304 4196468 140724866576816 139638612273552 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16033] ppid=16024 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/16026/task/16033/stat : 16033 (java) S 16024 16024 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420218047 28904845312 7453 33554432000 4194304 4196468 140724866576816 139638611220752 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16034] ppid=16024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16034/stat : 16034 (java) S 16024 16024 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420218048 28904845312 7453 33554432000 4194304 4196468 140724866576816 139638610168464 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16035] ppid=16024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16035/stat : 16035 (java) S 16024 16024 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420218048 28904845312 7453 33554432000 4194304 4196468 140724866576816 139638609115664 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16036] ppid=16024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16036/stat : 16036 (java) S 16024 16024 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420218049 28904845312 7453 33554432000 4194304 4196468 140724866576816 139637779262064 139639064644226 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16037] ppid=16024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16037/stat : 16037 (java) S 16024 16024 11952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420218050 28904845312 7453 33554432000 4194304 4196468 140724866576816 139637778208032 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16038] ppid=16024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16038/stat : 16038 (java) S 16024 16024 11952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420218050 28904845312 7453 33554432000 4194304 4196468 140724866576816 139637777155696 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16039] ppid=16024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16039/stat : 16039 (java) S 16024 16024 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420218053 28904845312 7453 33554432000 4194304 4196468 140724866576816 139637390699088 139639064651675 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16040] ppid=16024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16040/stat : 16040 (java) S 16024 16024 11952 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 420218053 28904845312 7453 33554432000 4194304 4196468 140724866576816 139637389645936 139639064644226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16041] ppid=16024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16041/stat : 16041 (java) S 16024 16024 11952 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 20 0 420218053 28904845312 7453 33554432000 4194304 4196468 140724866576816 139637388593136 139639064644226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16042] ppid=16024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16042/stat : 16042 (java) S 16024 16024 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420218053 28904845312 7453 33554432000 4194304 4196468 140724866576816 139637387540848 139639064644226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16043] ppid=16024 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/16026/task/16043/stat : 16043 (java) S 16024 16024 11952 0 -1 1077944384 363 0 0 0 1 0 0 0 20 0 20 0 420218053 28904845312 7453 33554432000 4194304 4196468 140724866576816 139637386488048 139639064644226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16044] ppid=16024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16044/stat : 16044 (java) S 16024 16024 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420218053 28904845312 7453 33554432000 4194304 4196468 140724866576816 139637385436000 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16045] ppid=16024 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/16026/task/16045/stat : 16045 (java) S 16024 16024 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420218053 28904845312 7453 33554432000 4194304 4196468 140724866576816 139637384383280 139639064644226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31268 KiB

[startup+0.211536 s]*
/proc/loadavg: 6.51 6.90 7.01 3/212 16045
/proc/meminfo: memFree=28217712/32770688 swapFree=66919992/67108860
[pid=16024] ppid=16021 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/16024/stat : 16024 (xcsp3-exec) S 16021 16024 11952 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420218046 115843072 364 33554432000 4194304 5098028 140734831027936 140734831026040 139916345188988 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 37990400 140734831035254 140734831035497 140734831035497 140734831038410 0
/proc/16024/statm: 28282 364 305 221 0 87 0
[pid=16026] ppid=16024 vsize=28227388 memory=40400 CPUtime=0.34 cores=0-7
/proc/16026/stat : 16026 (java) S 16024 16024 11952 0 -1 1077944320 9309 0 0 0 31 3 0 0 20 0 20 0 420218046 28904845312 10100 33554432000 4194304 4196468 140724866576816 140724866559360 139639064633079 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
/proc/16026/statm: 7056847 10100 3285 1 0 7019032 0
[pid=16026/tid=16027] ppid=16024 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/16026/task/16027/stat : 16027 (java) R 16024 16024 11952 0 -1 4202560 6593 0 0 0 18 2 0 0 20 0 20 0 420218047 28904845312 10100 33554432000 4194304 4196468 140724866576816 139639068852416 139639064655005 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16028] ppid=16024 vsize=28227388 memory=339 CPUtime=0 cores=0-7
/proc/16026/task/16028/stat : 16028 (java) S 16024 16024 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420218047 28904845312 10100 33554432000 4194304 4196468 140724866576816 139638984485776 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16029] ppid=16024 vsize=28227388 memory=139896265319477 CPUtime=0 cores=0-7
/proc/16026/task/16029/stat : 16029 (java) S 16024 16024 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420218047 28904845312 10100 33554432000 4194304 4196468 140724866576816 139638615431952 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16030] ppid=16024 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/16026/task/16030/stat : 16030 (java) S 16024 16024 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420218047 28904845312 10100 33554432000 4194304 4196468 140724866576816 139638614379664 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16031] ppid=16024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16031/stat : 16031 (java) S 16024 16024 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420218047 28904845312 10100 33554432000 4194304 4196468 140724866576816 139638613326864 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16032] ppid=16024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16032/stat : 16032 (java) S 16024 16024 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420218047 28904845312 10100 33554432000 4194304 4196468 140724866576816 139638612273552 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16033] ppid=16024 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/16026/task/16033/stat : 16033 (java) S 16024 16024 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420218047 28904845312 10100 33554432000 4194304 4196468 140724866576816 139638611220752 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16034] ppid=16024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16034/stat : 16034 (java) S 16024 16024 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420218048 28904845312 10100 33554432000 4194304 4196468 140724866576816 139638610168464 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16035] ppid=16024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16035/stat : 16035 (java) S 16024 16024 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420218048 28904845312 10100 33554432000 4194304 4196468 140724866576816 139638609115664 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16036] ppid=16024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16036/stat : 16036 (java) S 16024 16024 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420218049 28904845312 10100 33554432000 4194304 4196468 140724866576816 139637779262064 139639064644226 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16037] ppid=16024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16037/stat : 16037 (java) S 16024 16024 11952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420218050 28904845312 10100 33554432000 4194304 4196468 140724866576816 139637778208032 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16038] ppid=16024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16038/stat : 16038 (java) S 16024 16024 11952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420218050 28904845312 10100 33554432000 4194304 4196468 140724866576816 139637777155696 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16039] ppid=16024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16039/stat : 16039 (java) S 16024 16024 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420218053 28904845312 10100 33554432000 4194304 4196468 140724866576816 139637390699088 139639064651675 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16040] ppid=16024 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/16026/task/16040/stat : 16040 (java) S 16024 16024 11952 0 -1 1077944384 349 0 0 0 1 0 0 0 20 0 20 0 420218053 28904845312 10100 33554432000 4194304 4196468 140724866576816 139637389645936 139639064644226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16041] ppid=16024 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/16026/task/16041/stat : 16041 (java) S 16024 16024 11952 0 -1 1077944384 148 0 0 0 1 0 0 0 20 0 20 0 420218053 28904845312 10100 33554432000 4194304 4196468 140724866576816 139637388593136 139639064644226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16042] ppid=16024 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/16026/task/16042/stat : 16042 (java) S 16024 16024 11952 0 -1 1077944384 142 0 0 0 2 0 0 0 20 0 20 0 420218053 28904845312 10100 33554432000 4194304 4196468 140724866576816 139637387540848 139639064644226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16043] ppid=16024 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/16026/task/16043/stat : 16043 (java) S 16024 16024 11952 0 -1 1077944384 765 0 0 0 7 0 0 0 20 0 20 0 420218053 28904845312 10100 33554432000 4194304 4196468 140724866576816 139637386488048 139639064644226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16044] ppid=16024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16044/stat : 16044 (java) S 16024 16024 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420218053 28904845312 10100 33554432000 4194304 4196468 140724866576816 139637385436000 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16045] ppid=16024 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/16026/task/16045/stat : 16045 (java) S 16024 16024 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420218053 28904845312 10100 33554432000 4194304 4196468 140724866576816 139637384383280 139639064644226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 41856 KiB

[startup+0.31092 s]*
/proc/loadavg: 6.51 6.90 7.01 4/212 16045
/proc/meminfo: memFree=28213104/32770688 swapFree=66919992/67108860
[pid=16024] ppid=16021 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/16024/stat : 16024 (xcsp3-exec) S 16021 16024 11952 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420218046 115843072 364 33554432000 4194304 5098028 140734831027936 140734831026040 139916345188988 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 37990400 140734831035254 140734831035497 140734831035497 140734831038410 0
/proc/16024/statm: 28282 364 305 221 0 87 0
[pid=16026] ppid=16024 vsize=28231644 memory=46440 CPUtime=0.52 cores=0-7
/proc/16026/stat : 16026 (java) S 16024 16024 11952 0 -1 1077944320 10523 0 0 0 48 4 0 0 20 0 20 0 420218046 28909203456 11610 33554432000 4194304 4196468 140724866576816 140724866559360 139639064633079 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
/proc/16026/statm: 7057911 11610 3329 1 0 7019032 0
[pid=16026/tid=16027] ppid=16024 vsize=28231644 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/16026/task/16027/stat : 16027 (java) R 16024 16024 11952 0 -1 4202560 7562 0 0 0 27 3 0 0 20 0 20 0 420218047 28909203456 11610 33554432000 4194304 4196468 140724866576816 139639068855232 139639047825813 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16028] ppid=16024 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16028/stat : 16028 (java) S 16024 16024 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420218047 28909203456 11610 33554432000 4194304 4196468 140724866576816 139638984485776 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16029] ppid=16024 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16029/stat : 16029 (java) S 16024 16024 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420218047 28909203456 11610 33554432000 4194304 4196468 140724866576816 139638615431952 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16030] ppid=16024 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16030/stat : 16030 (java) S 16024 16024 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420218047 28909203456 11610 33554432000 4194304 4196468 140724866576816 139638614379664 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16031] ppid=16024 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16031/stat : 16031 (java) S 16024 16024 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420218047 28909203456 11610 33554432000 4194304 4196468 140724866576816 139638613326864 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16032] ppid=16024 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16032/stat : 16032 (java) S 16024 16024 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420218047 28909203456 11610 33554432000 4194304 4196468 140724866576816 139638612273552 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16033] ppid=16024 vsize=28231644 memory=139896144620207 CPUtime=0 cores=0-7
/proc/16026/task/16033/stat : 16033 (java) S 16024 16024 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420218047 28909203456 11610 33554432000 4194304 4196468 140724866576816 139638611220752 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16034] ppid=16024 vsize=28231644 memory=139896144622512 CPUtime=0 cores=0-7
/proc/16026/task/16034/stat : 16034 (java) S 16024 16024 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420218048 28909203456 11610 33554432000 4194304 4196468 140724866576816 139638610168464 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16035] ppid=16024 vsize=28231644 memory=139896144624816 CPUtime=0 cores=0-7
/proc/16026/task/16035/stat : 16035 (java) S 16024 16024 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420218048 28909203456 11610 33554432000 4194304 4196468 140724866576816 139638609115664 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16036] ppid=16024 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16036/stat : 16036 (java) S 16024 16024 11952 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420218049 28909203456 11610 33554432000 4194304 4196468 140724866576816 139637779262064 139639064644226 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16037] ppid=16024 vsize=28231644 memory=279792289263504 CPUtime=0 cores=0-7
/proc/16026/task/16037/stat : 16037 (java) S 16024 16024 11952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420218050 28909203456 11610 33554432000 4194304 4196468 140724866576816 139637778208032 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16038] ppid=16024 vsize=28231644 memory=279792289261200 CPUtime=0 cores=0-7
/proc/16026/task/16038/stat : 16038 (java) S 16024 16024 11952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420218050 28909203456 11610 33554432000 4194304 4196468 140724866576816 139637777155696 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16039] ppid=16024 vsize=28231644 memory=279792289268112 CPUtime=0 cores=0-7
/proc/16026/task/16039/stat : 16039 (java) S 16024 16024 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420218053 28909203456 11610 33554432000 4194304 4196468 140724866576816 139637390699088 139639064651675 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16040] ppid=16024 vsize=28231644 memory=279792289209392 CPUtime=0.01 cores=0-7
/proc/16026/task/16040/stat : 16040 (java) S 16024 16024 11952 0 -1 1077944384 408 0 0 0 1 0 0 0 20 0 20 0 420218053 28909203456 11610 33554432000 4194304 4196468 140724866576816 139637389645936 139639064644226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16041] ppid=16024 vsize=28231644 memory=279792289281936 CPUtime=0.02 cores=0-7
/proc/16026/task/16041/stat : 16041 (java) S 16024 16024 11952 0 -1 1077944384 175 0 0 0 2 0 0 0 20 0 20 0 420218053 28909203456 11610 33554432000 4194304 4196468 140724866576816 139637388593136 139639064644226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16042] ppid=16024 vsize=28231644 memory=279792289288848 CPUtime=0.03 cores=0-7
/proc/16026/task/16042/stat : 16042 (java) S 16024 16024 11952 0 -1 1077944384 163 0 0 0 3 0 0 0 20 0 20 0 420218053 28909203456 11610 33554432000 4194304 4196468 140724866576816 139637387540848 139639064644226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16043] ppid=16024 vsize=28231644 memory=279792289286544 CPUtime=0.12 cores=0-7
/proc/16026/task/16043/stat : 16043 (java) S 16024 16024 11952 0 -1 1077944384 903 0 0 0 12 0 0 0 20 0 20 0 420218053 28909203456 11610 33554432000 4194304 4196468 140724866576816 139637386488048 139639064644226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16044] ppid=16024 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16044/stat : 16044 (java) S 16024 16024 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420218053 28909203456 11610 33554432000 4194304 4196468 140724866576816 139637385436000 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16045] ppid=16024 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/16026/task/16045/stat : 16045 (java) S 16024 16024 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420218053 28909203456 11610 33554432000 4194304 4196468 140724866576816 139637384383280 139639064644226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 47896 KiB

[startup+0.701013 s]
/proc/loadavg: 6.51 6.90 7.01 5/212 16045
/proc/meminfo: memFree=28193440/32770688 swapFree=66919992/67108860
[pid=16024] ppid=16021 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/16024/stat : 16024 (xcsp3-exec) S 16021 16024 11952 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420218046 115843072 364 33554432000 4194304 5098028 140734831027936 140734831026040 139916345188988 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 37990400 140734831035254 140734831035497 140734831035497 140734831038410 0
/proc/16024/statm: 28282 364 305 221 0 87 0
[pid=16026] ppid=16024 vsize=28233768 memory=100388 CPUtime=1.94 cores=0-7
/proc/16026/stat : 16026 (java) S 16024 16024 11952 0 -1 1077944320 15312 0 0 0 188 6 0 0 20 0 20 0 420218046 28911378432 25097 33554432000 4194304 4196468 140724866576816 140724866559360 139639064633079 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
/proc/16026/statm: 7058442 25097 3444 1 0 7019544 0
[pid=16026/tid=16027] ppid=16024 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/16026/task/16027/stat : 16027 (java) R 16024 16024 11952 0 -1 4202560 8329 0 0 0 64 3 0 0 20 0 20 0 420218047 28911378432 25097 33554432000 4194304 4196468 140724866576816 139639068869648 139639047620241 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16028] ppid=16024 vsize=28233768 memory=139896144831344 CPUtime=0 cores=0-7
/proc/16026/task/16028/stat : 16028 (java) S 16024 16024 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420218047 28911378432 25097 33554432000 4194304 4196468 140724866576816 139638984485776 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16029] ppid=16024 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/16026/task/16029/stat : 16029 (java) S 16024 16024 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420218047 28911378432 25097 33554432000 4194304 4196468 140724866576816 139638615431952 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16030] ppid=16024 vsize=28233768 memory=1176 CPUtime=0 cores=0-7
/proc/16026/task/16030/stat : 16030 (java) S 16024 16024 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420218047 28911378432 25097 33554432000 4194304 4196468 140724866576816 139638614379664 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0

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

[pid=16026/tid=16027] ppid=16024 vsize=28300332 memory=660 CPUtime=352.32 cores=0-7
/proc/16026/task/16027/stat : 16027 (java) S 16024 16024 11952 0 -1 1077944384 105570 0 0 0 35136 96 0 0 20 0 21 0 420218047 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139639068873760 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16028] ppid=16024 vsize=28300332 memory=1556 CPUtime=1212.63 cores=0-7
/proc/16026/task/16028/stat : 16028 (java) S 16024 16024 11952 0 -1 1077944384 262855 0 0 0 120648 615 0 0 20 0 21 0 420218047 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139638984485776 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 30 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16029] ppid=16024 vsize=28300332 memory=9588 CPUtime=1213.77 cores=0-7
/proc/16026/task/16029/stat : 16029 (java) S 16024 16024 11952 0 -1 1077944384 243778 0 0 0 120821 556 0 0 20 0 21 0 420218047 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139638615431952 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 32 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16030] ppid=16024 vsize=28300332 memory=5980 CPUtime=1211.78 cores=0-7
/proc/16026/task/16030/stat : 16030 (java) S 16024 16024 11952 0 -1 1077944384 178613 0 0 0 120645 533 0 0 20 0 21 0 420218047 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139638614379664 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 34 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16031] ppid=16024 vsize=28300332 memory=4164 CPUtime=1216.23 cores=0-7
/proc/16026/task/16031/stat : 16031 (java) S 16024 16024 11952 0 -1 1077944384 303706 0 0 0 121125 498 0 0 20 0 21 0 420218047 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139638613326864 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16032] ppid=16024 vsize=28300332 memory=1056 CPUtime=1214.62 cores=0-7
/proc/16026/task/16032/stat : 16032 (java) S 16024 16024 11952 0 -1 1077944384 234597 0 0 0 120902 560 0 0 20 0 21 0 420218047 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139638612273552 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16033] ppid=16024 vsize=28300332 memory=2828 CPUtime=1216.33 cores=0-7
/proc/16026/task/16033/stat : 16033 (java) S 16024 16024 11952 0 -1 1077944384 239232 0 0 0 121046 587 0 0 20 0 21 0 420218047 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139638611220752 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16034] ppid=16024 vsize=28300332 memory=1176 CPUtime=1214.81 cores=0-7
/proc/16026/task/16034/stat : 16034 (java) S 16024 16024 11952 0 -1 1077944384 238951 0 0 0 120898 583 0 0 20 0 21 0 420218048 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139638610168464 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 32 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16035] ppid=16024 vsize=28300332 memory=980 CPUtime=1214.74 cores=0-7
/proc/16026/task/16035/stat : 16035 (java) S 16024 16024 11952 0 -1 1077944384 245929 0 0 0 120939 535 0 0 20 0 21 0 420218048 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139638609115664 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 30 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16036] ppid=16024 vsize=28300332 memory=1712 CPUtime=146.98 cores=0-7
/proc/16026/task/16036/stat : 16036 (java) R 16024 16024 11952 0 -1 4202560 825261 0 0 0 14603 95 0 0 20 0 21 0 420218049 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637779260496 139639049629503 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16037] ppid=16024 vsize=28300332 memory=5980 CPUtime=0 cores=0-7
/proc/16026/task/16037/stat : 16037 (java) S 16024 16024 11952 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 21 0 420218050 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637778208096 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16038] ppid=16024 vsize=28300332 memory=4164 CPUtime=0 cores=0-7
/proc/16026/task/16038/stat : 16038 (java) S 16024 16024 11952 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 21 0 420218050 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637777155712 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16039] ppid=16024 vsize=28300332 memory=1056 CPUtime=0 cores=0-7
/proc/16026/task/16039/stat : 16039 (java) S 16024 16024 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 420218053 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637390699088 139639064651675 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16040] ppid=16024 vsize=28300332 memory=2828 CPUtime=1.28 cores=0-7
/proc/16026/task/16040/stat : 16040 (java) S 16024 16024 11952 0 -1 1077944384 7493 0 0 0 127 1 0 0 20 0 21 0 420218053 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637389645984 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16041] ppid=16024 vsize=28300332 memory=1176 CPUtime=1.1 cores=0-7
/proc/16026/task/16041/stat : 16041 (java) S 16024 16024 11952 0 -1 1077944384 6645 0 0 0 109 1 0 0 20 0 21 0 420218053 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637388592896 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16042] ppid=16024 vsize=28300332 memory=1456 CPUtime=1.15 cores=0-7
/proc/16026/task/16042/stat : 16042 (java) S 16024 16024 11952 0 -1 1077944384 4266 0 0 0 114 1 0 0 20 0 21 0 420218053 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637387540896 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16043] ppid=16024 vsize=28300332 memory=25250816 CPUtime=0.65 cores=0-7
/proc/16026/task/16043/stat : 16043 (java) S 16024 16024 11952 0 -1 1077944384 11963 0 0 0 63 2 0 0 20 0 21 0 420218053 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637386488096 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16044] ppid=16024 vsize=28300332 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/16026/task/16044/stat : 16044 (java) S 16024 16024 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 420218053 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637385436000 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16045] ppid=16024 vsize=28300332 memory=2120 CPUtime=0.7 cores=0-7
/proc/16026/task/16045/stat : 16045 (java) S 16024 16024 11952 0 -1 1077944384 2556 0 0 0 40 30 0 0 20 0 21 0 420218053 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637384383280 139639064644226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16200] ppid=16024 vsize=28300332 memory=496 CPUtime=0 cores=0-7
/proc/16026/task/16200/stat : 16200 (java) S 16024 16024 11952 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 21 0 420389078 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637375414208 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
Current children cumulated CPU time: 10219.2 s
Current children cumulated vsize: 28413460 KiB
Current children cumulated memory: 25252272 KiB

[startup+1725.6 s]
/proc/loadavg: 7.37 7.55 6.74 2/213 16203
/proc/meminfo: memFree=2959408/32770688 swapFree=66919992/67108860
[pid=16024] ppid=16021 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/16024/stat : 16024 (xcsp3-exec) S 16021 16024 11952 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420218046 115843072 364 33554432000 4194304 5098028 140734831027936 140734831026040 139916345188988 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 37990400 140734831035254 140734831035497 140734831035497 140734831038410 0
/proc/16024/statm: 28282 364 305 221 0 87 0
[pid=16026] ppid=16024 vsize=28300332 memory=25250816 CPUtime=10220 cores=0-7
/proc/16026/stat : 16026 (java) S 16024 16024 11952 0 -1 1077944320 2912756 0 0 0 1017321 4682 0 0 20 0 21 0 420218046 28979539968 6312704 33554432000 4194304 4196468 140724866576816 140724866559360 139639064633079 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
/proc/16026/statm: 7075083 6312704 3506 1 0 7036185 0
[pid=16026/tid=16027] ppid=16024 vsize=28300332 memory=980 CPUtime=352.32 cores=0-7
/proc/16026/task/16027/stat : 16027 (java) S 16024 16024 11952 0 -1 1077944384 105570 0 0 0 35136 96 0 0 20 0 21 0 420218047 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139639068873760 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16028] ppid=16024 vsize=28300332 memory=6791534058613427641 CPUtime=1212.63 cores=0-7
/proc/16026/task/16028/stat : 16028 (java) S 16024 16024 11952 0 -1 1077944384 262855 0 0 0 120648 615 0 0 20 0 21 0 420218047 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139638984485776 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 30 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16029] ppid=16024 vsize=28300332 memory=25250816 CPUtime=1213.77 cores=0-7
/proc/16026/task/16029/stat : 16029 (java) S 16024 16024 11952 0 -1 1077944384 243778 0 0 0 120821 556 0 0 20 0 21 0 420218047 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139638615431952 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 32 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16030] ppid=16024 vsize=28300332 memory=800 CPUtime=1211.78 cores=0-7
/proc/16026/task/16030/stat : 16030 (java) S 16024 16024 11952 0 -1 1077944384 178613 0 0 0 120645 533 0 0 20 0 21 0 420218047 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139638614379664 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 34 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16031] ppid=16024 vsize=28300332 memory=3624 CPUtime=1216.23 cores=0-7
/proc/16026/task/16031/stat : 16031 (java) S 16024 16024 11952 0 -1 1077944384 303706 0 0 0 121125 498 0 0 20 0 21 0 420218047 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139638613326864 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16032] ppid=16024 vsize=28300332 memory=6791534058613427641 CPUtime=1214.62 cores=0-7
/proc/16026/task/16032/stat : 16032 (java) S 16024 16024 11952 0 -1 1077944384 234597 0 0 0 120902 560 0 0 20 0 21 0 420218047 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139638612273552 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16033] ppid=16024 vsize=28300332 memory=1176 CPUtime=1216.33 cores=0-7
/proc/16026/task/16033/stat : 16033 (java) S 16024 16024 11952 0 -1 1077944384 239232 0 0 0 121046 587 0 0 20 0 21 0 420218047 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139638611220752 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16034] ppid=16024 vsize=28300332 memory=980 CPUtime=1214.81 cores=0-7
/proc/16026/task/16034/stat : 16034 (java) S 16024 16024 11952 0 -1 1077944384 238951 0 0 0 120898 583 0 0 20 0 21 0 420218048 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139638610168464 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 32 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16035] ppid=16024 vsize=28300332 memory=25250748 CPUtime=1214.74 cores=0-7
/proc/16026/task/16035/stat : 16035 (java) S 16024 16024 11952 0 -1 1077944384 245929 0 0 0 120939 535 0 0 20 0 21 0 420218048 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139638609115664 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 30 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16036] ppid=16024 vsize=28300332 memory=3624 CPUtime=147.78 cores=0-7
/proc/16026/task/16036/stat : 16036 (java) R 16024 16024 11952 0 -1 4202560 825262 0 0 0 14683 95 0 0 20 0 21 0 420218049 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637779260496 139639049629483 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16037] ppid=16024 vsize=28300332 memory=2020 CPUtime=0 cores=0-7
/proc/16026/task/16037/stat : 16037 (java) S 16024 16024 11952 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 21 0 420218050 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637778208096 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16038] ppid=16024 vsize=28300332 memory=1432 CPUtime=0 cores=0-7
/proc/16026/task/16038/stat : 16038 (java) S 16024 16024 11952 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 21 0 420218050 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637777155712 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16039] ppid=16024 vsize=28300332 memory=776 CPUtime=0 cores=0-7
/proc/16026/task/16039/stat : 16039 (java) S 16024 16024 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 420218053 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637390699088 139639064651675 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16040] ppid=16024 vsize=28300332 memory=660 CPUtime=1.28 cores=0-7
/proc/16026/task/16040/stat : 16040 (java) S 16024 16024 11952 0 -1 1077944384 7493 0 0 0 127 1 0 0 20 0 21 0 420218053 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637389645984 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16041] ppid=16024 vsize=28300332 memory=1556 CPUtime=1.1 cores=0-7
/proc/16026/task/16041/stat : 16041 (java) S 16024 16024 11952 0 -1 1077944384 6645 0 0 0 109 1 0 0 20 0 21 0 420218053 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637388592896 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16042] ppid=16024 vsize=28300332 memory=9588 CPUtime=1.15 cores=0-7
/proc/16026/task/16042/stat : 16042 (java) S 16024 16024 11952 0 -1 1077944384 4266 0 0 0 114 1 0 0 20 0 21 0 420218053 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637387540896 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16043] ppid=16024 vsize=28300332 memory=1712 CPUtime=0.65 cores=0-7
/proc/16026/task/16043/stat : 16043 (java) S 16024 16024 11952 0 -1 1077944384 11963 0 0 0 63 2 0 0 20 0 21 0 420218053 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637386488096 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16044] ppid=16024 vsize=28300332 memory=5980 CPUtime=0 cores=0-7
/proc/16026/task/16044/stat : 16044 (java) S 16024 16024 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 420218053 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637385436000 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16045] ppid=16024 vsize=28300332 memory=4164 CPUtime=0.7 cores=0-7
/proc/16026/task/16045/stat : 16045 (java) S 16024 16024 11952 0 -1 1077944384 2556 0 0 0 40 30 0 0 20 0 21 0 420218053 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637384383280 139639064644226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16200] ppid=16024 vsize=28300332 memory=1056 CPUtime=0 cores=0-7
/proc/16026/task/16200/stat : 16200 (java) S 16024 16024 11952 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 21 0 420389078 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637375414208 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
Current children cumulated CPU time: 10220 s
Current children cumulated vsize: 28413460 KiB
Current children cumulated memory: 25252272 KiB

[startup+1726 s]*
/proc/loadavg: 6.86 7.44 6.71 2/213 16203
/proc/meminfo: memFree=2959532/32770688 swapFree=66919992/67108860
[pid=16024] ppid=16021 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/16024/stat : 16024 (xcsp3-exec) S 16021 16024 11952 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420218046 115843072 364 33554432000 4194304 5098028 140734831027936 140734831026040 139916345188988 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 37990400 140734831035254 140734831035497 140734831035497 140734831038410 0
/proc/16024/statm: 28282 364 305 221 0 87 0
[pid=16026] ppid=16024 vsize=28300332 memory=25250816 CPUtime=10220.4 cores=0-7
/proc/16026/stat : 16026 (java) S 16024 16024 11952 0 -1 1077944320 2912756 0 0 0 1017362 4682 0 0 20 0 21 0 420218046 28979539968 6312704 33554432000 4194304 4196468 140724866576816 140724866559360 139639064633079 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
/proc/16026/statm: 7075083 6312704 3506 1 0 7036185 0
[pid=16026/tid=16027] ppid=16024 vsize=28300332 memory=111632 CPUtime=352.32 cores=0-7
/proc/16026/task/16027/stat : 16027 (java) S 16024 16024 11952 0 -1 1077944384 105570 0 0 0 35136 96 0 0 20 0 21 0 420218047 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139639068873760 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16028] ppid=16024 vsize=28300332 memory=800 CPUtime=1212.63 cores=0-7
/proc/16026/task/16028/stat : 16028 (java) S 16024 16024 11952 0 -1 1077944384 262855 0 0 0 120648 615 0 0 20 0 21 0 420218047 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139638984485776 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 30 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16029] ppid=16024 vsize=28300332 memory=4126316290023845779 CPUtime=1213.77 cores=0-7
/proc/16026/task/16029/stat : 16029 (java) S 16024 16024 11952 0 -1 1077944384 243778 0 0 0 120821 556 0 0 20 0 21 0 420218047 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139638615431952 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 32 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16030] ppid=16024 vsize=28300332 memory=928 CPUtime=1211.78 cores=0-7
/proc/16026/task/16030/stat : 16030 (java) S 16024 16024 11952 0 -1 1077944384 178613 0 0 0 120645 533 0 0 20 0 21 0 420218047 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139638614379664 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 34 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16031] ppid=16024 vsize=28300332 memory=1724 CPUtime=1216.23 cores=0-7
/proc/16026/task/16031/stat : 16031 (java) S 16024 16024 11952 0 -1 1077944384 303706 0 0 0 121125 498 0 0 20 0 21 0 420218047 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139638613326864 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 25 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16032] ppid=16024 vsize=28300332 memory=1964 CPUtime=1214.62 cores=0-7
/proc/16026/task/16032/stat : 16032 (java) S 16024 16024 11952 0 -1 1077944384 234597 0 0 0 120902 560 0 0 20 0 21 0 420218047 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139638612273552 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 34 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16033] ppid=16024 vsize=28300332 memory=2776 CPUtime=1216.33 cores=0-7
/proc/16026/task/16033/stat : 16033 (java) S 16024 16024 11952 0 -1 1077944384 239232 0 0 0 121046 587 0 0 20 0 21 0 420218047 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139638611220752 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16034] ppid=16024 vsize=28300332 memory=924 CPUtime=1214.81 cores=0-7
/proc/16026/task/16034/stat : 16034 (java) S 16024 16024 11952 0 -1 1077944384 238951 0 0 0 120898 583 0 0 20 0 21 0 420218048 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139638610168464 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 32 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16035] ppid=16024 vsize=28300332 memory=1444 CPUtime=1214.74 cores=0-7
/proc/16026/task/16035/stat : 16035 (java) S 16024 16024 11952 0 -1 1077944384 245929 0 0 0 120939 535 0 0 20 0 21 0 420218048 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139638609115664 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 30 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16036] ppid=16024 vsize=28300332 memory=1456 CPUtime=148.19 cores=0-7
/proc/16026/task/16036/stat : 16036 (java) R 16024 16024 11952 0 -1 4202560 825262 0 0 0 14724 95 0 0 20 0 21 0 420218049 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637779260496 139639049629503 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16037] ppid=16024 vsize=28300332 memory=25250816 CPUtime=0 cores=0-7
/proc/16026/task/16037/stat : 16037 (java) S 16024 16024 11952 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 21 0 420218050 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637778208096 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16038] ppid=16024 vsize=28300332 memory=800 CPUtime=0 cores=0-7
/proc/16026/task/16038/stat : 16038 (java) S 16024 16024 11952 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 21 0 420218050 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637777155712 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16039] ppid=16024 vsize=28300332 memory=1804 CPUtime=0 cores=0-7
/proc/16026/task/16039/stat : 16039 (java) S 16024 16024 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 420218053 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637390699088 139639064651675 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16040] ppid=16024 vsize=28300332 memory=1456 CPUtime=1.28 cores=0-7
/proc/16026/task/16040/stat : 16040 (java) S 16024 16024 11952 0 -1 1077944384 7493 0 0 0 127 1 0 0 20 0 21 0 420218053 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637389645984 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16041] ppid=16024 vsize=28300332 memory=25250816 CPUtime=1.1 cores=0-7
/proc/16026/task/16041/stat : 16041 (java) S 16024 16024 11952 0 -1 1077944384 6645 0 0 0 109 1 0 0 20 0 21 0 420218053 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637388592896 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16042] ppid=16024 vsize=28300332 memory=4164 CPUtime=1.15 cores=0-7
/proc/16026/task/16042/stat : 16042 (java) S 16024 16024 11952 0 -1 1077944384 4266 0 0 0 114 1 0 0 20 0 21 0 420218053 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637387540896 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16043] ppid=16024 vsize=28300332 memory=1056 CPUtime=0.65 cores=0-7
/proc/16026/task/16043/stat : 16043 (java) S 16024 16024 11952 0 -1 1077944384 11963 0 0 0 63 2 0 0 20 0 21 0 420218053 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637386488096 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16044] ppid=16024 vsize=28300332 memory=2828 CPUtime=0 cores=0-7
/proc/16026/task/16044/stat : 16044 (java) S 16024 16024 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 420218053 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637385436000 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16045] ppid=16024 vsize=28300332 memory=1176 CPUtime=0.7 cores=0-7
/proc/16026/task/16045/stat : 16045 (java) S 16024 16024 11952 0 -1 1077944384 2556 0 0 0 40 30 0 0 20 0 21 0 420218053 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637384383280 139639064644226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
[pid=16026/tid=16200] ppid=16024 vsize=28300332 memory=980 CPUtime=0 cores=0-7
/proc/16026/task/16200/stat : 16200 (java) S 16024 16024 11952 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 21 0 420389078 28979539968 6312704 33554432000 4194304 4196468 140724866576816 139637375414208 139639064643285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8155136 140724866581482 140724866581654 140724866581654 140724866584527 0
Current children cumulated CPU time: 10220.4 s
Current children cumulated vsize: 28413460 KiB
Current children cumulated memory: 25252272 KiB

[startup+1726.2 s]
/proc/loadavg: 6.86 7.44 6.71 2/213 16203
/proc/meminfo: memFree=2959532/32770688 swapFree=66919992/67108860
[pid=16024] ppid=16021 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/16024/stat : 16024 (xcsp3-exec) S 16021 16024 11952 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420218046 115843072 364 33554432000 4194304 5098028 140734831027936 140734831026040 139916345188988 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 37990400 140734831035254 140734831035497 140734831035497 140734831038410 0
/proc/16024/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 1
Real time (s): 1726.26
CPU time (s): 10220.7
CPU user time (s): 10173.8
CPU system time (s): 46.9485
CPU usage (%): 592.073
Max. virtual memory (cumulated for all children) (KiB): 28413460
Max. memory (cumulated for all children) (KiB): 25252272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10173.8
system time used= 46.9485
maximum resident set size= 25251172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2918202
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109684
involuntary context switches= 167108


# summary of solver processes directly reported to runsolver:
#   pid: 16024
#   total CPU time (s): 10220.7
#   total CPU user time (s): 10173.8
#   total CPU system time (s): 46.9485

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.9796 second user time and 19.6849 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-15 14:42:20
IDJOB=4393573
IDBENCH=138480
IDSOLVER=2841
FILE ID=node120/4393573-1568442117
RUNJOBID= node120-1323945801-11979
PBS_JOBID= 21702313
Free space on /tmp= 61648 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-13.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-4393573-1568442117/watcher-4393573-1568442117 -o /tmp/evaluation-result-4393573-1568442117/solver-4393573-1568442117 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1323945801-11979 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 327672740 HOME/instance-4393573-1568442117.xml

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

MD5SUM BENCH= 388994c608323cc5ca888624a3c66f06
RANDOM SEED=327672740

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        28246776 kB
MemAvailable:   31829136 kB
Buffers:          201608 kB
Cached:          3685680 kB
SwapCached:        77548 kB
Active:          1112516 kB
Inactive:        2857352 kB
Active(anon):       4164 kB
Inactive(anon):   128172 kB
Active(file):    1108352 kB
Inactive(file):  2729180 kB
Unevictable:      106940 kB
Mlocked:          106940 kB
SwapTotal:      67108860 kB
SwapFree:       66919992 kB
Dirty:             26100 kB
Writeback:             0 kB
AnonPages:        140452 kB
Mapped:            48908 kB
Shmem:             41008 kB
Slab:             149928 kB
SReclaimable:     121328 kB
SUnreclaim:        28600 kB
KernelStack:        3728 kB
PageTables:         5740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     514628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     96256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 61624 MiB
End job on node120 at 2011-12-15 15:11:06