Trace number 4250031

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
R1: choco-solver 5a (2017-07-05)? 159.414 23.4674

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-09.xml
MD5SUM974f0afcd706a93e2571fe02010426b6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark19.367001
Satisfiable
(Un)Satisfiability was proved
Number of variables510
Number of constraints510
Number of domains1
Minimum domain size19683
Maximum domain size19683
Distribution of domain sizes[{"size":19683,"count":510}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":509},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":509}]
Number of extensional constraints509
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":509},{"type":"intension","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4250031-1500696293.xml"  -tl '2400s' -p 8 -x 3
0.00/0.20	c [HOME/instance-4250031-1500696293.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.25	c 8 solvers in parallel
0.00/0.32	c parse instance...
142.46/21.24	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
159.35/23.41		at java.util.BitSet.initWords(BitSet.java:166)
159.35/23.41		at java.util.BitSet.<init>(BitSet.java:161)
159.35/23.41		at org.chocosolver.solver.constraints.extension.binary.CouplesBitSetTable.<init>(CouplesBitSetTable.java:48)
159.35/23.41		at org.chocosolver.solver.constraints.extension.binary.PropBinAC3bitrm.<init>(PropBinAC3bitrm.java:43)
159.35/23.41		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:391)
159.35/23.41		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:365)
159.35/23.41		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1839)
159.35/23.41		at org.chocosolver.solver.constraints.IIntConstraintFactory.table(IIntConstraintFactory.java:1809)
159.35/23.41		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:313)
159.35/23.41		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
159.35/23.41		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
159.35/23.41		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
159.35/23.41		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
159.35/23.41		at org.xcsp.parser.XCallbacks$$Lambda$71/786041152.accept(Unknown Source)
159.35/23.41		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
159.35/23.41		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
159.35/23.41		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
159.35/23.41		at org.xcsp.parser.XCallbacks.loadSlide(XCallbacks.java:421)
159.35/23.41		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:370)
159.35/23.41		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
159.35/23.41		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
159.35/23.41		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
159.35/23.41		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:114)
159.35/23.41		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:101)
159.35/23.41		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
159.35/23.41	s UNKNOWN
159.35/23.41	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4250031-1500696293/watcher-4250031-1500696293 -o /tmp/evaluation-result-4250031-1500696293/solver-4250031-1500696293 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7802 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 851170339 HOME/instance-4250031-1500696293.xml 

pid=443
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 9.09 11.92 13.29 3/266 447
/proc/meminfo: memFree=28232912/32770624 swapFree=5860/293288
[pid=447] ppid=443 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/447/stat : 447 (xcsp3-exec) S 443 447 7411 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4896771 9740288 346 33554432000 4194304 5098028 140729784159408 140729784157512 139995467608700 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 11534336 140729784165519 140729784165728 140729784165728 140729784168427 0
/proc/447/statm: 2378 346 289 221 0 87 0

[startup+0.100131 s]
/proc/loadavg: 9.09 11.92 13.29 3/266 447
/proc/meminfo: memFree=28232912/32770624 swapFree=5860/293288
[pid=447] ppid=443 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/447/stat : 447 (xcsp3-exec) S 443 447 7411 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4896771 9740288 346 33554432000 4194304 5098028 140729784159408 140729784157512 139995467608700 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 11534336 140729784165519 140729784165728 140729784165728 140729784168427 0
/proc/447/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200312 s]
/proc/loadavg: 9.09 11.92 13.29 3/266 447
/proc/meminfo: memFree=28232912/32770624 swapFree=5860/293288
[pid=447] ppid=443 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/447/stat : 447 (xcsp3-exec) S 443 447 7411 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4896771 9740288 346 33554432000 4194304 5098028 140729784159408 140729784157512 139995467608700 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 11534336 140729784165519 140729784165728 140729784165728 140729784168427 0
/proc/447/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300304 s]
/proc/loadavg: 9.09 11.92 13.29 3/266 447
/proc/meminfo: memFree=28232912/32770624 swapFree=5860/293288
[pid=447] ppid=443 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/447/stat : 447 (xcsp3-exec) S 443 447 7411 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4896771 9740288 346 33554432000 4194304 5098028 140729784159408 140729784157512 139995467608700 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 11534336 140729784165519 140729784165728 140729784165728 140729784168427 0
/proc/447/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700209 s]
/proc/loadavg: 9.09 11.92 13.29 3/266 447
/proc/meminfo: memFree=28232912/32770624 swapFree=5860/293288
[pid=447] ppid=443 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/447/stat : 447 (xcsp3-exec) S 443 447 7411 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4896771 9740288 346 33554432000 4194304 5098028 140729784159408 140729784157512 139995467608700 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 11534336 140729784165519 140729784165728 140729784165728 140729784168427 0
/proc/447/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50344 s]
/proc/loadavg: 9.09 11.92 13.29 3/287 471
/proc/meminfo: memFree=27882336/32770624 swapFree=5860/293300
[pid=447] ppid=443 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/447/stat : 447 (xcsp3-exec) S 443 447 7411 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4896771 9740288 346 33554432000 4194304 5098028 140729784159408 140729784157512 139995467608700 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 11534336 140729784165519 140729784165728 140729784165728 140729784168427 0
/proc/447/statm: 2378 346 289 221 0 87 0
[pid=448] ppid=447 vsize=13267208 CPUtime=6.4 cores=1,3,5,7,9,11,13,15
/proc/448/stat : 448 (java) S 447 447 7411 0 -1 1077944320 15892 0 0 0 382 258 0 0 20 0 20 0 4896771 13585620992 180466 33554432000 4194304 4196468 140721374882000 140721374864544 140123515064055 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
/proc/448/statm: 3316802 180466 3234 1 0 3304035 0
[pid=448/tid=449] ppid=447 vsize=13267208 CPUtime=0.97 cores=1,3,5,7,9,11,13,15
/proc/448/task/449/stat : 449 (java) S 447 447 7411 0 -1 1077944384 6609 0 0 0 90 7 0 0 20 0 20 0 4896772 13585620992 180466 33554432000 4194304 4196468 140721374882000 140123519301936 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=451] ppid=447 vsize=13267208 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/448/task/451/stat : 451 (java) R 447 447 7411 0 -1 4202560 375 0 0 0 17 30 0 0 20 0 20 0 4896773 13585620992 180466 33554432000 4194304 4196468 140721374882000 140123447201032 140123508163736 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=452] ppid=447 vsize=13267208 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/448/task/452/stat : 452 (java) R 447 447 7411 0 -1 4202560 418 0 0 0 17 29 0 0 20 0 20 0 4896773 13585620992 180466 33554432000 4194304 4196468 140721374882000 140123446148232 140123508160764 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=453] ppid=447 vsize=13267208 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/448/task/453/stat : 453 (java) R 447 447 7411 0 -1 4202560 605 0 0 0 18 30 0 0 20 0 20 0 4896773 13585620992 180466 33554432000 4194304 4196468 140721374882000 140123445095512 140123500060411 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=454] ppid=447 vsize=13267208 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/448/task/454/stat : 454 (java) R 447 447 7411 0 -1 4202560 392 0 0 0 18 30 0 0 20 0 20 0 4896773 13585620992 180466 33554432000 4194304 4196468 140721374882000 140123444042632 140123500060001 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=455] ppid=447 vsize=13267208 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/448/task/455/stat : 455 (java) R 447 447 7411 0 -1 4202560 375 0 0 0 17 31 0 0 20 0 20 0 4896773 13585620992 180466 33554432000 4194304 4196468 140721374882000 140123109821192 140123508160772 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=456] ppid=447 vsize=13267208 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/448/task/456/stat : 456 (java) R 447 447 7411 0 -1 4202560 467 0 0 0 18 30 0 0 20 0 20 0 4896773 13585620992 180466 33554432000 4194304 4196468 140721374882000 140123108768392 140123508163715 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=457] ppid=447 vsize=13267208 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/448/task/457/stat : 457 (java) R 447 447 7411 0 -1 4202560 426 0 0 0 17 31 0 0 20 0 20 0 4896773 13585620992 180466 33554432000 4194304 4196468 140721374882000 140123107715592 140123508160764 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=458] ppid=447 vsize=13267208 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/448/task/458/stat : 458 (java) R 447 447 7411 0 -1 4202560 370 0 0 0 18 31 0 0 20 0 20 0 4896773 13585620992 180466 33554432000 4194304 4196468 140721374882000 140123106662792 140123508163715 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=460] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/460/stat : 460 (java) S 447 447 7411 0 -1 1077944384 228 0 0 0 0 0 0 0 20 0 20 0 4896775 13585620992 180466 33554432000 4194304 4196468 140721374882000 140123044492736 140123515074261 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=461] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/461/stat : 461 (java) S 447 447 7411 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4896776 13585620992 180466 33554432000 4194304 4196468 140721374882000 140123043440224 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=462] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/462/stat : 462 (java) S 447 447 7411 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4896776 13585620992 180466 33554432000 4194304 4196468 140721374882000 140123042387328 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=463] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/463/stat : 463 (java) S 447 447 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4896780 13585620992 180466 33554432000 4194304 4196468 140721374882000 140123041335632 140123515082651 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=464] ppid=447 vsize=13267208 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/448/task/464/stat : 464 (java) S 447 447 7411 0 -1 1077944384 1264 0 0 0 39 0 0 0 20 0 20 0 4896780 13585620992 180466 33554432000 4194304 4196468 140721374882000 140122838264176 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=465] ppid=447 vsize=13267208 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/448/task/465/stat : 465 (java) S 447 447 7411 0 -1 1077944384 915 0 0 0 37 0 0 0 20 0 20 0 4896780 13585620992 180466 33554432000 4194304 4196468 140721374882000 140122837211376 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=466] ppid=447 vsize=13267208 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/448/task/466/stat : 466 (java) S 447 447 7411 0 -1 1077944384 786 0 0 0 42 0 0 0 20 0 20 0 4896780 13585620992 180466 33554432000 4194304 4196468 140721374882000 140122836158576 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=467] ppid=447 vsize=13267208 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/448/task/467/stat : 467 (java) S 447 447 7411 0 -1 1077944384 1368 0 0 0 31 0 0 0 20 0 20 0 4896780 13585620992 180466 33554432000 4194304 4196468 140721374882000 140122835105776 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=469] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/469/stat : 469 (java) S 447 447 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4896780 13585620992 180466 33554432000 4194304 4196468 140721374882000 140122834054240 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=471] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/471/stat : 471 (java) S 447 447 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4896781 13585620992 180466 33554432000 4194304 4196468 140721374882000 140122833001520 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
Current children cumulated CPU time (s) 6.4
Current children cumulated vsize (KiB) 13276720

[startup+3.10085 s]
/proc/loadavg: 8.52 11.75 13.23 10/287 471
/proc/meminfo: memFree=27018020/32770624 swapFree=5860/293300
[pid=447] ppid=443 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/447/stat : 447 (xcsp3-exec) S 443 447 7411 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4896771 9740288 346 33554432000 4194304 5098028 140729784159408 140729784157512 139995467608700 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 11534336 140729784165519 140729784165728 140729784165728 140729784168427 0
/proc/447/statm: 2378 346 289 221 0 87 0
[pid=448] ppid=447 vsize=13267208 CPUtime=16.44 cores=1,3,5,7,9,11,13,15
/proc/448/stat : 448 (java) S 447 447 7411 0 -1 1077944320 24644 0 0 0 930 714 0 0 20 0 20 0 4896771 13585620992 440085 33554432000 4194304 4196468 140721374882000 140721374864544 140123515064055 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
/proc/448/statm: 3316802 440597 3246 1 0 3304035 0
[pid=448/tid=449] ppid=447 vsize=13267208 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/448/task/449/stat : 449 (java) S 447 447 7411 0 -1 1077944384 7049 0 0 0 120 10 0 0 20 0 20 0 4896772 13585620992 440597 33554432000 4194304 4196468 140721374882000 140123519302016 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=451] ppid=447 vsize=13267208 CPUtime=1.69 cores=1,3,5,7,9,11,13,15
/proc/448/task/451/stat : 451 (java) R 447 447 7411 0 -1 4202560 1238 0 0 0 79 90 0 0 20 0 20 0 4896773 13585620992 440597 33554432000 4194304 4196468 140721374882000 140123447201112 140123500091938 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=452] ppid=447 vsize=13267208 CPUtime=1.59 cores=1,3,5,7,9,11,13,15
/proc/448/task/452/stat : 452 (java) R 447 447 7411 0 -1 4202560 972 0 0 0 76 83 0 0 20 0 20 0 4896773 13585620992 440597 33554432000 4194304 4196468 140721374882000 140123446145632 140123508167532 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=453] ppid=447 vsize=13267208 CPUtime=1.69 cores=1,3,5,7,9,11,13,15
/proc/448/task/453/stat : 453 (java) R 447 447 7411 0 -1 4202560 1129 0 0 0 84 85 0 0 20 0 20 0 4896773 13585620992 440597 33554432000 4194304 4196468 140721374882000 140123445095512 140123508167532 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=454] ppid=447 vsize=13267208 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/448/task/454/stat : 454 (java) R 447 447 7411 0 -1 4202560 1206 0 0 0 79 87 0 0 20 0 20 0 4896773 13585620992 440597 33554432000 4194304 4196468 140721374882000 140123444042512 140123508167532 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=455] ppid=447 vsize=13267208 CPUtime=1.67 cores=1,3,5,7,9,11,13,15
/proc/448/task/455/stat : 455 (java) R 447 447 7411 0 -1 4202560 1537 0 0 0 78 89 0 0 20 0 20 0 4896773 13585620992 440597 33554432000 4194304 4196468 140721374882000 140123109821136 140123508167532 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=456] ppid=447 vsize=13267208 CPUtime=1.69 cores=1,3,5,7,9,11,13,15
/proc/448/task/456/stat : 456 (java) R 447 447 7411 0 -1 4202560 1002 0 0 0 83 86 0 0 20 0 20 0 4896773 13585620992 440597 33554432000 4194304 4196468 140721374882000 140123108768272 140123508160923 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=457] ppid=447 vsize=13267208 CPUtime=1.67 cores=1,3,5,7,9,11,13,15
/proc/448/task/457/stat : 457 (java) R 447 447 7411 0 -1 4202560 1226 0 0 0 78 89 0 0 20 0 20 0 4896773 13585620992 440597 33554432000 4194304 4196468 140721374882000 140123107715672 140123508160891 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=458] ppid=447 vsize=13267208 CPUtime=1.65 cores=1,3,5,7,9,11,13,15
/proc/448/task/458/stat : 458 (java) R 447 447 7411 0 -1 4202560 1061 0 0 0 79 86 0 0 20 0 20 0 4896773 13585620992 440597 33554432000 4194304 4196468 140721374882000 140123106662592 140123508163902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=460] ppid=447 vsize=13267208 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/448/task/460/stat : 460 (java) S 447 447 7411 0 -1 1077944384 2396 0 0 0 4 0 0 0 20 0 20 0 4896775 13585620992 440597 33554432000 4194304 4196468 140721374882000 140123044492704 140123515074261 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=461] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/461/stat : 461 (java) S 447 447 7411 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4896776 13585620992 440597 33554432000 4194304 4196468 140721374882000 140123043440224 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=462] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/462/stat : 462 (java) S 447 447 7411 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4896776 13585620992 440597 33554432000 4194304 4196468 140721374882000 140123042387328 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=463] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/463/stat : 463 (java) S 447 447 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4896780 13585620992 440597 33554432000 4194304 4196468 140721374882000 140123041335632 140123515082651 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=464] ppid=447 vsize=13267208 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/448/task/464/stat : 464 (java) S 447 447 7411 0 -1 1077944384 1292 0 0 0 43 0 0 0 20 0 20 0 4896780 13585620992 441109 33554432000 4194304 4196468 140721374882000 140122838264176 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=465] ppid=447 vsize=13267208 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/448/task/465/stat : 465 (java) S 447 447 7411 0 -1 1077944384 1090 0 0 0 47 0 0 0 20 0 20 0 4896780 13585620992 441109 33554432000 4194304 4196468 140721374882000 140122837211376 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=466] ppid=447 vsize=13267208 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/448/task/466/stat : 466 (java) S 447 447 7411 0 -1 1077944384 786 0 0 0 42 0 0 0 20 0 20 0 4896780 13585620992 441109 33554432000 4194304 4196468 140721374882000 140122836158576 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=467] ppid=447 vsize=13267208 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/448/task/467/stat : 467 (java) S 447 447 7411 0 -1 1077944384 1368 0 0 0 31 0 0 0 20 0 20 0 4896780 13585620992 441109 33554432000 4194304 4196468 140721374882000 140122835105776 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=469] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/469/stat : 469 (java) S 447 447 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4896780 13585620992 441109 33554432000 4194304 4196468 140721374882000 140122834054240 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=471] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/471/stat : 471 (java) S 447 447 7411 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 4896781 13585620992 441109 33554432000 4194304 4196468 140721374882000 140122833001520 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
Current children cumulated CPU time (s) 16.44
Current children cumulated vsize (KiB) 13276720

[startup+6.30351 s]
/proc/loadavg: 8.52 11.75 13.23 10/287 471
/proc/meminfo: memFree=23850984/32770624 swapFree=5860/293316
[pid=447] ppid=443 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/447/stat : 447 (xcsp3-exec) S 443 447 7411 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4896771 9740288 346 33554432000 4194304 5098028 140729784159408 140729784157512 139995467608700 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 11534336 140729784165519 140729784165728 140729784165728 140729784168427 0
/proc/447/statm: 2378 346 289 221 0 87 0
[pid=448] ppid=447 vsize=13267208 CPUtime=39 cores=1,3,5,7,9,11,13,15
/proc/448/stat : 448 (java) S 447 447 7411 0 -1 1077944320 43018 0 0 0 1863 2037 0 0 20 0 20 0 4896771 13585620992 1095258 33554432000 4194304 4196468 140721374882000 140721374864544 140123515064055 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
/proc/448/statm: 3316802 1095770 3246 1 0 3304035 0
[pid=448/tid=449] ppid=447 vsize=13267208 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/448/task/449/stat : 449 (java) S 447 447 7411 0 -1 1077944384 7594 0 0 0 154 12 0 0 20 0 20 0 4896772 13585620992 1095770 33554432000 4194304 4196468 140721374882000 140123519302016 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=451] ppid=447 vsize=13267208 CPUtime=4.48 cores=1,3,5,7,9,11,13,15
/proc/448/task/451/stat : 451 (java) R 447 447 7411 0 -1 4202560 2793 0 0 0 196 252 0 0 20 0 20 0 4896773 13585620992 1095770 33554432000 4194304 4196468 140721374882000 140123447201112 140123508160891 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=452] ppid=447 vsize=13267208 CPUtime=4.16 cores=1,3,5,7,9,11,13,15
/proc/448/task/452/stat : 452 (java) R 447 447 7411 0 -1 4202560 2394 0 0 0 184 232 0 0 20 0 20 0 4896773 13585620992 1095770 33554432000 4194304 4196468 140721374882000 140123446148312 140123508160891 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=453] ppid=447 vsize=13267208 CPUtime=4.49 cores=1,3,5,7,9,11,13,15
/proc/448/task/453/stat : 453 (java) R 447 447 7411 0 -1 4202560 2927 0 0 0 192 257 0 0 20 0 20 0 4896773 13585620992 1095770 33554432000 4194304 4196468 140721374882000 140123445095512 140123508163902 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=454] ppid=447 vsize=13267208 CPUtime=4.47 cores=1,3,5,7,9,11,13,15
/proc/448/task/454/stat : 454 (java) R 447 447 7411 0 -1 4202560 2660 0 0 0 193 254 0 0 20 0 20 0 4896773 13585620992 1095770 33554432000 4194304 4196468 140721374882000 140123444042712 140123508163902 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=455] ppid=447 vsize=13267208 CPUtime=4.46 cores=1,3,5,7,9,11,13,15
/proc/448/task/455/stat : 455 (java) R 447 447 7411 0 -1 4202560 2864 0 0 0 191 255 0 0 20 0 20 0 4896773 13585620992 1095770 33554432000 4194304 4196468 140721374882000 140123109820960 140123508163902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=456] ppid=447 vsize=13267208 CPUtime=4.48 cores=1,3,5,7,9,11,13,15
/proc/448/task/456/stat : 456 (java) R 447 447 7411 0 -1 4202560 2333 0 0 0 196 252 0 0 20 0 20 0 4896773 13585620992 1095770 33554432000 4194304 4196468 140721374882000 140123108768472 140123508160891 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=457] ppid=447 vsize=13267208 CPUtime=4.48 cores=1,3,5,7,9,11,13,15
/proc/448/task/457/stat : 457 (java) R 447 447 7411 0 -1 4202560 2578 0 0 0 187 261 0 0 20 0 20 0 4896773 13585620992 1095770 33554432000 4194304 4196468 140721374882000 140123107715672 140123508163902 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=458] ppid=447 vsize=13267208 CPUtime=4.44 cores=1,3,5,7,9,11,13,15
/proc/448/task/458/stat : 458 (java) R 447 447 7411 0 -1 4202560 2289 0 0 0 193 251 0 0 20 0 20 0 4896773 13585620992 1095770 33554432000 4194304 4196468 140721374882000 140123106662872 140123508160891 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=460] ppid=447 vsize=13267208 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/448/task/460/stat : 460 (java) S 447 447 7411 0 -1 1077944384 8364 0 0 0 7 0 0 0 20 0 20 0 4896775 13585620992 1095770 33554432000 4194304 4196468 140721374882000 140123044492704 140123515074261 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=461] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/461/stat : 461 (java) S 447 447 7411 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 4896776 13585620992 1095770 33554432000 4194304 4196468 140721374882000 140123043440224 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=462] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/462/stat : 462 (java) S 447 447 7411 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4896776 13585620992 1095770 33554432000 4194304 4196468 140721374882000 140123042387328 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=463] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/463/stat : 463 (java) S 447 447 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4896780 13585620992 1096282 33554432000 4194304 4196468 140721374882000 140123041335632 140123515082651 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0

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

/proc/448/task/462/stat : 462 (java) S 447 447 7411 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4896776 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123042387328 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=463] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/463/stat : 463 (java) S 447 447 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4896780 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123041335632 140123515082651 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=464] ppid=447 vsize=13267208 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/448/task/464/stat : 464 (java) S 447 447 7411 0 -1 1077944384 1497 0 0 0 44 0 0 0 20 0 20 0 4896780 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140122838264176 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=465] ppid=447 vsize=13267208 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/448/task/465/stat : 465 (java) S 447 447 7411 0 -1 1077944384 1092 0 0 0 47 0 0 0 20 0 20 0 4896780 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140122837211376 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=466] ppid=447 vsize=13267208 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/448/task/466/stat : 466 (java) S 447 447 7411 0 -1 1077944384 1060 0 0 0 43 0 0 0 20 0 20 0 4896780 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140122836158576 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=467] ppid=447 vsize=13267208 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/448/task/467/stat : 467 (java) S 447 447 7411 0 -1 1077944384 1445 0 0 0 31 0 0 0 20 0 20 0 4896780 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140122835105776 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=469] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/469/stat : 469 (java) S 447 447 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4896780 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140122834054240 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=471] ppid=447 vsize=13267208 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/448/task/471/stat : 471 (java) S 447 447 7411 0 -1 1077944384 355 0 0 0 1 0 0 0 20 0 20 0 4896781 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140122833001520 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
Current children cumulated CPU time (s) 140.96
Current children cumulated vsize (KiB) 13276720

[startup+22.6019 s]
/proc/loadavg: 7.82 11.37 13.07 10/285 471
/proc/meminfo: memFree=16535612/32770624 swapFree=5860/293336
[pid=447] ppid=443 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/447/stat : 447 (xcsp3-exec) S 443 447 7411 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4896771 9740288 346 33554432000 4194304 5098028 140729784159408 140729784157512 139995467608700 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 11534336 140729784165519 140729784165728 140729784165728 140729784168427 0
/proc/447/statm: 2378 346 289 221 0 87 0
[pid=448] ppid=447 vsize=13267208 CPUtime=153.25 cores=1,3,5,7,9,11,13,15
/proc/448/stat : 448 (java) S 447 447 7411 0 -1 1077944320 157704 0 0 0 10885 4440 0 0 20 0 20 0 4896771 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140721374864544 140123515064055 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
/proc/448/statm: 3316802 2667368 3249 1 0 3304035 0
[pid=448/tid=449] ppid=447 vsize=13267208 CPUtime=2.94 cores=1,3,5,7,9,11,13,15
/proc/448/task/449/stat : 449 (java) S 447 447 7411 0 -1 1077944384 7884 0 0 0 282 12 0 0 20 0 20 0 4896772 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123519303552 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=451] ppid=447 vsize=13267208 CPUtime=18.47 cores=1,3,5,7,9,11,13,15
/proc/448/task/451/stat : 451 (java) R 447 447 7411 0 -1 4202560 12550 0 0 0 1281 566 0 0 20 0 20 0 4896773 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123447201032 140123508163719 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=452] ppid=447 vsize=13267208 CPUtime=18.13 cores=1,3,5,7,9,11,13,15
/proc/448/task/452/stat : 452 (java) R 447 447 7411 0 -1 4202560 14355 0 0 0 1260 553 0 0 20 0 20 0 4896773 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123446148232 140123508163711 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=453] ppid=447 vsize=13267208 CPUtime=18.41 cores=1,3,5,7,9,11,13,15
/proc/448/task/453/stat : 453 (java) R 447 447 7411 0 -1 4202560 15232 0 0 0 1276 565 0 0 20 0 20 0 4896773 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123445095432 140123508163719 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=454] ppid=447 vsize=13267208 CPUtime=18.54 cores=1,3,5,7,9,11,13,15
/proc/448/task/454/stat : 454 (java) R 447 447 7411 0 -1 4202560 16275 0 0 0 1295 559 0 0 20 0 20 0 4896773 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123444042632 140123508163719 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=455] ppid=447 vsize=13267208 CPUtime=18.55 cores=1,3,5,7,9,11,13,15
/proc/448/task/455/stat : 455 (java) R 447 447 7411 0 -1 4202560 24067 0 0 0 1274 581 0 0 20 0 20 0 4896773 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123109821192 140123508163719 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=456] ppid=447 vsize=13267208 CPUtime=18.34 cores=1,3,5,7,9,11,13,15
/proc/448/task/456/stat : 456 (java) R 447 447 7411 0 -1 4202560 14771 0 0 0 1296 538 0 0 20 0 20 0 4896773 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123108768392 140123508163711 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=457] ppid=447 vsize=13267208 CPUtime=18.64 cores=1,3,5,7,9,11,13,15
/proc/448/task/457/stat : 457 (java) R 447 447 7411 0 -1 4202560 11569 0 0 0 1363 501 0 0 20 0 20 0 4896773 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123107715592 140123508163715 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=458] ppid=447 vsize=13267208 CPUtime=18.54 cores=1,3,5,7,9,11,13,15
/proc/448/task/458/stat : 458 (java) R 447 447 7411 0 -1 4202560 22643 0 0 0 1300 554 0 0 20 0 20 0 4896773 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123106662792 140123508163723 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=460] ppid=447 vsize=13267208 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/448/task/460/stat : 460 (java) S 447 447 7411 0 -1 1077944384 11611 0 0 0 87 1 0 0 20 0 20 0 4896775 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123044492736 140123515074261 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=461] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/461/stat : 461 (java) S 447 447 7411 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 4896776 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123043440224 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=462] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/462/stat : 462 (java) S 447 447 7411 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4896776 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123042387328 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=463] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/463/stat : 463 (java) S 447 447 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4896780 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123041335632 140123515082651 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=464] ppid=447 vsize=13267208 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/448/task/464/stat : 464 (java) S 447 447 7411 0 -1 1077944384 1497 0 0 0 44 0 0 0 20 0 20 0 4896780 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140122838264176 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=465] ppid=447 vsize=13267208 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/448/task/465/stat : 465 (java) S 447 447 7411 0 -1 1077944384 1093 0 0 0 47 0 0 0 20 0 20 0 4896780 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140122837211376 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=466] ppid=447 vsize=13267208 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/448/task/466/stat : 466 (java) S 447 447 7411 0 -1 1077944384 1060 0 0 0 43 0 0 0 20 0 20 0 4896780 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140122836158576 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=467] ppid=447 vsize=13267208 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/448/task/467/stat : 467 (java) S 447 447 7411 0 -1 1077944384 1445 0 0 0 31 0 0 0 20 0 20 0 4896780 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140122835105776 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=469] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/469/stat : 469 (java) S 447 447 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4896780 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140122834054240 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=471] ppid=447 vsize=13267208 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/448/task/471/stat : 471 (java) S 447 447 7411 0 -1 1077944384 355 0 0 0 1 1 0 0 20 0 20 0 4896781 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140122833001520 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
Current children cumulated CPU time (s) 153.25
Current children cumulated vsize (KiB) 13276720

[startup+23.0031 s]
/proc/loadavg: 7.82 11.37 13.07 10/285 471
/proc/meminfo: memFree=16535612/32770624 swapFree=5860/293336
[pid=447] ppid=443 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/447/stat : 447 (xcsp3-exec) S 443 447 7411 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4896771 9740288 346 33554432000 4194304 5098028 140729784159408 140729784157512 139995467608700 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 11534336 140729784165519 140729784165728 140729784165728 140729784168427 0
/proc/447/statm: 2378 346 289 221 0 87 0
[pid=448] ppid=447 vsize=13267208 CPUtime=156.44 cores=1,3,5,7,9,11,13,15
/proc/448/stat : 448 (java) S 447 447 7411 0 -1 1077944320 157704 0 0 0 11204 4440 0 0 20 0 20 0 4896771 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140721374864544 140123515064055 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
/proc/448/statm: 3316802 2667368 3249 1 0 3304035 0
[pid=448/tid=449] ppid=447 vsize=13267208 CPUtime=2.94 cores=1,3,5,7,9,11,13,15
/proc/448/task/449/stat : 449 (java) S 447 447 7411 0 -1 1077944384 7884 0 0 0 282 12 0 0 20 0 20 0 4896772 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123519303552 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=451] ppid=447 vsize=13267208 CPUtime=18.87 cores=1,3,5,7,9,11,13,15
/proc/448/task/451/stat : 451 (java) R 447 447 7411 0 -1 4202560 12550 0 0 0 1321 566 0 0 20 0 20 0 4896773 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123447201032 140123496673670 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=452] ppid=447 vsize=13267208 CPUtime=18.53 cores=1,3,5,7,9,11,13,15
/proc/448/task/452/stat : 452 (java) R 447 447 7411 0 -1 4202560 14355 0 0 0 1300 553 0 0 20 0 20 0 4896773 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123446148232 140123499764315 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=453] ppid=447 vsize=13267208 CPUtime=18.81 cores=1,3,5,7,9,11,13,15
/proc/448/task/453/stat : 453 (java) R 447 447 7411 0 -1 4202560 15232 0 0 0 1316 565 0 0 20 0 20 0 4896773 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123445095432 140123508163711 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=454] ppid=447 vsize=13267208 CPUtime=18.94 cores=1,3,5,7,9,11,13,15
/proc/448/task/454/stat : 454 (java) R 447 447 7411 0 -1 4202560 16275 0 0 0 1335 559 0 0 20 0 20 0 4896773 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123444042632 140123508163727 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=455] ppid=447 vsize=13267208 CPUtime=18.95 cores=1,3,5,7,9,11,13,15
/proc/448/task/455/stat : 455 (java) R 447 447 7411 0 -1 4202560 24067 0 0 0 1314 581 0 0 20 0 20 0 4896773 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123109821192 140123507692263 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=456] ppid=447 vsize=13267208 CPUtime=18.72 cores=1,3,5,7,9,11,13,15
/proc/448/task/456/stat : 456 (java) R 447 447 7411 0 -1 4202560 14771 0 0 0 1334 538 0 0 20 0 20 0 4896773 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123108768392 140123508163711 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=457] ppid=447 vsize=13267208 CPUtime=19.04 cores=1,3,5,7,9,11,13,15
/proc/448/task/457/stat : 457 (java) R 447 447 7411 0 -1 4202560 11569 0 0 0 1403 501 0 0 20 0 20 0 4896773 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123107715592 140123496673741 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=458] ppid=447 vsize=13267208 CPUtime=18.94 cores=1,3,5,7,9,11,13,15
/proc/448/task/458/stat : 458 (java) R 447 447 7411 0 -1 4202560 22643 0 0 0 1340 554 0 0 20 0 20 0 4896773 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123106662792 140123507692263 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=460] ppid=447 vsize=13267208 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/448/task/460/stat : 460 (java) S 447 447 7411 0 -1 1077944384 11611 0 0 0 87 1 0 0 20 0 20 0 4896775 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123044492736 140123515074261 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=461] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/461/stat : 461 (java) S 447 447 7411 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 4896776 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123043440224 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=462] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/462/stat : 462 (java) S 447 447 7411 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4896776 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123042387328 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=463] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/463/stat : 463 (java) S 447 447 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4896780 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140123041335632 140123515082651 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=464] ppid=447 vsize=13267208 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/448/task/464/stat : 464 (java) S 447 447 7411 0 -1 1077944384 1497 0 0 0 44 0 0 0 20 0 20 0 4896780 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140122838264176 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=465] ppid=447 vsize=13267208 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/448/task/465/stat : 465 (java) S 447 447 7411 0 -1 1077944384 1093 0 0 0 47 0 0 0 20 0 20 0 4896780 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140122837211376 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=466] ppid=447 vsize=13267208 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/448/task/466/stat : 466 (java) S 447 447 7411 0 -1 1077944384 1060 0 0 0 43 0 0 0 20 0 20 0 4896780 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140122836158576 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=467] ppid=447 vsize=13267208 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/448/task/467/stat : 467 (java) S 447 447 7411 0 -1 1077944384 1445 0 0 0 31 0 0 0 20 0 20 0 4896780 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140122835105776 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=469] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/469/stat : 469 (java) S 447 447 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4896780 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140122834054240 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=471] ppid=447 vsize=13267208 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/448/task/471/stat : 471 (java) S 447 447 7411 0 -1 1077944384 355 0 0 0 1 1 0 0 20 0 20 0 4896781 13585620992 2667368 33554432000 4194304 4196468 140721374882000 140122833001520 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
Current children cumulated CPU time (s) 156.44
Current children cumulated vsize (KiB) 13276720

[startup+23.4126 s]
/proc/loadavg: 7.82 11.37 13.07 10/285 471
/proc/meminfo: memFree=16535612/32770624 swapFree=5860/293336
[pid=447] ppid=443 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/447/stat : 447 (xcsp3-exec) S 443 447 7411 0 -1 4202496 517 0 0 0 0 0 0 0 20 0 1 0 4896771 9740288 346 33554432000 4194304 5098028 140729784159408 140729784157512 139995467608700 0 65536 4100 65538 18446744071579417331 0 0 17 13 0 0 0 0 0 7196144 7232144 11534336 140729784165519 140729784165728 140729784165728 140729784168427 0
/proc/447/statm: 2378 346 289 221 0 87 0
[pid=448] ppid=447 vsize=13267208 CPUtime=159.35 cores=1,3,5,7,9,11,13,15
/proc/448/stat : 448 (java) S 447 447 7411 0 -1 1077944320 157969 0 0 0 11495 4440 0 0 20 0 20 0 4896771 13585620992 2667369 33554432000 4194304 4196468 140721374882000 140721374864544 140123515064055 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
/proc/448/statm: 3316802 2667369 3250 1 0 3304035 0
[pid=448/tid=449] ppid=447 vsize=13267208 CPUtime=2.94 cores=1,3,5,7,9,11,13,15
/proc/448/task/449/stat : 449 (java) S 447 447 7411 0 -1 1077944384 7884 0 0 0 282 12 0 0 20 0 20 0 4896772 13585620992 2667369 33554432000 4194304 4196468 140721374882000 140123519303552 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=451] ppid=447 vsize=13267208 CPUtime=19.23 cores=1,3,5,7,9,11,13,15
/proc/448/task/451/stat : 451 (java) S 447 447 7411 0 -1 1077944384 12554 0 0 0 1357 566 0 0 20 0 20 0 4896773 13585620992 2667369 33554432000 4194304 4196468 140721374882000 140123447200912 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=452] ppid=447 vsize=13267208 CPUtime=18.89 cores=1,3,5,7,9,11,13,15
/proc/448/task/452/stat : 452 (java) S 447 447 7411 0 -1 1077944384 14359 0 0 0 1336 553 0 0 20 0 20 0 4896773 13585620992 2667369 33554432000 4194304 4196468 140721374882000 140123446148112 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=453] ppid=447 vsize=13267208 CPUtime=19.17 cores=1,3,5,7,9,11,13,15
/proc/448/task/453/stat : 453 (java) S 447 447 7411 0 -1 1077944384 15237 0 0 0 1352 565 0 0 20 0 20 0 4896773 13585620992 2667369 33554432000 4194304 4196468 140721374882000 140123445095312 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=454] ppid=447 vsize=13267208 CPUtime=19.3 cores=1,3,5,7,9,11,13,15
/proc/448/task/454/stat : 454 (java) S 447 447 7411 0 -1 1077944384 16279 0 0 0 1371 559 0 0 20 0 20 0 4896773 13585620992 2667369 33554432000 4194304 4196468 140721374882000 140123444042512 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=455] ppid=447 vsize=13267208 CPUtime=19.31 cores=1,3,5,7,9,11,13,15
/proc/448/task/455/stat : 455 (java) S 447 447 7411 0 -1 1077944384 24076 0 0 0 1350 581 0 0 20 0 20 0 4896773 13585620992 2667369 33554432000 4194304 4196468 140721374882000 140123109821072 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=456] ppid=447 vsize=13267208 CPUtime=19.07 cores=1,3,5,7,9,11,13,15
/proc/448/task/456/stat : 456 (java) S 447 447 7411 0 -1 1077944384 14777 0 0 0 1369 538 0 0 20 0 20 0 4896773 13585620992 2667369 33554432000 4194304 4196468 140721374882000 140123108768272 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=457] ppid=447 vsize=13267208 CPUtime=19.4 cores=1,3,5,7,9,11,13,15
/proc/448/task/457/stat : 457 (java) S 447 447 7411 0 -1 1077944384 11572 0 0 0 1439 501 0 0 20 0 20 0 4896773 13585620992 2667369 33554432000 4194304 4196468 140721374882000 140123107715472 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=458] ppid=447 vsize=13267208 CPUtime=19.3 cores=1,3,5,7,9,11,13,15
/proc/448/task/458/stat : 458 (java) S 447 447 7411 0 -1 1077944384 22655 0 0 0 1376 554 0 0 20 0 20 0 4896773 13585620992 2667369 33554432000 4194304 4196468 140721374882000 140123106662672 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=460] ppid=447 vsize=13267208 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/448/task/460/stat : 460 (java) R 447 447 7411 0 -1 4202560 11829 0 0 0 92 1 0 0 20 0 20 0 4896775 13585620992 2667369 33554432000 4194304 4196468 140721374882000 140123044492624 140123494265107 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=461] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/461/stat : 461 (java) S 447 447 7411 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 4896776 13585620992 2667369 33554432000 4194304 4196468 140721374882000 140123043440224 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=462] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/462/stat : 462 (java) S 447 447 7411 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4896776 13585620992 2667369 33554432000 4194304 4196468 140721374882000 140123042387328 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=463] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/463/stat : 463 (java) S 447 447 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4896780 13585620992 2667369 33554432000 4194304 4196468 140721374882000 140123041335632 140123515082651 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=464] ppid=447 vsize=13267208 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/448/task/464/stat : 464 (java) S 447 447 7411 0 -1 1077944384 1497 0 0 0 44 0 0 0 20 0 20 0 4896780 13585620992 2667369 33554432000 4194304 4196468 140721374882000 140122838264176 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=465] ppid=447 vsize=13267208 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/448/task/465/stat : 465 (java) S 447 447 7411 0 -1 1077944384 1093 0 0 0 47 0 0 0 20 0 20 0 4896780 13585620992 2667369 33554432000 4194304 4196468 140721374882000 140122837211376 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=466] ppid=447 vsize=13267208 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/448/task/466/stat : 466 (java) S 447 447 7411 0 -1 1077944384 1060 0 0 0 43 0 0 0 20 0 20 0 4896780 13585620992 2667369 33554432000 4194304 4196468 140721374882000 140122836158576 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=467] ppid=447 vsize=13267208 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/448/task/467/stat : 467 (java) S 447 447 7411 0 -1 1077944384 1445 0 0 0 31 0 0 0 20 0 20 0 4896780 13585620992 2667369 33554432000 4194304 4196468 140721374882000 140122835105776 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=469] ppid=447 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/448/task/469/stat : 469 (java) S 447 447 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4896780 13585620992 2667369 33554432000 4194304 4196468 140721374882000 140122834054240 140123515074261 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
[pid=448/tid=471] ppid=447 vsize=13267208 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/448/task/471/stat : 471 (java) S 447 447 7411 0 -1 1077944384 355 0 0 0 1 1 0 0 20 0 20 0 4896781 13585620992 2667369 33554432000 4194304 4196468 140721374882000 140122833001520 140123515075202 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 12066816 140721374889148 140721374889324 140721374889324 140721374891983 0
Current children cumulated CPU time (s) 159.35
Current children cumulated vsize (KiB) 13276720

Child status: 1
Real time (s): 23.4674
CPU time (s): 159.414
CPU user time (s): 114.957
CPU system time (s): 44.4569
CPU usage (%): 679.302
Max. virtual memory (cumulated for all children) (KiB): 13276720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 114.957
system time used= 44.4569
maximum resident set size= 10670204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158716
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8425
involuntary context switches= 9286

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.431538 second user time and 0.745569 second system time

The end

Launcher Data

Begin job on node131 at 2017-07-22 06:04:53
IDJOB=4250031
IDBENCH=138764
IDSOLVER=2626
FILE ID=node131/4250031-1500696293
RUNJOBID= node131-1500682620-7802
PBS_JOBID= 20623041
Free space on /tmp= 62012 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-09.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4250031-1500696293/watcher-4250031-1500696293 -o /tmp/evaluation-result-4250031-1500696293/solver-4250031-1500696293 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7802 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 851170339 HOME/instance-4250031-1500696293.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 974f0afcd706a93e2571fe02010426b6
RANDOM SEED=851170339

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.06
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.06
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.06
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.06
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        28232976 kB
MemAvailable:   28406476 kB
Buffers:          117704 kB
Cached:           338216 kB
SwapCached:            0 kB
Active:          3801888 kB
Inactive:         301992 kB
Active(anon):    3650820 kB
Inactive(anon):     8680 kB
Active(file):     151068 kB
Inactive(file):   293312 kB
Unevictable:        5860 kB
Mlocked:            5860 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8824 kB
Writeback:            28 kB
AnonPages:       3806756 kB
Mapped:            42704 kB
Shmem:              8844 kB
Slab:             124224 kB
SReclaimable:      89908 kB
SUnreclaim:        34316 kB
KernelStack:        5200 kB
PageTables:        12764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5263012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3692544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 62004 MiB
End job on node131 at 2017-07-22 06:05:17