Trace number 4271112

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-09)UNSAT 3269.8601 420.59201

General information on the benchmark

NamePropStress/PropStress-m1-s1/
PropStress-0250.xml
MD5SUMfc49515a3b3121bae6777db9cebdf786
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 benchmark109.141
Satisfiable
(Un)Satisfiability was proved
Number of variables502
Number of constraints31876
Number of domains1
Minimum domain size62501
Maximum domain size62501
Distribution of domain sizes[{"size":62501,"count":502}]
Minimum variable degree2
Maximum variable degree251
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":249},{"degree":250,"count":249},{"degree":251,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":31876}]
Number of extensional constraints0
Number of intensional constraints31876
Distribution of constraint types[{"type":"intension","count":31876}]
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-4271112-1502732725.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4271112-1502732725.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.32/0.27	c parse instance...
12.35/4.83	c solve instance...
3269.44/420.57	java.util.concurrent.ExecutionException: java.lang.NullPointerException
3269.44/420.57		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3269.44/420.57		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:201)
3269.44/420.57		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:168)
3269.44/420.57		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:134)
3269.44/420.57		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:25)
3269.44/420.57	Caused by: java.lang.NullPointerException
3269.44/420.57		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
3269.44/420.57		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
3269.44/420.57		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
3269.44/420.57		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
3269.44/420.57		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
3269.44/420.57		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
3269.44/420.57		... 4 more
3269.44/420.57	Caused by: java.lang.NullPointerException
3269.44/420.57		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
3269.44/420.57		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
3269.44/420.57		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
3269.44/420.57		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
3269.44/420.57		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
3269.44/420.57		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
3269.44/420.57		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
3269.44/420.57		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
3269.44/420.57		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
3269.44/420.57		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
3269.44/420.57		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
3269.44/420.57		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
3269.44/420.57		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$48(ParallelPortfolio.java:193)
3269.44/420.57		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
3269.44/420.57		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3269.44/420.57		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3269.44/420.57		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3269.44/420.57		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3269.44/420.57	Caused by: java.lang.NullPointerException
3269.44/420.57		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.stampIt(ConflictOrderingSearch.java:124)
3269.44/420.57		at org.chocosolver.solver.search.strategy.strategy.ConflictOrderingSearch.onContradiction(ConflictOrderingSearch.java:120)
3269.44/420.57		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.onContradiction(SearchMonitorList.java:133)
3269.44/420.57		at org.chocosolver.solver.Solver.initialize(Solver.java:374)
3269.44/420.57		at org.chocosolver.solver.Solver.solve(Solver.java:260)
3269.44/420.57		at org.chocosolver.solver.ParallelPortfolio.lambda$null$47(ParallelPortfolio.java:195)
3269.44/420.57		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3269.44/420.57		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3269.44/420.57		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3269.44/420.57		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3269.44/420.57		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3269.44/420.57		... 4 more
3269.44/420.57	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 (15040 MiB free)
  memory of node 1: 16384 MiB (15659 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271112-1502732725/watcher-4271112-1502732725 -o /tmp/evaluation-result-4271112-1502732725/solver-4271112-1502732725 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502719246-7114 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1756563720 HOME/instance-4271112-1502732725.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=8566, runsolver pid=8563

[startup+0.100061 s]*
/proc/loadavg: 7.31 7.21 6.78 2/199 8587
/proc/meminfo: memFree=31421052/32770624 swapFree=67108860/67108860
[pid=8566] ppid=8563 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/8566/stat : 8566 (xcsp3-exec) S 8563 8566 7087 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 106360228 9740288 345 33554432000 4194304 5098028 140723575668512 140723575666616 140509504377468 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8720384 140723575669860 140723575670071 140723575670071 140723575672811 0
/proc/8566/statm: 2378 345 289 221 0 87 0
[pid=8568] ppid=8566 vsize=25999808 memory=27288 CPUtime=0.11 cores=0-7
/proc/8568/stat : 8568 (java) S 8566 8566 7087 0 -1 1077944320 5701 0 0 0 10 1 0 0 20 0 20 0 106360228 26623803392 6822 33554432000 4194304 4196468 140723521577008 140723521559552 140621161451255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
/proc/8568/statm: 6499952 6822 2861 1 0 6488269 0
[pid=8568/tid=8569] ppid=8566 vsize=25999808 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/8568/task/8569/stat : 8569 (java) R 8566 8566 7087 0 -1 4202560 3702 0 0 0 8 1 0 0 20 0 20 0 106360228 26623803392 6822 33554432000 4194304 4196468 140723521577008 140621165675728 140621161463190 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8570] ppid=8566 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/8568/task/8570/stat : 8570 (java) S 8566 8566 7087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106360229 26623803392 6822 33554432000 4194304 4196468 140723521577008 140620719373456 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8571] ppid=8566 vsize=25999808 memory=140663139047040 CPUtime=0 cores=0-7
/proc/8568/task/8571/stat : 8571 (java) S 8566 8566 7087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106360229 26623803392 6822 33554432000 4194304 4196468 140723521577008 140620718320656 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8572] ppid=8566 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8572/stat : 8572 (java) S 8566 8566 7087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106360229 26623803392 6822 33554432000 4194304 4196468 140723521577008 140620717267856 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8573] ppid=8566 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8573/stat : 8573 (java) S 8566 8566 7087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106360229 26623803392 6822 33554432000 4194304 4196468 140723521577008 140620716215056 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8574] ppid=8566 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8574/stat : 8574 (java) S 8566 8566 7087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106360229 26623803392 6822 33554432000 4194304 4196468 140723521577008 140620715162256 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8575] ppid=8566 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/8568/task/8575/stat : 8575 (java) S 8566 8566 7087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106360229 26623803392 6822 33554432000 4194304 4196468 140723521577008 140620714109456 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8576] ppid=8566 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8576/stat : 8576 (java) S 8566 8566 7087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106360229 26623803392 6822 33554432000 4194304 4196468 140723521577008 140620713056656 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8577] ppid=8566 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8577/stat : 8577 (java) S 8566 8566 7087 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106360229 26623803392 6822 33554432000 4194304 4196468 140723521577008 140620712003856 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8578] ppid=8566 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8578/stat : 8578 (java) S 8566 8566 7087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106360231 26623803392 6822 33554432000 4194304 4196468 140723521577008 140619835984752 140621161462402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8579] ppid=8566 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8579/stat : 8579 (java) S 8566 8566 7087 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 106360231 26623803392 6822 33554432000 4194304 4196468 140723521577008 140619834930720 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8580] ppid=8566 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8580/stat : 8580 (java) S 8566 8566 7087 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 106360231 26623803392 6822 33554432000 4194304 4196468 140723521577008 140619833877872 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8581] ppid=8566 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8581/stat : 8581 (java) S 8566 8566 7087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106360234 26623803392 6822 33554432000 4194304 4196468 140723521577008 140619832826192 140621161469851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8582] ppid=8566 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8582/stat : 8582 (java) S 8566 8566 7087 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 106360234 26623803392 6822 33554432000 4194304 4196468 140723521577008 140619831773552 140621161462402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8583] ppid=8566 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8583/stat : 8583 (java) R 8566 8566 7087 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106360234 26623803392 6822 33554432000 4194304 4196468 140723521577008 140619830720752 140621161462402 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8584] ppid=8566 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8584/stat : 8584 (java) S 8566 8566 7087 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 106360234 26623803392 6822 33554432000 4194304 4196468 140723521577008 140619829667952 140621161462402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8585] ppid=8566 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/8568/task/8585/stat : 8585 (java) R 8566 8566 7087 0 -1 4202560 270 0 0 0 1 0 0 0 20 0 20 0 106360234 26623803392 6822 33554432000 4194304 4196468 140723521577008 140619828615152 140621153688382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8586] ppid=8566 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8586/stat : 8586 (java) S 8566 8566 7087 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106360234 26623803392 6822 33554432000 4194304 4196468 140723521577008 140619827563616 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8587] ppid=8566 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/8568/task/8587/stat : 8587 (java) S 8566 8566 7087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106360234 26623803392 6822 33554432000 4194304 4196468 140723521577008 140619826510896 140621161462402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28668 KiB

[startup+0.210051 s]*
/proc/loadavg: 7.31 7.21 6.78 3/199 8587
/proc/meminfo: memFree=31412272/32770624 swapFree=67108860/67108860
[pid=8566] ppid=8563 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/8566/stat : 8566 (xcsp3-exec) S 8563 8566 7087 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 106360228 9740288 345 33554432000 4194304 5098028 140723575668512 140723575666616 140509504377468 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8720384 140723575669860 140723575670071 140723575670071 140723575672811 0
/proc/8566/statm: 2378 345 289 221 0 87 0
[pid=8568] ppid=8566 vsize=26004064 memory=38836 CPUtime=0.32 cores=0-7
/proc/8568/stat : 8568 (java) S 8566 8566 7087 0 -1 1077944320 8307 0 0 0 30 2 0 0 20 0 20 0 106360228 26628161536 9709 33554432000 4194304 4196468 140723521577008 140723521559552 140621161451255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
/proc/8568/statm: 6501016 9709 3071 1 0 6488269 0
[pid=8568/tid=8569] ppid=8566 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/8568/task/8569/stat : 8569 (java) R 8566 8566 7087 0 -1 4202560 5454 0 0 0 18 1 0 0 20 0 20 0 106360228 26628161536 9709 33554432000 4194304 4196468 140723521577008 140621165674144 140621145531742 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8570] ppid=8566 vsize=26004064 memory=329 CPUtime=0 cores=0-7
/proc/8568/task/8570/stat : 8570 (java) S 8566 8566 7087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106360229 26628161536 9709 33554432000 4194304 4196468 140723521577008 140620719373456 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8571] ppid=8566 vsize=26004064 memory=140663139056957 CPUtime=0 cores=0-7
/proc/8568/task/8571/stat : 8571 (java) S 8566 8566 7087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106360229 26628161536 9709 33554432000 4194304 4196468 140723521577008 140620718320656 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8572] ppid=8566 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/8568/task/8572/stat : 8572 (java) S 8566 8566 7087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106360229 26628161536 9709 33554432000 4194304 4196468 140723521577008 140620717267856 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8573] ppid=8566 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8573/stat : 8573 (java) S 8566 8566 7087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106360229 26628161536 9709 33554432000 4194304 4196468 140723521577008 140620716215056 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8574] ppid=8566 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8574/stat : 8574 (java) S 8566 8566 7087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106360229 26628161536 9709 33554432000 4194304 4196468 140723521577008 140620715162256 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8575] ppid=8566 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/8568/task/8575/stat : 8575 (java) S 8566 8566 7087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106360229 26628161536 9709 33554432000 4194304 4196468 140723521577008 140620714109456 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8576] ppid=8566 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8576/stat : 8576 (java) S 8566 8566 7087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106360229 26628161536 9709 33554432000 4194304 4196468 140723521577008 140620713056656 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8577] ppid=8566 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8577/stat : 8577 (java) S 8566 8566 7087 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106360229 26628161536 9709 33554432000 4194304 4196468 140723521577008 140620712003856 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8578] ppid=8566 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8578/stat : 8578 (java) S 8566 8566 7087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106360231 26628161536 9709 33554432000 4194304 4196468 140723521577008 140619835984752 140621161462402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8579] ppid=8566 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8579/stat : 8579 (java) S 8566 8566 7087 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 106360231 26628161536 9709 33554432000 4194304 4196468 140723521577008 140619834930720 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8580] ppid=8566 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8580/stat : 8580 (java) S 8566 8566 7087 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 106360231 26628161536 9709 33554432000 4194304 4196468 140723521577008 140619833877872 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8581] ppid=8566 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8581/stat : 8581 (java) S 8566 8566 7087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106360234 26628161536 9709 33554432000 4194304 4196468 140723521577008 140619832826192 140621161469851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8582] ppid=8566 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8582/stat : 8582 (java) S 8566 8566 7087 0 -1 1077944384 368 0 0 0 0 0 0 0 20 0 20 0 106360234 26628161536 9709 33554432000 4194304 4196468 140723521577008 140619831773552 140621161462402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8583] ppid=8566 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/8568/task/8583/stat : 8583 (java) S 8566 8566 7087 0 -1 1077944384 39 0 0 0 1 0 0 0 20 0 20 0 106360234 26628161536 9709 33554432000 4194304 4196468 140723521577008 140619830720752 140621161462402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8584] ppid=8566 vsize=26004064 memory=-1 CPUtime=0.02 cores=0-7
/proc/8568/task/8584/stat : 8584 (java) S 8566 8566 7087 0 -1 1077944384 419 0 0 0 2 0 0 0 20 0 20 0 106360234 26628161536 9709 33554432000 4194304 4196468 140723521577008 140619829667952 140621161462402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8585] ppid=8566 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/8568/task/8585/stat : 8585 (java) S 8566 8566 7087 0 -1 1077944384 720 0 0 0 7 0 0 0 20 0 20 0 106360234 26628161536 9709 33554432000 4194304 4196468 140723521577008 140619828615152 140621161462402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8586] ppid=8566 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8586/stat : 8586 (java) S 8566 8566 7087 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106360234 26628161536 9709 33554432000 4194304 4196468 140723521577008 140619827563616 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8587] ppid=8566 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/8568/task/8587/stat : 8587 (java) S 8566 8566 7087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106360234 26628161536 9709 33554432000 4194304 4196468 140723521577008 140619826510896 140621161462402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40216 KiB

[startup+0.309256 s]*
/proc/loadavg: 7.31 7.21 6.78 3/199 8587
/proc/meminfo: memFree=31405324/32770624 swapFree=67108860/67108860
[pid=8566] ppid=8563 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/8566/stat : 8566 (xcsp3-exec) S 8563 8566 7087 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 106360228 9740288 345 33554432000 4194304 5098028 140723575668512 140723575666616 140509504377468 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8720384 140723575669860 140723575670071 140723575670071 140723575672811 0
/proc/8566/statm: 2378 345 289 221 0 87 0
[pid=8568] ppid=8566 vsize=26004064 memory=44048 CPUtime=0.5 cores=0-7
/proc/8568/stat : 8568 (java) S 8566 8566 7087 0 -1 1077944320 9241 0 0 0 47 3 0 0 20 0 20 0 106360228 26628161536 11012 33554432000 4194304 4196468 140723521577008 140723521559552 140621161451255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
/proc/8568/statm: 6501016 11012 3107 1 0 6488269 0
[pid=8568/tid=8569] ppid=8566 vsize=26004064 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/8568/task/8569/stat : 8569 (java) R 8566 8566 7087 0 -1 1077944384 6139 0 0 0 27 2 0 0 20 0 20 0 106360228 26628161536 11012 33554432000 4194304 4196468 140723521577008 140621165689168 140621161461461 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8570] ppid=8566 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8570/stat : 8570 (java) S 8566 8566 7087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106360229 26628161536 11012 33554432000 4194304 4196468 140723521577008 140620719373456 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8571] ppid=8566 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8571/stat : 8571 (java) S 8566 8566 7087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106360229 26628161536 11012 33554432000 4194304 4196468 140723521577008 140620718320656 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8572] ppid=8566 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8572/stat : 8572 (java) S 8566 8566 7087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106360229 26628161536 11012 33554432000 4194304 4196468 140723521577008 140620717267856 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8573] ppid=8566 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8573/stat : 8573 (java) S 8566 8566 7087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106360229 26628161536 11012 33554432000 4194304 4196468 140723521577008 140620716215056 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8574] ppid=8566 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/8568/task/8574/stat : 8574 (java) S 8566 8566 7087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106360229 26628161536 11012 33554432000 4194304 4196468 140723521577008 140620715162256 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8575] ppid=8566 vsize=26004064 memory=140662997611439 CPUtime=0 cores=0-7
/proc/8568/task/8575/stat : 8575 (java) S 8566 8566 7087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106360229 26628161536 11012 33554432000 4194304 4196468 140723521577008 140620714109456 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8576] ppid=8566 vsize=26004064 memory=140662997613744 CPUtime=0 cores=0-7
/proc/8568/task/8576/stat : 8576 (java) S 8566 8566 7087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106360229 26628161536 11012 33554432000 4194304 4196468 140723521577008 140620713056656 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8577] ppid=8566 vsize=26004064 memory=140662997616048 CPUtime=0 cores=0-7
/proc/8568/task/8577/stat : 8577 (java) S 8566 8566 7087 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106360229 26628161536 11012 33554432000 4194304 4196468 140723521577008 140620712003856 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8578] ppid=8566 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8578/stat : 8578 (java) S 8566 8566 7087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106360231 26628161536 11012 33554432000 4194304 4196468 140723521577008 140619835984752 140621161462402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8579] ppid=8566 vsize=26004064 memory=281325995239056 CPUtime=0 cores=0-7
/proc/8568/task/8579/stat : 8579 (java) S 8566 8566 7087 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 106360231 26628161536 11012 33554432000 4194304 4196468 140723521577008 140619834930720 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8580] ppid=8566 vsize=26004064 memory=281325995245968 CPUtime=0 cores=0-7
/proc/8568/task/8580/stat : 8580 (java) S 8566 8566 7087 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 106360231 26628161536 11012 33554432000 4194304 4196468 140723521577008 140619833877872 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8581] ppid=8566 vsize=26004064 memory=281325995187248 CPUtime=0 cores=0-7
/proc/8568/task/8581/stat : 8581 (java) S 8566 8566 7087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106360234 26628161536 11012 33554432000 4194304 4196468 140723521577008 140619832826192 140621161469851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8582] ppid=8566 vsize=26004064 memory=281325995259792 CPUtime=0.01 cores=0-7
/proc/8568/task/8582/stat : 8582 (java) S 8566 8566 7087 0 -1 1077944384 434 0 0 0 1 0 0 0 20 0 20 0 106360234 26628161536 11012 33554432000 4194304 4196468 140723521577008 140619831773552 140621161462402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8583] ppid=8566 vsize=26004064 memory=281325995266704 CPUtime=0.02 cores=0-7
/proc/8568/task/8583/stat : 8583 (java) S 8566 8566 7087 0 -1 1077944384 93 0 0 0 2 0 0 0 20 0 20 0 106360234 26628161536 11012 33554432000 4194304 4196468 140723521577008 140619830720752 140621161462402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8584] ppid=8566 vsize=26004064 memory=281325995264400 CPUtime=0.03 cores=0-7
/proc/8568/task/8584/stat : 8584 (java) S 8566 8566 7087 0 -1 1077944384 455 0 0 0 3 0 0 0 20 0 20 0 106360234 26628161536 11012 33554432000 4194304 4196468 140723521577008 140619829667952 140621161462402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8585] ppid=8566 vsize=26004064 memory=281325995280560 CPUtime=0.12 cores=0-7
/proc/8568/task/8585/stat : 8585 (java) R 8566 8566 7087 0 -1 4202560 812 0 0 0 12 0 0 0 20 0 20 0 106360234 26628161536 11012 33554432000 4194304 4196468 140723521577008 140619828611520 140621140077633 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8586] ppid=8566 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8586/stat : 8586 (java) S 8566 8566 7087 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 106360234 26628161536 11012 33554432000 4194304 4196468 140723521577008 140619827563616 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8587] ppid=8566 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/8568/task/8587/stat : 8587 (java) S 8566 8566 7087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106360234 26628161536 11012 33554432000 4194304 4196468 140723521577008 140619826510896 140621161462402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45428 KiB

[startup+0.700979 s]
/proc/loadavg: 7.05 7.16 6.77 4/199 8587
/proc/meminfo: memFree=31381100/32770624 swapFree=67108860/67108860
[pid=8566] ppid=8563 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/8566/stat : 8566 (xcsp3-exec) S 8563 8566 7087 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 106360228 9740288 345 33554432000 4194304 5098028 140723575668512 140723575666616 140509504377468 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8720384 140723575669860 140723575670071 140723575670071 140723575672811 0
/proc/8566/statm: 2378 345 289 221 0 87 0
[pid=8568] ppid=8566 vsize=26004140 memory=131088 CPUtime=1.92 cores=0-7
/proc/8568/stat : 8568 (java) S 8566 8566 7087 0 -1 1077944320 13564 0 0 0 187 5 0 0 20 0 20 0 106360228 26628239360 32772 33554432000 4194304 4196468 140723521577008 140723521559552 140621161451255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
/proc/8568/statm: 6501035 32772 3200 1 0 6488269 0
[pid=8568/tid=8569] ppid=8566 vsize=26004140 memory=281325995638448 CPUtime=0.67 cores=0-7
/proc/8568/task/8569/stat : 8569 (java) R 8566 8566 7087 0 -1 4202560 6497 0 0 0 64 3 0 0 20 0 20 0 106360228 26628239360 32772 33554432000 4194304 4196468 140723521577008 140621165683840 140620802061066 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8570] ppid=8566 vsize=26004140 memory=140662997820272 CPUtime=0 cores=0-7
/proc/8568/task/8570/stat : 8570 (java) S 8566 8566 7087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106360229 26628239360 32772 33554432000 4194304 4196468 140723521577008 140620719373456 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8571] ppid=8566 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/8568/task/8571/stat : 8571 (java) S 8566 8566 7087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 106360229 26628239360 32772 33554432000 4194304 4196468 140723521577008 140620718320656 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8572] ppid=8566 vsize=26004140 memory=4612 CPUtime=0 cores=0-7
/proc/8568/task/8572/stat : 8572 (java) S 8566 8566 7087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 106360229 26628239360 32772 33554432000 4194304 4196468 140723521577008 140620717267856 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0

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

[pid=8568/tid=8585] ppid=8566 vsize=26538700 memory=1317608 CPUtime=0.63 cores=0-7
/proc/8568/task/8585/stat : 8585 (java) S 8566 8566 7087 0 -1 1077944384 3554 0 0 0 62 1 0 0 20 0 28 0 106360234 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619828615152 140621161462402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8586] ppid=8566 vsize=26538700 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/8568/task/8586/stat : 8586 (java) S 8566 8566 7087 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 106360234 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619827563616 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8587] ppid=8566 vsize=26538700 memory=4872558044660077418 CPUtime=0.28 cores=0-7
/proc/8568/task/8587/stat : 8587 (java) S 8566 8566 7087 0 -1 1077944384 880 0 0 0 14 14 0 0 20 0 28 0 106360234 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619826510896 140621161462402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8588] ppid=8566 vsize=26538700 memory=1296 CPUtime=401.24 cores=0-7
/proc/8568/task/8588/stat : 8588 (java) S 8566 8566 7087 0 -1 1077944384 429 0 0 0 40123 1 0 0 20 0 28 0 106360715 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619818504160 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8589] ppid=8566 vsize=26538700 memory=2416 CPUtime=414.88 cores=0-7
/proc/8568/task/8589/stat : 8589 (java) R 8566 8566 7087 0 -1 4202560 471 0 0 0 41487 1 0 0 20 0 28 0 106360715 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619817447624 140620806812229 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8590] ppid=8566 vsize=26538700 memory=1728 CPUtime=414.76 cores=0-7
/proc/8568/task/8590/stat : 8590 (java) R 8566 8566 7087 0 -1 4202560 2681 0 0 0 41465 11 0 0 20 0 28 0 106360715 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619816394824 140620806756587 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8591] ppid=8566 vsize=26538700 memory=796 CPUtime=415.02 cores=0-7
/proc/8568/task/8591/stat : 8591 (java) R 8566 8566 7087 0 -1 4202560 469 0 0 0 41501 1 0 0 20 0 28 0 106360715 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619815341984 140620806812169 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8592] ppid=8566 vsize=26538700 memory=1716 CPUtime=383 cores=0-7
/proc/8568/task/8592/stat : 8592 (java) S 8566 8566 7087 0 -1 1077944384 1616 0 0 0 38298 2 0 0 20 0 28 0 106360715 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619814294352 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8593] ppid=8566 vsize=26538700 memory=8112282956445269571 CPUtime=414.9 cores=0-7
/proc/8568/task/8593/stat : 8593 (java) R 8566 8566 7087 0 -1 4202560 2686 0 0 0 41480 10 0 0 20 0 28 0 106360715 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619813236184 140620806756587 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8594] ppid=8566 vsize=26538700 memory=1380 CPUtime=402.77 cores=0-7
/proc/8568/task/8594/stat : 8594 (java) S 8566 8566 7087 0 -1 1077944384 589 0 0 0 40277 0 0 0 20 0 28 0 106360715 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619812189776 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8595] ppid=8566 vsize=26538700 memory=4140 CPUtime=407.02 cores=0-7
/proc/8568/task/8595/stat : 8595 (java) R 8566 8566 7087 0 -1 4202560 694 0 0 0 40699 3 0 0 20 0 28 0 106360715 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619811131848 140620806812169 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
Current children cumulated CPU time: 3266.99 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 1319016 KiB

[startup+420.401 s]
/proc/loadavg: 7.18 7.75 7.25 6/207 8595
/proc/meminfo: memFree=30130388/32770624 swapFree=67108860/67108860
[pid=8566] ppid=8563 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/8566/stat : 8566 (xcsp3-exec) S 8563 8566 7087 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 106360228 9740288 345 33554432000 4194304 5098028 140723575668512 140723575666616 140509504377468 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8720384 140723575669860 140723575670071 140723575670071 140723575672811 0
/proc/8566/statm: 2378 345 289 221 0 87 0
[pid=8568] ppid=8566 vsize=26538700 memory=1317636 CPUtime=3268.95 cores=0-7
/proc/8568/stat : 8568 (java) S 8566 8566 7087 0 -1 1077944320 39041 0 0 0 326760 135 0 0 20 0 28 0 106360228 27175628800 329409 33554432000 4194304 4196468 140723521577008 140723521559552 140621161451255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
/proc/8568/statm: 6634675 329409 3259 1 0 6621909 0
[pid=8568/tid=8569] ppid=8566 vsize=26538700 memory=1236 CPUtime=4.5 cores=0-7
/proc/8568/task/8569/stat : 8569 (java) S 8566 8566 7087 0 -1 1077944384 7595 0 0 0 431 19 0 0 20 0 28 0 106360228 27175628800 329409 33554432000 4194304 4196468 140723521577008 140621165692032 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8570] ppid=8566 vsize=26538700 memory=640 CPUtime=0.28 cores=0-7
/proc/8568/task/8570/stat : 8570 (java) S 8566 8566 7087 0 -1 1077944384 220 0 0 0 19 9 0 0 20 0 28 0 106360229 27175628800 329409 33554432000 4194304 4196468 140723521577008 140620719373456 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8571] ppid=8566 vsize=26538700 memory=956 CPUtime=0.27 cores=0-7
/proc/8568/task/8571/stat : 8571 (java) S 8566 8566 7087 0 -1 1077944384 188 0 0 0 19 8 0 0 20 0 28 0 106360229 27175628800 329409 33554432000 4194304 4196468 140723521577008 140620718320656 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8572] ppid=8566 vsize=26538700 memory=2340 CPUtime=0.27 cores=0-7
/proc/8568/task/8572/stat : 8572 (java) S 8566 8566 7087 0 -1 1077944384 179 0 0 0 18 9 0 0 20 0 28 0 106360229 27175628800 329409 33554432000 4194304 4196468 140723521577008 140620717267856 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8573] ppid=8566 vsize=26538700 memory=2240 CPUtime=0.29 cores=0-7
/proc/8568/task/8573/stat : 8573 (java) S 8566 8566 7087 0 -1 1077944384 212 0 0 0 20 9 0 0 20 0 28 0 106360229 27175628800 329409 33554432000 4194304 4196468 140723521577008 140620716215056 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8574] ppid=8566 vsize=26538700 memory=4048 CPUtime=0.26 cores=0-7
/proc/8568/task/8574/stat : 8574 (java) S 8566 8566 7087 0 -1 1077944384 215 0 0 0 18 8 0 0 20 0 28 0 106360229 27175628800 329409 33554432000 4194304 4196468 140723521577008 140620715162256 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8575] ppid=8566 vsize=26538700 memory=18488 CPUtime=0.29 cores=0-7
/proc/8568/task/8575/stat : 8575 (java) S 8566 8566 7087 0 -1 1077944384 429 0 0 0 19 10 0 0 20 0 28 0 106360229 27175628800 329409 33554432000 4194304 4196468 140723521577008 140620714109456 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8576] ppid=8566 vsize=26538700 memory=1796 CPUtime=0.28 cores=0-7
/proc/8568/task/8576/stat : 8576 (java) S 8566 8566 7087 0 -1 1077944384 202 0 0 0 19 9 0 0 20 0 28 0 106360229 27175628800 329409 33554432000 4194304 4196468 140723521577008 140620713056656 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8577] ppid=8566 vsize=26538700 memory=1236 CPUtime=0.25 cores=0-7
/proc/8568/task/8577/stat : 8577 (java) S 8566 8566 7087 0 -1 1077944384 194 0 0 0 17 8 0 0 20 0 28 0 106360229 27175628800 329409 33554432000 4194304 4196468 140723521577008 140620712003856 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8578] ppid=8566 vsize=26538700 memory=640 CPUtime=0.02 cores=0-7
/proc/8568/task/8578/stat : 8578 (java) S 8566 8566 7087 0 -1 1077944384 1234 0 0 0 2 0 0 0 20 0 28 0 106360231 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619835984752 140621161462402 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8579] ppid=8566 vsize=26538700 memory=956 CPUtime=0 cores=0-7
/proc/8568/task/8579/stat : 8579 (java) S 8566 8566 7087 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 106360231 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619834930784 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8580] ppid=8566 vsize=26538700 memory=2340 CPUtime=0 cores=0-7
/proc/8568/task/8580/stat : 8580 (java) S 8566 8566 7087 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 106360231 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619833877888 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8581] ppid=8566 vsize=26538700 memory=2240 CPUtime=0 cores=0-7
/proc/8568/task/8581/stat : 8581 (java) S 8566 8566 7087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 106360234 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619832826192 140621161469851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8582] ppid=8566 vsize=26538700 memory=4128 CPUtime=1.79 cores=0-7
/proc/8568/task/8582/stat : 8582 (java) S 8566 8566 7087 0 -1 1077944384 4513 0 0 0 178 1 0 0 20 0 28 0 106360234 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619831773552 140621161462402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8583] ppid=8566 vsize=26538700 memory=796 CPUtime=1.95 cores=0-7
/proc/8568/task/8583/stat : 8583 (java) S 8566 8566 7087 0 -1 1077944384 3785 0 0 0 194 1 0 0 20 0 28 0 106360234 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619830720752 140621161462402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8584] ppid=8566 vsize=26538700 memory=1716 CPUtime=1.85 cores=0-7
/proc/8568/task/8584/stat : 8584 (java) S 8566 8566 7087 0 -1 1077944384 4625 0 0 0 184 1 0 0 20 0 28 0 106360234 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619829667952 140621161462402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8585] ppid=8566 vsize=26538700 memory=1948 CPUtime=0.63 cores=0-7
/proc/8568/task/8585/stat : 8585 (java) S 8566 8566 7087 0 -1 1077944384 3554 0 0 0 62 1 0 0 20 0 28 0 106360234 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619828615152 140621161462402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8586] ppid=8566 vsize=26538700 memory=8564 CPUtime=0 cores=0-7
/proc/8568/task/8586/stat : 8586 (java) S 8566 8566 7087 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 106360234 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619827563616 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8587] ppid=8566 vsize=26538700 memory=1228 CPUtime=0.28 cores=0-7
/proc/8568/task/8587/stat : 8587 (java) S 8566 8566 7087 0 -1 1077944384 913 0 0 0 14 14 0 0 20 0 28 0 106360234 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619826510896 140621161462402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8588] ppid=8566 vsize=26538700 memory=12028 CPUtime=401.24 cores=0-7
/proc/8568/task/8588/stat : 8588 (java) S 8566 8566 7087 0 -1 1077944384 429 0 0 0 40123 1 0 0 20 0 28 0 106360715 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619818504160 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8589] ppid=8566 vsize=26538700 memory=5668 CPUtime=415.27 cores=0-7
/proc/8568/task/8589/stat : 8589 (java) R 8566 8566 7087 0 -1 4202560 477 0 0 0 41526 1 0 0 20 0 28 0 106360715 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619817447624 140620806756587 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8590] ppid=8566 vsize=26538700 memory=1008 CPUtime=415.15 cores=0-7
/proc/8568/task/8590/stat : 8590 (java) R 8566 8566 7087 0 -1 4202560 2689 0 0 0 41504 11 0 0 20 0 28 0 106360715 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619816394824 140620806537613 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8591] ppid=8566 vsize=26538700 memory=4612 CPUtime=415.41 cores=0-7
/proc/8568/task/8591/stat : 8591 (java) R 8566 8566 7087 0 -1 4202560 480 0 0 0 41540 1 0 0 20 0 28 0 106360715 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619815341984 140620806756792 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8592] ppid=8566 vsize=26538700 memory=1428 CPUtime=383 cores=0-7
/proc/8568/task/8592/stat : 8592 (java) S 8566 8566 7087 0 -1 1077944384 1616 0 0 0 38298 2 0 0 20 0 28 0 106360715 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619814294352 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8593] ppid=8566 vsize=26538700 memory=1204 CPUtime=415.29 cores=0-7
/proc/8568/task/8593/stat : 8593 (java) R 8566 8566 7087 0 -1 4202560 2691 0 0 0 41519 10 0 0 20 0 28 0 106360715 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619813236184 140620806537851 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8594] ppid=8566 vsize=26538700 memory=15876 CPUtime=402.77 cores=0-7
/proc/8568/task/8594/stat : 8594 (java) S 8566 8566 7087 0 -1 1077944384 589 0 0 0 40277 0 0 0 20 0 28 0 106360715 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619812189776 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8595] ppid=8566 vsize=26538700 memory=19084 CPUtime=407.41 cores=0-7
/proc/8568/task/8595/stat : 8595 (java) R 8566 8566 7087 0 -1 4202560 716 0 0 0 40738 3 0 0 20 0 28 0 106360715 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619811131848 140620806537279 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
Current children cumulated CPU time: 3268.95 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 1319016 KiB

[startup+420.501 s]
/proc/loadavg: 7.18 7.75 7.25 6/207 8595
/proc/meminfo: memFree=30130388/32770624 swapFree=67108860/67108860
[pid=8566] ppid=8563 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/8566/stat : 8566 (xcsp3-exec) S 8563 8566 7087 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 106360228 9740288 345 33554432000 4194304 5098028 140723575668512 140723575666616 140509504377468 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8720384 140723575669860 140723575670071 140723575670071 140723575672811 0
/proc/8566/statm: 2378 345 289 221 0 87 0
[pid=8568] ppid=8566 vsize=26538700 memory=1317636 CPUtime=3269.44 cores=0-7
/proc/8568/stat : 8568 (java) S 8566 8566 7087 0 -1 1077944320 39074 0 0 0 326809 135 0 0 20 0 28 0 106360228 27175628800 329409 33554432000 4194304 4196468 140723521577008 140723521559552 140621161451255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
/proc/8568/statm: 6634675 329409 3259 1 0 6621909 0
[pid=8568/tid=8569] ppid=8566 vsize=26538700 memory=1317456 CPUtime=4.5 cores=0-7
/proc/8568/task/8569/stat : 8569 (java) S 8566 8566 7087 0 -1 1077944384 7595 0 0 0 431 19 0 0 20 0 28 0 106360228 27175628800 329409 33554432000 4194304 4196468 140723521577008 140621165692032 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8570] ppid=8566 vsize=26538700 memory=1317636 CPUtime=0.28 cores=0-7
/proc/8568/task/8570/stat : 8570 (java) S 8566 8566 7087 0 -1 1077944384 220 0 0 0 19 9 0 0 20 0 28 0 106360229 27175628800 329409 33554432000 4194304 4196468 140723521577008 140620719373456 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8571] ppid=8566 vsize=26538700 memory=1317636 CPUtime=0.27 cores=0-7
/proc/8568/task/8571/stat : 8571 (java) S 8566 8566 7087 0 -1 1077944384 188 0 0 0 19 8 0 0 20 0 28 0 106360229 27175628800 329409 33554432000 4194304 4196468 140723521577008 140620718320656 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8572] ppid=8566 vsize=26538700 memory=1380 CPUtime=0.27 cores=0-7
/proc/8568/task/8572/stat : 8572 (java) S 8566 8566 7087 0 -1 1077944384 179 0 0 0 18 9 0 0 20 0 28 0 106360229 27175628800 329409 33554432000 4194304 4196468 140723521577008 140620717267856 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8573] ppid=8566 vsize=26538700 memory=1380 CPUtime=0.29 cores=0-7
/proc/8568/task/8573/stat : 8573 (java) S 8566 8566 7087 0 -1 1077944384 212 0 0 0 20 9 0 0 20 0 28 0 106360229 27175628800 329409 33554432000 4194304 4196468 140723521577008 140620716215056 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8574] ppid=8566 vsize=26538700 memory=281325996368552 CPUtime=0.26 cores=0-7
/proc/8568/task/8574/stat : 8574 (java) S 8566 8566 7087 0 -1 1077944384 215 0 0 0 18 8 0 0 20 0 28 0 106360229 27175628800 329409 33554432000 4194304 4196468 140723521577008 140620715162256 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8575] ppid=8566 vsize=26538700 memory=6944652177228980320 CPUtime=0.29 cores=0-7
/proc/8568/task/8575/stat : 8575 (java) S 8566 8566 7087 0 -1 1077944384 429 0 0 0 19 10 0 0 20 0 28 0 106360229 27175628800 329409 33554432000 4194304 4196468 140723521577008 140620714109456 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8576] ppid=8566 vsize=26538700 memory=0 CPUtime=0.28 cores=0-7
/proc/8568/task/8576/stat : 8576 (java) S 8566 8566 7087 0 -1 1077944384 202 0 0 0 19 9 0 0 20 0 28 0 106360229 27175628800 329409 33554432000 4194304 4196468 140723521577008 140620713056656 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8577] ppid=8566 vsize=26538700 memory=4420 CPUtime=0.25 cores=0-7
/proc/8568/task/8577/stat : 8577 (java) S 8566 8566 7087 0 -1 1077944384 194 0 0 0 17 8 0 0 20 0 28 0 106360229 27175628800 329409 33554432000 4194304 4196468 140723521577008 140620712003856 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8578] ppid=8566 vsize=26538700 memory=1380 CPUtime=0.02 cores=0-7
/proc/8568/task/8578/stat : 8578 (java) S 8566 8566 7087 0 -1 1077944384 1234 0 0 0 2 0 0 0 20 0 28 0 106360231 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619835984752 140621161462402 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8579] ppid=8566 vsize=26538700 memory=1380 CPUtime=0 cores=0-7
/proc/8568/task/8579/stat : 8579 (java) S 8566 8566 7087 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 106360231 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619834930784 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8580] ppid=8566 vsize=26538700 memory=1380 CPUtime=0 cores=0-7
/proc/8568/task/8580/stat : 8580 (java) S 8566 8566 7087 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 106360231 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619833877888 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8581] ppid=8566 vsize=26538700 memory=1380 CPUtime=0 cores=0-7
/proc/8568/task/8581/stat : 8581 (java) S 8566 8566 7087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 106360234 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619832826192 140621161469851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8582] ppid=8566 vsize=26538700 memory=1317636 CPUtime=1.79 cores=0-7
/proc/8568/task/8582/stat : 8582 (java) S 8566 8566 7087 0 -1 1077944384 4513 0 0 0 178 1 0 0 20 0 28 0 106360234 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619831773552 140621161462402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8583] ppid=8566 vsize=26538700 memory=8564 CPUtime=1.95 cores=0-7
/proc/8568/task/8583/stat : 8583 (java) S 8566 8566 7087 0 -1 1077944384 3785 0 0 0 194 1 0 0 20 0 28 0 106360234 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619830720752 140621161462402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8584] ppid=8566 vsize=26538700 memory=1380 CPUtime=1.85 cores=0-7
/proc/8568/task/8584/stat : 8584 (java) S 8566 8566 7087 0 -1 1077944384 4625 0 0 0 184 1 0 0 20 0 28 0 106360234 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619829667952 140621161462402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8585] ppid=8566 vsize=26538700 memory=1380 CPUtime=0.63 cores=0-7
/proc/8568/task/8585/stat : 8585 (java) S 8566 8566 7087 0 -1 1077944384 3554 0 0 0 62 1 0 0 20 0 28 0 106360234 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619828615152 140621161462402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8586] ppid=8566 vsize=26538700 memory=1317456 CPUtime=0 cores=0-7
/proc/8568/task/8586/stat : 8586 (java) S 8566 8566 7087 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 106360234 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619827563616 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8587] ppid=8566 vsize=26538700 memory=8112282956445269571 CPUtime=0.28 cores=0-7
/proc/8568/task/8587/stat : 8587 (java) S 8566 8566 7087 0 -1 1077944384 913 0 0 0 14 14 0 0 20 0 28 0 106360234 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619826510896 140621161462402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8588] ppid=8566 vsize=26538700 memory=4140 CPUtime=401.24 cores=0-7
/proc/8568/task/8588/stat : 8588 (java) S 8566 8566 7087 0 -1 1077944384 429 0 0 0 40123 1 0 0 20 0 28 0 106360715 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619818504160 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8589] ppid=8566 vsize=26538700 memory=30120 CPUtime=415.37 cores=0-7
/proc/8568/task/8589/stat : 8589 (java) R 8566 8566 7087 0 -1 4202560 483 0 0 0 41536 1 0 0 20 0 28 0 106360715 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619817447624 140620806810869 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8590] ppid=8566 vsize=26538700 memory=4612 CPUtime=415.25 cores=0-7
/proc/8568/task/8590/stat : 8590 (java) R 8566 8566 7087 0 -1 4202560 2690 0 0 0 41514 11 0 0 20 0 28 0 106360715 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619816394824 140620806812543 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8591] ppid=8566 vsize=26538700 memory=1428 CPUtime=415.51 cores=0-7
/proc/8568/task/8591/stat : 8591 (java) R 8566 8566 7087 0 -1 4202560 491 0 0 0 41550 1 0 0 20 0 28 0 106360715 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619815341984 140620806537613 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8592] ppid=8566 vsize=26538700 memory=1204 CPUtime=383 cores=0-7
/proc/8568/task/8592/stat : 8592 (java) S 8566 8566 7087 0 -1 1077944384 1616 0 0 0 38298 2 0 0 20 0 28 0 106360715 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619814294352 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8593] ppid=8566 vsize=26538700 memory=1380 CPUtime=415.39 cores=0-7
/proc/8568/task/8593/stat : 8593 (java) R 8566 8566 7087 0 -1 4202560 2694 0 0 0 41529 10 0 0 20 0 28 0 106360715 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619813236184 140620806812369 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8594] ppid=8566 vsize=26538700 memory=1380 CPUtime=402.77 cores=0-7
/proc/8568/task/8594/stat : 8594 (java) S 8566 8566 7087 0 -1 1077944384 589 0 0 0 40277 0 0 0 20 0 28 0 106360715 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619812189776 140621161461461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
[pid=8568/tid=8595] ppid=8566 vsize=26538700 memory=1317456 CPUtime=407.51 cores=0-7
/proc/8568/task/8595/stat : 8595 (java) R 8566 8566 7087 0 -1 4202560 728 0 0 0 40748 3 0 0 20 0 28 0 106360715 27175628800 329409 33554432000 4194304 4196468 140723521577008 140619811131848 140620806756879 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 38481920 140723521578130 140723521578307 140723521578307 140723521581007 0
Current children cumulated CPU time: 3269.44 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 1319016 KiB

Child status: 0
Real time (s): 420.592
CPU time (s): 3269.86
CPU user time (s): 3268.49
CPU system time (s): 1.37295
CPU usage (%): 777.443
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 1323216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3268.49
system time used= 1.37295
maximum resident set size= 1321968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41698
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13127
involuntary context switches= 30880


# summary of solver processes directly reported to runsolver:
#   pid: 8566
#   total CPU time (s): 3269.86
#   total CPU user time (s): 3268.49
#   total CPU system time (s): 1.37295

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.54578 second user time and 5.25591 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-14 19:31:06
IDJOB=4271112
IDBENCH=126844
IDSOLVER=2662
FILE ID=node106/4271112-1502732725
RUNJOBID= node106-1502719246-7114
PBS_JOBID= 20629035
Free space on /tmp= 61772 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/PropStress/PropStress-m1-s1/PropStress-0250.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-4271112-1502732725/watcher-4271112-1502732725 -o /tmp/evaluation-result-4271112-1502732725/solver-4271112-1502732725 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502719246-7114 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1756563720 HOME/instance-4271112-1502732725.xml

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

MD5SUM BENCH= fc49515a3b3121bae6777db9cebdf786
RANDOM SEED=1756563720

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:        31436420 kB
MemAvailable:   31981036 kB
Buffers:          158864 kB
Cached:           670996 kB
SwapCached:            0 kB
Active:           447428 kB
Inactive:         438240 kB
Active(anon):      11700 kB
Inactive(anon):    72112 kB
Active(file):     435728 kB
Inactive(file):   366128 kB
Unevictable:        6472 kB
Mlocked:            6472 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8944 kB
Writeback:             0 kB
AnonPages:         52672 kB
Mapped:            45092 kB
Shmem:             25228 kB
Slab:             143144 kB
SReclaimable:     117192 kB
SUnreclaim:        25952 kB
KernelStack:        3248 kB
PageTables:         4948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323624 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= 61764 MiB
End job on node106 at 2017-08-14 19:38:07