Trace number 4280762

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 315.15601 247.101

General information on the benchmark

NameHaystacks/Haystacks-m1-s1/
Haystacks-47.xml
MD5SUM7369afcf21a37adaf077467c3ae68d85
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 benchmark37.237202
Satisfiable
(Un)Satisfiability was proved
Number of variables2209
Number of constraints50853
Number of domains1
Minimum domain size47
Maximum domain size47
Distribution of domain sizes[{"size":47,"count":2209}]
Minimum variable degree46
Maximum variable degree47
Distribution of variable degrees[{"degree":46,"count":2117},{"degree":47,"count":92}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":50853}]
Number of extensional constraints0
Number of intensional constraints50853
Distribution of constraint types[{"type":"intension","count":50853}]
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-4280762-1503142466.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4280762-1503142466.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
313.31/246.77	c solve instance...
315.00/247.02	java.util.concurrent.ExecutionException: java.lang.NullPointerException
315.00/247.02		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
315.00/247.02		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:201)
315.00/247.02		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:168)
315.00/247.02		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:134)
315.00/247.02		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:25)
315.00/247.02	Caused by: java.lang.NullPointerException
315.00/247.02		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
315.00/247.02		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
315.00/247.02		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
315.00/247.02		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
315.00/247.02		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
315.00/247.02		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
315.00/247.02		... 4 more
315.00/247.02	Caused by: java.lang.NullPointerException
315.00/247.02		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
315.00/247.02		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
315.00/247.02		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
315.00/247.02		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
315.00/247.02		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
315.00/247.02		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
315.00/247.02		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
315.00/247.02		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
315.00/247.02		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
315.00/247.02		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
315.00/247.02		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
315.00/247.02		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
315.00/247.02		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$48(ParallelPortfolio.java:193)
315.00/247.02		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
315.00/247.02		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
315.00/247.02		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
315.00/247.02		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
315.00/247.02		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
315.00/247.02	Caused by: java.lang.NullPointerException
315.00/247.02		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.stampIt(ConflictOrderingSearch.java:124)
315.00/247.02		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.onContradiction(ConflictOrderingSearch.java:120)
315.00/247.02		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.onContradiction(SearchMonitorList.java:133)
315.00/247.02		at org.chocosolver.solver.Solver.initialize(Solver.java:374)
315.00/247.02		at org.chocosolver.solver.Solver.solve(Solver.java:260)
315.00/247.03		at org.chocosolver.solver.ParallelPortfolio.lambda$null$47(ParallelPortfolio.java:195)
315.00/247.03		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
315.00/247.03		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
315.00/247.03		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
315.00/247.03		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
315.00/247.03		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
315.00/247.03		... 4 more
315.00/247.03	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 (11420 MiB free)
  memory of node 1: 16384 MiB (9831 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280762-1503142466/watcher-4280762-1503142466 -o /tmp/evaluation-result-4280762-1503142466/solver-4280762-1503142466 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1503139077-27932 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 582495216 HOME/instance-4280762-1503142466.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=28298, runsolver pid=28295

[startup+0.100132 s]*
/proc/loadavg: 8.46 8.33 8.32 2/200 28319
/proc/meminfo: memFree=21747616/32770624 swapFree=67108860/67108860
[pid=28298] ppid=28295 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/28298/stat : 28298 (xcsp3-exec) S 28295 28298 27905 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 147334290 9740288 345 33554432000 4194304 5098028 140736446487584 140736446485688 140473215271548 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10100736 140736446489701 140736446489911 140736446489911 140736446492651 0
/proc/28298/statm: 2378 345 289 221 0 87 0
[pid=28300] ppid=28298 vsize=25999808 memory=26848 CPUtime=0.11 cores=0-7
/proc/28300/stat : 28300 (java) S 28298 28298 27905 0 -1 1077944320 5471 0 0 0 10 1 0 0 20 0 20 0 147334290 26623803392 6712 33554432000 4194304 4196468 140730193225264 140730193207808 140367969189623 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
/proc/28300/statm: 6499952 6712 2907 1 0 6488269 0
[pid=28300/tid=28301] ppid=28298 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/28300/task/28301/stat : 28301 (java) R 28298 28298 27905 0 -1 4202560 3479 0 0 0 8 1 0 0 20 0 20 0 147334290 26623803392 6712 33554432000 4194304 4196468 140730193225264 140367973421232 140367969201558 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28302] ppid=28298 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/28300/task/28302/stat : 28302 (java) S 28298 28298 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147334291 26623803392 6712 33554432000 4194304 4196468 140730193225264 140367921810064 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28303] ppid=28298 vsize=25999808 memory=140092577175168 CPUtime=0 cores=0-7
/proc/28300/task/28303/stat : 28303 (java) S 28298 28298 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147334291 26623803392 6712 33554432000 4194304 4196468 140730193225264 140367525968400 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28304] ppid=28298 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28304/stat : 28304 (java) S 28298 28298 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147334291 26623803392 6712 33554432000 4194304 4196468 140730193225264 140367524915600 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28305] ppid=28298 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28305/stat : 28305 (java) S 28298 28298 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147334291 26623803392 6712 33554432000 4194304 4196468 140730193225264 140367523862800 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28306] ppid=28298 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28306/stat : 28306 (java) S 28298 28298 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147334291 26623803392 6712 33554432000 4194304 4196468 140730193225264 140367522811024 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28307] ppid=28298 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/28300/task/28307/stat : 28307 (java) S 28298 28298 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147334291 26623803392 6712 33554432000 4194304 4196468 140730193225264 140367521758224 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28308] ppid=28298 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28308/stat : 28308 (java) S 28298 28298 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147334291 26623803392 6712 33554432000 4194304 4196468 140730193225264 140367520705424 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28309] ppid=28298 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28309/stat : 28309 (java) S 28298 28298 27905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147334291 26623803392 6712 33554432000 4194304 4196468 140730193225264 140367519652624 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28310] ppid=28298 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28310/stat : 28310 (java) S 28298 28298 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147334293 26623803392 6712 33554432000 4194304 4196468 140730193225264 140366962280816 140367969200770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28311] ppid=28298 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28311/stat : 28311 (java) S 28298 28298 27905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 147334293 26623803392 6712 33554432000 4194304 4196468 140730193225264 140366961226784 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28312] ppid=28298 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28312/stat : 28312 (java) S 28298 28298 27905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 147334293 26623803392 6712 33554432000 4194304 4196468 140730193225264 140366960173936 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28313] ppid=28298 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28313/stat : 28313 (java) S 28298 28298 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147334296 26623803392 6712 33554432000 4194304 4196468 140730193225264 140366959122256 140367969208219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28314] ppid=28298 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28314/stat : 28314 (java) S 28298 28298 27905 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 20 0 147334296 26623803392 6712 33554432000 4194304 4196468 140730193225264 140366958070640 140367969200770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28315] ppid=28298 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28315/stat : 28315 (java) S 28298 28298 27905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147334296 26623803392 6712 33554432000 4194304 4196468 140730193225264 140366957017840 140367969200770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28316] ppid=28298 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28316/stat : 28316 (java) S 28298 28298 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147334296 26623803392 6712 33554432000 4194304 4196468 140730193225264 140366955965040 140367969200770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28317] ppid=28298 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/28300/task/28317/stat : 28317 (java) R 28298 28298 27905 0 -1 4202560 268 0 0 0 1 0 0 0 20 0 20 0 147334296 26623803392 6712 33554432000 4194304 4196468 140730193225264 140366954912240 140367969201558 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28318] ppid=28298 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28318/stat : 28318 (java) S 28298 28298 27905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147334296 26623803392 6712 33554432000 4194304 4196468 140730193225264 140366953859680 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28319] ppid=28298 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/28300/task/28319/stat : 28319 (java) S 28298 28298 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147334296 26623803392 6712 33554432000 4194304 4196468 140730193225264 140366952806960 140367969200770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28228 KiB

[startup+0.210085 s]*
/proc/loadavg: 8.46 8.33 8.32 3/200 28319
/proc/meminfo: memFree=21736672/32770624 swapFree=67108860/67108860
[pid=28298] ppid=28295 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/28298/stat : 28298 (xcsp3-exec) S 28295 28298 27905 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 147334290 9740288 345 33554432000 4194304 5098028 140736446487584 140736446485688 140473215271548 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10100736 140736446489701 140736446489911 140736446489911 140736446492651 0
/proc/28298/statm: 2378 345 289 221 0 87 0
[pid=28300] ppid=28298 vsize=26004064 memory=38720 CPUtime=0.33 cores=0-7
/proc/28300/stat : 28300 (java) S 28298 28298 27905 0 -1 1077944320 8231 0 0 0 31 2 0 0 20 0 20 0 147334290 26628161536 9680 33554432000 4194304 4196468 140730193225264 140730193207808 140367969189623 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
/proc/28300/statm: 6501016 9680 3048 1 0 6488269 0
[pid=28300/tid=28301] ppid=28298 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/28300/task/28301/stat : 28301 (java) R 28298 28298 27905 0 -1 4202560 5396 0 0 0 18 1 0 0 20 0 20 0 147334290 26628161536 9680 33554432000 4194304 4196468 140730193225264 140367973426464 140367953270110 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28302] ppid=28298 vsize=26004064 memory=342 CPUtime=0 cores=0-7
/proc/28300/task/28302/stat : 28302 (java) S 28298 28298 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147334291 26628161536 9680 33554432000 4194304 4196468 140730193225264 140367921810064 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28303] ppid=28298 vsize=26004064 memory=140092577865091 CPUtime=0 cores=0-7
/proc/28300/task/28303/stat : 28303 (java) S 28298 28298 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147334291 26628161536 9680 33554432000 4194304 4196468 140730193225264 140367525968400 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28304] ppid=28298 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28300/task/28304/stat : 28304 (java) S 28298 28298 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147334291 26628161536 9680 33554432000 4194304 4196468 140730193225264 140367524915600 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28305] ppid=28298 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28305/stat : 28305 (java) S 28298 28298 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147334291 26628161536 9680 33554432000 4194304 4196468 140730193225264 140367523862800 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28306] ppid=28298 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28306/stat : 28306 (java) S 28298 28298 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147334291 26628161536 9680 33554432000 4194304 4196468 140730193225264 140367522811024 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28307] ppid=28298 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28300/task/28307/stat : 28307 (java) S 28298 28298 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147334291 26628161536 9680 33554432000 4194304 4196468 140730193225264 140367521758224 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28308] ppid=28298 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28308/stat : 28308 (java) S 28298 28298 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147334291 26628161536 9680 33554432000 4194304 4196468 140730193225264 140367520705424 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28309] ppid=28298 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28309/stat : 28309 (java) S 28298 28298 27905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147334291 26628161536 9680 33554432000 4194304 4196468 140730193225264 140367519652624 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28310] ppid=28298 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28310/stat : 28310 (java) S 28298 28298 27905 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 147334293 26628161536 9680 33554432000 4194304 4196468 140730193225264 140366962280816 140367969200770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28311] ppid=28298 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28311/stat : 28311 (java) S 28298 28298 27905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 147334293 26628161536 9680 33554432000 4194304 4196468 140730193225264 140366961226784 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28312] ppid=28298 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28312/stat : 28312 (java) S 28298 28298 27905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 147334293 26628161536 9680 33554432000 4194304 4196468 140730193225264 140366960173936 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28313] ppid=28298 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28313/stat : 28313 (java) S 28298 28298 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147334296 26628161536 9680 33554432000 4194304 4196468 140730193225264 140366959122256 140367969208219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28314] ppid=28298 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/28300/task/28314/stat : 28314 (java) S 28298 28298 27905 0 -1 1077944384 579 0 0 0 2 0 0 0 20 0 20 0 147334296 26628161536 9680 33554432000 4194304 4196468 140730193225264 140366958070640 140367969200770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28315] ppid=28298 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/28300/task/28315/stat : 28315 (java) S 28298 28298 27905 0 -1 1077944384 157 0 0 0 1 0 0 0 20 0 20 0 147334296 26628161536 9680 33554432000 4194304 4196468 140730193225264 140366957017840 140367969200770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28316] ppid=28298 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28300/task/28316/stat : 28316 (java) S 28298 28298 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147334296 26628161536 9680 33554432000 4194304 4196468 140730193225264 140366955965040 140367969200770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28317] ppid=28298 vsize=26004064 memory=-1 CPUtime=0.08 cores=0-7
/proc/28300/task/28317/stat : 28317 (java) R 28298 28298 27905 0 -1 4202560 786 0 0 0 8 0 0 0 20 0 20 0 147334296 26628161536 9680 33554432000 4194304 4196468 140730193225264 140366954912240 140367969210970 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28318] ppid=28298 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28318/stat : 28318 (java) S 28298 28298 27905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147334296 26628161536 9680 33554432000 4194304 4196468 140730193225264 140366953859680 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28319] ppid=28298 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28300/task/28319/stat : 28319 (java) S 28298 28298 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147334296 26628161536 9680 33554432000 4194304 4196468 140730193225264 140366952806960 140367969200770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40100 KiB

[startup+0.309584 s]*
/proc/loadavg: 8.46 8.33 8.32 4/200 28319
/proc/meminfo: memFree=21731756/32770624 swapFree=67108860/67108860
[pid=28298] ppid=28295 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/28298/stat : 28298 (xcsp3-exec) S 28295 28298 27905 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 147334290 9740288 345 33554432000 4194304 5098028 140736446487584 140736446485688 140473215271548 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10100736 140736446489701 140736446489911 140736446489911 140736446492651 0
/proc/28298/statm: 2378 345 289 221 0 87 0
[pid=28300] ppid=28298 vsize=26004064 memory=43656 CPUtime=0.51 cores=0-7
/proc/28300/stat : 28300 (java) S 28298 28298 27905 0 -1 1077944320 9189 0 0 0 47 4 0 0 20 0 20 0 147334290 26628161536 10914 33554432000 4194304 4196468 140730193225264 140730193207808 140367969189623 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
/proc/28300/statm: 6501016 10914 3099 1 0 6488269 0
[pid=28300/tid=28301] ppid=28298 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/28300/task/28301/stat : 28301 (java) R 28298 28298 27905 0 -1 4202560 6096 0 0 0 27 2 0 0 20 0 20 0 147334290 26628161536 10914 33554432000 4194304 4196468 140730193225264 140367973420720 140367969201558 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28302] ppid=28298 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28302/stat : 28302 (java) S 28298 28298 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147334291 26628161536 10914 33554432000 4194304 4196468 140730193225264 140367921810064 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28303] ppid=28298 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28303/stat : 28303 (java) S 28298 28298 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147334291 26628161536 10914 33554432000 4194304 4196468 140730193225264 140367525968400 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28304] ppid=28298 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28304/stat : 28304 (java) S 28298 28298 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147334291 26628161536 10914 33554432000 4194304 4196468 140730193225264 140367524915600 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28305] ppid=28298 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28305/stat : 28305 (java) S 28298 28298 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147334291 26628161536 10914 33554432000 4194304 4196468 140730193225264 140367523862800 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28306] ppid=28298 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/28300/task/28306/stat : 28306 (java) S 28298 28298 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147334291 26628161536 10914 33554432000 4194304 4196468 140730193225264 140367522811024 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28307] ppid=28298 vsize=26004064 memory=140092438049711 CPUtime=0 cores=0-7
/proc/28300/task/28307/stat : 28307 (java) S 28298 28298 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147334291 26628161536 10914 33554432000 4194304 4196468 140730193225264 140367521758224 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28308] ppid=28298 vsize=26004064 memory=140092438052016 CPUtime=0 cores=0-7
/proc/28300/task/28308/stat : 28308 (java) S 28298 28298 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147334291 26628161536 10914 33554432000 4194304 4196468 140730193225264 140367520705424 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28309] ppid=28298 vsize=26004064 memory=140092438054320 CPUtime=0 cores=0-7
/proc/28300/task/28309/stat : 28309 (java) S 28298 28298 27905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147334291 26628161536 10914 33554432000 4194304 4196468 140730193225264 140367519652624 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28310] ppid=28298 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28310/stat : 28310 (java) S 28298 28298 27905 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 147334293 26628161536 10914 33554432000 4194304 4196468 140730193225264 140366962280816 140367969200770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28311] ppid=28298 vsize=26004064 memory=280184876115600 CPUtime=0 cores=0-7
/proc/28300/task/28311/stat : 28311 (java) S 28298 28298 27905 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 147334293 26628161536 10914 33554432000 4194304 4196468 140730193225264 140366961226784 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28312] ppid=28298 vsize=26004064 memory=280184876122512 CPUtime=0 cores=0-7
/proc/28300/task/28312/stat : 28312 (java) S 28298 28298 27905 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 147334293 26628161536 10914 33554432000 4194304 4196468 140730193225264 140366960173936 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28313] ppid=28298 vsize=26004064 memory=280184876063792 CPUtime=0 cores=0-7
/proc/28300/task/28313/stat : 28313 (java) S 28298 28298 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147334296 26628161536 10914 33554432000 4194304 4196468 140730193225264 140366959122256 140367969208219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28314] ppid=28298 vsize=26004064 memory=280184876136336 CPUtime=0.03 cores=0-7
/proc/28300/task/28314/stat : 28314 (java) R 28298 28298 27905 0 -1 1077944384 655 0 0 0 3 0 0 0 20 0 20 0 147334296 26628161536 10914 33554432000 4194304 4196468 140730193225264 140366958070640 140367969200770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28315] ppid=28298 vsize=26004064 memory=280184876143248 CPUtime=0.02 cores=0-7
/proc/28300/task/28315/stat : 28315 (java) R 28298 28298 27905 0 -1 4202560 163 0 0 0 2 0 0 0 20 0 20 0 147334296 26628161536 10914 33554432000 4194304 4196468 140730193225264 140366957009488 140367948338312 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28316] ppid=28298 vsize=26004064 memory=280184876140944 CPUtime=0.01 cores=0-7
/proc/28300/task/28316/stat : 28316 (java) S 28298 28298 27905 0 -1 1077944384 35 0 0 0 1 0 0 0 20 0 20 0 147334296 26628161536 10914 33554432000 4194304 4196468 140730193225264 140366955965040 140367969200770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28317] ppid=28298 vsize=26004064 memory=280184876157104 CPUtime=0.13 cores=0-7
/proc/28300/task/28317/stat : 28317 (java) R 28298 28298 27905 0 -1 4202560 927 0 0 0 13 0 0 0 20 0 20 0 147334296 26628161536 10914 33554432000 4194304 4196468 140730193225264 140366954908608 140367954265235 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28318] ppid=28298 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28318/stat : 28318 (java) S 28298 28298 27905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147334296 26628161536 10914 33554432000 4194304 4196468 140730193225264 140366953859680 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28319] ppid=28298 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28300/task/28319/stat : 28319 (java) S 28298 28298 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147334296 26628161536 10914 33554432000 4194304 4196468 140730193225264 140366952806960 140367969200770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45036 KiB

[startup+0.700845 s]
/proc/loadavg: 8.46 8.33 8.32 4/200 28319
/proc/meminfo: memFree=21694300/32770624 swapFree=67108860/67108860
[pid=28298] ppid=28295 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/28298/stat : 28298 (xcsp3-exec) S 28295 28298 27905 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 147334290 9740288 345 33554432000 4194304 5098028 140736446487584 140736446485688 140473215271548 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10100736 140736446489701 140736446489911 140736446489911 140736446492651 0
/proc/28298/statm: 2378 345 289 221 0 87 0
[pid=28300] ppid=28298 vsize=26004140 memory=130520 CPUtime=1.94 cores=0-7
/proc/28300/stat : 28300 (java) S 28298 28298 27905 0 -1 1077944320 13997 0 0 0 188 6 0 0 20 0 20 0 147334290 26628239360 32630 33554432000 4194304 4196468 140730193225264 140730193207808 140367969189623 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
/proc/28300/statm: 6501035 32630 3196 1 0 6488269 0
[pid=28300/tid=28301] ppid=28298 vsize=26004140 memory=280184876514992 CPUtime=0.67 cores=0-7
/proc/28300/task/28301/stat : 28301 (java) R 28298 28298 27905 0 -1 4202560 6416 0 0 0 64 3 0 0 20 0 20 0 147334290 26628239360 32630 33554432000 4194304 4196468 140730193225264 140367973426464 140367950771409 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28302] ppid=28298 vsize=26004140 memory=140092438258544 CPUtime=0 cores=0-7
/proc/28300/task/28302/stat : 28302 (java) S 28298 28298 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147334291 26628239360 32630 33554432000 4194304 4196468 140730193225264 140367921810064 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28303] ppid=28298 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/28300/task/28303/stat : 28303 (java) S 28298 28298 27905 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147334291 26628239360 32630 33554432000 4194304 4196468 140730193225264 140367525968400 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28304] ppid=28298 vsize=26004140 memory=1008 CPUtime=0 cores=0-7
/proc/28300/task/28304/stat : 28304 (java) S 28298 28298 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147334291 26628239360 32630 33554432000 4194304 4196468 140730193225264 140367524915600 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0

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

[pid=28300/tid=28301] ppid=28298 vsize=26006188 memory=9670880 CPUtime=237.43 cores=0-7
/proc/28300/task/28301/stat : 28301 (java) R 28298 28298 27905 0 -1 4202560 39599 0 0 0 23621 122 0 0 20 0 20 0 147334290 26630336512 2417724 33554432000 4194304 4196468 140730193225264 140367973428192 140367609058049 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28302] ppid=28298 vsize=26006188 memory=9670880 CPUtime=8.37 cores=0-7
/proc/28300/task/28302/stat : 28302 (java) S 28298 28298 27905 0 -1 1077944384 5297 0 0 0 760 77 0 0 20 0 20 0 147334291 26630336512 2417724 33554432000 4194304 4196468 140730193225264 140367921810064 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28303] ppid=28298 vsize=26006188 memory=1576 CPUtime=8.41 cores=0-7
/proc/28300/task/28303/stat : 28303 (java) S 28298 28298 27905 0 -1 1077944384 3632 0 0 0 765 76 0 0 20 0 20 0 147334291 26630336512 2417724 33554432000 4194304 4196468 140730193225264 140367525968400 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28304] ppid=28298 vsize=26006188 memory=1380 CPUtime=8.44 cores=0-7
/proc/28300/task/28304/stat : 28304 (java) S 28298 28298 27905 0 -1 1077944384 5151 0 0 0 761 83 0 0 20 0 20 0 147334291 26630336512 2417724 33554432000 4194304 4196468 140730193225264 140367524915600 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28305] ppid=28298 vsize=26006188 memory=1380 CPUtime=8.44 cores=0-7
/proc/28300/task/28305/stat : 28305 (java) S 28298 28298 27905 0 -1 1077944384 4939 0 0 0 770 74 0 0 20 0 20 0 147334291 26630336512 2417724 33554432000 4194304 4196468 140730193225264 140367523862800 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28306] ppid=28298 vsize=26006188 memory=4140 CPUtime=8.36 cores=0-7
/proc/28300/task/28306/stat : 28306 (java) S 28298 28298 27905 0 -1 1077944384 4211 0 0 0 765 71 0 0 20 0 20 0 147334291 26630336512 2417724 33554432000 4194304 4196468 140730193225264 140367522811024 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28307] ppid=28298 vsize=26006188 memory=40972 CPUtime=8.34 cores=0-7
/proc/28300/task/28307/stat : 28307 (java) S 28298 28298 27905 0 -1 1077944384 4396 0 0 0 761 73 0 0 20 0 20 0 147334291 26630336512 2417724 33554432000 4194304 4196468 140730193225264 140367521758224 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28308] ppid=28298 vsize=26006188 memory=7307762636783446625 CPUtime=8.41 cores=0-7
/proc/28300/task/28308/stat : 28308 (java) S 28298 28298 27905 0 -1 1077944384 3997 0 0 0 768 73 0 0 20 0 20 0 147334291 26630336512 2417724 33554432000 4194304 4196468 140730193225264 140367520705424 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28309] ppid=28298 vsize=26006188 memory=7018132569478945130 CPUtime=8.47 cores=0-7
/proc/28300/task/28309/stat : 28309 (java) S 28298 28298 27905 0 -1 1077944384 4671 0 0 0 771 76 0 0 20 0 20 0 147334291 26630336512 2417724 33554432000 4194304 4196468 140730193225264 140367519652624 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28310] ppid=28298 vsize=26006188 memory=7018132569478945130 CPUtime=0.32 cores=0-7
/proc/28300/task/28310/stat : 28310 (java) S 28298 28298 27905 0 -1 1077944384 12569 0 0 0 30 2 0 0 20 0 20 0 147334293 26630336512 2417724 33554432000 4194304 4196468 140730193225264 140366962280816 140367969200770 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28311] ppid=28298 vsize=26006188 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/28300/task/28311/stat : 28311 (java) S 28298 28298 27905 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 147334293 26630336512 2417724 33554432000 4194304 4196468 140730193225264 140366961226848 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28312] ppid=28298 vsize=26006188 memory=225 CPUtime=0 cores=0-7
/proc/28300/task/28312/stat : 28312 (java) S 28298 28298 27905 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 20 0 147334293 26630336512 2417724 33554432000 4194304 4196468 140730193225264 140366960173952 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28313] ppid=28298 vsize=26006188 memory=215 CPUtime=0 cores=0-7
/proc/28300/task/28313/stat : 28313 (java) S 28298 28298 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147334296 26630336512 2417724 33554432000 4194304 4196468 140730193225264 140366959122256 140367969208219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28314] ppid=28298 vsize=26006188 memory=260 CPUtime=2.25 cores=0-7
/proc/28300/task/28314/stat : 28314 (java) S 28298 28298 27905 0 -1 1077944384 11486 0 0 0 223 2 0 0 20 0 20 0 147334296 26630336512 2417724 33554432000 4194304 4196468 140730193225264 140366958070640 140367969200770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28315] ppid=28298 vsize=26006188 memory=1292 CPUtime=2.15 cores=0-7
/proc/28300/task/28315/stat : 28315 (java) S 28298 28298 27905 0 -1 1077944384 9098 0 0 0 213 2 0 0 20 0 20 0 147334296 26630336512 2417724 33554432000 4194304 4196468 140730193225264 140366957017840 140367969200770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28316] ppid=28298 vsize=26006188 memory=2428 CPUtime=2.6 cores=0-7
/proc/28300/task/28316/stat : 28316 (java) S 28298 28298 27905 0 -1 1077944384 7503 0 0 0 258 2 0 0 20 0 20 0 147334296 26630336512 2417724 33554432000 4194304 4196468 140730193225264 140366955965040 140367969200770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28317] ppid=28298 vsize=26006188 memory=1732 CPUtime=0.74 cores=0-7
/proc/28300/task/28317/stat : 28317 (java) S 28298 28298 27905 0 -1 1077944384 5748 0 0 0 73 1 0 0 20 0 20 0 147334296 26630336512 2417724 33554432000 4194304 4196468 140730193225264 140366954912240 140367969200770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28318] ppid=28298 vsize=26006188 memory=1944 CPUtime=0 cores=0-7
/proc/28300/task/28318/stat : 28318 (java) S 28298 28298 27905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147334296 26630336512 2417724 33554432000 4194304 4196468 140730193225264 140366953859680 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28319] ppid=28298 vsize=26006188 memory=1700 CPUtime=0.14 cores=0-7
/proc/28300/task/28319/stat : 28319 (java) S 28298 28298 27905 0 -1 1077944384 988 0 0 0 7 7 0 0 20 0 20 0 147334296 26630336512 2417724 33554432000 4194304 4196468 140730193225264 140366952806960 140367969200770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
Current children cumulated CPU time: 313.01 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 9672276 KiB

[startup+246.801 s]
/proc/loadavg: 1.14 4.26 6.64 2/200 28319
/proc/meminfo: memFree=12089756/32770624 swapFree=67108860/67108860
[pid=28298] ppid=28295 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/28298/stat : 28298 (xcsp3-exec) S 28295 28298 27905 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 147334290 9740288 345 33554432000 4194304 5098028 140736446487584 140736446485688 140473215271548 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10100736 140736446489701 140736446489911 140736446489911 140736446492651 0
/proc/28298/statm: 2378 345 289 221 0 87 0
[pid=28300] ppid=28298 vsize=26006188 memory=9670972 CPUtime=313.47 cores=0-7
/proc/28300/stat : 28300 (java) S 28298 28298 27905 0 -1 1077944320 125631 0 0 0 30601 746 0 0 20 0 20 0 147334290 26630336512 2417743 33554432000 4194304 4196468 140730193225264 140730193207808 140367969189623 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
/proc/28300/statm: 6501547 2417743 3282 1 0 6488781 0
[pid=28300/tid=28301] ppid=28298 vsize=26006188 memory=1232 CPUtime=237.83 cores=0-7
/proc/28300/task/28301/stat : 28301 (java) R 28298 28298 27905 0 -1 4202560 39690 0 0 0 23661 122 0 0 20 0 20 0 147334290 26630336512 2417743 33554432000 4194304 4196468 140730193225264 140367973426848 140367969211549 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28302] ppid=28298 vsize=26006188 memory=1792 CPUtime=8.37 cores=0-7
/proc/28300/task/28302/stat : 28302 (java) S 28298 28298 27905 0 -1 1077944384 5297 0 0 0 760 77 0 0 20 0 20 0 147334291 26630336512 2417743 33554432000 4194304 4196468 140730193225264 140367921810064 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28303] ppid=28298 vsize=26006188 memory=280184877032624 CPUtime=8.41 cores=0-7
/proc/28300/task/28303/stat : 28303 (java) S 28298 28298 27905 0 -1 1077944384 3632 0 0 0 765 76 0 0 20 0 20 0 147334291 26630336512 2417743 33554432000 4194304 4196468 140730193225264 140367525968400 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28304] ppid=28298 vsize=26006188 memory=7230675713305258137 CPUtime=8.44 cores=0-7
/proc/28300/task/28304/stat : 28304 (java) S 28298 28298 27905 0 -1 1077944384 5151 0 0 0 761 83 0 0 20 0 20 0 147334291 26630336512 2417743 33554432000 4194304 4196468 140730193225264 140367524915600 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28305] ppid=28298 vsize=26006188 memory=280184878198980 CPUtime=8.44 cores=0-7
/proc/28300/task/28305/stat : 28305 (java) S 28298 28298 27905 0 -1 1077944384 4939 0 0 0 770 74 0 0 20 0 20 0 147334291 26630336512 2417743 33554432000 4194304 4196468 140730193225264 140367523862800 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28306] ppid=28298 vsize=26006188 memory=7230675713305258137 CPUtime=8.36 cores=0-7
/proc/28300/task/28306/stat : 28306 (java) S 28298 28298 27905 0 -1 1077944384 4211 0 0 0 765 71 0 0 20 0 20 0 147334291 26630336512 2417743 33554432000 4194304 4196468 140730193225264 140367522811024 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28307] ppid=28298 vsize=26006188 memory=7230675713305258137 CPUtime=8.34 cores=0-7
/proc/28300/task/28307/stat : 28307 (java) S 28298 28298 27905 0 -1 1077944384 4396 0 0 0 761 73 0 0 20 0 20 0 147334291 26630336512 2417743 33554432000 4194304 4196468 140730193225264 140367521758224 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28308] ppid=28298 vsize=26006188 memory=303430223234596890 CPUtime=8.41 cores=0-7
/proc/28300/task/28308/stat : 28308 (java) S 28298 28298 27905 0 -1 1077944384 3997 0 0 0 768 73 0 0 20 0 20 0 147334291 26630336512 2417743 33554432000 4194304 4196468 140730193225264 140367520705424 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28309] ppid=28298 vsize=26006188 memory=316096618745299259 CPUtime=8.47 cores=0-7
/proc/28300/task/28309/stat : 28309 (java) S 28298 28298 27905 0 -1 1077944384 4671 0 0 0 771 76 0 0 20 0 20 0 147334291 26630336512 2417743 33554432000 4194304 4196468 140730193225264 140367519652624 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28310] ppid=28298 vsize=26006188 memory=15538518206188108 CPUtime=0.32 cores=0-7
/proc/28300/task/28310/stat : 28310 (java) S 28298 28298 27905 0 -1 1077944384 12576 0 0 0 30 2 0 0 20 0 20 0 147334293 26630336512 2417743 33554432000 4194304 4196468 140730193225264 140366962280816 140367969200770 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28311] ppid=28298 vsize=26006188 memory=1380 CPUtime=0 cores=0-7
/proc/28300/task/28311/stat : 28311 (java) S 28298 28298 27905 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 147334293 26630336512 2417743 33554432000 4194304 4196468 140730193225264 140366961226848 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28312] ppid=28298 vsize=26006188 memory=9670704 CPUtime=0 cores=0-7
/proc/28300/task/28312/stat : 28312 (java) S 28298 28298 27905 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 20 0 147334293 26630336512 2417743 33554432000 4194304 4196468 140730193225264 140366960173952 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28313] ppid=28298 vsize=26006188 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/28300/task/28313/stat : 28313 (java) S 28298 28298 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147334296 26630336512 2417743 33554432000 4194304 4196468 140730193225264 140366959122256 140367969208219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28314] ppid=28298 vsize=26006188 memory=6791534058613427641 CPUtime=2.28 cores=0-7
/proc/28300/task/28314/stat : 28314 (java) S 28298 28298 27905 0 -1 1077944384 11675 0 0 0 225 3 0 0 20 0 20 0 147334296 26630336512 2417743 33554432000 4194304 4196468 140730193225264 140366958070640 140367969200770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28315] ppid=28298 vsize=26006188 memory=40972 CPUtime=2.16 cores=0-7
/proc/28300/task/28315/stat : 28315 (java) S 28298 28298 27905 0 -1 1077944384 9306 0 0 0 214 2 0 0 20 0 20 0 147334296 26630336512 2417743 33554432000 4194304 4196468 140730193225264 140366957017840 140367969200770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28316] ppid=28298 vsize=26006188 memory=1292 CPUtime=2.6 cores=0-7
/proc/28300/task/28316/stat : 28316 (java) S 28298 28298 27905 0 -1 1077944384 7576 0 0 0 258 2 0 0 20 0 20 0 147334296 26630336512 2417743 33554432000 4194304 4196468 140730193225264 140366955965040 140367969200770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28317] ppid=28298 vsize=26006188 memory=1732 CPUtime=0.76 cores=0-7
/proc/28300/task/28317/stat : 28317 (java) R 28298 28298 27905 0 -1 1077944384 6126 0 0 0 74 2 0 0 20 0 20 0 147334296 26630336512 2417743 33554432000 4194304 4196468 140730193225264 140366954912240 140367969200770 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28318] ppid=28298 vsize=26006188 memory=1944 CPUtime=0 cores=0-7
/proc/28300/task/28318/stat : 28318 (java) S 28298 28298 27905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147334296 26630336512 2417743 33554432000 4194304 4196468 140730193225264 140366953859680 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28319] ppid=28298 vsize=26006188 memory=1700 CPUtime=0.14 cores=0-7
/proc/28300/task/28319/stat : 28319 (java) S 28298 28298 27905 0 -1 1077944384 988 0 0 0 7 7 0 0 20 0 20 0 147334296 26630336512 2417743 33554432000 4194304 4196468 140730193225264 140366952806960 140367969200770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
Current children cumulated CPU time: 313.47 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 9672352 KiB

[startup+247.001 s]*
/proc/loadavg: 1.12 4.20 6.61 7/208 28327
/proc/meminfo: memFree=12088544/32770624 swapFree=67108860/67108860
[pid=28298] ppid=28295 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/28298/stat : 28298 (xcsp3-exec) S 28295 28298 27905 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 147334290 9740288 345 33554432000 4194304 5098028 140736446487584 140736446485688 140473215271548 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10100736 140736446489701 140736446489911 140736446489911 140736446492651 0
/proc/28298/statm: 2378 345 289 221 0 87 0
[pid=28300] ppid=28298 vsize=26538700 memory=9671300 CPUtime=315 cores=0-7
/proc/28300/stat : 28300 (java) S 28298 28298 27905 0 -1 1077944320 127094 0 0 0 30753 747 0 0 20 0 28 0 147334290 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140730193207808 140367969189623 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
/proc/28300/statm: 6634675 2417825 3282 1 0 6621909 0
[pid=28300/tid=28301] ppid=28298 vsize=26538700 memory=6791534058613427641 CPUtime=237.83 cores=0-7
/proc/28300/task/28301/stat : 28301 (java) S 28298 28298 27905 0 -1 1077944384 39764 0 0 0 23661 122 0 0 20 0 28 0 147334290 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140367973430400 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28302] ppid=28298 vsize=26538700 memory=4872558044660077418 CPUtime=8.37 cores=0-7
/proc/28300/task/28302/stat : 28302 (java) S 28298 28298 27905 0 -1 1077944384 5297 0 0 0 760 77 0 0 20 0 28 0 147334291 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140367921810064 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28303] ppid=28298 vsize=26538700 memory=15876 CPUtime=8.41 cores=0-7
/proc/28300/task/28303/stat : 28303 (java) S 28298 28298 27905 0 -1 1077944384 3632 0 0 0 765 76 0 0 20 0 28 0 147334291 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140367525968400 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28304] ppid=28298 vsize=26538700 memory=16444 CPUtime=8.44 cores=0-7
/proc/28300/task/28304/stat : 28304 (java) S 28298 28298 27905 0 -1 1077944384 5151 0 0 0 761 83 0 0 20 0 28 0 147334291 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140367524915600 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28305] ppid=28298 vsize=26538700 memory=4052 CPUtime=8.44 cores=0-7
/proc/28300/task/28305/stat : 28305 (java) S 28298 28298 27905 0 -1 1077944384 4939 0 0 0 770 74 0 0 20 0 28 0 147334291 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140367523862800 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28306] ppid=28298 vsize=26538700 memory=22596 CPUtime=8.36 cores=0-7
/proc/28300/task/28306/stat : 28306 (java) S 28298 28298 27905 0 -1 1077944384 4211 0 0 0 765 71 0 0 20 0 28 0 147334291 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140367522811024 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28307] ppid=28298 vsize=26538700 memory=5933605120542796642 CPUtime=8.34 cores=0-7
/proc/28300/task/28307/stat : 28307 (java) S 28298 28298 27905 0 -1 1077944384 4396 0 0 0 761 73 0 0 20 0 28 0 147334291 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140367521758224 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28308] ppid=28298 vsize=26538700 memory=7161958616011269209 CPUtime=8.41 cores=0-7
/proc/28300/task/28308/stat : 28308 (java) S 28298 28298 27905 0 -1 1077944384 3997 0 0 0 768 73 0 0 20 0 28 0 147334291 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140367520705424 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28309] ppid=28298 vsize=26538700 memory=7739264897034764388 CPUtime=8.47 cores=0-7
/proc/28300/task/28309/stat : 28309 (java) S 28298 28298 27905 0 -1 1077944384 4671 0 0 0 771 76 0 0 20 0 28 0 147334291 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140367519652624 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28310] ppid=28298 vsize=26538700 memory=7739264897034764388 CPUtime=0.32 cores=0-7
/proc/28300/task/28310/stat : 28310 (java) S 28298 28298 27905 0 -1 1077944384 12582 0 0 0 30 2 0 0 20 0 28 0 147334293 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140366962280816 140367969200770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28311] ppid=28298 vsize=26538700 memory=7739264897034764388 CPUtime=0 cores=0-7
/proc/28300/task/28311/stat : 28311 (java) S 28298 28298 27905 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 147334293 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140366961226848 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28312] ppid=28298 vsize=26538700 memory=7450197753977660520 CPUtime=0 cores=0-7
/proc/28300/task/28312/stat : 28312 (java) S 28298 28298 27905 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 28 0 147334293 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140366960173952 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28313] ppid=28298 vsize=26538700 memory=7450197753977660520 CPUtime=0 cores=0-7
/proc/28300/task/28313/stat : 28313 (java) S 28298 28298 27905 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 147334296 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140366959122256 140367969208219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28314] ppid=28298 vsize=26538700 memory=7450197753977660520 CPUtime=2.33 cores=0-7
/proc/28300/task/28314/stat : 28314 (java) S 28298 28298 27905 0 -1 1077944384 11963 0 0 0 230 3 0 0 20 0 28 0 147334296 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140366958070640 140367969200770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28315] ppid=28298 vsize=26538700 memory=7450197753977660520 CPUtime=2.26 cores=0-7
/proc/28300/task/28315/stat : 28315 (java) S 28298 28298 27905 0 -1 1077944384 9943 0 0 0 223 3 0 0 20 0 28 0 147334296 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140366957017840 140367969200770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28316] ppid=28298 vsize=26538700 memory=7739264897034764388 CPUtime=2.62 cores=0-7
/proc/28300/task/28316/stat : 28316 (java) S 28298 28298 27905 0 -1 1077944384 7620 0 0 0 260 2 0 0 20 0 28 0 147334296 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140366955965040 140367969200770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28317] ppid=28298 vsize=26538700 memory=7380106095372691520 CPUtime=0.79 cores=0-7
/proc/28300/task/28317/stat : 28317 (java) S 28298 28298 27905 0 -1 1077944384 6203 0 0 0 77 2 0 0 20 0 28 0 147334296 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140366954912240 140367969200770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28318] ppid=28298 vsize=26538700 memory=7377268204238497636 CPUtime=0 cores=0-7
/proc/28300/task/28318/stat : 28318 (java) S 28298 28298 27905 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 147334296 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140366953859680 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28319] ppid=28298 vsize=26538700 memory=7012764766681130091 CPUtime=0.14 cores=0-7
/proc/28300/task/28319/stat : 28319 (java) S 28298 28298 27905 0 -1 1077944384 988 0 0 0 7 7 0 0 20 0 28 0 147334296 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140366952806960 140367969200770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28320] ppid=28298 vsize=26538700 memory=6946346481563888487 CPUtime=0.18 cores=0-7
/proc/28300/task/28320/stat : 28320 (java) S 28298 28298 27905 0 -1 1077944384 42 0 0 0 18 0 0 0 20 0 28 0 147358970 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140366944800208 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28321] ppid=28298 vsize=26538700 memory=10724 CPUtime=0.12 cores=0-7
/proc/28300/task/28321/stat : 28321 (java) R 28298 28298 27905 0 -1 4202560 57 0 0 0 12 0 0 0 20 0 28 0 147358971 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140366943744000 140367604774693 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28322] ppid=28298 vsize=26538700 memory=1204 CPUtime=0.13 cores=0-7
/proc/28300/task/28322/stat : 28322 (java) S 28298 28298 27905 0 -1 1077944384 95 0 0 0 13 0 0 0 20 0 28 0 147358971 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140366942697040 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28323] ppid=28298 vsize=26538700 memory=15876 CPUtime=0.19 cores=0-7
/proc/28300/task/28323/stat : 28323 (java) R 28298 28298 27905 0 -1 4202560 37 0 0 0 19 0 0 0 20 0 28 0 147358971 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140366941642272 140367604147591 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28324] ppid=28298 vsize=26538700 memory=16444 CPUtime=0.16 cores=0-7
/proc/28300/task/28324/stat : 28324 (java) R 28298 28298 27905 0 -1 4202560 28 0 0 0 16 0 0 0 20 0 28 0 147358971 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140366940585504 140367604147719 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28325] ppid=28298 vsize=26538700 memory=4052 CPUtime=0.16 cores=0-7
/proc/28300/task/28325/stat : 28325 (java) R 28298 28298 27905 0 -1 4202560 27 0 0 0 16 0 0 0 20 0 28 0 147358971 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140366939533472 140367603976308 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28326] ppid=28298 vsize=26538700 memory=22596 CPUtime=0.17 cores=0-7
/proc/28300/task/28326/stat : 28326 (java) R 28298 28298 27905 0 -1 4202560 24 0 0 0 17 0 0 0 20 0 28 0 147358971 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140366938483728 140367604147788 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
[pid=28300/tid=28327] ppid=28298 vsize=26538700 memory=4140 CPUtime=0.19 cores=0-7
/proc/28300/task/28327/stat : 28327 (java) S 28298 28298 27905 0 -1 1077944384 27 0 0 0 19 0 0 0 20 0 28 0 147358971 27175628800 2417825 33554432000 4194304 4196468 140730193225264 140366937433040 140367969199829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20205568 140730193233042 140730193233219 140730193233219 140730193235919 0
Current children cumulated CPU time: 315 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 9672680 KiB

Child status: 0
Real time (s): 247.101
CPU time (s): 315.156
CPU user time (s): 307.615
CPU system time (s): 7.54065
CPU usage (%): 127.541
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 9672680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 307.615
system time used= 7.54065
maximum resident set size= 9672096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127773
page faults= 0
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14561
involuntary context switches= 1996


# summary of solver processes directly reported to runsolver:
#   pid: 28298
#   total CPU time (s): 315.156
#   total CPU user time (s): 307.615
#   total CPU system time (s): 7.54065

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.80666 second user time and 2.17812 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-19 13:20:06
IDJOB=4280762
IDBENCH=126959
IDSOLVER=2675
FILE ID=node114/4280762-1503142466
RUNJOBID= node114-1503139077-27932
PBS_JOBID= 20630795
Free space on /tmp= 61844 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Haystacks/Haystacks-m1-s1/Haystacks-47.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-4280762-1503142466/watcher-4280762-1503142466 -o /tmp/evaluation-result-4280762-1503142466/solver-4280762-1503142466 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1503139077-27932 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 582495216 HOME/instance-4280762-1503142466.xml

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

MD5SUM BENCH= 7369afcf21a37adaf077467c3ae68d85
RANDOM SEED=582495216

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        21761968 kB
MemAvailable:   31970128 kB
Buffers:          253140 kB
Cached:         10244640 kB
SwapCached:            0 kB
Active:          1758516 kB
Inactive:        8793288 kB
Active(anon):      45812 kB
Inactive(anon):    44268 kB
Active(file):    1712704 kB
Inactive(file):  8749020 kB
Unevictable:        7236 kB
Mlocked:            7236 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9948 kB
Writeback:             0 kB
AnonPages:         61308 kB
Mapped:            50852 kB
Shmem:             33416 kB
Slab:             150696 kB
SReclaimable:     124540 kB
SUnreclaim:        26156 kB
KernelStack:        3184 kB
PageTables:         4724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61836 MiB
End job on node114 at 2017-08-19 13:24:13