Trace number 4399698

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-16 parallelUNSAT 4318.45 612.043

General information on the benchmark

NameSocialGolfers/SocialGolfers-cp-s1/
SocialGolfers-8-4-8-cp.xml
MD5SUM98d7ab41a8bb825fcbc10f63a442bd58
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints13898
Number of domains1
Minimum domain size8
Maximum domain size8
Distribution of domain sizes[{"size":8,"count":256}]
Minimum variable degree219
Maximum variable degree220
Distribution of variable degrees[{"degree":219,"count":224},{"degree":220,"count":32}]
Minimum constraint arity4
Maximum constraint arity256
Distribution of constraint arities[{"arity":4,"count":13888},{"arity":32,"count":9},{"arity":256,"count":1}]
Number of extensional constraints0
Number of intensional constraints13888
Distribution of constraint types[{"type":"intension","count":13888},{"type":"lex","count":1},{"type":"cardinality","count":8},{"type":"instantiation","count":1}]
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-4399698-1568704301.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399698-1568704301.xml, -tl, 20160s, -p, 8]
0.33/0.23	c 8 solvers in parallel
0.33/0.29	c parse instance...
1418.17/235.95	c solve instance...
4106.27/584.33	java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError
4228.19/600.20		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4228.19/600.21		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4228.19/600.21		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:166)
4228.19/600.21		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4228.19/600.21		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4279.02/606.76	Caused by: java.lang.OutOfMemoryError
4279.02/606.76		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
4279.02/606.76		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
4279.02/606.76		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
4279.02/606.76		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
4279.02/606.76		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
4279.02/606.76		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
4279.02/606.76		... 4 more
4279.02/606.76	Caused by: java.lang.OutOfMemoryError
4279.02/606.76		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
4279.02/606.76		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
4279.02/606.76		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
4279.02/606.76		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
4279.02/606.76		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
4279.02/606.76		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
4279.02/606.76		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
4279.02/606.76		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
4279.02/606.76		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
4279.02/606.76		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
4279.02/606.76		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
4279.02/606.76		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
4279.02/606.76		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
4279.02/606.76		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
4279.02/606.76		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4279.02/606.76		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4279.02/606.76		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4279.02/606.76		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4318.06/611.78	Caused by: java.lang.OutOfMemoryError: Java heap space
4318.06/611.78		at org.chocosolver.memory.trailing.trail.flatten.StoredLongTrail.resizeUpdateCapacity(StoredLongTrail.java:182)
4318.06/611.78		at org.chocosolver.memory.trailing.trail.flatten.StoredLongTrail.savePreviousState(StoredLongTrail.java:143)
4318.06/611.78		at org.chocosolver.memory.trailing.StoredLong.set(StoredLong.java:45)
4318.06/611.78		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable$RSparseBitSet.intersectWithMask(PropCompactTable.java:290)
4318.06/611.78		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable$RSparseBitSet.access$000(PropCompactTable.java:241)
4318.06/611.78		at org.chocosolver.solver.constraints.extension.nary.PropCompactTable.propagate(PropCompactTable.java:160)
4318.06/611.78		at org.chocosolver.solver.constraints.Propagator.doFinePropagation(Propagator.java:930)
4318.06/611.78		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:174)
4318.06/611.78		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:48)
4318.06/611.78		at org.chocosolver.solver.Solver.propagate(Solver.java:425)
4318.06/611.78		at org.chocosolver.solver.Solver.searchLoop(Solver.java:299)
4318.06/611.78		at org.chocosolver.solver.Solver.solve(Solver.java:268)
4318.06/611.78		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4318.06/611.78		at org.chocosolver.solver.ParallelPortfolio$$Lambda$197/1280177699.accept(Unknown Source)
4318.06/611.78		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4318.06/611.78		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4318.06/611.78		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4318.06/611.78		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4318.06/611.78		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4318.06/611.78		... 4 more
4318.06/611.78	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399698-1568704301/watcher-4399698-1568704301 -o /tmp/evaluation-result-4399698-1568704301/solver-4399698-1568704301 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1568700731-21591 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1305335098 HOME/instance-4399698-1568704301.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=22394, runsolver pid=22391

[startup+0.100112 s]*
/proc/loadavg: 8.20 8.28 8.16 2/212 22415
/proc/meminfo: memFree=30963012/32770624 swapFree=67004312/67108860
[pid=22394] ppid=22391 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22394/stat : 22394 (xcsp3-exec) S 22391 22394 21564 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446591696 115843072 364 33554432000 4194304 5098028 140730795329952 140730795328056 140178057286268 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40488960 140730795336565 140730795336809 140730795336809 140730795339722 0
/proc/22394/statm: 28282 364 305 221 0 87 0
[pid=22396] ppid=22394 vsize=28227396 memory=27460 CPUtime=0.12 cores=0-7
/proc/22396/stat : 22396 (java) S 22394 22394 21564 0 -1 1077944320 5898 0 0 0 11 1 0 0 20 0 20 0 446591697 28904853504 6865 33554432000 4194304 4196468 140730670271920 140730670254464 140498075217655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
/proc/22396/statm: 7056849 6865 3120 1 0 7019032 0
[pid=22396/tid=22397] ppid=22394 vsize=28227396 memory=576460756329955445 CPUtime=0.08 cores=0-7
/proc/22396/task/22397/stat : 22397 (java) R 22394 22394 21564 0 -1 4202560 3770 0 0 0 8 0 0 0 20 0 20 0 446591697 28904853504 6865 33554432000 4194304 4196468 140730670271920 140498079450928 140497712032612 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22398] ppid=22394 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22398/stat : 22398 (java) S 22394 22394 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446591698 28904853504 6865 33554432000 4194304 4196468 140730670271920 140497626139280 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22399] ppid=22394 vsize=28227396 memory=288370418688833152 CPUtime=0 cores=0-7
/proc/22396/task/22399/stat : 22399 (java) S 22394 22394 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446591698 28904853504 6865 33554432000 4194304 4196468 140730670271920 140497625086480 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22400] ppid=22394 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22400/stat : 22400 (java) S 22394 22394 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446591698 28904853504 6865 33554432000 4194304 4196468 140730670271920 140497624033680 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22401] ppid=22394 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22401/stat : 22401 (java) S 22394 22394 21564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446591698 28904853504 6865 33554432000 4194304 4196468 140730670271920 140497622980880 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22402] ppid=22394 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22402/stat : 22402 (java) S 22394 22394 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446591698 28904853504 6865 33554432000 4194304 4196468 140730670271920 140497621929104 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22403] ppid=22394 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/22396/task/22403/stat : 22403 (java) S 22394 22394 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446591698 28904853504 6865 33554432000 4194304 4196468 140730670271920 140497620876304 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22404] ppid=22394 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22404/stat : 22404 (java) S 22394 22394 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446591698 28904853504 6865 33554432000 4194304 4196468 140730670271920 140497619823504 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22405] ppid=22394 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22405/stat : 22405 (java) S 22394 22394 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446591698 28904853504 6865 33554432000 4194304 4196468 140730670271920 140497618770704 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22406] ppid=22394 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22406/stat : 22406 (java) S 22394 22394 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446591699 28904853504 6865 33554432000 4194304 4196468 140730670271920 140496404887920 140498075228802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22407] ppid=22394 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22407/stat : 22407 (java) S 22394 22394 21564 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446591700 28904853504 6865 33554432000 4194304 4196468 140730670271920 140496403833888 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22408] ppid=22394 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22408/stat : 22408 (java) S 22394 22394 21564 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446591700 28904853504 6865 33554432000 4194304 4196468 140730670271920 140496402781040 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22409] ppid=22394 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22409/stat : 22409 (java) S 22394 22394 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446591702 28904853504 6865 33554432000 4194304 4196468 140730670271920 140496401729360 140498075236251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22410] ppid=22394 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22410/stat : 22410 (java) S 22394 22394 21564 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 446591702 28904853504 6865 33554432000 4194304 4196468 140730670271920 140496400677744 140498075228802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22411] ppid=22394 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22411/stat : 22411 (java) S 22394 22394 21564 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 20 0 446591702 28904853504 6865 33554432000 4194304 4196468 140730670271920 140496399624944 140498075228802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22412] ppid=22394 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22412/stat : 22412 (java) S 22394 22394 21564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446591702 28904853504 6865 33554432000 4194304 4196468 140730670271920 140496398572144 140498075228802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22413] ppid=22394 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/22396/task/22413/stat : 22413 (java) R 22394 22394 21564 0 -1 4202560 387 0 0 0 1 0 0 0 20 0 20 0 446591702 28904853504 6865 33554432000 4194304 4196468 140730670271920 140496397519344 140498075229590 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22414] ppid=22394 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22414/stat : 22414 (java) S 22394 22394 21564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446591703 28904853504 6865 33554432000 4194304 4196468 140730670271920 140496396466784 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22415] ppid=22394 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/22396/task/22415/stat : 22415 (java) S 22394 22394 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446591703 28904853504 6865 33554432000 4194304 4196468 140730670271920 140496395414064 140498075228802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 28916 KiB

[startup+0.210102 s]*
/proc/loadavg: 8.20 8.28 8.16 3/212 22415
/proc/meminfo: memFree=30949416/32770624 swapFree=67004312/67108860
[pid=22394] ppid=22391 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22394/stat : 22394 (xcsp3-exec) S 22391 22394 21564 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446591696 115843072 364 33554432000 4194304 5098028 140730795329952 140730795328056 140178057286268 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40488960 140730795336565 140730795336809 140730795336809 140730795339722 0
/proc/22394/statm: 28282 364 305 221 0 87 0
[pid=22396] ppid=22394 vsize=28227396 memory=39740 CPUtime=0.33 cores=0-7
/proc/22396/stat : 22396 (java) S 22394 22394 21564 0 -1 1077944320 9739 0 0 0 30 3 0 0 20 0 20 0 446591697 28904853504 9935 33554432000 4194304 4196468 140730670271920 140730670254464 140498075217655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
/proc/22396/statm: 7056849 9935 3269 1 0 7019032 0
[pid=22396/tid=22397] ppid=22394 vsize=28227396 memory=8316850467074736180 CPUtime=0.2 cores=0-7
/proc/22396/task/22397/stat : 22397 (java) R 22394 22394 21564 0 -1 4202560 6737 0 0 0 18 2 0 0 20 0 20 0 446591697 28904853504 9935 33554432000 4194304 4196468 140730670271920 140498079447376 140498059298142 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22398] ppid=22394 vsize=28227396 memory=14967 CPUtime=0 cores=0-7
/proc/22396/task/22398/stat : 22398 (java) S 22394 22394 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446591698 28904853504 9935 33554432000 4194304 4196468 140730670271920 140497626139280 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22399] ppid=22394 vsize=28227396 memory=140042537141511 CPUtime=0 cores=0-7
/proc/22396/task/22399/stat : 22399 (java) S 22394 22394 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446591698 28904853504 9935 33554432000 4194304 4196468 140730670271920 140497625086480 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22400] ppid=22394 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/22396/task/22400/stat : 22400 (java) S 22394 22394 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446591698 28904853504 9935 33554432000 4194304 4196468 140730670271920 140497624033680 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22401] ppid=22394 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22401/stat : 22401 (java) S 22394 22394 21564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446591698 28904853504 9935 33554432000 4194304 4196468 140730670271920 140497622980880 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22402] ppid=22394 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22402/stat : 22402 (java) S 22394 22394 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446591698 28904853504 9935 33554432000 4194304 4196468 140730670271920 140497621929104 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22403] ppid=22394 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/22396/task/22403/stat : 22403 (java) S 22394 22394 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446591698 28904853504 9935 33554432000 4194304 4196468 140730670271920 140497620876304 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22404] ppid=22394 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22404/stat : 22404 (java) S 22394 22394 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446591698 28904853504 9935 33554432000 4194304 4196468 140730670271920 140497619823504 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22405] ppid=22394 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22405/stat : 22405 (java) S 22394 22394 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446591698 28904853504 9935 33554432000 4194304 4196468 140730670271920 140497618770704 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22406] ppid=22394 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22406/stat : 22406 (java) S 22394 22394 21564 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446591699 28904853504 9935 33554432000 4194304 4196468 140730670271920 140496404887920 140498075228802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22407] ppid=22394 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22407/stat : 22407 (java) S 22394 22394 21564 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446591700 28904853504 9935 33554432000 4194304 4196468 140730670271920 140496403833888 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22408] ppid=22394 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22408/stat : 22408 (java) S 22394 22394 21564 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446591700 28904853504 9935 33554432000 4194304 4196468 140730670271920 140496402781040 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22409] ppid=22394 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22409/stat : 22409 (java) S 22394 22394 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446591702 28904853504 9935 33554432000 4194304 4196468 140730670271920 140496401729360 140498075236251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22410] ppid=22394 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/22396/task/22410/stat : 22410 (java) S 22394 22394 21564 0 -1 1077944384 420 0 0 0 2 0 0 0 20 0 20 0 446591702 28904853504 9935 33554432000 4194304 4196468 140730670271920 140496400677744 140498075228802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22411] ppid=22394 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/22396/task/22411/stat : 22411 (java) S 22394 22394 21564 0 -1 1077944384 322 0 0 0 1 0 0 0 20 0 20 0 446591702 28904853504 9935 33554432000 4194304 4196468 140730670271920 140496399624944 140498075228802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22412] ppid=22394 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/22396/task/22412/stat : 22412 (java) S 22394 22394 21564 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 446591702 28904853504 9935 33554432000 4194304 4196468 140730670271920 140496398572144 140498075228802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22413] ppid=22394 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/22396/task/22413/stat : 22413 (java) S 22394 22394 21564 0 -1 1077944384 894 0 0 0 7 0 0 0 20 0 20 0 446591702 28904853504 9935 33554432000 4194304 4196468 140730670271920 140496397519344 140498075228802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22414] ppid=22394 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22414/stat : 22414 (java) S 22394 22394 21564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446591703 28904853504 9935 33554432000 4194304 4196468 140730670271920 140496396466784 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22415] ppid=22394 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/22396/task/22415/stat : 22415 (java) S 22394 22394 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446591703 28904853504 9935 33554432000 4194304 4196468 140730670271920 140496395414064 140498075228802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41196 KiB

[startup+0.309542 s]*
/proc/loadavg: 8.20 8.28 8.16 3/212 22415
/proc/meminfo: memFree=30943708/32770624 swapFree=67004312/67108860
[pid=22394] ppid=22391 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22394/stat : 22394 (xcsp3-exec) S 22391 22394 21564 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446591696 115843072 364 33554432000 4194304 5098028 140730795329952 140730795328056 140178057286268 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40488960 140730795336565 140730795336809 140730795336809 140730795339722 0
/proc/22394/statm: 28282 364 305 221 0 87 0
[pid=22396] ppid=22394 vsize=28231652 memory=48752 CPUtime=0.51 cores=0-7
/proc/22396/stat : 22396 (java) S 22394 22394 21564 0 -1 1077944320 11106 0 0 0 47 4 0 0 20 0 20 0 446591697 28909211648 12188 33554432000 4194304 4196468 140730670271920 140730670254464 140498075217655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
/proc/22396/statm: 7057913 12188 3359 1 0 7019032 0
[pid=22396/tid=22397] ppid=22394 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/22396/task/22397/stat : 22397 (java) R 22394 22394 21564 0 -1 4202560 7804 0 0 0 27 2 0 0 20 0 20 0 446591697 28909211648 12188 33554432000 4194304 4196468 140730670271920 140498079448768 140498075239581 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22398] ppid=22394 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22398/stat : 22398 (java) S 22394 22394 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446591698 28909211648 12188 33554432000 4194304 4196468 140730670271920 140497626139280 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22399] ppid=22394 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22399/stat : 22399 (java) S 22394 22394 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446591698 28909211648 12188 33554432000 4194304 4196468 140730670271920 140497625086480 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22400] ppid=22394 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22400/stat : 22400 (java) S 22394 22394 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446591698 28909211648 12188 33554432000 4194304 4196468 140730670271920 140497624033680 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22401] ppid=22394 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22401/stat : 22401 (java) S 22394 22394 21564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446591698 28909211648 12188 33554432000 4194304 4196468 140730670271920 140497622980880 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22402] ppid=22394 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22402/stat : 22402 (java) S 22394 22394 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446591698 28909211648 12188 33554432000 4194304 4196468 140730670271920 140497621929104 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22403] ppid=22394 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22403/stat : 22403 (java) S 22394 22394 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446591698 28909211648 12188 33554432000 4194304 4196468 140730670271920 140497620876304 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22404] ppid=22394 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22404/stat : 22404 (java) S 22394 22394 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446591698 28909211648 12188 33554432000 4194304 4196468 140730670271920 140497619823504 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22405] ppid=22394 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22405/stat : 22405 (java) S 22394 22394 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446591698 28909211648 12188 33554432000 4194304 4196468 140730670271920 140497618770704 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22406] ppid=22394 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22406/stat : 22406 (java) S 22394 22394 21564 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446591699 28909211648 12188 33554432000 4194304 4196468 140730670271920 140496404887920 140498075228802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22407] ppid=22394 vsize=28231396 memory=280084749688192 CPUtime=0 cores=0-7
/proc/22396/task/22407/stat : 22407 (java) S 22394 22394 21564 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446591700 28908949504 12214 33554432000 4194304 4196468 140730670271920 140496403833888 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22408] ppid=22394 vsize=28231652 memory=280084749692800 CPUtime=0 cores=0-7
/proc/22396/task/22408/stat : 22408 (java) S 22394 22394 21564 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446591700 28909211648 12214 33554432000 4194304 4196468 140730670271920 140496402781040 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22409] ppid=22394 vsize=28231652 memory=280084749697408 CPUtime=0 cores=0-7
/proc/22396/task/22409/stat : 22409 (java) S 22394 22394 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446591702 28909211648 12214 33554432000 4194304 4196468 140730670271920 140496401729360 140498075236251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22410] ppid=22394 vsize=28231652 memory=280084749702016 CPUtime=0.03 cores=0-7
/proc/22396/task/22410/stat : 22410 (java) S 22394 22394 21564 0 -1 1077944384 453 0 0 0 3 0 0 0 20 0 20 0 446591702 28909211648 12214 33554432000 4194304 4196468 140730670271920 140496400677744 140498075228802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22411] ppid=22394 vsize=28231652 memory=280084749706624 CPUtime=0.02 cores=0-7
/proc/22396/task/22411/stat : 22411 (java) R 22394 22394 21564 0 -1 4202560 368 0 0 0 2 0 0 0 20 0 20 0 446591702 28909211648 12214 33554432000 4194304 4196468 140730670271920 140496399615328 140498067507104 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22412] ppid=22394 vsize=28231652 memory=280084749711232 CPUtime=0.02 cores=0-7
/proc/22396/task/22412/stat : 22412 (java) S 22394 22394 21564 0 -1 1077944384 103 0 0 0 2 0 0 0 20 0 20 0 446591702 28909211648 12214 33554432000 4194304 4196468 140730670271920 140496398572144 140498075228802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22413] ppid=22394 vsize=28231652 memory=280084749715840 CPUtime=0.12 cores=0-7
/proc/22396/task/22413/stat : 22413 (java) R 22394 22394 21564 0 -1 4202560 1070 0 0 0 12 0 0 0 20 0 20 0 446591702 28909211648 12214 33554432000 4194304 4196468 140730670271920 140496397515104 140498054119771 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22414] ppid=22394 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22414/stat : 22414 (java) S 22394 22394 21564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446591703 28909211648 12280 33554432000 4194304 4196468 140730670271920 140496396466784 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22415] ppid=22394 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/22396/task/22415/stat : 22415 (java) S 22394 22394 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446591703 28909211648 12280 33554432000 4194304 4196468 140730670271920 140496395414064 140498075228802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50208 KiB

[startup+0.700924 s]
/proc/loadavg: 8.20 8.28 8.16 3/212 22415
/proc/meminfo: memFree=30914544/32770624 swapFree=67004312/67108860
[pid=22394] ppid=22391 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22394/stat : 22394 (xcsp3-exec) S 22391 22394 21564 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446591696 115843072 364 33554432000 4194304 5098028 140730795329952 140730795328056 140178057286268 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40488960 140730795336565 140730795336809 140730795336809 140730795339722 0
/proc/22394/statm: 28282 364 305 221 0 87 0
[pid=22396] ppid=22394 vsize=28233776 memory=141736 CPUtime=2 cores=0-7
/proc/22396/stat : 22396 (java) S 22394 22394 21564 0 -1 1077944320 16448 0 0 0 194 6 0 0 20 0 20 0 446591697 28911386624 35434 33554432000 4194304 4196468 140730670271920 140730670254464 140498075217655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
/proc/22396/statm: 7058444 35434 3451 1 0 7019544 0
[pid=22396/tid=22397] ppid=22394 vsize=28233776 memory=0 CPUtime=0.68 cores=0-7
/proc/22396/task/22397/stat : 22397 (java) R 22394 22394 21564 0 -1 4202560 8467 0 0 0 64 4 0 0 20 0 20 0 446591697 28911386624 35434 33554432000 4194304 4196468 140730670271920 140498079453616 140497715470422 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22398] ppid=22394 vsize=28233776 memory=140042375046016 CPUtime=0 cores=0-7
/proc/22396/task/22398/stat : 22398 (java) S 22394 22394 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446591698 28911386624 35434 33554432000 4194304 4196468 140730670271920 140497626139280 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22399] ppid=22394 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/22396/task/22399/stat : 22399 (java) S 22394 22394 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446591698 28911386624 35434 33554432000 4194304 4196468 140730670271920 140497625086480 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22400] ppid=22394 vsize=28233776 memory=1052 CPUtime=0 cores=0-7
/proc/22396/task/22400/stat : 22400 (java) S 22394 22394 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446591698 28911386624 35434 33554432000 4194304 4196468 140730670271920 140497624033680 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0

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

[pid=22396/tid=22412] ppid=22394 vsize=28768336 memory=984 CPUtime=2.58 cores=0-7
/proc/22396/task/22412/stat : 22412 (java) S 22394 22394 21564 0 -1 1077944384 22948 0 0 0 255 3 0 0 20 0 26 0 446591702 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496398557040 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22413] ppid=22394 vsize=28768336 memory=1940 CPUtime=0.77 cores=0-7
/proc/22396/task/22413/stat : 22413 (java) S 22394 22394 21564 0 -1 1077944384 9208 0 0 0 75 2 0 0 20 0 26 0 446591702 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496397516848 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22414] ppid=22394 vsize=28768336 memory=1416 CPUtime=0 cores=0-7
/proc/22396/task/22414/stat : 22414 (java) S 22394 22394 21564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 26 0 446591703 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496396466784 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22415] ppid=22394 vsize=28768336 memory=1556 CPUtime=0.21 cores=0-7
/proc/22396/task/22415/stat : 22415 (java) S 22394 22394 21564 0 -1 1077944384 2252 0 0 0 12 9 0 0 20 0 26 0 446591703 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496395414064 140498075228802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 38 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22431] ppid=22394 vsize=28768336 memory=740 CPUtime=0.32 cores=0-7
/proc/22396/task/22431/stat : 22431 (java) S 22394 22394 21564 0 -1 1077944384 4522 0 0 0 31 1 0 0 20 0 26 0 446615295 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496385147600 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22432] ppid=22394 vsize=28768336 memory=6791534058613427641 CPUtime=0.32 cores=0-7
/proc/22396/task/22432/stat : 22432 (java) S 22394 22394 21564 0 -1 1077944384 571 0 0 0 32 0 0 0 20 0 26 0 446615295 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496384095824 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22435] ppid=22394 vsize=28768336 memory=1692 CPUtime=0.36 cores=0-7
/proc/22396/task/22435/stat : 22435 (java) S 22394 22394 21564 0 -1 1077944384 1467 0 0 0 36 0 0 0 20 0 26 0 446616978 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496383043024 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22436] ppid=22394 vsize=28768336 memory=792 CPUtime=0.33 cores=0-7
/proc/22396/task/22436/stat : 22436 (java) S 22394 22394 21564 0 -1 1077944384 504 0 0 0 33 0 0 0 20 0 26 0 446616978 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496381990224 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22437] ppid=22394 vsize=28768336 memory=1448 CPUtime=0.31 cores=0-7
/proc/22396/task/22437/stat : 22437 (java) S 22394 22394 21564 0 -1 1077944384 1041 0 0 0 30 1 0 0 20 0 26 0 446616978 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496380937392 140498075228802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22438] ppid=22394 vsize=28768336 memory=1964 CPUtime=0.32 cores=0-7
/proc/22396/task/22438/stat : 22438 (java) S 22394 22394 21564 0 -1 1077944384 512 0 0 0 32 0 0 0 20 0 26 0 446619208 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496379884624 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
Current children cumulated CPU time: 4301.71 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 23789384 KiB

[startup+611.201 s]
/proc/loadavg: 7.92 7.41 7.54 10/218 22469
/proc/meminfo: memFree=7153580/32770624 swapFree=67004312/67108860
[pid=22394] ppid=22391 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22394/stat : 22394 (xcsp3-exec) S 22391 22394 21564 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446591696 115843072 364 33554432000 4194304 5098028 140730795329952 140730795328056 140178057286268 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40488960 140730795336565 140730795336809 140730795336809 140730795339722 0
/proc/22394/statm: 28282 364 305 221 0 87 0
[pid=22396] ppid=22394 vsize=28768336 memory=23787928 CPUtime=4314.35 cores=0-7
/proc/22396/stat : 22396 (java) S 22394 22394 21564 0 -1 1077944320 3289593 0 0 0 425221 6214 0 0 20 0 26 0 446591697 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140730670254464 140498075217655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
/proc/22396/statm: 7192084 5946982 3539 1 0 7153184 0
[pid=22396/tid=22397] ppid=22394 vsize=28768336 memory=23787992 CPUtime=60.04 cores=0-7
/proc/22396/task/22397/stat : 22397 (java) S 22394 22394 21564 0 -1 1077944384 32972 0 0 0 5977 27 0 0 20 0 26 0 446591697 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140498079456240 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22398] ppid=22394 vsize=28768336 memory=2456 CPUtime=530.09 cores=0-7
/proc/22396/task/22398/stat : 22398 (java) R 22394 22394 21564 0 -1 4202560 437163 0 0 0 52211 798 0 0 20 0 26 0 446591698 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140497626139480 140498060214337 0 4 0 16800975 0 0 0 -1 5 0 0 24 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22399] ppid=22394 vsize=28768336 memory=23787928 CPUtime=528.21 cores=0-7
/proc/22396/task/22399/stat : 22399 (java) R 22394 22394 21564 0 -1 4202560 251879 0 0 0 52109 712 0 0 20 0 26 0 446591698 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140497625086680 140498060214273 0 4 0 16800975 0 0 0 -1 7 0 0 28 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22400] ppid=22394 vsize=28768336 memory=1556 CPUtime=529.95 cores=0-7
/proc/22396/task/22400/stat : 22400 (java) R 22394 22394 21564 0 -1 4202560 372603 0 0 0 52253 742 0 0 20 0 26 0 446591698 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140497624033880 140498060214065 0 4 0 16800975 0 0 0 -1 2 0 0 26 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22401] ppid=22394 vsize=28768336 memory=740 CPUtime=529.05 cores=0-7
/proc/22396/task/22401/stat : 22401 (java) R 22394 22394 21564 0 -1 4202560 336262 0 0 0 52104 801 0 0 20 0 26 0 446591698 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140497622981080 140498060214298 0 4 0 16800975 0 0 0 -1 3 0 0 31 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22402] ppid=22394 vsize=28768336 memory=1052 CPUtime=528.32 cores=0-7
/proc/22396/task/22402/stat : 22402 (java) R 22394 22394 21564 0 -1 4202560 294104 0 0 0 52017 815 0 0 20 0 26 0 446591698 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140497621928992 140498059916435 0 4 0 16800975 0 0 0 -1 6 0 0 23 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22403] ppid=22394 vsize=28768336 memory=3588 CPUtime=528.66 cores=0-7
/proc/22396/task/22403/stat : 22403 (java) R 22394 22394 21564 0 -1 4202560 277212 0 0 0 52132 734 0 0 20 0 26 0 446591698 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140497620876504 140498056770906 0 4 0 16800975 0 0 0 -1 4 0 0 30 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22404] ppid=22394 vsize=28768336 memory=48040 CPUtime=529.04 cores=0-7
/proc/22396/task/22404/stat : 22404 (java) R 22394 22394 21564 0 -1 4202560 445353 0 0 0 52145 759 0 0 20 0 26 0 446591698 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140497619823704 140498059916465 0 4 0 16800975 0 0 0 -1 1 0 0 23 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22405] ppid=22394 vsize=28768336 memory=984 CPUtime=528.66 cores=0-7
/proc/22396/task/22405/stat : 22405 (java) R 22394 22394 21564 0 -1 4202560 322757 0 0 0 52099 767 0 0 20 0 26 0 446591698 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140497618770904 140498059916471 0 4 0 16800975 0 0 0 -1 0 0 0 29 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22406] ppid=22394 vsize=28768336 memory=1940 CPUtime=11.11 cores=0-7
/proc/22396/task/22406/stat : 22406 (java) S 22394 22394 21564 0 -1 1077944384 436441 0 0 0 1076 35 0 0 20 0 26 0 446591699 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496404886464 140498075227861 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 38 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22407] ppid=22394 vsize=28768336 memory=1416 CPUtime=0 cores=0-7
/proc/22396/task/22407/stat : 22407 (java) S 22394 22394 21564 0 -1 1077944384 225 0 0 0 0 0 0 0 20 0 26 0 446591700 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496403833952 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22408] ppid=22394 vsize=28768336 memory=1556 CPUtime=0 cores=0-7
/proc/22396/task/22408/stat : 22408 (java) S 22394 22394 21564 0 -1 1077944384 227 0 0 0 0 0 0 0 20 0 26 0 446591700 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496402781056 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22409] ppid=22394 vsize=28768336 memory=23788 CPUtime=0 cores=0-7
/proc/22396/task/22409/stat : 22409 (java) S 22394 22394 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 26 0 446591702 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496401729360 140498075236251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22410] ppid=22394 vsize=28768336 memory=1456 CPUtime=2.51 cores=0-7
/proc/22396/task/22410/stat : 22410 (java) S 22394 22394 21564 0 -1 1077944384 19061 0 0 0 247 4 0 0 20 0 26 0 446591702 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496400668848 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22411] ppid=22394 vsize=28768336 memory=6791534058613427641 CPUtime=2.35 cores=0-7
/proc/22396/task/22411/stat : 22411 (java) S 22394 22394 21564 0 -1 1077944384 17224 0 0 0 232 3 0 0 20 0 26 0 446591702 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496399624944 140498075228802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22412] ppid=22394 vsize=28768336 memory=23787992 CPUtime=2.58 cores=0-7
/proc/22396/task/22412/stat : 22412 (java) S 22394 22394 21564 0 -1 1077944384 22948 0 0 0 255 3 0 0 20 0 26 0 446591702 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496398557040 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22413] ppid=22394 vsize=28768336 memory=4104 CPUtime=0.77 cores=0-7
/proc/22396/task/22413/stat : 22413 (java) S 22394 22394 21564 0 -1 1077944384 9208 0 0 0 75 2 0 0 20 0 26 0 446591702 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496397516848 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22414] ppid=22394 vsize=28768336 memory=1804 CPUtime=0 cores=0-7
/proc/22396/task/22414/stat : 22414 (java) S 22394 22394 21564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 26 0 446591703 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496396466784 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22415] ppid=22394 vsize=28768336 memory=1456 CPUtime=0.21 cores=0-7
/proc/22396/task/22415/stat : 22415 (java) R 22394 22394 21564 0 -1 1077944384 2252 0 0 0 12 9 0 0 20 0 26 0 446591703 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496395414064 140498075228802 0 4 0 16800975 0 0 0 -1 6 0 0 38 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22431] ppid=22394 vsize=28768336 memory=1456 CPUtime=0.32 cores=0-7
/proc/22396/task/22431/stat : 22431 (java) S 22394 22394 21564 0 -1 1077944384 4522 0 0 0 31 1 0 0 20 0 26 0 446615295 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496385147600 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22432] ppid=22394 vsize=28768336 memory=23787928 CPUtime=0.32 cores=0-7
/proc/22396/task/22432/stat : 22432 (java) S 22394 22394 21564 0 -1 1077944384 571 0 0 0 32 0 0 0 20 0 26 0 446615295 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496384095824 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22435] ppid=22394 vsize=28768336 memory=4004 CPUtime=0.36 cores=0-7
/proc/22396/task/22435/stat : 22435 (java) S 22394 22394 21564 0 -1 1077944384 1467 0 0 0 36 0 0 0 20 0 26 0 446616978 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496383043024 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22436] ppid=22394 vsize=28768336 memory=2832 CPUtime=0.33 cores=0-7
/proc/22396/task/22436/stat : 22436 (java) S 22394 22394 21564 0 -1 1077944384 504 0 0 0 33 0 0 0 20 0 26 0 446616978 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496381990224 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22437] ppid=22394 vsize=28768336 memory=776 CPUtime=0.31 cores=0-7
/proc/22396/task/22437/stat : 22437 (java) S 22394 22394 21564 0 -1 1077944384 1041 0 0 0 30 1 0 0 20 0 26 0 446616978 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496380937392 140498075228802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22438] ppid=22394 vsize=28768336 memory=1160 CPUtime=0.32 cores=0-7
/proc/22396/task/22438/stat : 22438 (java) S 22394 22394 21564 0 -1 1077944384 512 0 0 0 32 0 0 0 20 0 26 0 446619208 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496379884624 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
Current children cumulated CPU time: 4314.35 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 23789384 KiB

[startup+611.601 s]
/proc/loadavg: 7.92 7.41 7.54 10/218 22469
/proc/meminfo: memFree=7153580/32770624 swapFree=67004312/67108860
[pid=22394] ppid=22391 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22394/stat : 22394 (xcsp3-exec) S 22391 22394 21564 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446591696 115843072 364 33554432000 4194304 5098028 140730795329952 140730795328056 140178057286268 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40488960 140730795336565 140730795336809 140730795336809 140730795339722 0
/proc/22394/statm: 28282 364 305 221 0 87 0
[pid=22396] ppid=22394 vsize=28768336 memory=23787928 CPUtime=4317.55 cores=0-7
/proc/22396/stat : 22396 (java) S 22394 22394 21564 0 -1 1077944320 3289711 0 0 0 425541 6214 0 0 20 0 26 0 446591697 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140730670254464 140498075217655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
/proc/22396/statm: 7192084 5946982 3539 1 0 7153184 0
[pid=22396/tid=22397] ppid=22394 vsize=28768336 memory=504 CPUtime=60.04 cores=0-7
/proc/22396/task/22397/stat : 22397 (java) S 22394 22394 21564 0 -1 1077944384 32972 0 0 0 5977 27 0 0 20 0 26 0 446591697 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140498079456240 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22398] ppid=22394 vsize=28768336 memory=1560 CPUtime=530.49 cores=0-7
/proc/22396/task/22398/stat : 22398 (java) R 22394 22394 21564 0 -1 4202560 437163 0 0 0 52251 798 0 0 20 0 26 0 446591698 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140497626139480 140498060214000 0 4 0 16800975 0 0 0 -1 5 0 0 24 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22399] ppid=22394 vsize=28768336 memory=6791534058613427641 CPUtime=528.6 cores=0-7
/proc/22396/task/22399/stat : 22399 (java) R 22394 22394 21564 0 -1 4202560 251879 0 0 0 52148 712 0 0 20 0 26 0 446591698 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140497625086680 140498060214208 0 4 0 16800975 0 0 0 -1 7 0 0 28 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22400] ppid=22394 vsize=28768336 memory=23788 CPUtime=530.35 cores=0-7
/proc/22396/task/22400/stat : 22400 (java) R 22394 22394 21564 0 -1 4202560 372603 0 0 0 52293 742 0 0 20 0 26 0 446591698 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140497624033880 140498060214059 0 4 0 16800975 0 0 0 -1 2 0 0 26 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22401] ppid=22394 vsize=28768336 memory=14068 CPUtime=529.45 cores=0-7
/proc/22396/task/22401/stat : 22401 (java) R 22394 22394 21564 0 -1 4202560 336354 0 0 0 52144 801 0 0 20 0 26 0 446591698 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140497622981080 140498060214247 0 4 0 16800975 0 0 0 -1 3 0 0 31 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22402] ppid=22394 vsize=28768336 memory=2120 CPUtime=528.72 cores=0-7
/proc/22396/task/22402/stat : 22402 (java) R 22394 22394 21564 0 -1 4202560 294104 0 0 0 52057 815 0 0 20 0 26 0 446591698 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140497621928992 140498059916414 0 4 0 16800975 0 0 0 -1 6 0 0 23 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22403] ppid=22394 vsize=28768336 memory=504 CPUtime=529.06 cores=0-7
/proc/22396/task/22403/stat : 22403 (java) R 22394 22394 21564 0 -1 4202560 277212 0 0 0 52172 734 0 0 20 0 26 0 446591698 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140497620876504 140498060214273 0 4 0 16800975 0 0 0 -1 4 0 0 30 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22404] ppid=22394 vsize=28768336 memory=1560 CPUtime=529.44 cores=0-7
/proc/22396/task/22404/stat : 22404 (java) R 22394 22394 21564 0 -1 4202560 445379 0 0 0 52185 759 0 0 20 0 26 0 446591698 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140497619823704 140498060214059 0 4 0 16800975 0 0 0 -1 1 0 0 23 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22405] ppid=22394 vsize=28768336 memory=924 CPUtime=529.06 cores=0-7
/proc/22396/task/22405/stat : 22405 (java) R 22394 22394 21564 0 -1 4202560 322757 0 0 0 52139 767 0 0 20 0 26 0 446591698 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140497618770904 140498060214079 0 4 0 16800975 0 0 0 -1 0 0 0 29 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22406] ppid=22394 vsize=28768336 memory=1692 CPUtime=11.11 cores=0-7
/proc/22396/task/22406/stat : 22406 (java) S 22394 22394 21564 0 -1 1077944384 436441 0 0 0 1076 35 0 0 20 0 26 0 446591699 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496404886464 140498075227861 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 38 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22407] ppid=22394 vsize=28768336 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/22396/task/22407/stat : 22407 (java) S 22394 22394 21564 0 -1 1077944384 225 0 0 0 0 0 0 0 20 0 26 0 446591700 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496403833952 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22408] ppid=22394 vsize=28768336 memory=23788044 CPUtime=0 cores=0-7
/proc/22396/task/22408/stat : 22408 (java) S 22394 22394 21564 0 -1 1077944384 227 0 0 0 0 0 0 0 20 0 26 0 446591700 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496402781056 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22409] ppid=22394 vsize=28768336 memory=1456 CPUtime=0 cores=0-7
/proc/22396/task/22409/stat : 22409 (java) S 22394 22394 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 26 0 446591702 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496401729360 140498075236251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22410] ppid=22394 vsize=28768336 memory=23788044 CPUtime=2.51 cores=0-7
/proc/22396/task/22410/stat : 22410 (java) S 22394 22394 21564 0 -1 1077944384 19061 0 0 0 247 4 0 0 20 0 26 0 446591702 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496400668848 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22411] ppid=22394 vsize=28768336 memory=1760 CPUtime=2.35 cores=0-7
/proc/22396/task/22411/stat : 22411 (java) S 22394 22394 21564 0 -1 1077944384 17224 0 0 0 232 3 0 0 20 0 26 0 446591702 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496399624944 140498075228802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22412] ppid=22394 vsize=28768336 memory=111632 CPUtime=2.58 cores=0-7
/proc/22396/task/22412/stat : 22412 (java) S 22394 22394 21564 0 -1 1077944384 22948 0 0 0 255 3 0 0 20 0 26 0 446591702 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496398557040 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22413] ppid=22394 vsize=28768336 memory=14068 CPUtime=0.77 cores=0-7
/proc/22396/task/22413/stat : 22413 (java) S 22394 22394 21564 0 -1 1077944384 9208 0 0 0 75 2 0 0 20 0 26 0 446591702 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496397516848 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22414] ppid=22394 vsize=28768336 memory=2120 CPUtime=0 cores=0-7
/proc/22396/task/22414/stat : 22414 (java) S 22394 22394 21564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 26 0 446591703 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496396466784 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22415] ppid=22394 vsize=28768336 memory=1456 CPUtime=0.21 cores=0-7
/proc/22396/task/22415/stat : 22415 (java) S 22394 22394 21564 0 -1 1077944384 2252 0 0 0 12 9 0 0 20 0 26 0 446591703 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496395414064 140498075228802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 38 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22431] ppid=22394 vsize=28768336 memory=23787992 CPUtime=0.32 cores=0-7
/proc/22396/task/22431/stat : 22431 (java) S 22394 22394 21564 0 -1 1077944384 4522 0 0 0 31 1 0 0 20 0 26 0 446615295 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496385147600 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22432] ppid=22394 vsize=28768336 memory=1940 CPUtime=0.32 cores=0-7
/proc/22396/task/22432/stat : 22432 (java) S 22394 22394 21564 0 -1 1077944384 571 0 0 0 32 0 0 0 20 0 26 0 446615295 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496384095824 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22435] ppid=22394 vsize=28768336 memory=1416 CPUtime=0.36 cores=0-7
/proc/22396/task/22435/stat : 22435 (java) S 22394 22394 21564 0 -1 1077944384 1467 0 0 0 36 0 0 0 20 0 26 0 446616978 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496383043024 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22436] ppid=22394 vsize=28768336 memory=1556 CPUtime=0.33 cores=0-7
/proc/22396/task/22436/stat : 22436 (java) S 22394 22394 21564 0 -1 1077944384 504 0 0 0 33 0 0 0 20 0 26 0 446616978 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496381990224 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22437] ppid=22394 vsize=28768336 memory=280084751180000 CPUtime=0.31 cores=0-7
/proc/22396/task/22437/stat : 22437 (java) S 22394 22394 21564 0 -1 1077944384 1041 0 0 0 30 1 0 0 20 0 26 0 446616978 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496380937392 140498075228802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
[pid=22396/tid=22438] ppid=22394 vsize=28768336 memory=8562125494162282060 CPUtime=0.32 cores=0-7
/proc/22396/task/22438/stat : 22438 (java) S 22394 22394 21564 0 -1 1077944384 512 0 0 0 32 0 0 0 20 0 26 0 446619208 29458776064 5946982 33554432000 4194304 4196468 140730670271920 140496379884624 140498075227861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22212608 140730670277610 140730670277782 140730670277782 140730670280655 0
Current children cumulated CPU time: 4317.55 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 23789384 KiB

[startup+612.001 s]*
/proc/loadavg: 7.93 7.42 7.54 2/194 22469
/proc/meminfo: memFree=23343920/32770624 swapFree=67004312/67108860
[pid=22394] ppid=22391 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22394/stat : 22394 (xcsp3-exec) S 22391 22394 21564 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446591696 115843072 364 33554432000 4194304 5098028 140730795329952 140730795328056 140178057286268 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40488960 140730795336565 140730795336809 140730795336809 140730795339722 0
/proc/22394/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: 0
Real time (s): 612.043
CPU time (s): 4318.45
CPU user time (s): 4256.17
CPU system time (s): 62.2786
CPU usage (%): 705.58
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 23789508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4256.17
system time used= 62.2786
maximum resident set size= 23788072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3290820
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 86300
involuntary context switches= 102925


# summary of solver processes directly reported to runsolver:
#   pid: 22394
#   total CPU time (s): 4318.45
#   total CPU user time (s): 4256.17
#   total CPU system time (s): 62.2786

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.67274 second user time and 6.87896 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-17 09:11:04
IDJOB=4399698
IDBENCH=126708
IDSOLVER=2854
FILE ID=node148/4399698-1568704301
RUNJOBID= node148-1568700731-21591
PBS_JOBID= 21703904
Free space on /tmp= 61308 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-8-4-8-cp.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-4399698-1568704301/watcher-4399698-1568704301 -o /tmp/evaluation-result-4399698-1568704301/solver-4399698-1568704301 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1568700731-21591 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1305335098 HOME/instance-4399698-1568704301.xml

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

MD5SUM BENCH= 98d7ab41a8bb825fcbc10f63a442bd58
RANDOM SEED=1305335098

node148.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.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.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.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.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.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.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30977264 kB
MemAvailable:   31900760 kB
Buffers:          160772 kB
Cached:          1065204 kB
SwapCached:         3732 kB
Active:           520140 kB
Inactive:         712732 kB
Active(anon):       3512 kB
Inactive(anon):    52652 kB
Active(file):     516628 kB
Inactive(file):   660080 kB
Unevictable:      108184 kB
Mlocked:          108184 kB
SwapTotal:      67108860 kB
SwapFree:       67004312 kB
Dirty:             26564 kB
Writeback:            24 kB
AnonPages:        113196 kB
Mapped:            48312 kB
Shmem:             40624 kB
Slab:             154096 kB
SReclaimable:     125248 kB
SUnreclaim:        28848 kB
KernelStack:        3376 kB
PageTables:         5568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505680 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:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61284 MiB
End job on node148 at 2019-09-17 09:21:16