Trace number 4281140

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 4.0.5 par (2017-08-18)? 7289.29 1311.05

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-11.xml
MD5SUM282e51d8db2be6465471e4014b41d3d5
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 benchmark122.536
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains65
Minimum domain size580
Maximum domain size675
Distribution of domain sizes[{"size":580,"count":6},{"size":581,"count":6},{"size":582,"count":4},{"size":583,"count":2},{"size":584,"count":4},{"size":585,"count":2},{"size":586,"count":2},{"size":587,"count":2},{"size":588,"count":2},{"size":590,"count":2},{"size":591,"count":8},{"size":592,"count":2},{"size":593,"count":2},{"size":594,"count":6},{"size":595,"count":2},{"size":597,"count":2},{"size":604,"count":2},{"size":605,"count":4},{"size":606,"count":2},{"size":607,"count":2},{"size":608,"count":4},{"size":609,"count":2},{"size":610,"count":8},{"size":611,"count":2},{"size":612,"count":2},"...",{"size":635,"count":2}, {"size":636,"count":2}, {"size":637,"count":2}, {"size":638,"count":2}, {"size":639,"count":6}, {"size":640,"count":4}, {"size":643,"count":4}, {"size":644,"count":2}, {"size":646,"count":4}, {"size":648,"count":6}, {"size":649,"count":2}, {"size":651,"count":2}, {"size":652,"count":2}, {"size":653,"count":2}, {"size":655,"count":2}, {"size":657,"count":2}, {"size":659,"count":4}, {"size":660,"count":2}, {"size":661,"count":2}, {"size":665,"count":6}, {"size":666,"count":2}, {"size":669,"count":2}, {"size":671,"count":4}, {"size":674,"count":2}, {"size":675,"count":2}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281140-1503171124.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4281140-1503171124.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
7196.25/1296.52	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
7196.25/1296.52		at java.util.stream.StreamSupport.stream(StreamSupport.java:69)
7196.25/1296.52		at java.util.Arrays.stream(Arrays.java:5023)
7196.25/1296.52		at java.util.Arrays.stream(Arrays.java:5004)
7196.25/1296.52		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:122)
7196.25/1296.52		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
7196.25/1296.52		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:117)
7196.25/1296.52		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$7(ReExpression.java:148)
7196.25/1296.52		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$76/161960012.valid(Unknown Source)
7196.25/1296.52		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
7196.25/1296.52		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:148)
7196.25/1296.52		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
7196.25/1296.52		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
7196.25/1296.52		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
7196.25/1296.52		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
7196.25/1296.52		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
7196.25/1296.52		at org.xcsp.parser.XCallbacks$$Lambda$46/1468303011.accept(Unknown Source)
7196.25/1296.52		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
7196.25/1296.52		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
7196.25/1296.52		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
7196.25/1296.52		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
7196.25/1296.52		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
7196.25/1296.52		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
7196.25/1296.52		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
7196.25/1296.52		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
7196.25/1296.52		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:112)
7196.25/1296.52		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
7196.25/1296.52		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
7289.17/1310.93	s UNKNOWN
7289.17/1310.93	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 (12742 MiB free)
  memory of node 1: 16384 MiB (13958 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281140-1503171124/watcher-4281140-1503171124 -o /tmp/evaluation-result-4281140-1503171124/solver-4281140-1503171124 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1503164925-17586 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 763160555 HOME/instance-4281140-1503171124.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=18095, runsolver pid=18092


[startup+0.100136 s]*
/proc/loadavg: 5.27 5.15 6.79 2/199 18116
/proc/meminfo: memFree=27326764/32770624 swapFree=67108860/67108860
[pid=18095] ppid=18092 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18095/stat : 18095 (xcsp3-exec) S 18092 18095 17559 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150200059 9740288 346 33554432000 4194304 5098028 140734010783488 140734010781592 139688937996924 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13811712 140734010786917 140734010787127 140734010787127 140734010789867 0
/proc/18095/statm: 2378 346 289 221 0 87 0
[pid=18097] ppid=18095 vsize=25999808 memory=26732 CPUtime=0.11 cores=0-7
/proc/18097/stat : 18097 (java) S 18095 18095 17559 0 -1 1077944320 5484 0 0 0 10 1 0 0 20 0 20 0 150200059 26623803392 6683 33554432000 4194304 4196468 140723732665552 140723732648096 140068562054903 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
/proc/18097/statm: 6499952 6683 2901 1 0 6488269 0
[pid=18097/tid=18098] ppid=18095 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/18097/task/18098/stat : 18098 (java) R 18095 18095 17559 0 -1 4202560 3483 0 0 0 8 1 0 0 20 0 20 0 150200059 26623803392 6683 33554432000 4194304 4196468 140723732665552 140068566275712 140068161400627 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18099] ppid=18095 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/18097/task/18099/stat : 18099 (java) S 18095 18095 17559 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150200060 26623803392 6683 33554432000 4194304 4196468 140723732665552 140068484635664 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18100] ppid=18095 vsize=25999808 memory=140246995129984 CPUtime=0 cores=0-7
/proc/18097/task/18100/stat : 18100 (java) S 18095 18095 17559 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150200060 26623803392 6683 33554432000 4194304 4196468 140723732665552 140068483583120 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18101] ppid=18095 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18101/stat : 18101 (java) S 18095 18095 17559 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150200060 26623803392 6683 33554432000 4194304 4196468 140723732665552 140068482530064 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18102] ppid=18095 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18102/stat : 18102 (java) S 18095 18095 17559 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150200060 26623803392 6683 33554432000 4194304 4196468 140723732665552 140068481477520 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18103] ppid=18095 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18103/stat : 18103 (java) S 18095 18095 17559 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150200060 26623803392 6683 33554432000 4194304 4196468 140723732665552 140068116257296 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18104] ppid=18095 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/18097/task/18104/stat : 18104 (java) S 18095 18095 17559 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150200060 26623803392 6683 33554432000 4194304 4196468 140723732665552 140068115204752 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18105] ppid=18095 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18105/stat : 18105 (java) S 18095 18095 17559 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150200060 26623803392 6683 33554432000 4194304 4196468 140723732665552 140068114151696 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18106] ppid=18095 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18106/stat : 18106 (java) S 18095 18095 17559 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150200060 26623803392 6683 33554432000 4194304 4196468 140723732665552 140068113099152 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18107] ppid=18095 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18107/stat : 18107 (java) S 18095 18095 17559 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150200061 26623803392 6683 33554432000 4194304 4196468 140723732665552 140067350973168 140068562066050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18108] ppid=18095 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18108/stat : 18108 (java) S 18095 18095 17559 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150200062 26623803392 6683 33554432000 4194304 4196468 140723732665552 140067349919392 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18109] ppid=18095 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18109/stat : 18109 (java) S 18095 18095 17559 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150200062 26623803392 6683 33554432000 4194304 4196468 140723732665552 140067348866288 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18110] ppid=18095 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18110/stat : 18110 (java) S 18095 18095 17559 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150200064 26623803392 6683 33554432000 4194304 4196468 140723732665552 140067347814864 140068562073499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18111] ppid=18095 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18111/stat : 18111 (java) S 18095 18095 17559 0 -1 1077944384 412 0 0 0 0 0 0 0 20 0 20 0 150200064 26623803392 6683 33554432000 4194304 4196468 140723732665552 140067346761968 140068562066050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18112] ppid=18095 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18112/stat : 18112 (java) R 18095 18095 17559 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150200064 26623803392 6683 33554432000 4194304 4196468 140723732665552 140067345709520 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18113] ppid=18095 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18113/stat : 18113 (java) S 18095 18095 17559 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150200064 26623803392 6683 33554432000 4194304 4196468 140723732665552 140067344656368 140068562066050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18114] ppid=18095 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/18097/task/18114/stat : 18114 (java) R 18095 18095 17559 0 -1 4202560 284 0 0 0 1 0 0 0 20 0 20 0 150200064 26623803392 6683 33554432000 4194304 4196468 140723732665552 140067343603824 140068543292464 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18115] ppid=18095 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18115/stat : 18115 (java) S 18095 18095 17559 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150200065 26623803392 6683 33554432000 4194304 4196468 140723732665552 140067342552032 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18116] ppid=18095 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/18097/task/18116/stat : 18116 (java) S 18095 18095 17559 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150200065 26623803392 6683 33554432000 4194304 4196468 140723732665552 140067341499568 140068562066050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28116 KiB

[startup+0.210512 s]*
/proc/loadavg: 5.27 5.15 6.79 2/199 18116
/proc/meminfo: memFree=27315828/32770624 swapFree=67108860/67108860
[pid=18095] ppid=18092 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18095/stat : 18095 (xcsp3-exec) S 18092 18095 17559 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150200059 9740288 346 33554432000 4194304 5098028 140734010783488 140734010781592 139688937996924 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13811712 140734010786917 140734010787127 140734010787127 140734010789867 0
/proc/18095/statm: 2378 346 289 221 0 87 0
[pid=18097] ppid=18095 vsize=26004064 memory=38712 CPUtime=0.33 cores=0-7
/proc/18097/stat : 18097 (java) S 18095 18095 17559 0 -1 1077944320 8285 0 0 0 31 2 0 0 20 0 20 0 150200059 26628161536 9678 33554432000 4194304 4196468 140723732665552 140723732648096 140068562054903 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
/proc/18097/statm: 6501016 9678 3055 1 0 6488269 0
[pid=18097/tid=18098] ppid=18095 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/18097/task/18098/stat : 18098 (java) D 18095 18095 17559 0 -1 1077944384 5461 0 0 0 18 1 0 0 20 0 20 0 150200059 26628161536 9699 33554432000 4194304 4196468 140723732665552 140068566265712 140068554734125 0 4 0 16800975 18446744072101707300 0 0 -1 5 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18099] ppid=18095 vsize=26004064 memory=342 CPUtime=0 cores=0-7
/proc/18097/task/18099/stat : 18099 (java) S 18095 18095 17559 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150200060 26628161536 9699 33554432000 4194304 4196468 140723732665552 140068484635664 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18100] ppid=18095 vsize=26004064 memory=140246995838297 CPUtime=0 cores=0-7
/proc/18097/task/18100/stat : 18100 (java) S 18095 18095 17559 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150200060 26628161536 9699 33554432000 4194304 4196468 140723732665552 140068483583120 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18101] ppid=18095 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/18097/task/18101/stat : 18101 (java) S 18095 18095 17559 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150200060 26628161536 9699 33554432000 4194304 4196468 140723732665552 140068482530064 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18102] ppid=18095 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18102/stat : 18102 (java) S 18095 18095 17559 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150200060 26628161536 9699 33554432000 4194304 4196468 140723732665552 140068481477520 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18103] ppid=18095 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18103/stat : 18103 (java) S 18095 18095 17559 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150200060 26628194304 9699 33554432000 4194304 4196468 140723732665552 140068116257296 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18104] ppid=18095 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/18097/task/18104/stat : 18104 (java) S 18095 18095 17559 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150200060 26628161536 9699 33554432000 4194304 4196468 140723732665552 140068115204752 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18105] ppid=18095 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18105/stat : 18105 (java) S 18095 18095 17559 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150200060 26628161536 9699 33554432000 4194304 4196468 140723732665552 140068114151696 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18106] ppid=18095 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18106/stat : 18106 (java) S 18095 18095 17559 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150200060 26628161536 9699 33554432000 4194304 4196468 140723732665552 140068113099152 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18107] ppid=18095 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18107/stat : 18107 (java) S 18095 18095 17559 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 150200061 26628161536 9699 33554432000 4194304 4196468 140723732665552 140067350973168 140068562066050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18108] ppid=18095 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18108/stat : 18108 (java) S 18095 18095 17559 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150200062 26628161536 9699 33554432000 4194304 4196468 140723732665552 140067349919392 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18109] ppid=18095 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18109/stat : 18109 (java) S 18095 18095 17559 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150200062 26628161536 9699 33554432000 4194304 4196468 140723732665552 140067348866288 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18110] ppid=18095 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18110/stat : 18110 (java) S 18095 18095 17559 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150200064 26628161536 9699 33554432000 4194304 4196468 140723732665552 140067347814864 140068562073499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18111] ppid=18095 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/18097/task/18111/stat : 18111 (java) S 18095 18095 17559 0 -1 1077944384 590 0 0 0 1 0 0 0 20 0 20 0 150200064 26628161536 9699 33554432000 4194304 4196468 140723732665552 140067346761968 140068562066050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18112] ppid=18095 vsize=26004096 memory=0 CPUtime=0.02 cores=0-7
/proc/18097/task/18112/stat : 18112 (java) S 18095 18095 17559 0 -1 1077944384 158 0 0 0 2 0 0 0 20 0 20 0 150200064 26628194304 9699 33554432000 4194304 4196468 140723732665552 140067345709424 140068562066050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18113] ppid=18095 vsize=26004096 memory=-1 CPUtime=0 cores=0-7
/proc/18097/task/18113/stat : 18113 (java) S 18095 18095 17559 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 150200064 26628194304 9699 33554432000 4194304 4196468 140723732665552 140067344656368 140068562066050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18114] ppid=18095 vsize=26004064 memory=-1 CPUtime=0.08 cores=0-7
/proc/18097/task/18114/stat : 18114 (java) S 18095 18095 17559 0 -1 1077944384 774 0 0 0 8 0 0 0 20 0 20 0 150200064 26628161536 9699 33554432000 4194304 4196468 140723732665552 140067343603824 140068562066050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18115] ppid=18095 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18115/stat : 18115 (java) S 18095 18095 17559 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150200065 26628161536 9699 33554432000 4194304 4196468 140723732665552 140067342552032 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18116] ppid=18095 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/18097/task/18116/stat : 18116 (java) S 18095 18095 17559 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150200065 26628161536 9699 33554432000 4194304 4196468 140723732665552 140067341499568 140068562066050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40096 KiB

[startup+0.310527 s]*
/proc/loadavg: 5.27 5.15 6.79 4/199 18116
/proc/meminfo: memFree=27311424/32770624 swapFree=67108860/67108860
[pid=18095] ppid=18092 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18095/stat : 18095 (xcsp3-exec) S 18092 18095 17559 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150200059 9740288 346 33554432000 4194304 5098028 140734010783488 140734010781592 139688937996924 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13811712 140734010786917 140734010787127 140734010787127 140734010789867 0
/proc/18095/statm: 2378 346 289 221 0 87 0
[pid=18097] ppid=18095 vsize=26004064 memory=43860 CPUtime=0.5 cores=0-7
/proc/18097/stat : 18097 (java) S 18095 18095 17559 0 -1 1077944320 9193 0 0 0 47 3 0 0 20 0 20 0 150200059 26628161536 10965 33554432000 4194304 4196468 140723732665552 140723732648096 140068562054903 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
/proc/18097/statm: 6501016 10965 3094 1 0 6488269 0
[pid=18097/tid=18098] ppid=18095 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/18097/task/18098/stat : 18098 (java) R 18095 18095 17559 0 -1 4202560 6101 0 0 0 27 2 0 0 20 0 20 0 150200059 26628161536 11477 33554432000 4194304 4196468 140723732665552 140068566292832 140068562076829 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18099] ppid=18095 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18099/stat : 18099 (java) S 18095 18095 17559 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150200060 26628161536 11477 33554432000 4194304 4196468 140723732665552 140068484635664 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18100] ppid=18095 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18100/stat : 18100 (java) S 18095 18095 17559 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150200060 26628161536 11477 33554432000 4194304 4196468 140723732665552 140068483583120 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18101] ppid=18095 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18101/stat : 18101 (java) S 18095 18095 17559 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150200060 26628161536 11477 33554432000 4194304 4196468 140723732665552 140068482530064 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18102] ppid=18095 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18102/stat : 18102 (java) S 18095 18095 17559 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150200060 26628161536 11477 33554432000 4194304 4196468 140723732665552 140068481477520 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18103] ppid=18095 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/18097/task/18103/stat : 18103 (java) S 18095 18095 17559 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150200060 26628161536 11477 33554432000 4194304 4196468 140723732665552 140068116257296 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18104] ppid=18095 vsize=26004064 memory=140246855545775 CPUtime=0 cores=0-7
/proc/18097/task/18104/stat : 18104 (java) S 18095 18095 17559 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150200060 26628161536 11477 33554432000 4194304 4196468 140723732665552 140068115204752 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18105] ppid=18095 vsize=26004064 memory=140246855548080 CPUtime=0 cores=0-7
/proc/18097/task/18105/stat : 18105 (java) S 18095 18095 17559 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150200060 26628161536 11477 33554432000 4194304 4196468 140723732665552 140068114151696 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18106] ppid=18095 vsize=26004064 memory=140246855550384 CPUtime=0 cores=0-7
/proc/18097/task/18106/stat : 18106 (java) S 18095 18095 17559 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150200060 26628161536 11477 33554432000 4194304 4196468 140723732665552 140068113099152 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18107] ppid=18095 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18107/stat : 18107 (java) S 18095 18095 17559 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 150200061 26628161536 11477 33554432000 4194304 4196468 140723732665552 140067350973168 140068562066050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18108] ppid=18095 vsize=26004064 memory=280493711107728 CPUtime=0 cores=0-7
/proc/18097/task/18108/stat : 18108 (java) S 18095 18095 17559 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150200062 26628161536 11477 33554432000 4194304 4196468 140723732665552 140067349919392 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18109] ppid=18095 vsize=26004064 memory=280493711114640 CPUtime=0 cores=0-7
/proc/18097/task/18109/stat : 18109 (java) S 18095 18095 17559 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150200062 26628161536 11477 33554432000 4194304 4196468 140723732665552 140067348866288 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18110] ppid=18095 vsize=26004064 memory=280493711055920 CPUtime=0 cores=0-7
/proc/18097/task/18110/stat : 18110 (java) S 18095 18095 17559 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150200064 26628161536 11477 33554432000 4194304 4196468 140723732665552 140067347814864 140068562073499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18111] ppid=18095 vsize=26004064 memory=280493711128464 CPUtime=0.01 cores=0-7
/proc/18097/task/18111/stat : 18111 (java) S 18095 18095 17559 0 -1 1077944384 596 0 0 0 1 0 0 0 20 0 20 0 150200064 26628161536 11477 33554432000 4194304 4196468 140723732665552 140067346761968 140068562066050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18112] ppid=18095 vsize=26004064 memory=280493711135376 CPUtime=0.03 cores=0-7
/proc/18097/task/18112/stat : 18112 (java) R 18095 18095 17559 0 -1 4202560 173 0 0 0 3 0 0 0 20 0 20 0 150200064 26628161536 11477 33554432000 4194304 4196468 140723732665552 140067345699536 140068540502203 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18113] ppid=18095 vsize=26004064 memory=280493711133072 CPUtime=0.01 cores=0-7
/proc/18097/task/18113/stat : 18113 (java) S 18095 18095 17559 0 -1 1077944384 59 0 0 0 1 0 0 0 20 0 20 0 150200064 26628161536 11477 33554432000 4194304 4196468 140723732665552 140067344656368 140068562066050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18114] ppid=18095 vsize=26004064 memory=280493711149232 CPUtime=0.13 cores=0-7
/proc/18097/task/18114/stat : 18114 (java) R 18095 18095 17559 0 -1 4202560 954 0 0 0 13 0 0 0 20 0 20 0 150200064 26628161536 11477 33554432000 4194304 4196468 140723732665552 140067343599504 140068540773733 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18115] ppid=18095 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18115/stat : 18115 (java) S 18095 18095 17559 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150200065 26628161536 11477 33554432000 4194304 4196468 140723732665552 140067342552032 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18116] ppid=18095 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/18097/task/18116/stat : 18116 (java) S 18095 18095 17559 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150200065 26628161536 11477 33554432000 4194304 4196468 140723732665552 140067341499568 140068562066050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45244 KiB

[startup+0.701051 s]
/proc/loadavg: 5.27 5.15 6.79 5/199 18116
/proc/meminfo: memFree=27281896/32770624 swapFree=67108860/67108860
[pid=18095] ppid=18092 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18095/stat : 18095 (xcsp3-exec) S 18092 18095 17559 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150200059 9740288 346 33554432000 4194304 5098028 140734010783488 140734010781592 139688937996924 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13811712 140734010786917 140734010787127 140734010787127 140734010789867 0
/proc/18095/statm: 2378 346 289 221 0 87 0
[pid=18097] ppid=18095 vsize=26006188 memory=166988 CPUtime=2 cores=0-7
/proc/18097/stat : 18097 (java) S 18095 18095 17559 0 -1 1077944320 14402 0 0 0 194 6 0 0 20 0 20 0 150200059 26630336512 41747 33554432000 4194304 4196468 140723732665552 140723732648096 140068562054903 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
/proc/18097/statm: 6501547 41747 3196 1 0 6488781 0
[pid=18097/tid=18098] ppid=18095 vsize=26006188 memory=280493711507120 CPUtime=0.67 cores=0-7
/proc/18097/task/18098/stat : 18098 (java) R 18095 18095 17559 0 -1 4202560 6635 0 0 0 64 3 0 0 20 0 20 0 150200059 26630336512 41747 33554432000 4194304 4196468 140723732665552 140068566289952 140068165457099 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18099] ppid=18095 vsize=26006188 memory=140246855754608 CPUtime=0 cores=0-7
/proc/18097/task/18099/stat : 18099 (java) S 18095 18095 17559 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150200060 26630336512 41747 33554432000 4194304 4196468 140723732665552 140068484635664 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18100] ppid=18095 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/18097/task/18100/stat : 18100 (java) S 18095 18095 17559 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150200060 26630336512 41747 33554432000 4194304 4196468 140723732665552 140068483583120 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18101] ppid=18095 vsize=26006188 memory=4620 CPUtime=0 cores=0-7
/proc/18097/task/18101/stat : 18101 (java) S 18095 18095 17559 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150200060 26630336512 41747 33554432000 4194304 4196468 140723732665552 140068482530064 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0

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

[pid=18097/tid=18098] ppid=18095 vsize=26072752 memory=6791534058613427641 CPUtime=293.75 cores=0-7
/proc/18097/task/18098/stat : 18098 (java) S 18095 18095 17559 0 -1 1077944384 79323 0 0 0 29261 114 0 0 20 0 21 0 150200059 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140068566295584 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18099] ppid=18095 vsize=26072752 memory=6944656592455088490 CPUtime=854.57 cores=0-7
/proc/18097/task/18099/stat : 18099 (java) S 18095 18095 17559 0 -1 1077944384 222958 0 0 0 84934 523 0 0 20 0 21 0 150200060 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140068484635664 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18100] ppid=18095 vsize=26072752 memory=64653 CPUtime=855.8 cores=0-7
/proc/18097/task/18100/stat : 18100 (java) S 18095 18095 17559 0 -1 1077944384 189317 0 0 0 85049 531 0 0 20 0 21 0 150200060 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140068483583120 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 41 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18101] ppid=18095 vsize=26072752 memory=23324800 CPUtime=855.78 cores=0-7
/proc/18097/task/18101/stat : 18101 (java) S 18095 18095 17559 0 -1 1077944384 171349 0 0 0 85091 487 0 0 20 0 21 0 150200060 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140068482530064 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18102] ppid=18095 vsize=26072752 memory=1236 CPUtime=852.09 cores=0-7
/proc/18097/task/18102/stat : 18102 (java) S 18095 18095 17559 0 -1 1077944384 161452 0 0 0 84700 509 0 0 20 0 21 0 150200060 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140068481477520 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18103] ppid=18095 vsize=26072752 memory=640 CPUtime=854.8 cores=0-7
/proc/18097/task/18103/stat : 18103 (java) S 18095 18095 17559 0 -1 1077944384 278653 0 0 0 85010 470 0 0 20 0 21 0 150200060 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140068116257296 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 44 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18104] ppid=18095 vsize=26072752 memory=956 CPUtime=854.95 cores=0-7
/proc/18097/task/18104/stat : 18104 (java) S 18095 18095 17559 0 -1 1077944384 148843 0 0 0 85018 477 0 0 20 0 21 0 150200060 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140068115204752 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18105] ppid=18095 vsize=26072752 memory=2424 CPUtime=855.95 cores=0-7
/proc/18097/task/18105/stat : 18105 (java) S 18095 18095 17559 0 -1 1077944384 230044 0 0 0 85067 528 0 0 20 0 21 0 150200060 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140068114151696 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18106] ppid=18095 vsize=26072752 memory=25256 CPUtime=854.78 cores=0-7
/proc/18097/task/18106/stat : 18106 (java) S 18095 18095 17559 0 -1 1077944384 161694 0 0 0 84977 501 0 0 20 0 21 0 150200060 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140068113099152 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18107] ppid=18095 vsize=26072752 memory=4048 CPUtime=150.91 cores=0-7
/proc/18097/task/18107/stat : 18107 (java) R 18095 18095 17559 0 -1 4202560 763165 0 0 0 15005 86 0 0 20 0 21 0 150200061 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067350971712 140068546512534 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18108] ppid=18095 vsize=26072752 memory=18488 CPUtime=0 cores=0-7
/proc/18097/task/18108/stat : 18108 (java) S 18095 18095 17559 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 21 0 150200062 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067349919456 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18109] ppid=18095 vsize=26072752 memory=1796 CPUtime=0 cores=0-7
/proc/18097/task/18109/stat : 18109 (java) S 18095 18095 17559 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 150200062 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067348866304 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18110] ppid=18095 vsize=26072752 memory=2240 CPUtime=0 cores=0-7
/proc/18097/task/18110/stat : 18110 (java) S 18095 18095 17559 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 150200064 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067347814864 140068562073499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18111] ppid=18095 vsize=26072752 memory=4316 CPUtime=0.88 cores=0-7
/proc/18097/task/18111/stat : 18111 (java) S 18095 18095 17559 0 -1 1077944384 6574 0 0 0 87 1 0 0 20 0 21 0 150200064 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067346762016 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18112] ppid=18095 vsize=26072752 memory=928 CPUtime=0.85 cores=0-7
/proc/18097/task/18112/stat : 18112 (java) S 18095 18095 17559 0 -1 1077944384 5876 0 0 0 84 1 0 0 20 0 21 0 150200064 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067345709184 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18113] ppid=18095 vsize=26072752 memory=1576 CPUtime=0.74 cores=0-7
/proc/18097/task/18113/stat : 18113 (java) S 18095 18095 17559 0 -1 1077944384 4799 0 0 0 73 1 0 0 20 0 21 0 150200064 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067344656416 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18114] ppid=18095 vsize=26072752 memory=18488 CPUtime=0.55 cores=0-7
/proc/18097/task/18114/stat : 18114 (java) S 18095 18095 17559 0 -1 1077944384 11249 0 0 0 53 2 0 0 20 0 21 0 150200064 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067343603872 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18115] ppid=18095 vsize=26072752 memory=1796 CPUtime=0 cores=0-7
/proc/18097/task/18115/stat : 18115 (java) S 18095 18095 17559 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 150200065 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067342552032 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18116] ppid=18095 vsize=26072752 memory=1236 CPUtime=0.52 cores=0-7
/proc/18097/task/18116/stat : 18116 (java) S 18095 18095 17559 0 -1 1077944384 2185 0 0 0 27 25 0 0 20 0 21 0 150200065 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067341499568 140068562066050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18135] ppid=18095 vsize=26072752 memory=640 CPUtime=0 cores=0-7
/proc/18097/task/18135/stat : 18135 (java) S 18095 18095 17559 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 21 0 150329711 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067265666624 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
Current children cumulated CPU time: 7287.06 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 23326184 KiB

[startup+1310.4 s]
/proc/loadavg: 7.58 6.94 6.13 2/200 18135
/proc/meminfo: memFree=3987952/32770624 swapFree=67108860/67108860
[pid=18095] ppid=18092 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18095/stat : 18095 (xcsp3-exec) S 18092 18095 17559 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150200059 9740288 346 33554432000 4194304 5098028 140734010783488 140734010781592 139688937996924 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13811712 140734010786917 140734010787127 140734010787127 140734010789867 0
/proc/18095/statm: 2378 346 289 221 0 87 0
[pid=18097] ppid=18095 vsize=26072752 memory=23324800 CPUtime=7288.67 cores=0-7
/proc/18097/stat : 18097 (java) S 18095 18095 17559 0 -1 1077944320 2441332 0 0 0 724618 4249 0 0 20 0 21 0 150200059 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140723732648096 140068562054903 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
/proc/18097/statm: 6518188 5831200 3262 1 0 6505422 0
[pid=18097/tid=18098] ppid=18095 vsize=26072752 memory=1728 CPUtime=293.75 cores=0-7
/proc/18097/task/18098/stat : 18098 (java) S 18095 18095 17559 0 -1 1077944384 79323 0 0 0 29261 114 0 0 20 0 21 0 150200059 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140068566295584 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18099] ppid=18095 vsize=26072752 memory=796 CPUtime=854.57 cores=0-7
/proc/18097/task/18099/stat : 18099 (java) S 18095 18095 17559 0 -1 1077944384 222958 0 0 0 84934 523 0 0 20 0 21 0 150200060 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140068484635664 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18100] ppid=18095 vsize=26072752 memory=1716 CPUtime=855.8 cores=0-7
/proc/18097/task/18100/stat : 18100 (java) S 18095 18095 17559 0 -1 1077944384 189317 0 0 0 85049 531 0 0 20 0 21 0 150200060 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140068483583120 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 41 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18101] ppid=18095 vsize=26072752 memory=1956 CPUtime=855.78 cores=0-7
/proc/18097/task/18101/stat : 18101 (java) S 18095 18095 17559 0 -1 1077944384 171349 0 0 0 85091 487 0 0 20 0 21 0 150200060 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140068482530064 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18102] ppid=18095 vsize=26072752 memory=8608 CPUtime=852.09 cores=0-7
/proc/18097/task/18102/stat : 18102 (java) S 18095 18095 17559 0 -1 1077944384 161452 0 0 0 84700 509 0 0 20 0 21 0 150200060 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140068481477520 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18103] ppid=18095 vsize=26072752 memory=1228 CPUtime=854.8 cores=0-7
/proc/18097/task/18103/stat : 18103 (java) S 18095 18095 17559 0 -1 1077944384 278653 0 0 0 85010 470 0 0 20 0 21 0 150200060 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140068116257296 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 44 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18104] ppid=18095 vsize=26072752 memory=23324796 CPUtime=854.95 cores=0-7
/proc/18097/task/18104/stat : 18104 (java) S 18095 18095 17559 0 -1 1077944384 148843 0 0 0 85018 477 0 0 20 0 21 0 150200060 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140068115204752 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18105] ppid=18095 vsize=26072752 memory=6791534058613427641 CPUtime=855.95 cores=0-7
/proc/18097/task/18105/stat : 18105 (java) S 18095 18095 17559 0 -1 1077944384 230044 0 0 0 85067 528 0 0 20 0 21 0 150200060 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140068114151696 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18106] ppid=18095 vsize=26072752 memory=4872558044660077418 CPUtime=854.78 cores=0-7
/proc/18097/task/18106/stat : 18106 (java) S 18095 18095 17559 0 -1 1077944384 161694 0 0 0 84977 501 0 0 20 0 21 0 150200060 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140068113099152 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18107] ppid=18095 vsize=26072752 memory=1008 CPUtime=152.51 cores=0-7
/proc/18097/task/18107/stat : 18107 (java) R 18095 18095 17559 0 -1 4202560 765690 0 0 0 15165 86 0 0 20 0 21 0 150200061 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067350971712 140068547051307 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18108] ppid=18095 vsize=26072752 memory=4140 CPUtime=0 cores=0-7
/proc/18097/task/18108/stat : 18108 (java) S 18095 18095 17559 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 21 0 150200062 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067349919456 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18109] ppid=18095 vsize=26072752 memory=41628 CPUtime=0 cores=0-7
/proc/18097/task/18109/stat : 18109 (java) S 18095 18095 17559 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 150200062 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067348866304 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18110] ppid=18095 vsize=26072752 memory=15880 CPUtime=0 cores=0-7
/proc/18097/task/18110/stat : 18110 (java) S 18095 18095 17559 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 150200064 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067347814864 140068562073499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18111] ppid=18095 vsize=26072752 memory=25256 CPUtime=0.88 cores=0-7
/proc/18097/task/18111/stat : 18111 (java) S 18095 18095 17559 0 -1 1077944384 6574 0 0 0 87 1 0 0 20 0 21 0 150200064 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067346762016 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18112] ppid=18095 vsize=26072752 memory=4048 CPUtime=0.85 cores=0-7
/proc/18097/task/18112/stat : 18112 (java) S 18095 18095 17559 0 -1 1077944384 5876 0 0 0 84 1 0 0 20 0 21 0 150200064 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067345709184 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18113] ppid=18095 vsize=26072752 memory=18488 CPUtime=0.74 cores=0-7
/proc/18097/task/18113/stat : 18113 (java) S 18095 18095 17559 0 -1 1077944384 4799 0 0 0 73 1 0 0 20 0 21 0 150200064 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067344656416 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18114] ppid=18095 vsize=26072752 memory=1796 CPUtime=0.55 cores=0-7
/proc/18097/task/18114/stat : 18114 (java) S 18095 18095 17559 0 -1 1077944384 11249 0 0 0 53 2 0 0 20 0 21 0 150200064 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067343603872 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18115] ppid=18095 vsize=26072752 memory=1236 CPUtime=0 cores=0-7
/proc/18097/task/18115/stat : 18115 (java) S 18095 18095 17559 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 150200065 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067342552032 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18116] ppid=18095 vsize=26072752 memory=640 CPUtime=0.52 cores=0-7
/proc/18097/task/18116/stat : 18116 (java) S 18095 18095 17559 0 -1 1077944384 2185 0 0 0 27 25 0 0 20 0 21 0 150200065 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067341499568 140068562066050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18135] ppid=18095 vsize=26072752 memory=956 CPUtime=0 cores=0-7
/proc/18097/task/18135/stat : 18135 (java) S 18095 18095 17559 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 21 0 150329711 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067265666624 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
Current children cumulated CPU time: 7288.67 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 23326184 KiB

[startup+1310.8 s]
/proc/loadavg: 7.58 6.94 6.13 2/200 18135
/proc/meminfo: memFree=3987952/32770624 swapFree=67108860/67108860
[pid=18095] ppid=18092 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18095/stat : 18095 (xcsp3-exec) S 18092 18095 17559 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150200059 9740288 346 33554432000 4194304 5098028 140734010783488 140734010781592 139688937996924 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13811712 140734010786917 140734010787127 140734010787127 140734010789867 0
/proc/18095/statm: 2378 346 289 221 0 87 0
[pid=18097] ppid=18095 vsize=26072752 memory=23324800 CPUtime=7289.07 cores=0-7
/proc/18097/stat : 18097 (java) S 18095 18095 17559 0 -1 1077944320 2441333 0 0 0 724658 4249 0 0 20 0 21 0 150200059 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140723732648096 140068562054903 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
/proc/18097/statm: 6518188 5831200 3262 1 0 6505422 0
[pid=18097/tid=18098] ppid=18095 vsize=26072752 memory=1384 CPUtime=293.75 cores=0-7
/proc/18097/task/18098/stat : 18098 (java) S 18095 18095 17559 0 -1 1077944384 79323 0 0 0 29261 114 0 0 20 0 21 0 150200059 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140068566295584 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18099] ppid=18095 vsize=26072752 memory=6791534058613427641 CPUtime=854.57 cores=0-7
/proc/18097/task/18099/stat : 18099 (java) S 18095 18095 17559 0 -1 1077944384 222958 0 0 0 84934 523 0 0 20 0 21 0 150200060 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140068484635664 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18100] ppid=18095 vsize=26072752 memory=23324800 CPUtime=855.8 cores=0-7
/proc/18097/task/18100/stat : 18100 (java) S 18095 18095 17559 0 -1 1077944384 189317 0 0 0 85049 531 0 0 20 0 21 0 150200060 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140068483583120 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 41 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18101] ppid=18095 vsize=26072752 memory=2424 CPUtime=855.78 cores=0-7
/proc/18097/task/18101/stat : 18101 (java) S 18095 18095 17559 0 -1 1077944384 171349 0 0 0 85091 487 0 0 20 0 21 0 150200060 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140068482530064 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 43 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18102] ppid=18095 vsize=26072752 memory=2240 CPUtime=852.09 cores=0-7
/proc/18097/task/18102/stat : 18102 (java) S 18095 18095 17559 0 -1 1077944384 161452 0 0 0 84700 509 0 0 20 0 21 0 150200060 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140068481477520 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18103] ppid=18095 vsize=26072752 memory=4316 CPUtime=854.8 cores=0-7
/proc/18097/task/18103/stat : 18103 (java) S 18095 18095 17559 0 -1 1077944384 278653 0 0 0 85010 470 0 0 20 0 21 0 150200060 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140068116257296 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 44 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18104] ppid=18095 vsize=26072752 memory=928 CPUtime=854.95 cores=0-7
/proc/18097/task/18104/stat : 18104 (java) S 18095 18095 17559 0 -1 1077944384 148843 0 0 0 85018 477 0 0 20 0 21 0 150200060 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140068115204752 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18105] ppid=18095 vsize=26072752 memory=6791534058613427641 CPUtime=855.95 cores=0-7
/proc/18097/task/18105/stat : 18105 (java) S 18095 18095 17559 0 -1 1077944384 230044 0 0 0 85067 528 0 0 20 0 21 0 150200060 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140068114151696 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18106] ppid=18095 vsize=26072752 memory=23324800 CPUtime=854.78 cores=0-7
/proc/18097/task/18106/stat : 18106 (java) S 18095 18095 17559 0 -1 1077944384 161694 0 0 0 84977 501 0 0 20 0 21 0 150200060 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140068113099152 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18107] ppid=18095 vsize=26072752 memory=1236 CPUtime=152.91 cores=0-7
/proc/18097/task/18107/stat : 18107 (java) R 18095 18095 17559 0 -1 4202560 765691 0 0 0 15205 86 0 0 20 0 21 0 150200061 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067350971712 140068547051313 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18108] ppid=18095 vsize=26072752 memory=640 CPUtime=0 cores=0-7
/proc/18097/task/18108/stat : 18108 (java) S 18095 18095 17559 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 21 0 150200062 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067349919456 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18109] ppid=18095 vsize=26072752 memory=956 CPUtime=0 cores=0-7
/proc/18097/task/18109/stat : 18109 (java) S 18095 18095 17559 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 150200062 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067348866304 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18110] ppid=18095 vsize=26072752 memory=2424 CPUtime=0 cores=0-7
/proc/18097/task/18110/stat : 18110 (java) S 18095 18095 17559 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 150200064 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067347814864 140068562073499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18111] ppid=18095 vsize=26072752 memory=2240 CPUtime=0.88 cores=0-7
/proc/18097/task/18111/stat : 18111 (java) S 18095 18095 17559 0 -1 1077944384 6574 0 0 0 87 1 0 0 20 0 21 0 150200064 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067346762016 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18112] ppid=18095 vsize=26072752 memory=1384 CPUtime=0.85 cores=0-7
/proc/18097/task/18112/stat : 18112 (java) S 18095 18095 17559 0 -1 1077944384 5876 0 0 0 84 1 0 0 20 0 21 0 150200064 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067345709184 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18113] ppid=18095 vsize=26072752 memory=23324800 CPUtime=0.74 cores=0-7
/proc/18097/task/18113/stat : 18113 (java) S 18095 18095 17559 0 -1 1077944384 4799 0 0 0 73 1 0 0 20 0 21 0 150200064 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067344656416 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18114] ppid=18095 vsize=26072752 memory=8608 CPUtime=0.55 cores=0-7
/proc/18097/task/18114/stat : 18114 (java) S 18095 18095 17559 0 -1 1077944384 11249 0 0 0 53 2 0 0 20 0 21 0 150200064 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067343603872 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18115] ppid=18095 vsize=26072752 memory=1228 CPUtime=0 cores=0-7
/proc/18097/task/18115/stat : 18115 (java) S 18095 18095 17559 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 150200065 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067342552032 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18116] ppid=18095 vsize=26072752 memory=12136 CPUtime=0.52 cores=0-7
/proc/18097/task/18116/stat : 18116 (java) S 18095 18095 17559 0 -1 1077944384 2185 0 0 0 27 25 0 0 20 0 21 0 150200065 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067341499568 140068562066050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
[pid=18097/tid=18135] ppid=18095 vsize=26072752 memory=5792 CPUtime=0 cores=0-7
/proc/18097/task/18135/stat : 18135 (java) S 18095 18095 17559 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 21 0 150329711 26698498048 5831200 33554432000 4194304 4196468 140723732665552 140067265666624 140068562065109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7426048 140723732669586 140723732669763 140723732669763 140723732672463 0
Current children cumulated CPU time: 7289.07 s
Current children cumulated vsize: 26082264 KiB
Current children cumulated memory: 23326184 KiB

[startup+1311 s]*
/proc/loadavg: 7.06 6.84 6.10 2/181 18135
/proc/meminfo: memFree=19035192/32770624 swapFree=67108860/67108860
[pid=18095] ppid=18092 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/18095/stat : 18095 (xcsp3-exec) S 18092 18095 17559 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150200059 9740288 346 33554432000 4194304 5098028 140734010783488 140734010781592 139688937996924 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13811712 140734010786917 140734010787127 140734010787127 140734010789867 0
/proc/18095/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1384 KiB

Child status: 1
Real time (s): 1311.05
CPU time (s): 7289.29
CPU user time (s): 7246.68
CPU system time (s): 42.6056
CPU usage (%): 555.988
Max. virtual memory (cumulated for all children) (KiB): 26082264
Max. memory (cumulated for all children) (KiB): 23326184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7246.68
system time used= 42.6056
maximum resident set size= 23325180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2447126
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 93416
involuntary context switches= 114129


# summary of solver processes directly reported to runsolver:
#   pid: 18095
#   total CPU time (s): 7289.29
#   total CPU user time (s): 7246.68
#   total CPU system time (s): 42.6056

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.06076 second user time and 13.6886 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-19 21:17:44
IDJOB=4281140
IDBENCH=138457
IDSOLVER=2675
FILE ID=node106/4281140-1503171124
RUNJOBID= node106-1503164925-17586
PBS_JOBID= 20630831
Free space on /tmp= 61820 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-11.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4281140-1503171124/watcher-4281140-1503171124 -o /tmp/evaluation-result-4281140-1503171124/solver-4281140-1503171124 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1503164925-17586 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 763160555 HOME/instance-4281140-1503171124.xml

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

MD5SUM BENCH= 282e51d8db2be6465471e4014b41d3d5
RANDOM SEED=763160555

node106.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.86
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.86
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.86
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.86
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:        27342064 kB
MemAvailable:   31971132 kB
Buffers:          237932 kB
Cached:          4683356 kB
SwapCached:            0 kB
Active:          1067712 kB
Inactive:        3909892 kB
Active(anon):      12416 kB
Inactive(anon):    80012 kB
Active(file):    1055296 kB
Inactive(file):  3829880 kB
Unevictable:        7764 kB
Mlocked:            7764 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7964 kB
Writeback:             0 kB
AnonPages:        120848 kB
Mapped:            51360 kB
Shmem:             33420 kB
Slab:             146180 kB
SReclaimable:     119456 kB
SUnreclaim:        26724 kB
KernelStack:        3680 kB
PageTables:         5368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     334732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61812 MiB
End job on node106 at 2017-08-19 21:39:35