Trace number 4246887

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 4.0.5 (2017-07-05)? 952.142 428.505

General information on the benchmark

NameSteiner3/Steiner3-m1-s1/
Steiner3-11.xml
MD5SUM54c76fdae941ec7bb7c4ecbc2f20b5a0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables54
Number of constraints171
Number of domains1
Minimum domain size11
Maximum domain size11
Distribution of domain sizes[{"size":11,"count":54}]
Minimum variable degree18
Maximum variable degree18
Distribution of variable degrees[{"degree":18,"count":54}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":18},{"arity":6,"count":153}]
Number of extensional constraints153
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":153},{"type":"ordered","count":18}]
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-4246887-1500688454.xml"  -tl '2400s' -p 8 -x 0
0.00/0.21	c [HOME/instance-4246887-1500688454.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.27	c 8 solvers in parallel
0.00/0.34	c parse instance...
952.03/428.43	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
952.03/428.43		at java.util.Arrays.copyOf(Arrays.java:3181)
952.03/428.43		at java.util.ArrayList.grow(ArrayList.java:261)
952.03/428.43		at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
952.03/428.43		at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
952.03/428.43		at java.util.ArrayList.add(ArrayList.java:458)
952.03/428.43		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:158)
952.03/428.43		at org.chocosolver.solver.constraints.extension.Tuples.<init>(Tuples.java:58)
952.03/428.43		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrExtension(XCSPParser.java:305)
952.03/428.43		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
952.03/428.43		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
952.03/428.43		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
952.03/428.43		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$346(XCallbacks.java:440)
952.03/428.43		at org.xcsp.parser.XCallbacks$$Lambda$59/1782704802.accept(Unknown Source)
952.03/428.43		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
952.03/428.43		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
952.03/428.43		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
952.03/428.43		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1406)
952.03/428.43		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
952.03/428.43		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
952.03/428.43		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:260)
952.03/428.43		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
952.03/428.43		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:114)
952.03/428.43		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:101)
952.03/428.43		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:23)
952.03/428.43	s UNKNOWN
952.03/428.43	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-4246887-1500688454/watcher-4246887-1500688454 -o /tmp/evaluation-result-4246887-1500688454/solver-4246887-1500688454 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500682387-7776 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1372665685 HOME/instance-4246887-1500688454.xml 

pid=28077
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.17 12.13 13.39 10/271 28080
/proc/meminfo: memFree=25225172/32770624 swapFree=5880/281940
[pid=28080] ppid=28077 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28080/stat : 28080 (xcsp3-exec) S 28077 28080 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4113091 9740288 346 33554432000 4194304 5098028 140725899681376 140725899679480 140476004008572 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 26693632 140725899687054 140725899687264 140725899687264 140725899689963 0
/proc/28080/statm: 2378 346 289 221 0 87 0

[startup+0.100067 s]
/proc/loadavg: 9.17 12.13 13.39 10/271 28080
/proc/meminfo: memFree=25225172/32770624 swapFree=5880/281940
[pid=28080] ppid=28077 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28080/stat : 28080 (xcsp3-exec) S 28077 28080 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4113091 9740288 346 33554432000 4194304 5098028 140725899681376 140725899679480 140476004008572 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 26693632 140725899687054 140725899687264 140725899687264 140725899689963 0
/proc/28080/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200266 s]
/proc/loadavg: 9.17 12.13 13.39 10/271 28080
/proc/meminfo: memFree=25225172/32770624 swapFree=5880/281940
[pid=28080] ppid=28077 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28080/stat : 28080 (xcsp3-exec) S 28077 28080 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4113091 9740288 346 33554432000 4194304 5098028 140725899681376 140725899679480 140476004008572 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 26693632 140725899687054 140725899687264 140725899687264 140725899689963 0
/proc/28080/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300271 s]
/proc/loadavg: 9.17 12.13 13.39 10/271 28080
/proc/meminfo: memFree=25225172/32770624 swapFree=5880/281940
[pid=28080] ppid=28077 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28080/stat : 28080 (xcsp3-exec) S 28077 28080 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4113091 9740288 346 33554432000 4194304 5098028 140725899681376 140725899679480 140476004008572 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 26693632 140725899687054 140725899687264 140725899687264 140725899689963 0
/proc/28080/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700203 s]
/proc/loadavg: 9.17 12.13 13.39 10/271 28080
/proc/meminfo: memFree=25225172/32770624 swapFree=5880/281940
[pid=28080] ppid=28077 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28080/stat : 28080 (xcsp3-exec) S 28077 28080 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4113091 9740288 346 33554432000 4194304 5098028 140725899681376 140725899679480 140476004008572 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 26693632 140725899687054 140725899687264 140725899687264 140725899689963 0
/proc/28080/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50095 s]
/proc/loadavg: 9.17 12.13 13.39 17/292 28101
/proc/meminfo: memFree=24792228/32770624 swapFree=5880/281852
[pid=28080] ppid=28077 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28080/stat : 28080 (xcsp3-exec) S 28077 28080 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4113091 9740288 346 33554432000 4194304 5098028 140725899681376 140725899679480 140476004008572 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 26693632 140725899687054 140725899687264 140725899687264 140725899689963 0
/proc/28080/statm: 2378 346 289 221 0 87 0
[pid=28081] ppid=28080 vsize=13267208 CPUtime=3.46 cores=1,3,5,7,9,11,13,15
/proc/28081/stat : 28081 (java) S 28080 28080 7744 0 -1 1077944320 13252 0 0 0 279 67 0 0 20 0 20 0 4113091 13585620992 117372 33554432000 4194304 4196468 140727758396512 140727758379056 139788558434039 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
/proc/28081/statm: 3316802 117372 3218 1 0 3304035 0
[pid=28081/tid=28082] ppid=28080 vsize=13267208 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28082/stat : 28082 (java) R 28080 28080 7744 0 -1 4202560 6510 0 0 0 126 6 0 0 20 0 20 0 4113092 13585620992 117372 33554432000 4194304 4196468 140727758396512 139788562671872 139788186343321 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28084] ppid=28080 vsize=13267208 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28084/stat : 28084 (java) S 28080 28080 7744 0 -1 1077944384 64 0 0 0 5 6 0 0 20 0 20 0 4113092 13585620992 117372 33554432000 4194304 4196468 140727758396512 139788511054864 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28085] ppid=28080 vsize=13267208 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28085/stat : 28085 (java) S 28080 28080 7744 0 -1 1077944384 71 0 0 0 7 6 0 0 20 0 20 0 4113092 13585620992 117372 33554432000 4194304 4196468 140727758396512 139788510002320 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28086] ppid=28080 vsize=13267208 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28086/stat : 28086 (java) S 28080 28080 7744 0 -1 1077944384 86 0 0 0 6 7 0 0 20 0 20 0 4113092 13585620992 117372 33554432000 4194304 4196468 140727758396512 139788508949264 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28087] ppid=28080 vsize=13267208 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28087/stat : 28087 (java) S 28080 28080 7744 0 -1 1077944384 78 0 0 0 6 7 0 0 20 0 20 0 4113092 13585620992 117372 33554432000 4194304 4196468 140727758396512 139788507896720 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28088] ppid=28080 vsize=13267208 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28088/stat : 28088 (java) S 28080 28080 7744 0 -1 1077944384 71 0 0 0 6 8 0 0 20 0 20 0 4113092 13585620992 117372 33554432000 4194304 4196468 140727758396512 139788506843664 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28089] ppid=28080 vsize=13267208 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28089/stat : 28089 (java) S 28080 28080 7744 0 -1 1077944384 78 0 0 0 6 7 0 0 20 0 20 0 4113092 13585620992 117372 33554432000 4194304 4196468 140727758396512 139788505791120 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28090] ppid=28080 vsize=13267208 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28090/stat : 28090 (java) S 28080 28080 7744 0 -1 1077944384 64 0 0 0 5 6 0 0 20 0 20 0 4113092 13585620992 117372 33554432000 4194304 4196468 140727758396512 139788504738064 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28091] ppid=28080 vsize=13267208 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28091/stat : 28091 (java) S 28080 28080 7744 0 -1 1077944384 72 0 0 0 6 7 0 0 20 0 20 0 4113092 13585620992 117372 33554432000 4194304 4196468 140727758396512 139788503685520 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28092] ppid=28080 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28092/stat : 28092 (java) S 28080 28080 7744 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 4113095 13585620992 117372 33554432000 4194304 4196468 140727758396512 139787752127216 139788558445186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28093] ppid=28080 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28093/stat : 28093 (java) S 28080 28080 7744 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 4113095 13585620992 117372 33554432000 4194304 4196468 140727758396512 139787751073440 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28094] ppid=28080 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28094/stat : 28094 (java) S 28080 28080 7744 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4113096 13585620992 117372 33554432000 4194304 4196468 140727758396512 139787750020336 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28095] ppid=28080 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28095/stat : 28095 (java) S 28080 28080 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4113100 13585620992 117372 33554432000 4194304 4196468 140727758396512 139787748968912 139788558452635 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28096] ppid=28080 vsize=13267208 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28096/stat : 28096 (java) S 28080 28080 7744 0 -1 1077944384 1193 0 0 0 24 0 0 0 20 0 20 0 4113100 13585620992 117372 33554432000 4194304 4196468 140727758396512 139787747916016 139788558445186 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28097] ppid=28080 vsize=13267208 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28097/stat : 28097 (java) S 28080 28080 7744 0 -1 1077944384 818 0 0 0 25 0 0 0 20 0 20 0 4113100 13585620992 117372 33554432000 4194304 4196468 140727758396512 139787746863472 139788558445186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28098] ppid=28080 vsize=13267208 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28098/stat : 28098 (java) S 28080 28080 7744 0 -1 1077944384 952 0 0 0 25 0 0 0 20 0 20 0 4113100 13585620992 117372 33554432000 4194304 4196468 140727758396512 139787745810416 139788558445186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28099] ppid=28080 vsize=13267208 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28099/stat : 28099 (java) S 28080 28080 7744 0 -1 1077944384 1688 0 0 0 26 0 0 0 20 0 20 0 4113100 13585620992 117372 33554432000 4194304 4196468 140727758396512 139787744757872 139788558445186 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28100] ppid=28080 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28100/stat : 28100 (java) S 28080 28080 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4113100 13585620992 117372 33554432000 4194304 4196468 140727758396512 139787743706080 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28101] ppid=28080 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28101/stat : 28101 (java) S 28080 28080 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4113101 13585620992 117372 33554432000 4194304 4196468 140727758396512 139787742653616 139788558445186 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 13276720

[startup+3.10098 s]
/proc/loadavg: 9.17 12.13 13.39 9/292 28101
/proc/meminfo: memFree=24669288/32770624 swapFree=5880/281852
[pid=28080] ppid=28077 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28080/stat : 28080 (xcsp3-exec) S 28077 28080 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4113091 9740288 346 33554432000 4194304 5098028 140725899681376 140725899679480 140476004008572 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 26693632 140725899687054 140725899687264 140725899687264 140725899689963 0
/proc/28080/statm: 2378 346 289 221 0 87 0
[pid=28081] ppid=28080 vsize=13267208 CPUtime=5.16 cores=1,3,5,7,9,11,13,15
/proc/28081/stat : 28081 (java) S 28080 28080 7744 0 -1 1077944320 14203 0 0 0 447 69 0 0 20 0 20 0 4113091 13585620992 141502 33554432000 4194304 4196468 140727758396512 140727758379056 139788558434039 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
/proc/28081/statm: 3316802 141502 3221 1 0 3304035 0
[pid=28081/tid=28082] ppid=28080 vsize=13267208 CPUtime=2.91 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28082/stat : 28082 (java) R 28080 28080 7744 0 -1 4202560 7229 0 0 0 284 7 0 0 20 0 20 0 4113092 13585620992 141502 33554432000 4194304 4196468 140727758396512 139788562672968 139788537511571 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28084] ppid=28080 vsize=13267208 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28084/stat : 28084 (java) S 28080 28080 7744 0 -1 1077944384 64 0 0 0 5 6 0 0 20 0 20 0 4113092 13585620992 141502 33554432000 4194304 4196468 140727758396512 139788511054864 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28085] ppid=28080 vsize=13267208 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28085/stat : 28085 (java) S 28080 28080 7744 0 -1 1077944384 71 0 0 0 7 6 0 0 20 0 20 0 4113092 13585620992 141502 33554432000 4194304 4196468 140727758396512 139788510002320 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28086] ppid=28080 vsize=13267208 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28086/stat : 28086 (java) S 28080 28080 7744 0 -1 1077944384 86 0 0 0 6 7 0 0 20 0 20 0 4113092 13585620992 141502 33554432000 4194304 4196468 140727758396512 139788508949264 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28087] ppid=28080 vsize=13267208 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28087/stat : 28087 (java) S 28080 28080 7744 0 -1 1077944384 78 0 0 0 6 7 0 0 20 0 20 0 4113092 13585620992 141502 33554432000 4194304 4196468 140727758396512 139788507896720 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28088] ppid=28080 vsize=13267208 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28088/stat : 28088 (java) S 28080 28080 7744 0 -1 1077944384 71 0 0 0 6 8 0 0 20 0 20 0 4113092 13585620992 141502 33554432000 4194304 4196468 140727758396512 139788506843664 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28089] ppid=28080 vsize=13267208 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28089/stat : 28089 (java) S 28080 28080 7744 0 -1 1077944384 78 0 0 0 6 7 0 0 20 0 20 0 4113092 13585620992 141502 33554432000 4194304 4196468 140727758396512 139788505791120 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28090] ppid=28080 vsize=13267208 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28090/stat : 28090 (java) S 28080 28080 7744 0 -1 1077944384 64 0 0 0 5 6 0 0 20 0 20 0 4113092 13585620992 141502 33554432000 4194304 4196468 140727758396512 139788504738064 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28091] ppid=28080 vsize=13267208 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28091/stat : 28091 (java) S 28080 28080 7744 0 -1 1077944384 72 0 0 0 6 7 0 0 20 0 20 0 4113092 13585620992 141502 33554432000 4194304 4196468 140727758396512 139788503685520 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28092] ppid=28080 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28092/stat : 28092 (java) S 28080 28080 7744 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 4113095 13585620992 141502 33554432000 4194304 4196468 140727758396512 139787752127216 139788558445186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28093] ppid=28080 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28093/stat : 28093 (java) S 28080 28080 7744 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 4113095 13585620992 141502 33554432000 4194304 4196468 140727758396512 139787751073440 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28094] ppid=28080 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28094/stat : 28094 (java) S 28080 28080 7744 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4113096 13585620992 141502 33554432000 4194304 4196468 140727758396512 139787750020336 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28095] ppid=28080 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28095/stat : 28095 (java) S 28080 28080 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4113100 13585620992 141502 33554432000 4194304 4196468 140727758396512 139787748968912 139788558452635 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28096] ppid=28080 vsize=13267208 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28096/stat : 28096 (java) S 28080 28080 7744 0 -1 1077944384 1206 0 0 0 26 0 0 0 20 0 20 0 4113100 13585620992 141502 33554432000 4194304 4196468 140727758396512 139787747916016 139788558445186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28097] ppid=28080 vsize=13267208 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28097/stat : 28097 (java) S 28080 28080 7744 0 -1 1077944384 828 0 0 0 27 0 0 0 20 0 20 0 4113100 13585620992 141502 33554432000 4194304 4196468 140727758396512 139787746863472 139788558445186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28098] ppid=28080 vsize=13267208 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28098/stat : 28098 (java) S 28080 28080 7744 0 -1 1077944384 964 0 0 0 29 0 0 0 20 0 20 0 4113100 13585620992 141502 33554432000 4194304 4196468 140727758396512 139787745810416 139788558445186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28099] ppid=28080 vsize=13267208 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28099/stat : 28099 (java) S 28080 28080 7744 0 -1 1077944384 1858 0 0 0 27 0 0 0 20 0 20 0 4113100 13585620992 141502 33554432000 4194304 4196468 140727758396512 139787744757872 139788558445186 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28100] ppid=28080 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28100/stat : 28100 (java) S 28080 28080 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4113100 13585620992 141502 33554432000 4194304 4196468 140727758396512 139787743706080 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28101] ppid=28080 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28101/stat : 28101 (java) S 28080 28080 7744 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 4113101 13585620992 141502 33554432000 4194304 4196468 140727758396512 139787742653616 139788558445186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 26 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
Current children cumulated CPU time (s) 5.16
Current children cumulated vsize (KiB) 13276720

[startup+6.30113 s]
/proc/loadavg: 9.08 12.06 13.36 10/292 28101
/proc/meminfo: memFree=24663532/32770624 swapFree=5880/281860
[pid=28080] ppid=28077 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28080/stat : 28080 (xcsp3-exec) S 28077 28080 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4113091 9740288 346 33554432000 4194304 5098028 140725899681376 140725899679480 140476004008572 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 26693632 140725899687054 140725899687264 140725899687264 140725899689963 0
/proc/28080/statm: 2378 346 289 221 0 87 0
[pid=28081] ppid=28080 vsize=13267208 CPUtime=8.38 cores=1,3,5,7,9,11,13,15
/proc/28081/stat : 28081 (java) S 28080 28080 7744 0 -1 1077944320 15365 0 0 0 769 69 0 0 20 0 20 0 4113091 13585620992 141575 33554432000 4194304 4196468 140727758396512 140727758379056 139788558434039 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
/proc/28081/statm: 3316802 141575 3221 1 0 3304035 0
[pid=28081/tid=28082] ppid=28080 vsize=13267208 CPUtime=6.11 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28082/stat : 28082 (java) R 28080 28080 7744 0 -1 4202560 7258 0 0 0 604 7 0 0 20 0 20 0 4113092 13585620992 141575 33554432000 4194304 4196468 140727758396512 139788562672152 139788540841167 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28084] ppid=28080 vsize=13267208 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28084/stat : 28084 (java) S 28080 28080 7744 0 -1 1077944384 64 0 0 0 5 6 0 0 20 0 20 0 4113092 13585620992 141575 33554432000 4194304 4196468 140727758396512 139788511054864 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28085] ppid=28080 vsize=13267208 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28085/stat : 28085 (java) S 28080 28080 7744 0 -1 1077944384 71 0 0 0 7 6 0 0 20 0 20 0 4113092 13585620992 141575 33554432000 4194304 4196468 140727758396512 139788510002320 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28086] ppid=28080 vsize=13267208 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28086/stat : 28086 (java) S 28080 28080 7744 0 -1 1077944384 86 0 0 0 6 7 0 0 20 0 20 0 4113092 13585620992 141575 33554432000 4194304 4196468 140727758396512 139788508949264 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28087] ppid=28080 vsize=13267208 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28087/stat : 28087 (java) S 28080 28080 7744 0 -1 1077944384 78 0 0 0 6 7 0 0 20 0 20 0 4113092 13585620992 141575 33554432000 4194304 4196468 140727758396512 139788507896720 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28088] ppid=28080 vsize=13267208 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28088/stat : 28088 (java) S 28080 28080 7744 0 -1 1077944384 71 0 0 0 6 8 0 0 20 0 20 0 4113092 13585620992 141575 33554432000 4194304 4196468 140727758396512 139788506843664 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28089] ppid=28080 vsize=13267208 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28089/stat : 28089 (java) S 28080 28080 7744 0 -1 1077944384 78 0 0 0 6 7 0 0 20 0 20 0 4113092 13585620992 141575 33554432000 4194304 4196468 140727758396512 139788505791120 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28090] ppid=28080 vsize=13267208 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28090/stat : 28090 (java) S 28080 28080 7744 0 -1 1077944384 64 0 0 0 5 6 0 0 20 0 20 0 4113092 13585620992 141575 33554432000 4194304 4196468 140727758396512 139788504738064 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28091] ppid=28080 vsize=13267208 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28091/stat : 28091 (java) S 28080 28080 7744 0 -1 1077944384 72 0 0 0 6 7 0 0 20 0 20 0 4113092 13585620992 141575 33554432000 4194304 4196468 140727758396512 139788503685520 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28092] ppid=28080 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28092/stat : 28092 (java) S 28080 28080 7744 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 20 0 4113095 13585620992 141575 33554432000 4194304 4196468 140727758396512 139787752127216 139788558445186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28093] ppid=28080 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28093/stat : 28093 (java) S 28080 28080 7744 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 4113095 13585620992 141575 33554432000 4194304 4196468 140727758396512 139787751073440 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28094] ppid=28080 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28094/stat : 28094 (java) S 28080 28080 7744 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 4113096 13585620992 141575 33554432000 4194304 4196468 140727758396512 139787750020336 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28095] ppid=28080 vsize=13267208 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28095/stat : 28095 (java) S 28080 28080 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4113100 13585620992 141575 33554432000 4194304 4196468 140727758396512 139787748968912 139788558452635 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0

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

/proc/28081/task/28101/stat : 28101 (java) S 28080 28080 7744 0 -1 1077944384 1036 0 0 0 14 15 0 0 20 0 20 0 4113101 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787742653616 139788558445186 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 28 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
Current children cumulated CPU time (s) 949.23
Current children cumulated vsize (KiB) 13278768

[startup+427.201 s]
/proc/loadavg: 10.70 9.53 11.55 3/277 28446
/proc/meminfo: memFree=21159276/32770624 swapFree=5880/282484
[pid=28080] ppid=28077 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28080/stat : 28080 (xcsp3-exec) S 28077 28080 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4113091 9740288 346 33554432000 4194304 5098028 140725899681376 140725899679480 140476004008572 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 26693632 140725899687054 140725899687264 140725899687264 140725899689963 0
/proc/28080/statm: 2378 346 289 221 0 87 0
[pid=28081] ppid=28080 vsize=13269256 CPUtime=950.83 cores=1,3,5,7,9,11,13,15
/proc/28081/stat : 28081 (java) S 28080 28080 7744 0 -1 1077944320 620430 0 0 0 92837 2246 0 0 20 0 20 0 4113091 13587718144 2661706 33554432000 4194304 4196468 140727758396512 140727758379056 139788558434039 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
/proc/28081/statm: 3317314 2661706 3252 1 0 3304547 0
[pid=28081/tid=28082] ppid=28080 vsize=13269256 CPUtime=294.7 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28082/stat : 28082 (java) S 28080 28080 7744 0 -1 1077944384 23899 0 0 0 29451 19 0 0 20 0 20 0 4113092 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139788562671792 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28084] ppid=28080 vsize=13269256 CPUtime=74.48 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28084/stat : 28084 (java) S 28080 28080 7744 0 -1 1077944384 37430 0 0 0 7175 273 0 0 20 0 20 0 4113092 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139788511054864 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28085] ppid=28080 vsize=13269256 CPUtime=74.6 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28085/stat : 28085 (java) S 28080 28080 7744 0 -1 1077944384 42151 0 0 0 7179 281 0 0 20 0 20 0 4113092 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139788510002320 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28086] ppid=28080 vsize=13269256 CPUtime=74.37 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28086/stat : 28086 (java) S 28080 28080 7744 0 -1 1077944384 29984 0 0 0 7156 281 0 0 20 0 20 0 4113092 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139788508949264 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28087] ppid=28080 vsize=13269256 CPUtime=74.74 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28087/stat : 28087 (java) S 28080 28080 7744 0 -1 1077944384 129187 0 0 0 7226 248 0 0 20 0 20 0 4113092 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139788507896720 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28088] ppid=28080 vsize=13269256 CPUtime=74.61 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28088/stat : 28088 (java) S 28080 28080 7744 0 -1 1077944384 34866 0 0 0 7174 287 0 0 20 0 20 0 4113092 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139788506843664 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28089] ppid=28080 vsize=13269256 CPUtime=74.84 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28089/stat : 28089 (java) S 28080 28080 7744 0 -1 1077944384 93645 0 0 0 7228 256 0 0 20 0 20 0 4113092 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139788505791120 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28090] ppid=28080 vsize=13269256 CPUtime=74.56 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28090/stat : 28090 (java) S 28080 28080 7744 0 -1 1077944384 27245 0 0 0 7172 284 0 0 20 0 20 0 4113092 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139788504738064 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28091] ppid=28080 vsize=13269256 CPUtime=74.83 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28091/stat : 28091 (java) S 28080 28080 7744 0 -1 1077944384 126257 0 0 0 7199 284 0 0 20 0 20 0 4113092 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139788503685520 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28092] ppid=28080 vsize=13269256 CPUtime=56.18 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28092/stat : 28092 (java) R 28080 28080 7744 0 -1 4202560 50724 0 0 0 5609 9 0 0 20 0 20 0 4113095 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787752125664 139788543430440 0 0 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28093] ppid=28080 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28093/stat : 28093 (java) S 28080 28080 7744 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 4113095 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787751073504 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28094] ppid=28080 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28094/stat : 28094 (java) S 28080 28080 7744 0 -1 1077944384 143 0 0 0 0 0 0 0 20 0 20 0 4113096 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787750020352 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28095] ppid=28080 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28095/stat : 28095 (java) S 28080 28080 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4113100 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787748968912 139788558452635 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28096] ppid=28080 vsize=13269256 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28096/stat : 28096 (java) S 28080 28080 7744 0 -1 1077944384 4452 0 0 0 60 1 0 0 20 0 20 0 4113100 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787747916064 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28097] ppid=28080 vsize=13269256 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28097/stat : 28097 (java) S 28080 28080 7744 0 -1 1077944384 4475 0 0 0 62 0 0 0 20 0 20 0 4113100 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787746863520 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28098] ppid=28080 vsize=13269256 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28098/stat : 28098 (java) S 28080 28080 7744 0 -1 1077944384 6471 0 0 0 72 2 0 0 20 0 20 0 4113100 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787745810464 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28099] ppid=28080 vsize=13269256 CPUtime=0.53 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28099/stat : 28099 (java) S 28080 28080 7744 0 -1 1077944384 7163 0 0 0 51 2 0 0 20 0 20 0 4113100 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787744757632 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28100] ppid=28080 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28100/stat : 28100 (java) S 28080 28080 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4113100 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787743706080 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28101] ppid=28080 vsize=13269256 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28101/stat : 28101 (java) S 28080 28080 7744 0 -1 1077944384 1036 0 0 0 14 15 0 0 20 0 20 0 4113101 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787742653616 139788558445186 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 28 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
Current children cumulated CPU time (s) 950.83
Current children cumulated vsize (KiB) 13278768

[startup+428.009 s]
/proc/loadavg: 10.08 9.42 11.50 7/284 28453
/proc/meminfo: memFree=20999940/32770624 swapFree=5880/282452
[pid=28080] ppid=28077 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28080/stat : 28080 (xcsp3-exec) S 28077 28080 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4113091 9740288 346 33554432000 4194304 5098028 140725899681376 140725899679480 140476004008572 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 26693632 140725899687054 140725899687264 140725899687264 140725899689963 0
/proc/28080/statm: 2378 346 289 221 0 87 0
[pid=28081] ppid=28080 vsize=13269256 CPUtime=951.64 cores=1,3,5,7,9,11,13,15
/proc/28081/stat : 28081 (java) S 28080 28080 7744 0 -1 1077944320 620430 0 0 0 92918 2246 0 0 20 0 20 0 4113091 13587718144 2661706 33554432000 4194304 4196468 140727758396512 140727758379056 139788558434039 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
/proc/28081/statm: 3317314 2661706 3252 1 0 3304547 0
[pid=28081/tid=28082] ppid=28080 vsize=13269256 CPUtime=294.7 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28082/stat : 28082 (java) S 28080 28080 7744 0 -1 1077944384 23899 0 0 0 29451 19 0 0 20 0 20 0 4113092 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139788562671792 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28084] ppid=28080 vsize=13269256 CPUtime=74.48 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28084/stat : 28084 (java) S 28080 28080 7744 0 -1 1077944384 37430 0 0 0 7175 273 0 0 20 0 20 0 4113092 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139788511054864 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28085] ppid=28080 vsize=13269256 CPUtime=74.6 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28085/stat : 28085 (java) S 28080 28080 7744 0 -1 1077944384 42151 0 0 0 7179 281 0 0 20 0 20 0 4113092 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139788510002320 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28086] ppid=28080 vsize=13269256 CPUtime=74.37 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28086/stat : 28086 (java) S 28080 28080 7744 0 -1 1077944384 29984 0 0 0 7156 281 0 0 20 0 20 0 4113092 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139788508949264 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28087] ppid=28080 vsize=13269256 CPUtime=74.74 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28087/stat : 28087 (java) S 28080 28080 7744 0 -1 1077944384 129187 0 0 0 7226 248 0 0 20 0 20 0 4113092 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139788507896720 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28088] ppid=28080 vsize=13269256 CPUtime=74.61 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28088/stat : 28088 (java) S 28080 28080 7744 0 -1 1077944384 34866 0 0 0 7174 287 0 0 20 0 20 0 4113092 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139788506843664 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28089] ppid=28080 vsize=13269256 CPUtime=74.84 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28089/stat : 28089 (java) S 28080 28080 7744 0 -1 1077944384 93645 0 0 0 7228 256 0 0 20 0 20 0 4113092 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139788505791120 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28090] ppid=28080 vsize=13269256 CPUtime=74.56 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28090/stat : 28090 (java) S 28080 28080 7744 0 -1 1077944384 27245 0 0 0 7172 284 0 0 20 0 20 0 4113092 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139788504738064 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28091] ppid=28080 vsize=13269256 CPUtime=74.83 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28091/stat : 28091 (java) S 28080 28080 7744 0 -1 1077944384 126257 0 0 0 7199 284 0 0 20 0 20 0 4113092 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139788503685520 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28092] ppid=28080 vsize=13269256 CPUtime=56.99 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28092/stat : 28092 (java) R 28080 28080 7744 0 -1 4202560 50724 0 0 0 5690 9 0 0 20 0 20 0 4113095 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787752125664 139788543430436 0 0 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28093] ppid=28080 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28093/stat : 28093 (java) S 28080 28080 7744 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 4113095 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787751073504 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28094] ppid=28080 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28094/stat : 28094 (java) S 28080 28080 7744 0 -1 1077944384 143 0 0 0 0 0 0 0 20 0 20 0 4113096 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787750020352 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28095] ppid=28080 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28095/stat : 28095 (java) S 28080 28080 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4113100 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787748968912 139788558452635 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28096] ppid=28080 vsize=13269256 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28096/stat : 28096 (java) S 28080 28080 7744 0 -1 1077944384 4452 0 0 0 60 1 0 0 20 0 20 0 4113100 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787747916064 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28097] ppid=28080 vsize=13269256 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28097/stat : 28097 (java) S 28080 28080 7744 0 -1 1077944384 4475 0 0 0 62 0 0 0 20 0 20 0 4113100 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787746863520 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28098] ppid=28080 vsize=13269256 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28098/stat : 28098 (java) S 28080 28080 7744 0 -1 1077944384 6471 0 0 0 72 2 0 0 20 0 20 0 4113100 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787745810464 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28099] ppid=28080 vsize=13269256 CPUtime=0.53 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28099/stat : 28099 (java) S 28080 28080 7744 0 -1 1077944384 7163 0 0 0 51 2 0 0 20 0 20 0 4113100 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787744757632 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28100] ppid=28080 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28100/stat : 28100 (java) S 28080 28080 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4113100 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787743706080 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28101] ppid=28080 vsize=13269256 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28101/stat : 28101 (java) S 28080 28080 7744 0 -1 1077944384 1036 0 0 0 14 15 0 0 20 0 20 0 4113101 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787742653616 139788558445186 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 28 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
Current children cumulated CPU time (s) 951.64
Current children cumulated vsize (KiB) 13278768

[startup+428.401 s]
/proc/loadavg: 10.08 9.42 11.50 7/284 28453
/proc/meminfo: memFree=20999940/32770624 swapFree=5880/282452
[pid=28080] ppid=28077 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28080/stat : 28080 (xcsp3-exec) S 28077 28080 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4113091 9740288 346 33554432000 4194304 5098028 140725899681376 140725899679480 140476004008572 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 26693632 140725899687054 140725899687264 140725899687264 140725899689963 0
/proc/28080/statm: 2378 346 289 221 0 87 0
[pid=28081] ppid=28080 vsize=13269256 CPUtime=952.03 cores=1,3,5,7,9,11,13,15
/proc/28081/stat : 28081 (java) S 28080 28080 7744 0 -1 1077944320 620430 0 0 0 92957 2246 0 0 20 0 20 0 4113091 13587718144 2661706 33554432000 4194304 4196468 140727758396512 140727758379056 139788558434039 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
/proc/28081/statm: 3317314 2661706 3252 1 0 3304547 0
[pid=28081/tid=28082] ppid=28080 vsize=13269256 CPUtime=294.7 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28082/stat : 28082 (java) S 28080 28080 7744 0 -1 1077944384 23899 0 0 0 29451 19 0 0 20 0 20 0 4113092 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139788562671792 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28084] ppid=28080 vsize=13269256 CPUtime=74.48 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28084/stat : 28084 (java) S 28080 28080 7744 0 -1 1077944384 37430 0 0 0 7175 273 0 0 20 0 20 0 4113092 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139788511054864 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28085] ppid=28080 vsize=13269256 CPUtime=74.6 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28085/stat : 28085 (java) S 28080 28080 7744 0 -1 1077944384 42151 0 0 0 7179 281 0 0 20 0 20 0 4113092 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139788510002320 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28086] ppid=28080 vsize=13269256 CPUtime=74.37 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28086/stat : 28086 (java) S 28080 28080 7744 0 -1 1077944384 29984 0 0 0 7156 281 0 0 20 0 20 0 4113092 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139788508949264 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28087] ppid=28080 vsize=13269256 CPUtime=74.74 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28087/stat : 28087 (java) S 28080 28080 7744 0 -1 1077944384 129187 0 0 0 7226 248 0 0 20 0 20 0 4113092 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139788507896720 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28088] ppid=28080 vsize=13269256 CPUtime=74.61 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28088/stat : 28088 (java) S 28080 28080 7744 0 -1 1077944384 34866 0 0 0 7174 287 0 0 20 0 20 0 4113092 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139788506843664 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28089] ppid=28080 vsize=13269256 CPUtime=74.84 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28089/stat : 28089 (java) S 28080 28080 7744 0 -1 1077944384 93645 0 0 0 7228 256 0 0 20 0 20 0 4113092 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139788505791120 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28090] ppid=28080 vsize=13269256 CPUtime=74.56 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28090/stat : 28090 (java) S 28080 28080 7744 0 -1 1077944384 27245 0 0 0 7172 284 0 0 20 0 20 0 4113092 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139788504738064 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28091] ppid=28080 vsize=13269256 CPUtime=74.83 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28091/stat : 28091 (java) S 28080 28080 7744 0 -1 1077944384 126257 0 0 0 7199 284 0 0 20 0 20 0 4113092 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139788503685520 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28092] ppid=28080 vsize=13269256 CPUtime=57.38 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28092/stat : 28092 (java) R 28080 28080 7744 0 -1 4202560 50724 0 0 0 5729 9 0 0 20 0 20 0 4113095 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787752125664 139788536804214 0 0 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28093] ppid=28080 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28093/stat : 28093 (java) S 28080 28080 7744 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 4113095 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787751073504 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28094] ppid=28080 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28094/stat : 28094 (java) S 28080 28080 7744 0 -1 1077944384 143 0 0 0 0 0 0 0 20 0 20 0 4113096 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787750020352 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28095] ppid=28080 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28095/stat : 28095 (java) S 28080 28080 7744 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4113100 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787748968912 139788558452635 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28096] ppid=28080 vsize=13269256 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28096/stat : 28096 (java) S 28080 28080 7744 0 -1 1077944384 4452 0 0 0 60 1 0 0 20 0 20 0 4113100 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787747916064 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28097] ppid=28080 vsize=13269256 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28097/stat : 28097 (java) S 28080 28080 7744 0 -1 1077944384 4475 0 0 0 62 0 0 0 20 0 20 0 4113100 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787746863520 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28098] ppid=28080 vsize=13269256 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28098/stat : 28098 (java) S 28080 28080 7744 0 -1 1077944384 6471 0 0 0 72 2 0 0 20 0 20 0 4113100 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787745810464 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28099] ppid=28080 vsize=13269256 CPUtime=0.53 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28099/stat : 28099 (java) S 28080 28080 7744 0 -1 1077944384 7163 0 0 0 51 2 0 0 20 0 20 0 4113100 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787744757632 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28100] ppid=28080 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28100/stat : 28100 (java) S 28080 28080 7744 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4113100 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787743706080 139788558444245 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
[pid=28081/tid=28101] ppid=28080 vsize=13269256 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28101/stat : 28101 (java) S 28080 28080 7744 0 -1 1077944384 1036 0 0 0 14 15 0 0 20 0 20 0 4113101 13587718144 2661706 33554432000 4194304 4196468 140727758396512 139787742653616 139788558445186 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 28 0 0 6293624 6294260 11444224 140727758402748 140727758402924 140727758402924 140727758405583 0
Current children cumulated CPU time (s) 952.03
Current children cumulated vsize (KiB) 13278768

[startup+428.501 s]
/proc/loadavg: 10.08 9.42 11.50 7/284 28453
/proc/meminfo: memFree=20999940/32770624 swapFree=5880/282452
[pid=28080] ppid=28077 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/28080/stat : 28080 (xcsp3-exec) S 28077 28080 7744 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4113091 9740288 346 33554432000 4194304 5098028 140725899681376 140725899679480 140476004008572 0 65536 4100 65538 18446744071579417331 0 0 17 11 0 0 0 0 0 7196144 7232144 26693632 140725899687054 140725899687264 140725899687264 140725899689963 0
/proc/28080/statm: 2378 346 289 221 0 87 0
[pid=28081] ppid=28080 vsize=0 CPUtime=952.12 cores=1,3,5,7,9,11,13,15
/proc/28081/stat : 28081 (java) Z 28080 28080 7744 0 -1 4227084 620674 0 0 0 92960 2252 0 0 20 0 2 0 4113091 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/28081/statm: 0 0 0 0 0 0 0
[pid=28081/tid=28089] ppid=28080 vsize=0 CPUtime=74.91 cores=1,3,5,7,9,11,13,15
/proc/28081/task/28089/stat : 28089 (java) R 28080 28080 7744 0 -1 4203588 93645 0 0 0 7228 263 0 0 20 0 2 0 4113092 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 952.12
Current children cumulated vsize (KiB) 9512

Child status: 1
Real time (s): 428.505
CPU time (s): 952.142
CPU user time (s): 929.609
CPU system time (s): 22.5327
CPU usage (%): 222.201
Max. virtual memory (cumulated for all children) (KiB): 13278768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 929.609
system time used= 22.5327
maximum resident set size= 10647124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 621203
page faults= 0
swaps= 0
block input operations= 0
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26674
involuntary context switches= 78699

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.32068 second user time and 4.3249 second system time

The end

Launcher Data

Begin job on node127 at 2017-07-22 03:54:14
IDJOB=4246887
IDBENCH=126262
IDSOLVER=2625
FILE ID=node127/4246887-1500688454
RUNJOBID= node127-1500682387-7776
PBS_JOBID= 20623323
Free space on /tmp= 61964 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/Steiner3/Steiner3-m1-s1/Steiner3-11.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-4246887-1500688454/watcher-4246887-1500688454 -o /tmp/evaluation-result-4246887-1500688454/solver-4246887-1500688454 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500682387-7776 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1372665685 HOME/instance-4246887-1500688454.xml

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

MD5SUM BENCH= 54c76fdae941ec7bb7c4ecbc2f20b5a0
RANDOM SEED=1372665685

node127.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		: 2668.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	: 5333.94
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		: 2668.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	: 5333.94
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		: 1733.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		: 2668.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	: 5333.94
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		: 2668.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	: 5333.94
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		: 2000.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	: 5333.94
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		: 2267.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		: 2668.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	: 5333.94
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		: 1867.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	: 5333.94
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		: 1867.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		: 2668.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	: 5333.94
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		: 2667.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:        25225932 kB
MemAvailable:   25399876 kB
Buffers:          107764 kB
Cached:           349008 kB
SwapCached:            0 kB
Active:          6814556 kB
Inactive:         290604 kB
Active(anon):    6651220 kB
Inactive(anon):     8664 kB
Active(file):     163336 kB
Inactive(file):   281940 kB
Unevictable:        5880 kB
Mlocked:            5880 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             19220 kB
Writeback:             0 kB
AnonPages:       6654388 kB
Mapped:            42492 kB
Shmem:              8840 kB
Slab:             122812 kB
SReclaimable:      89004 kB
SUnreclaim:        33808 kB
KernelStack:        4656 kB
PageTables:        18240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7137848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6488064 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= 61956 MiB
End job on node127 at 2017-07-22 04:01:23