Trace number 4280785

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)UNSAT 20.3722 16.1714

General information on the benchmark

NameKnightTour/KnightTour-int-s1/
KnightTour-13-int.xml
MD5SUM5aa475b3f1257aceb66c8baaa9eb8eb1
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.7322199
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints171
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":167},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":170},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints169
Distribution of constraint types[{"type":"intension","count":169},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
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-4280785-1503156751.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4280785-1503156751.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
19.09/15.97	c solve instance...
20.10/16.14	java.util.concurrent.ExecutionException: java.lang.NullPointerException
20.10/16.14		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
20.10/16.14		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:201)
20.10/16.14		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:168)
20.10/16.14		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:134)
20.10/16.14		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:25)
20.10/16.14	Caused by: java.lang.NullPointerException
20.10/16.14		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
20.10/16.14		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
20.10/16.14		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
20.10/16.14		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
20.10/16.14		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
20.10/16.14		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
20.10/16.14		... 4 more
20.10/16.14	Caused by: java.lang.NullPointerException
20.10/16.14		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
20.10/16.14		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
20.10/16.14		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
20.10/16.14		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
20.10/16.14		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
20.10/16.14		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
20.10/16.14		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
20.10/16.14		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
20.10/16.14		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
20.10/16.14		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
20.10/16.14		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
20.10/16.14		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
20.10/16.14		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$48(ParallelPortfolio.java:193)
20.10/16.14		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
20.10/16.14		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
20.10/16.14		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
20.10/16.14		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
20.10/16.14		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
20.10/16.14	Caused by: java.lang.NullPointerException
20.10/16.14		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.stampIt(ConflictOrderingSearch.java:124)
20.10/16.14		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.onContradiction(ConflictOrderingSearch.java:120)
20.10/16.14		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.onContradiction(SearchMonitorList.java:133)
20.10/16.14		at org.chocosolver.solver.Solver.initialize(Solver.java:374)
20.10/16.14		at org.chocosolver.solver.Solver.solve(Solver.java:260)
20.10/16.14		at org.chocosolver.solver.ParallelPortfolio.lambda$null$47(ParallelPortfolio.java:195)
20.10/16.14		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
20.10/16.14		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
20.10/16.14		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
20.10/16.14		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
20.10/16.14		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
20.10/16.14		... 4 more
20.10/16.14	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 (12740 MiB free)
  memory of node 1: 16384 MiB (13963 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280785-1503156751/watcher-4280785-1503156751 -o /tmp/evaluation-result-4280785-1503156751/solver-4280785-1503156751 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1503155882-15633 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 2001908572 HOME/instance-4280785-1503156751.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 threadsolver pid=15838, runsolver pid=15835

Current StackSize limit: 8192 KiB


[startup+0.102756 s]*
/proc/loadavg: 6.81 7.94 7.70 3/199 15859
/proc/meminfo: memFree=27328500/32770624 swapFree=67108860/67108860
[pid=15838] ppid=15835 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/15838/stat : 15838 (xcsp3-exec) S 15835 15838 15606 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 148762725 9740288 345 33554432000 4194304 5098028 140734592019920 140734592018024 140223081443964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30961664 140734592021604 140734592021815 140734592021815 140734592024555 0
/proc/15838/statm: 2378 345 289 221 0 87 0
[pid=15840] ppid=15838 vsize=25999808 memory=26268 CPUtime=0.12 cores=0-7
/proc/15840/stat : 15840 (java) S 15838 15838 15606 0 -1 1077944320 5514 0 0 0 11 1 0 0 20 0 20 0 148762726 26623803392 6567 33554432000 4194304 4196468 140736133060224 140736133042768 140320868241143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
/proc/15840/statm: 6499952 6567 2844 1 0 6488269 0
[pid=15840/tid=15841] ppid=15838 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/15840/task/15841/stat : 15841 (java) R 15838 15838 15606 0 -1 4202560 3513 0 0 0 9 0 0 0 20 0 20 0 148762726 26623803392 6632 33554432000 4194304 4196468 140736133060224 140320872473664 140320868253078 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15842] ppid=15838 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15840/task/15842/stat : 15842 (java) S 15838 15838 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762727 26623803392 6632 33554432000 4194304 4196468 140736133060224 140320820862096 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15843] ppid=15838 vsize=25999808 memory=140284297713280 CPUtime=0 cores=0-7
/proc/15840/task/15843/stat : 15843 (java) S 15838 15838 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762727 26623803392 6632 33554432000 4194304 4196468 140736133060224 140320819809296 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15844] ppid=15838 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15844/stat : 15844 (java) S 15838 15838 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148762727 26623803392 6632 33554432000 4194304 4196468 140736133060224 140320818756496 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15845] ppid=15838 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15845/stat : 15845 (java) S 15838 15838 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762727 26623803392 6632 33554432000 4194304 4196468 140736133060224 140320817703696 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15846] ppid=15838 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15846/stat : 15846 (java) S 15838 15838 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762727 26623803392 6632 33554432000 4194304 4196468 140736133060224 140320816650896 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15847] ppid=15838 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/15840/task/15847/stat : 15847 (java) S 15838 15838 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762727 26623803392 6632 33554432000 4194304 4196468 140736133060224 140320815598096 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15848] ppid=15838 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15848/stat : 15848 (java) S 15838 15838 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762727 26623803392 6632 33554432000 4194304 4196468 140736133060224 140320814545296 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15849] ppid=15838 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15849/stat : 15849 (java) S 15838 15838 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762727 26623803392 6632 33554432000 4194304 4196468 140736133060224 140320813492496 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15850] ppid=15838 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15850/stat : 15850 (java) S 15838 15838 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762728 26623803392 6632 33554432000 4194304 4196468 140736133060224 140319542713200 140320868252290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15851] ppid=15838 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15851/stat : 15851 (java) S 15838 15838 15606 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148762729 26623803392 6632 33554432000 4194304 4196468 140736133060224 140319541659168 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15852] ppid=15838 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15852/stat : 15852 (java) S 15838 15838 15606 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148762729 26623803392 6632 33554432000 4194304 4196468 140736133060224 140319540606320 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15853] ppid=15838 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15853/stat : 15853 (java) S 15838 15838 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762731 26623803392 6632 33554432000 4194304 4196468 140736133060224 140319539554640 140320868259739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15854] ppid=15838 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15854/stat : 15854 (java) S 15838 15838 15606 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 148762731 26623803392 6632 33554432000 4194304 4196468 140736133060224 140319538502000 140320868252290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15855] ppid=15838 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15855/stat : 15855 (java) S 15838 15838 15606 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 148762731 26623803392 6632 33554432000 4194304 4196468 140736133060224 140319537449200 140320868252290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15856] ppid=15838 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15856/stat : 15856 (java) R 15838 15838 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148762731 26623803392 6632 33554432000 4194304 4196468 140736133060224 140319536396400 140320868252290 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15857] ppid=15838 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/15840/task/15857/stat : 15857 (java) R 15838 15838 15606 0 -1 4202560 270 0 0 0 1 0 0 0 20 0 20 0 148762731 26623803392 6632 33554432000 4194304 4196468 140736133060224 140319467235312 140320868253078 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15858] ppid=15838 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15858/stat : 15858 (java) S 15838 15838 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148762732 26623803392 6632 33554432000 4194304 4196468 140736133060224 140319466183776 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15859] ppid=15838 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/15840/task/15859/stat : 15859 (java) S 15838 15838 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762732 26623803392 6632 33554432000 4194304 4196468 140736133060224 140319465131056 140320868252290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27648 KiB

[startup+0.210422 s]*
/proc/loadavg: 6.81 7.94 7.70 2/199 15859
/proc/meminfo: memFree=27316808/32770624 swapFree=67108860/67108860
[pid=15838] ppid=15835 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/15838/stat : 15838 (xcsp3-exec) S 15835 15838 15606 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 148762725 9740288 345 33554432000 4194304 5098028 140734592019920 140734592018024 140223081443964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30961664 140734592021604 140734592021815 140734592021815 140734592024555 0
/proc/15838/statm: 2378 345 289 221 0 87 0
[pid=15840] ppid=15838 vsize=26004064 memory=38628 CPUtime=0.33 cores=0-7
/proc/15840/stat : 15840 (java) S 15838 15838 15606 0 -1 1077944320 8289 0 0 0 31 2 0 0 20 0 20 0 148762726 26628161536 9657 33554432000 4194304 4196468 140736133060224 140736133042768 140320868241143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
/proc/15840/statm: 6501016 9657 3045 1 0 6488269 0
[pid=15840/tid=15841] ppid=15838 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/15840/task/15841/stat : 15841 (java) R 15838 15838 15606 0 -1 4202560 5406 0 0 0 18 1 0 0 20 0 20 0 148762726 26628161536 9657 33554432000 4194304 4196468 140736133060224 140320872464048 140320868263069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15842] ppid=15838 vsize=26004064 memory=342 CPUtime=0 cores=0-7
/proc/15840/task/15842/stat : 15842 (java) S 15838 15838 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762727 26628161536 9657 33554432000 4194304 4196468 140736133060224 140320820862096 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15843] ppid=15838 vsize=26004064 memory=140284297729375 CPUtime=0 cores=0-7
/proc/15840/task/15843/stat : 15843 (java) S 15838 15838 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762727 26628161536 9657 33554432000 4194304 4196468 140736133060224 140320819809296 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15844] ppid=15838 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15840/task/15844/stat : 15844 (java) S 15838 15838 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148762727 26628161536 9657 33554432000 4194304 4196468 140736133060224 140320818756496 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15845] ppid=15838 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15845/stat : 15845 (java) S 15838 15838 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762727 26628161536 9657 33554432000 4194304 4196468 140736133060224 140320817703696 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15846] ppid=15838 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15846/stat : 15846 (java) S 15838 15838 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762727 26628161536 9657 33554432000 4194304 4196468 140736133060224 140320816650896 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15847] ppid=15838 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15840/task/15847/stat : 15847 (java) S 15838 15838 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762727 26628161536 9657 33554432000 4194304 4196468 140736133060224 140320815598096 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15848] ppid=15838 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15848/stat : 15848 (java) S 15838 15838 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762727 26628161536 9657 33554432000 4194304 4196468 140736133060224 140320814545296 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15849] ppid=15838 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15849/stat : 15849 (java) S 15838 15838 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762727 26628161536 9657 33554432000 4194304 4196468 140736133060224 140320813492496 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15850] ppid=15838 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15850/stat : 15850 (java) S 15838 15838 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762728 26628161536 9657 33554432000 4194304 4196468 140736133060224 140319542713200 140320868252290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15851] ppid=15838 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15851/stat : 15851 (java) S 15838 15838 15606 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148762729 26628161536 9657 33554432000 4194304 4196468 140736133060224 140319541659168 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15852] ppid=15838 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15852/stat : 15852 (java) S 15838 15838 15606 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148762729 26628161536 9657 33554432000 4194304 4196468 140736133060224 140319540606320 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15853] ppid=15838 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15853/stat : 15853 (java) S 15838 15838 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762731 26628161536 9657 33554432000 4194304 4196468 140736133060224 140319539554640 140320868259739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15854] ppid=15838 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/15840/task/15854/stat : 15854 (java) R 15838 15838 15606 0 -1 1077944384 329 0 0 0 1 0 0 0 20 0 20 0 148762731 26628161536 9657 33554432000 4194304 4196468 140736133060224 140319538502000 140320868252290 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15855] ppid=15838 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/15840/task/15855/stat : 15855 (java) S 15838 15838 15606 0 -1 1077944384 378 0 0 0 2 0 0 0 20 0 20 0 148762731 26628161536 9657 33554432000 4194304 4196468 140736133060224 140319537449200 140320868252290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15856] ppid=15838 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15840/task/15856/stat : 15856 (java) S 15838 15838 15606 0 -1 1077944384 118 0 0 0 0 0 0 0 20 0 20 0 148762731 26628161536 9657 33554432000 4194304 4196468 140736133060224 140319536396400 140320868252290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15857] ppid=15838 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/15840/task/15857/stat : 15857 (java) S 15838 15838 15606 0 -1 1077944384 751 0 0 0 7 0 0 0 20 0 20 0 148762731 26628161536 9657 33554432000 4194304 4196468 140736133060224 140319467235312 140320868252290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15858] ppid=15838 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15858/stat : 15858 (java) S 15838 15838 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148762732 26628161536 9657 33554432000 4194304 4196468 140736133060224 140319466183776 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15859] ppid=15838 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15840/task/15859/stat : 15859 (java) S 15838 15838 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762732 26628161536 9657 33554432000 4194304 4196468 140736133060224 140319465131056 140320868252290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40008 KiB

[startup+0.310262 s]*
/proc/loadavg: 6.35 7.82 7.66 4/199 15859
/proc/meminfo: memFree=27310480/32770624 swapFree=67108860/67108860
[pid=15838] ppid=15835 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/15838/stat : 15838 (xcsp3-exec) S 15835 15838 15606 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 148762725 9740288 345 33554432000 4194304 5098028 140734592019920 140734592018024 140223081443964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30961664 140734592021604 140734592021815 140734592021815 140734592024555 0
/proc/15838/statm: 2378 345 289 221 0 87 0
[pid=15840] ppid=15838 vsize=26004064 memory=46480 CPUtime=0.49 cores=0-7
/proc/15840/stat : 15840 (java) S 15838 15838 15606 0 -1 1077944320 9287 0 0 0 46 3 0 0 20 0 20 0 148762726 26628161536 11589 33554432000 4194304 4196468 140736133060224 140736133042768 140320868241143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
/proc/15840/statm: 6501016 11589 3126 1 0 6488269 0
[pid=15840/tid=15841] ppid=15838 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/15840/task/15841/stat : 15841 (java) R 15838 15838 15606 0 -1 4202560 6172 0 0 0 27 2 0 0 20 0 20 0 148762726 26628161536 11620 33554432000 4194304 4196468 140736133060224 140320872477424 140320852321660 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15842] ppid=15838 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15842/stat : 15842 (java) S 15838 15838 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762727 26628161536 11620 33554432000 4194304 4196468 140736133060224 140320820862096 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15843] ppid=15838 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15843/stat : 15843 (java) S 15838 15838 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762727 26628161536 11620 33554432000 4194304 4196468 140736133060224 140320819809296 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15844] ppid=15838 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15844/stat : 15844 (java) S 15838 15838 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148762727 26628161536 11620 33554432000 4194304 4196468 140736133060224 140320818756496 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15845] ppid=15838 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15845/stat : 15845 (java) S 15838 15838 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762727 26628161536 11620 33554432000 4194304 4196468 140736133060224 140320817703696 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15846] ppid=15838 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/15840/task/15846/stat : 15846 (java) S 15838 15838 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762727 26628161536 11620 33554432000 4194304 4196468 140736133060224 140320816650896 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15847] ppid=15838 vsize=26004064 memory=140284168074159 CPUtime=0 cores=0-7
/proc/15840/task/15847/stat : 15847 (java) S 15838 15838 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762727 26628161536 11620 33554432000 4194304 4196468 140736133060224 140320815598096 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15848] ppid=15838 vsize=26004064 memory=140284168076464 CPUtime=0 cores=0-7
/proc/15840/task/15848/stat : 15848 (java) S 15838 15838 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762727 26628161536 11620 33554432000 4194304 4196468 140736133060224 140320814545296 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15849] ppid=15838 vsize=26004064 memory=140284168078768 CPUtime=0 cores=0-7
/proc/15840/task/15849/stat : 15849 (java) S 15838 15838 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762727 26628161536 11620 33554432000 4194304 4196468 140736133060224 140320813492496 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15850] ppid=15838 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15850/stat : 15850 (java) S 15838 15838 15606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148762728 26628161536 11620 33554432000 4194304 4196468 140736133060224 140319542713200 140320868252290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15851] ppid=15838 vsize=26004064 memory=280568336164496 CPUtime=0 cores=0-7
/proc/15840/task/15851/stat : 15851 (java) S 15838 15838 15606 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148762729 26628161536 11620 33554432000 4194304 4196468 140736133060224 140319541659168 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15852] ppid=15838 vsize=26004064 memory=280568336171408 CPUtime=0 cores=0-7
/proc/15840/task/15852/stat : 15852 (java) S 15838 15838 15606 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148762729 26628161536 11620 33554432000 4194304 4196468 140736133060224 140319540606320 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15853] ppid=15838 vsize=26004064 memory=280568336112688 CPUtime=0 cores=0-7
/proc/15840/task/15853/stat : 15853 (java) S 15838 15838 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762731 26628161536 11620 33554432000 4194304 4196468 140736133060224 140319539554640 140320868259739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15854] ppid=15838 vsize=26004064 memory=280568336185232 CPUtime=0.02 cores=0-7
/proc/15840/task/15854/stat : 15854 (java) S 15838 15838 15606 0 -1 1077944384 368 0 0 0 2 0 0 0 20 0 20 0 148762731 26628161536 11620 33554432000 4194304 4196468 140736133060224 140319538502000 140320868252290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15855] ppid=15838 vsize=26004064 memory=280568336192144 CPUtime=0.03 cores=0-7
/proc/15840/task/15855/stat : 15855 (java) S 15838 15838 15606 0 -1 1077944384 447 0 0 0 3 0 0 0 20 0 20 0 148762731 26628161536 11620 33554432000 4194304 4196468 140736133060224 140319537449200 140320868252290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15856] ppid=15838 vsize=26004064 memory=280568336189840 CPUtime=0.01 cores=0-7
/proc/15840/task/15856/stat : 15856 (java) S 15838 15838 15606 0 -1 1077944384 133 0 0 0 1 0 0 0 20 0 20 0 148762731 26628161536 11620 33554432000 4194304 4196468 140736133060224 140319536396400 140320868252290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15857] ppid=15838 vsize=26004064 memory=280568336206000 CPUtime=0.11 cores=0-7
/proc/15840/task/15857/stat : 15857 (java) S 15838 15838 15606 0 -1 1077944384 865 0 0 0 11 0 0 0 20 0 20 0 148762731 26628161536 11620 33554432000 4194304 4196468 140736133060224 140319467235312 140320868252290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15858] ppid=15838 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15858/stat : 15858 (java) S 15838 15838 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148762732 26628161536 11620 33554432000 4194304 4196468 140736133060224 140319466183776 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15859] ppid=15838 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15840/task/15859/stat : 15859 (java) S 15838 15838 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762732 26628161536 11620 33554432000 4194304 4196468 140736133060224 140319465131056 140320868252290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47860 KiB

[startup+0.700994 s]
/proc/loadavg: 6.35 7.82 7.66 5/199 15859
/proc/meminfo: memFree=27286428/32770624 swapFree=67108860/67108860
[pid=15838] ppid=15835 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/15838/stat : 15838 (xcsp3-exec) S 15835 15838 15606 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 148762725 9740288 345 33554432000 4194304 5098028 140734592019920 140734592018024 140223081443964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30961664 140734592021604 140734592021815 140734592021815 140734592024555 0
/proc/15838/statm: 2378 345 289 221 0 87 0
[pid=15840] ppid=15838 vsize=26010412 memory=117428 CPUtime=1.87 cores=0-7
/proc/15840/stat : 15840 (java) S 15838 15838 15606 0 -1 1077944320 26103 0 0 0 179 8 0 0 20 0 20 0 148762726 26634661888 29357 33554432000 4194304 4196468 140736133060224 140736133042768 140320868241143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
/proc/15840/statm: 6502603 29357 3199 1 0 6489837 0
[pid=15840/tid=15841] ppid=15838 vsize=26010412 memory=280568336563888 CPUtime=0.66 cores=0-7
/proc/15840/task/15841/stat : 15841 (java) R 15838 15838 15606 0 -1 4202560 6702 0 0 0 64 2 0 0 20 0 20 0 148762726 26634661888 29357 33554432000 4194304 4196468 140736133060224 140320872476416 140320493425114 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15842] ppid=15838 vsize=26010412 memory=140284168282992 CPUtime=0 cores=0-7
/proc/15840/task/15842/stat : 15842 (java) S 15838 15838 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762727 26634661888 29357 33554432000 4194304 4196468 140736133060224 140320820862096 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15843] ppid=15838 vsize=26010412 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15843/stat : 15843 (java) S 15838 15838 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762727 26634661888 29357 33554432000 4194304 4196468 140736133060224 140320819809296 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15844] ppid=15838 vsize=26010412 memory=4620 CPUtime=0 cores=0-7
/proc/15840/task/15844/stat : 15844 (java) S 15838 15838 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148762727 26634661888 29357 33554432000 4194304 4196468 140736133060224 140320818756496 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0

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

[pid=15840/tid=15849] ppid=15838 vsize=26006188 memory=956 CPUtime=0.04 cores=0-7
/proc/15840/task/15849/stat : 15849 (java) S 15838 15838 15606 0 -1 1077944384 248 0 0 0 2 2 0 0 20 0 20 0 148762727 26630336512 77356 33554432000 4194304 4196468 140736133060224 140320813492496 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15850] ppid=15838 vsize=26006188 memory=2424 CPUtime=0 cores=0-7
/proc/15840/task/15850/stat : 15850 (java) S 15838 15838 15606 0 -1 1077944384 284 0 0 0 0 0 0 0 20 0 20 0 148762728 26630336512 77356 33554432000 4194304 4196468 140736133060224 140319542713200 140320868252290 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15851] ppid=15838 vsize=26006188 memory=2240 CPUtime=0 cores=0-7
/proc/15840/task/15851/stat : 15851 (java) S 15838 15838 15606 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 148762729 26630336512 77356 33554432000 4194304 4196468 140736133060224 140319541659168 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15852] ppid=15838 vsize=26006188 memory=4316 CPUtime=0 cores=0-7
/proc/15840/task/15852/stat : 15852 (java) S 15838 15838 15606 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 148762729 26630336512 77356 33554432000 4194304 4196468 140736133060224 140319540606320 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15853] ppid=15838 vsize=26006188 memory=928 CPUtime=0 cores=0-7
/proc/15840/task/15853/stat : 15853 (java) S 15838 15838 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148762731 26630336512 77356 33554432000 4194304 4196468 140736133060224 140319539554640 140320868259739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15854] ppid=15838 vsize=26006188 memory=1576 CPUtime=0.64 cores=0-7
/proc/15840/task/15854/stat : 15854 (java) S 15838 15838 15606 0 -1 1077944384 8002 0 0 0 62 2 0 0 20 0 20 0 148762731 26630336512 77356 33554432000 4194304 4196468 140736133060224 140319538502000 140320868252290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15855] ppid=15838 vsize=26006188 memory=2196 CPUtime=1.07 cores=0-7
/proc/15840/task/15855/stat : 15855 (java) S 15838 15838 15606 0 -1 1077944384 9743 0 0 0 106 1 0 0 20 0 20 0 148762731 26630336512 77356 33554432000 4194304 4196468 140736133060224 140319537449200 140320868252290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15856] ppid=15838 vsize=26006188 memory=8040 CPUtime=0.7 cores=0-7
/proc/15840/task/15856/stat : 15856 (java) S 15838 15838 15606 0 -1 1077944384 9215 0 0 0 68 2 0 0 20 0 20 0 148762731 26630336512 77356 33554432000 4194304 4196468 140736133060224 140319536396400 140320868252290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15857] ppid=15838 vsize=26006188 memory=840 CPUtime=0.42 cores=0-7
/proc/15840/task/15857/stat : 15857 (java) S 15838 15838 15606 0 -1 1077944384 5174 0 0 0 41 1 0 0 20 0 20 0 148762731 26630336512 77356 33554432000 4194304 4196468 140736133060224 140319467235312 140320868252290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15858] ppid=15838 vsize=26006188 memory=4100 CPUtime=0 cores=0-7
/proc/15840/task/15858/stat : 15858 (java) S 15838 15838 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148762732 26630336512 77356 33554432000 4194304 4196468 140736133060224 140319466183776 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15859] ppid=15838 vsize=26006188 memory=1696 CPUtime=0 cores=0-7
/proc/15840/task/15859/stat : 15859 (java) S 15838 15838 15606 0 -1 1077944384 1413 0 0 0 0 0 0 0 20 0 20 0 148762732 26630336512 77356 33554432000 4194304 4196468 140736133060224 140319465131056 140320868252290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
Current children cumulated CPU time: 18.78 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 310804 KiB

[startup+16.006 s]*
/proc/loadavg: 5.09 7.47 7.55 11/207 15867
/proc/meminfo: memFree=27045460/32770624 swapFree=67108860/67108860
[pid=15838] ppid=15835 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/15838/stat : 15838 (xcsp3-exec) S 15835 15838 15606 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 148762725 9740288 345 33554432000 4194304 5098028 140734592019920 140734592018024 140223081443964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30961664 140734592021604 140734592021815 140734592021815 140734592024555 0
/proc/15838/statm: 2378 345 289 221 0 87 0
[pid=15840] ppid=15838 vsize=26538700 memory=309908 CPUtime=19.38 cores=0-7
/proc/15840/stat : 15840 (java) S 15838 15838 15606 0 -1 1077944320 48870 0 0 0 1903 35 0 0 20 0 28 0 148762726 27175628800 77477 33554432000 4194304 4196468 140736133060224 140736133042768 140320868241143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
/proc/15840/statm: 6634675 77477 3243 1 0 6621909 0
[pid=15840/tid=15841] ppid=15838 vsize=26538700 memory=6791534058613427641 CPUtime=15.89 cores=0-7
/proc/15840/task/15841/stat : 15841 (java) S 15838 15838 15606 0 -1 1077944384 11603 0 0 0 1584 5 0 0 20 0 28 0 148762726 27175628800 77477 33554432000 4194304 4196468 140736133060224 140320872481920 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15842] ppid=15838 vsize=26538700 memory=4872558044660077418 CPUtime=0.04 cores=0-7
/proc/15840/task/15842/stat : 15842 (java) S 15838 15838 15606 0 -1 1077944384 166 0 0 0 2 2 0 0 20 0 28 0 148762727 27175628800 77477 33554432000 4194304 4196468 140736133060224 140320820862096 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15843] ppid=15838 vsize=26538700 memory=0 CPUtime=0.04 cores=0-7
/proc/15840/task/15843/stat : 15843 (java) S 15838 15838 15606 0 -1 1077944384 102 0 0 0 2 2 0 0 20 0 28 0 148762727 27175628800 77477 33554432000 4194304 4196468 140736133060224 140320819809296 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15844] ppid=15838 vsize=26538700 memory=0 CPUtime=0.03 cores=0-7
/proc/15840/task/15844/stat : 15844 (java) S 15838 15838 15606 0 -1 1077944384 68 0 0 0 1 2 0 0 20 0 28 0 148762727 27175628800 77477 33554432000 4194304 4196468 140736133060224 140320818756496 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15845] ppid=15838 vsize=26538700 memory=0 CPUtime=0.04 cores=0-7
/proc/15840/task/15845/stat : 15845 (java) S 15838 15838 15606 0 -1 1077944384 65 0 0 0 2 2 0 0 20 0 28 0 148762727 27175628800 77477 33554432000 4194304 4196468 140736133060224 140320817703696 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15846] ppid=15838 vsize=26538700 memory=0 CPUtime=0.04 cores=0-7
/proc/15840/task/15846/stat : 15846 (java) S 15838 15838 15606 0 -1 1077944384 54 0 0 0 2 2 0 0 20 0 28 0 148762727 27175628800 77477 33554432000 4194304 4196468 140736133060224 140320816650896 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15847] ppid=15838 vsize=26538700 memory=0 CPUtime=0.04 cores=0-7
/proc/15840/task/15847/stat : 15847 (java) S 15838 15838 15606 0 -1 1077944384 77 0 0 0 2 2 0 0 20 0 28 0 148762727 27175628800 77477 33554432000 4194304 4196468 140736133060224 140320815598096 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15848] ppid=15838 vsize=26538700 memory=0 CPUtime=0.04 cores=0-7
/proc/15840/task/15848/stat : 15848 (java) S 15838 15838 15606 0 -1 1077944384 198 0 0 0 2 2 0 0 20 0 28 0 148762727 27175628800 77477 33554432000 4194304 4196468 140736133060224 140320814545296 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15849] ppid=15838 vsize=26538700 memory=0 CPUtime=0.04 cores=0-7
/proc/15840/task/15849/stat : 15849 (java) S 15838 15838 15606 0 -1 1077944384 248 0 0 0 2 2 0 0 20 0 28 0 148762727 27175628800 77477 33554432000 4194304 4196468 140736133060224 140320813492496 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15850] ppid=15838 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15850/stat : 15850 (java) S 15838 15838 15606 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 28 0 148762728 27175628800 77477 33554432000 4194304 4196468 140736133060224 140319542713200 140320868252290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15851] ppid=15838 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/15840/task/15851/stat : 15851 (java) S 15838 15838 15606 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 28 0 148762729 27175628800 77477 33554432000 4194304 4196468 140736133060224 140319541659168 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15852] ppid=15838 vsize=26538700 memory=1296 CPUtime=0 cores=0-7
/proc/15840/task/15852/stat : 15852 (java) S 15838 15838 15606 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 28 0 148762729 27175628800 77477 33554432000 4194304 4196468 140736133060224 140319540606320 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15853] ppid=15838 vsize=26538700 memory=2416 CPUtime=0 cores=0-7
/proc/15840/task/15853/stat : 15853 (java) S 15838 15838 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 148762731 27175628800 77477 33554432000 4194304 4196468 140736133060224 140319539554640 140320868259739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15854] ppid=15838 vsize=26538700 memory=1728 CPUtime=0.64 cores=0-7
/proc/15840/task/15854/stat : 15854 (java) S 15838 15838 15606 0 -1 1077944384 8019 0 0 0 62 2 0 0 20 0 28 0 148762731 27175628800 77477 33554432000 4194304 4196468 140736133060224 140319538502000 140320868252290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15855] ppid=15838 vsize=26538700 memory=796 CPUtime=1.07 cores=0-7
/proc/15840/task/15855/stat : 15855 (java) R 15838 15838 15606 0 -1 1077944384 9743 0 0 0 106 1 0 0 20 0 28 0 148762731 27175628800 77477 33554432000 4194304 4196468 140736133060224 140319537449200 140320868252290 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15856] ppid=15838 vsize=26538700 memory=1716 CPUtime=0.74 cores=0-7
/proc/15840/task/15856/stat : 15856 (java) S 15838 15838 15606 0 -1 1077944384 9705 0 0 0 72 2 0 0 20 0 28 0 148762731 27175628800 77477 33554432000 4194304 4196468 140736133060224 140319536396400 140320868252290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15857] ppid=15838 vsize=26538700 memory=1956 CPUtime=0.43 cores=0-7
/proc/15840/task/15857/stat : 15857 (java) S 15838 15838 15606 0 -1 1077944384 5385 0 0 0 42 1 0 0 20 0 28 0 148762731 27175628800 77477 33554432000 4194304 4196468 140736133060224 140319467235312 140320868252290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15858] ppid=15838 vsize=26538700 memory=8608 CPUtime=0 cores=0-7
/proc/15840/task/15858/stat : 15858 (java) S 15838 15838 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 148762732 27175628800 77477 33554432000 4194304 4196468 140736133060224 140319466183776 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15859] ppid=15838 vsize=26538700 memory=1228 CPUtime=0 cores=0-7
/proc/15840/task/15859/stat : 15859 (java) S 15838 15838 15606 0 -1 1077944384 1413 0 0 0 0 0 0 0 20 0 28 0 148762732 27175628800 77477 33554432000 4194304 4196468 140736133060224 140319465131056 140320868252290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15860] ppid=15838 vsize=26538700 memory=12136 CPUtime=0.01 cores=0-7
/proc/15840/task/15860/stat : 15860 (java) R 15838 15838 15606 0 -1 4202560 99 0 0 0 1 0 0 0 20 0 28 0 148764323 27175628800 77477 33554432000 4194304 4196468 140736133060224 140319457617000 140320492446670 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15861] ppid=15838 vsize=26538700 memory=288230574492221466 CPUtime=0.02 cores=0-7
/proc/15840/task/15861/stat : 15861 (java) R 15838 15838 15606 0 -1 4202560 44 0 0 0 2 0 0 0 20 0 28 0 148764324 27175628800 77477 33554432000 4194304 4196468 140736133060224 140319456565952 140320490776548 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15862] ppid=15838 vsize=26538700 memory=301741394933055803 CPUtime=0.01 cores=0-7
/proc/15840/task/15862/stat : 15862 (java) R 15838 15838 15606 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 28 0 148764324 27175628800 77477 33554432000 4194304 4196468 140736133060224 140319455512752 140320490776548 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15863] ppid=15838 vsize=26538700 memory=13850763596142468 CPUtime=0.02 cores=0-7
/proc/15840/task/15863/stat : 15863 (java) R 15838 15838 15606 0 -1 4202560 45 0 0 0 2 0 0 0 20 0 28 0 148764324 27175628800 77477 33554432000 4194304 4196468 140736133060224 140319454450832 140320496181416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15864] ppid=15838 vsize=26538700 memory=6944656592387989600 CPUtime=0.02 cores=0-7
/proc/15840/task/15864/stat : 15864 (java) R 15838 15838 15606 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 28 0 148764324 27175628800 77477 33554432000 4194304 4196468 140736133060224 140319453404384 140320490776548 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15865] ppid=15838 vsize=26538700 memory=6944656592455097440 CPUtime=0.02 cores=0-7
/proc/15840/task/15865/stat : 15865 (java) R 15838 15838 15606 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 28 0 148764324 27175628800 77477 33554432000 4194304 4196468 140736133060224 140319452354848 140320490776548 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15866] ppid=15838 vsize=26538700 memory=6944656575208382560 CPUtime=0.02 cores=0-7
/proc/15840/task/15866/stat : 15866 (java) R 15838 15838 15606 0 -1 4202560 41 0 0 0 2 0 0 0 20 0 28 0 148764324 27175628800 77477 33554432000 4194304 4196468 140736133060224 140319451301376 140320490776548 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15867] ppid=15838 vsize=26538700 memory=6944652177228980320 CPUtime=0.01 cores=0-7
/proc/15840/task/15867/stat : 15867 (java) R 15838 15838 15606 0 -1 4202560 40 0 0 0 1 0 0 0 20 0 28 0 148764324 27175628800 77477 33554432000 4194304 4196468 140736133060224 140319450250816 140320492409171 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
Current children cumulated CPU time: 19.38 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 311288 KiB

[startup+16.112 s]
/proc/loadavg: 5.09 7.47 7.55 11/207 15867
/proc/meminfo: memFree=27045460/32770624 swapFree=67108860/67108860
[pid=15838] ppid=15835 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/15838/stat : 15838 (xcsp3-exec) S 15835 15838 15606 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 148762725 9740288 345 33554432000 4194304 5098028 140734592019920 140734592018024 140223081443964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30961664 140734592021604 140734592021815 140734592021815 140734592024555 0
/proc/15838/statm: 2378 345 289 221 0 87 0
[pid=15840] ppid=15838 vsize=26538700 memory=310320 CPUtime=20.1 cores=0-7
/proc/15840/stat : 15840 (java) S 15838 15838 15606 0 -1 1077944320 50741 0 0 0 1974 36 0 0 20 0 28 0 148762726 27175628800 77580 33554432000 4194304 4196468 140736133060224 140736133042768 140320868241143 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
/proc/15840/statm: 6634675 77580 3243 1 0 6621909 0
[pid=15840/tid=15841] ppid=15838 vsize=26538700 memory=3 CPUtime=15.89 cores=0-7
/proc/15840/task/15841/stat : 15841 (java) S 15838 15838 15606 0 -1 1077944384 11603 0 0 0 1584 5 0 0 20 0 28 0 148762726 27175628800 77580 33554432000 4194304 4196468 140736133060224 140320872481920 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15842] ppid=15838 vsize=26538700 memory=4 CPUtime=0.04 cores=0-7
/proc/15840/task/15842/stat : 15842 (java) S 15838 15838 15606 0 -1 1077944384 166 0 0 0 2 2 0 0 20 0 28 0 148762727 27175628800 77580 33554432000 4194304 4196468 140736133060224 140320820862096 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15843] ppid=15838 vsize=26538700 memory=1380 CPUtime=0.04 cores=0-7
/proc/15840/task/15843/stat : 15843 (java) S 15838 15838 15606 0 -1 1077944384 102 0 0 0 2 2 0 0 20 0 28 0 148762727 27175628800 77580 33554432000 4194304 4196468 140736133060224 140320819809296 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15844] ppid=15838 vsize=26538700 memory=309384 CPUtime=0.03 cores=0-7
/proc/15840/task/15844/stat : 15844 (java) S 15838 15838 15606 0 -1 1077944384 68 0 0 0 1 2 0 0 20 0 28 0 148762727 27175628800 77580 33554432000 4194304 4196468 140736133060224 140320818756496 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15845] ppid=15838 vsize=26538700 memory=280568337056800 CPUtime=0.04 cores=0-7
/proc/15840/task/15845/stat : 15845 (java) S 15838 15838 15606 0 -1 1077944384 65 0 0 0 2 2 0 0 20 0 28 0 148762727 27175628800 77580 33554432000 4194304 4196468 140736133060224 140320817703696 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15846] ppid=15838 vsize=26538700 memory=0 CPUtime=0.04 cores=0-7
/proc/15840/task/15846/stat : 15846 (java) S 15838 15838 15606 0 -1 1077944384 54 0 0 0 2 2 0 0 20 0 28 0 148762727 27175628800 77580 33554432000 4194304 4196468 140736133060224 140320816650896 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15847] ppid=15838 vsize=26538700 memory=280568336331216 CPUtime=0.04 cores=0-7
/proc/15840/task/15847/stat : 15847 (java) S 15838 15838 15606 0 -1 1077944384 77 0 0 0 2 2 0 0 20 0 28 0 148762727 27175628800 77580 33554432000 4194304 4196468 140736133060224 140320815598096 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15848] ppid=15838 vsize=26538700 memory=1380 CPUtime=0.04 cores=0-7
/proc/15840/task/15848/stat : 15848 (java) S 15838 15838 15606 0 -1 1077944384 198 0 0 0 2 2 0 0 20 0 28 0 148762727 27175628800 77580 33554432000 4194304 4196468 140736133060224 140320814545296 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15849] ppid=15838 vsize=26538700 memory=1380 CPUtime=0.04 cores=0-7
/proc/15840/task/15849/stat : 15849 (java) S 15838 15838 15606 0 -1 1077944384 248 0 0 0 2 2 0 0 20 0 28 0 148762727 27175628800 77580 33554432000 4194304 4196468 140736133060224 140320813492496 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15850] ppid=15838 vsize=26538700 memory=309384 CPUtime=0 cores=0-7
/proc/15840/task/15850/stat : 15850 (java) S 15838 15838 15606 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 28 0 148762728 27175628800 77580 33554432000 4194304 4196468 140736133060224 140319542713200 140320868252290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15851] ppid=15838 vsize=26538700 memory=1780062617601 CPUtime=0 cores=0-7
/proc/15840/task/15851/stat : 15851 (java) S 15838 15838 15606 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 28 0 148762729 27175628800 77580 33554432000 4194304 4196468 140736133060224 140319541659168 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15852] ppid=15838 vsize=26538700 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/15840/task/15852/stat : 15852 (java) S 15838 15838 15606 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 28 0 148762729 27175628800 77580 33554432000 4194304 4196468 140736133060224 140319540606320 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15853] ppid=15838 vsize=26538700 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/15840/task/15853/stat : 15853 (java) S 15838 15838 15606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 148762731 27175628800 77580 33554432000 4194304 4196468 140736133060224 140319539554640 140320868259739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15854] ppid=15838 vsize=26538700 memory=6655300316396806240 CPUtime=0.7 cores=0-7
/proc/15840/task/15854/stat : 15854 (java) R 15838 15838 15606 0 -1 4202560 8749 0 0 0 68 2 0 0 20 0 28 0 148762731 27175628800 77580 33554432000 4194304 4196468 140736133060224 140319538490112 140320853348976 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15855] ppid=15838 vsize=26538700 memory=6943526294502006880 CPUtime=1.09 cores=0-7
/proc/15840/task/15855/stat : 15855 (java) R 15838 15838 15606 0 -1 4202560 9964 0 0 0 108 1 0 0 20 0 28 0 148762731 27175628800 77580 33554432000 4194304 4196468 140736133060224 140319537449200 140320852637537 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15856] ppid=15838 vsize=26538700 memory=6656426216303648864 CPUtime=0.81 cores=0-7
/proc/15840/task/15856/stat : 15856 (java) R 15838 15838 15606 0 -1 4202560 10328 0 0 0 79 2 0 0 20 0 28 0 148762731 27175628800 77580 33554432000 4194304 4196468 140736133060224 140319536383840 140320848070191 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15857] ppid=15838 vsize=26538700 memory=7682744562830902074 CPUtime=0.45 cores=0-7
/proc/15840/task/15857/stat : 15857 (java) S 15838 15838 15606 0 -1 1077944384 5579 0 0 0 44 1 0 0 20 0 28 0 148762731 27175628800 77580 33554432000 4194304 4196468 140736133060224 140319467235312 140320868252290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15858] ppid=15838 vsize=26538700 memory=7163932213628855398 CPUtime=0 cores=0-7
/proc/15840/task/15858/stat : 15858 (java) S 15838 15838 15606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 148762732 27175628800 77580 33554432000 4194304 4196468 140736133060224 140319466183776 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15859] ppid=15838 vsize=26538700 memory=1228 CPUtime=0 cores=0-7
/proc/15840/task/15859/stat : 15859 (java) S 15838 15838 15606 0 -1 1077944384 1413 0 0 0 0 0 0 0 20 0 28 0 148762732 27175628800 77580 33554432000 4194304 4196468 140736133060224 140319465131056 140320868252290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15860] ppid=15838 vsize=26538700 memory=12136 CPUtime=0.07 cores=0-7
/proc/15840/task/15860/stat : 15860 (java) R 15838 15838 15606 0 -1 4202560 101 0 0 0 7 0 0 0 20 0 28 0 148764323 27175628800 77580 33554432000 4194304 4196468 140736133060224 140319457617464 140320496370125 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15861] ppid=15838 vsize=26538700 memory=5792 CPUtime=0.07 cores=0-7
/proc/15840/task/15861/stat : 15861 (java) R 15838 15838 15606 0 -1 4202560 46 0 0 0 7 0 0 0 20 0 28 0 148764324 27175628800 77580 33554432000 4194304 4196468 140736133060224 140319456564048 140320496370470 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15862] ppid=15838 vsize=26538700 memory=1008 CPUtime=0.1 cores=0-7
/proc/15840/task/15862/stat : 15862 (java) R 15838 15838 15606 0 -1 4202560 33 0 0 0 10 0 0 0 20 0 28 0 148764324 27175628800 77580 33554432000 4194304 4196468 140736133060224 140319455513416 140320496377850 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15863] ppid=15838 vsize=26538700 memory=4620 CPUtime=0.09 cores=0-7
/proc/15840/task/15863/stat : 15863 (java) R 15838 15838 15606 0 -1 4202560 56 0 0 0 9 0 0 0 20 0 28 0 148764324 27175628800 77580 33554432000 4194304 4196468 140736133060224 140319454457088 140320496378459 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15864] ppid=15838 vsize=26538700 memory=1428 CPUtime=0.11 cores=0-7
/proc/15840/task/15864/stat : 15864 (java) R 15838 15838 15606 0 -1 4202560 110 0 0 0 11 0 0 0 20 0 28 0 148764324 27175628800 77580 33554432000 4194304 4196468 140736133060224 140319453405176 140320496448254 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15865] ppid=15838 vsize=26538700 memory=1204 CPUtime=0.07 cores=0-7
/proc/15840/task/15865/stat : 15865 (java) S 15838 15838 15606 0 -1 1077944384 37 0 0 0 7 0 0 0 20 0 28 0 148764324 27175628800 77580 33554432000 4194304 4196468 140736133060224 140319452351248 140320868251349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15866] ppid=15838 vsize=26538700 memory=309424 CPUtime=0.08 cores=0-7
/proc/15840/task/15866/stat : 15866 (java) R 15838 15838 15606 0 -1 4202560 41 0 0 0 8 0 0 0 20 0 28 0 148764324 27175628800 77580 33554432000 4194304 4196468 140736133060224 140319451299472 140320496378187 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
[pid=15840/tid=15867] ppid=15838 vsize=26538700 memory=303430223234596890 CPUtime=0.07 cores=0-7
/proc/15840/task/15867/stat : 15867 (java) R 15838 15838 15606 0 -1 1077944384 40 0 0 0 7 0 0 0 20 0 28 0 148764324 27175628800 77580 33554432000 4194304 4196468 140736133060224 140319450246912 140320868251349 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16101376 140736133063826 140736133064003 140736133064003 140736133066703 0
Current children cumulated CPU time: 20.1 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 311700 KiB

Child status: 0
Real time (s): 16.1714
CPU time (s): 20.3722
CPU user time (s): 19.997
CPU system time (s): 0.375194
CPU usage (%): 125.977
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 315520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.997
system time used= 0.375194
maximum resident set size= 314140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51692
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4060
involuntary context switches= 68


# summary of solver processes directly reported to runsolver:
#   pid: 15838
#   total CPU time (s): 20.3722
#   total CPU user time (s): 19.997
#   total CPU system time (s): 0.375194

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.116703 second user time and 0.211353 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-19 17:18:11
IDJOB=4280785
IDBENCH=134602
IDSOLVER=2675
FILE ID=node106/4280785-1503156751
RUNJOBID= node106-1503155882-15633
PBS_JOBID= 20630818
Free space on /tmp= 61820 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/KnightTour/KnightTour-int-s1/KnightTour-13-int.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-4280785-1503156751/watcher-4280785-1503156751 -o /tmp/evaluation-result-4280785-1503156751/solver-4280785-1503156751 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1503155882-15633 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 2001908572 HOME/instance-4280785-1503156751.xml

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

MD5SUM BENCH= 5aa475b3f1257aceb66c8baaa9eb8eb1
RANDOM SEED=2001908572

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:        27346284 kB
MemAvailable:   31970548 kB
Buffers:          235840 kB
Cached:          4680852 kB
SwapCached:            0 kB
Active:          1064332 kB
Inactive:        3908412 kB
Active(anon):      12152 kB
Inactive(anon):    80012 kB
Active(file):    1052180 kB
Inactive(file):  3828400 kB
Unevictable:        7764 kB
Mlocked:            7764 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8124 kB
Writeback:             0 kB
AnonPages:         53112 kB
Mapped:            52024 kB
Shmem:             33420 kB
Slab:             146060 kB
SReclaimable:     119036 kB
SUnreclaim:        27024 kB
KernelStack:        3552 kB
PageTables:         4804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     334256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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 17:18:27