Trace number 4399046

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-16? 1744.11 602.974

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-26.xml
MD5SUMf8945e9ee38ae25fe131ea9d51f4675a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark442.279
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains93
Minimum domain size1087
Maximum domain size1185
Distribution of domain sizes[{"size":1087,"count":6},{"size":1088,"count":2},{"size":1089,"count":4},{"size":1090,"count":4},{"size":1091,"count":4},{"size":1092,"count":2},{"size":1093,"count":12},{"size":1094,"count":8},{"size":1095,"count":6},{"size":1096,"count":4},{"size":1097,"count":2},{"size":1098,"count":4},{"size":1099,"count":6},{"size":1101,"count":4},{"size":1102,"count":2},{"size":1103,"count":4},{"size":1104,"count":2},{"size":1105,"count":6},{"size":1106,"count":8},{"size":1107,"count":10},{"size":1108,"count":4},{"size":1109,"count":2},{"size":1110,"count":6},{"size":1111,"count":2},{"size":1112,"count":4},"...",{"size":1159,"count":10}, {"size":1160,"count":4}, {"size":1161,"count":4}, {"size":1162,"count":6}, {"size":1163,"count":10}, {"size":1164,"count":2}, {"size":1165,"count":2}, {"size":1166,"count":4}, {"size":1167,"count":2}, {"size":1168,"count":2}, {"size":1170,"count":8}, {"size":1171,"count":2}, {"size":1173,"count":4}, {"size":1174,"count":4}, {"size":1175,"count":4}, {"size":1176,"count":6}, {"size":1177,"count":2}, {"size":1178,"count":4}, {"size":1179,"count":4}, {"size":1180,"count":8}, {"size":1181,"count":10}, {"size":1182,"count":6}, {"size":1183,"count":4}, {"size":1184,"count":6}, {"size":1185,"count":2}]
Minimum variable degree16
Maximum variable degree33
Distribution of variable degrees[{"degree":16,"count":30},{"degree":17,"count":195},{"degree":31,"count":30},{"degree":33,"count":195}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5580}]
Number of extensional constraints0
Number of intensional constraints5580
Distribution of constraint types[{"type":"intension","count":5580}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399046-1568699330.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399046-1568699330.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1720.02/595.59	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1720.02/595.59		at java.util.stream.StreamSupport.stream(StreamSupport.java:69)
1720.02/595.59		at java.util.Arrays.stream(Arrays.java:5023)
1720.02/595.59		at java.util.Arrays.stream(Arrays.java:5004)
1720.02/595.59		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:123)
1720.02/595.59		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
1720.02/595.59		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:137)
1720.02/595.59		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
1720.02/595.59		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/1564984895.valid(Unknown Source)
1720.02/595.59		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1720.02/595.59		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
1720.02/595.59		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1720.02/595.59		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1720.02/595.59		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1720.02/595.59		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1720.02/595.59		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1720.02/595.59		at org.xcsp.parser.XCallbacks$$Lambda$89/19986569.accept(Unknown Source)
1720.02/595.59		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1720.02/595.59		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1720.02/595.59		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1720.02/595.59		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1720.02/595.59		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1720.02/595.59		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1720.02/595.59		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1720.02/595.59		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1720.02/595.59		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1720.02/595.59		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1720.02/595.59		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1720.02/595.59		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1744.03/602.90	s UNKNOWN
1744.03/602.90	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14791 MiB free)
  memory of node 1: 16384 MiB (15329 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399046-1568699330/watcher-4399046-1568699330 -o /tmp/evaluation-result-4399046-1568699330/solver-4399046-1568699330 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568690084-23428 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1572700262 HOME/instance-4399046-1568699330.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=1189, runsolver pid=1185
Current StackSize limit: 8192 KiB


[startup+0.101813 s]*
/proc/loadavg: 9.05 8.82 8.55 7/232 1206
/proc/meminfo: memFree=30828996/32770624 swapFree=66977408/67108860
[pid=1189] ppid=1185 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1189/stat : 1189 (xcsp3-exec) S 1185 1189 23397 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446190047 115843072 363 33554432000 4194304 5098028 140735292627168 140735292625272 140139910554236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26726400 140735292629882 140735292630125 140735292630125 140735292633034 0
/proc/1189/statm: 28282 363 304 221 0 87 0
[pid=1192] ppid=1189 vsize=15144776 memory=28784 CPUtime=0.13 cores=0,2,4,6
/proc/1192/stat : 1192 (java) S 1189 1189 23397 0 -1 1077944320 5660 0 0 0 11 2 0 0 20 0 15 0 446190048 15508250624 7196 33554432000 4194304 4196468 140729910384704 140729910367248 140157491257079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
/proc/1192/statm: 3786194 7196 3124 1 0 3748377 0
[pid=1192/tid=1193] ppid=1189 vsize=15144776 memory=4569919473823683475 CPUtime=0.09 cores=0,2,4,6
/proc/1192/task/1193/stat : 1193 (java) R 1189 1189 23397 0 -1 4202560 3578 0 0 0 8 1 0 0 20 0 15 0 446190048 15508250624 7262 33554432000 4194304 4196468 140729910384704 140157495478352 140157491269014 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1194] ppid=1189 vsize=15144776 memory=7378697629483820645 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1194/stat : 1194 (java) S 1189 1189 23397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446190049 15508250624 7262 33554432000 4194304 4196468 140729910384704 140157402913936 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1195] ppid=1189 vsize=15144776 memory=139623695947392 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1195/stat : 1195 (java) S 1189 1189 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446190049 15508250624 7262 33554432000 4194304 4196468 140729910384704 140157401861136 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1196] ppid=1189 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1196/stat : 1196 (java) S 1189 1189 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446190049 15508250624 7262 33554432000 4194304 4196468 140729910384704 140157400808336 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1197] ppid=1189 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1197/stat : 1197 (java) S 1189 1189 23397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446190049 15508250624 7262 33554432000 4194304 4196468 140729910384704 140157080562448 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1198] ppid=1189 vsize=15144776 memory=139623695947392 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1198/stat : 1198 (java) S 1189 1189 23397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446190050 15508250624 7262 33554432000 4194304 4196468 140729910384704 140156633885040 140157491268226 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1199] ppid=1189 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1199/stat : 1199 (java) S 1189 1189 23397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446190051 15508250624 7262 33554432000 4194304 4196468 140729910384704 140156632831008 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1200] ppid=1189 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1200/stat : 1200 (java) S 1189 1189 23397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446190051 15508250624 7262 33554432000 4194304 4196468 140729910384704 140156631778160 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1201] ppid=1189 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1201/stat : 1201 (java) S 1189 1189 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446190053 15508250624 7262 33554432000 4194304 4196468 140729910384704 140156630726480 140157491275675 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1202] ppid=1189 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1202/stat : 1202 (java) S 1189 1189 23397 0 -1 1077944384 345 0 0 0 0 0 0 0 20 0 15 0 446190053 15508250624 7262 33554432000 4194304 4196468 140729910384704 140156629674864 140157491268226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1203] ppid=1189 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1203/stat : 1203 (java) S 1189 1189 23397 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 446190053 15508250624 7262 33554432000 4194304 4196468 140729910384704 140156628622064 140157491268226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1204] ppid=1189 vsize=15144776 memory=139623695947392 CPUtime=0.02 cores=0,2,4,6
/proc/1192/task/1204/stat : 1204 (java) R 1189 1189 23397 0 -1 4202560 361 0 0 0 2 0 0 0 20 0 15 0 446190053 15508250624 7262 33554432000 4194304 4196468 140729910384704 140156627569264 140157475337566 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1205] ppid=1189 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1205/stat : 1205 (java) S 1189 1189 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446190053 15508250624 7262 33554432000 4194304 4196468 140729910384704 140156626516704 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1206] ppid=1189 vsize=15144776 memory=139623695947392 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1206/stat : 1206 (java) S 1189 1189 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446190054 15508250624 7262 33554432000 4194304 4196468 140729910384704 140156625463984 140157491268226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30236 KiB

[startup+0.21073 s]*
/proc/loadavg: 9.05 8.82 8.55 6/232 1206
/proc/meminfo: memFree=30815960/32770624 swapFree=66977408/67108860
[pid=1189] ppid=1185 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1189/stat : 1189 (xcsp3-exec) S 1185 1189 23397 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446190047 115843072 363 33554432000 4194304 5098028 140735292627168 140735292625272 140139910554236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26726400 140735292629882 140735292630125 140735292630125 140735292633034 0
/proc/1189/statm: 28282 363 304 221 0 87 0
[pid=1192] ppid=1189 vsize=15144776 memory=41028 CPUtime=0.34 cores=0,2,4,6
/proc/1192/stat : 1192 (java) S 1189 1189 23397 0 -1 1077944320 9455 0 0 0 30 4 0 0 20 0 15 0 446190048 15508250624 10257 33554432000 4194304 4196468 140729910384704 140729910367248 140157491257079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
/proc/1192/statm: 3786194 10257 3319 1 0 3748377 0
[pid=1192/tid=1193] ppid=1189 vsize=15144776 memory=7022364632946311227 CPUtime=0.2 cores=0,2,4,6
/proc/1192/task/1193/stat : 1193 (java) R 1189 1189 23397 0 -1 4202560 6593 0 0 0 17 3 0 0 20 0 15 0 446190048 15508250624 10257 33554432000 4194304 4196468 140729910384704 140157495491024 140157475337566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1194] ppid=1189 vsize=15144776 memory=4296865454 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1194/stat : 1194 (java) S 1189 1189 23397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446190049 15508250624 10257 33554432000 4194304 4196468 140729910384704 140157402913936 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1195] ppid=1189 vsize=15144776 memory=288369999847659136 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1195/stat : 1195 (java) S 1189 1189 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446190049 15508250624 10257 33554432000 4194304 4196468 140729910384704 140157401861136 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1196] ppid=1189 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1196/stat : 1196 (java) S 1189 1189 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446190049 15508250624 10257 33554432000 4194304 4196468 140729910384704 140157400808336 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1197] ppid=1189 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1197/stat : 1197 (java) S 1189 1189 23397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446190049 15508250624 10257 33554432000 4194304 4196468 140729910384704 140157080562448 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1198] ppid=1189 vsize=15144776 memory=139623695947392 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1198/stat : 1198 (java) S 1189 1189 23397 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446190050 15508250624 10257 33554432000 4194304 4196468 140729910384704 140156633885040 140157491268226 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1199] ppid=1189 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1199/stat : 1199 (java) S 1189 1189 23397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446190051 15508250624 10257 33554432000 4194304 4196468 140729910384704 140156632831008 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1200] ppid=1189 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1200/stat : 1200 (java) S 1189 1189 23397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446190051 15508250624 10257 33554432000 4194304 4196468 140729910384704 140156631778160 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1201] ppid=1189 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1201/stat : 1201 (java) S 1189 1189 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446190053 15508250624 10257 33554432000 4194304 4196468 140729910384704 140156630726480 140157491275675 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1202] ppid=1189 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1192/task/1202/stat : 1202 (java) S 1189 1189 23397 0 -1 1077944384 450 0 0 0 2 0 0 0 20 0 15 0 446190053 15508250624 10257 33554432000 4194304 4196468 140729910384704 140156629674864 140157491268226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1203] ppid=1189 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/1192/task/1203/stat : 1203 (java) S 1189 1189 23397 0 -1 1077944384 333 0 0 0 2 0 0 0 20 0 15 0 446190053 15508250624 10257 33554432000 4194304 4196468 140729910384704 140156628622064 140157491268226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1204] ppid=1189 vsize=15144776 memory=139623695947392 CPUtime=0.08 cores=0,2,4,6
/proc/1192/task/1204/stat : 1204 (java) R 1189 1189 23397 0 -1 4202560 775 0 0 0 8 0 0 0 20 0 15 0 446190053 15508250624 10257 33554432000 4194304 4196468 140729910384704 140156627569264 140157483494206 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1205] ppid=1189 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1205/stat : 1205 (java) S 1189 1189 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446190053 15508250624 10257 33554432000 4194304 4196468 140729910384704 140156626516704 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1206] ppid=1189 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1206/stat : 1206 (java) S 1189 1189 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446190054 15508250624 10257 33554432000 4194304 4196468 140729910384704 140156625463984 140157491268226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42480 KiB

[startup+0.31067 s]*
/proc/loadavg: 9.05 8.82 8.55 7/232 1206
/proc/meminfo: memFree=30808348/32770624 swapFree=66977408/67108860
[pid=1189] ppid=1185 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1189/stat : 1189 (xcsp3-exec) S 1185 1189 23397 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446190047 115843072 363 33554432000 4194304 5098028 140735292627168 140735292625272 140139910554236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26726400 140735292629882 140735292630125 140735292630125 140735292633034 0
/proc/1189/statm: 28282 363 304 221 0 87 0
[pid=1192] ppid=1189 vsize=15149032 memory=50160 CPUtime=0.52 cores=0,2,4,6
/proc/1192/stat : 1192 (java) S 1189 1189 23397 0 -1 1077944320 10845 0 0 0 47 5 0 0 20 0 15 0 446190048 15512608768 12540 33554432000 4194304 4196468 140729910384704 140729910367248 140157491257079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
/proc/1192/statm: 3787258 12540 3359 1 0 3748377 0
[pid=1192/tid=1193] ppid=1189 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/1192/task/1193/stat : 1193 (java) R 1189 1189 23397 0 -1 4202560 7736 0 0 0 26 4 0 0 20 0 15 0 446190048 15512608768 12571 33554432000 4194304 4196468 140729910384704 140157495488192 140157475337566 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1194] ppid=1189 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1194/stat : 1194 (java) S 1189 1189 23397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446190049 15512608768 12571 33554432000 4194304 4196468 140729910384704 140157402913936 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1195] ppid=1189 vsize=15149032 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1195/stat : 1195 (java) S 1189 1189 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446190049 15512608768 12571 33554432000 4194304 4196468 140729910384704 140157401861136 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1196] ppid=1189 vsize=15149032 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1196/stat : 1196 (java) S 1189 1189 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446190049 15512608768 12571 33554432000 4194304 4196468 140729910384704 140157400808336 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1197] ppid=1189 vsize=15149032 memory=532 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1197/stat : 1197 (java) S 1189 1189 23397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446190049 15512608768 12571 33554432000 4194304 4196468 140729910384704 140157080562448 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1198] ppid=1189 vsize=15149032 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1198/stat : 1198 (java) S 1189 1189 23397 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446190050 15512608768 12571 33554432000 4194304 4196468 140729910384704 140156633885040 140157491268226 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1199] ppid=1189 vsize=15149032 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1199/stat : 1199 (java) S 1189 1189 23397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446190051 15512608768 12571 33554432000 4194304 4196468 140729910384704 140156632831008 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1200] ppid=1189 vsize=15149032 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1200/stat : 1200 (java) S 1189 1189 23397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446190051 15512608768 12571 33554432000 4194304 4196468 140729910384704 140156631778160 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1201] ppid=1189 vsize=15149032 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1201/stat : 1201 (java) S 1189 1189 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446190053 15512608768 12571 33554432000 4194304 4196468 140729910384704 140156630726480 140157491275675 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1202] ppid=1189 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/1192/task/1202/stat : 1202 (java) S 1189 1189 23397 0 -1 1077944384 481 0 0 0 4 0 0 0 20 0 15 0 446190053 15512608768 12571 33554432000 4194304 4196468 140729910384704 140156629674864 140157491268226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1203] ppid=1189 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/1192/task/1203/stat : 1203 (java) R 1189 1189 23397 0 -1 4202560 473 0 0 0 4 0 0 0 20 0 15 0 446190053 15512608768 12571 33554432000 4194304 4196468 140729910384704 140156628612176 140157476382871 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1204] ppid=1189 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/1192/task/1204/stat : 1204 (java) S 1189 1189 23397 0 -1 1077944384 885 0 0 0 12 0 0 0 20 0 15 0 446190053 15512608768 12571 33554432000 4194304 4196468 140729910384704 140156627569264 140157491268226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1205] ppid=1189 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1205/stat : 1205 (java) S 1189 1189 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446190053 15512608768 12571 33554432000 4194304 4196468 140729910384704 140156626516704 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1206] ppid=1189 vsize=15149032 memory=-1598831813028945288 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1206/stat : 1206 (java) S 1189 1189 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446190054 15512608768 12571 33554432000 4194304 4196468 140729910384704 140156625463984 140157491268226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51612 KiB

[startup+0.700799 s]
/proc/loadavg: 9.05 8.82 8.55 8/232 1206
/proc/meminfo: memFree=30788808/32770624 swapFree=66977408/67108860
[pid=1189] ppid=1185 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1189/stat : 1189 (xcsp3-exec) S 1185 1189 23397 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446190047 115843072 363 33554432000 4194304 5098028 140735292627168 140735292625272 140139910554236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26726400 140735292629882 140735292630125 140735292630125 140735292633034 0
/proc/1189/statm: 28282 363 304 221 0 87 0
[pid=1192] ppid=1189 vsize=15151156 memory=100096 CPUtime=1.76 cores=0,2,4,6
/proc/1192/stat : 1192 (java) S 1189 1189 23397 0 -1 1077944320 14610 0 0 0 170 6 0 0 20 0 15 0 446190048 15514783744 25024 33554432000 4194304 4196468 140729910384704 140729910367248 140157491257079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
/proc/1192/statm: 3787789 25024 3448 1 0 3748889 0
[pid=1192/tid=1193] ppid=1189 vsize=15151156 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/1192/task/1193/stat : 1193 (java) R 1189 1189 23397 0 -1 4202560 9010 0 0 0 63 5 0 0 20 0 15 0 446190048 15514783744 25024 33554432000 4194304 4196468 140729910384704 140157495493664 140157491269014 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1194] ppid=1189 vsize=15151156 memory=110 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1194/stat : 1194 (java) S 1189 1189 23397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446190049 15514783744 25024 33554432000 4194304 4196468 140729910384704 140157402913936 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1195] ppid=1189 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1195/stat : 1195 (java) S 1189 1189 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446190049 15514783744 25024 33554432000 4194304 4196468 140729910384704 140157401861136 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1196] ppid=1189 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1196/stat : 1196 (java) S 1189 1189 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446190049 15514783744 25024 33554432000 4194304 4196468 140729910384704 140157400808336 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1197] ppid=1189 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1197/stat : 1197 (java) S 1189 1189 23397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446190049 15514783744 25024 33554432000 4194304 4196468 140729910384704 140157080562448 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1198] ppid=1189 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1198/stat : 1198 (java) S 1189 1189 23397 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446190050 15514783744 25024 33554432000 4194304 4196468 140729910384704 140156633885040 140157491268226 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1199] ppid=1189 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1199/stat : 1199 (java) S 1189 1189 23397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446190051 15514783744 25024 33554432000 4194304 4196468 140729910384704 140156632831008 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1200] ppid=1189 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1200/stat : 1200 (java) S 1189 1189 23397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446190051 15514783744 25024 33554432000 4194304 4196468 140729910384704 140156631778160 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1201] ppid=1189 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1201/stat : 1201 (java) S 1189 1189 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446190053 15514783744 25024 33554432000 4194304 4196468 140729910384704 140156630726480 140157491275675 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1202] ppid=1189 vsize=15151156 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/1192/task/1202/stat : 1202 (java) S 1189 1189 23397 0 -1 1077944384 1293 0 0 0 34 0 0 0 20 0 15 0 446190053 15514783744 25024 33554432000 4194304 4196468 140729910384704 140156629674864 140157491268226 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1203] ppid=1189 vsize=15151156 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/1192/task/1203/stat : 1203 (java) R 1189 1189 23397 0 -1 1077944384 1282 0 0 0 37 0 0 0 20 0 15 0 446190053 15514783744 25024 33554432000 4194304 4196468 140729910384704 140156628622064 140157491268226 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1204] ppid=1189 vsize=15151156 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/1192/task/1204/stat : 1204 (java) R 1189 1189 23397 0 -1 4202560 1719 0 0 0 35 0 0 0 20 0 15 0 446190053 15514783744 25024 33554432000 4194304 4196468 140729910384704 140156627569264 140157475337566 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1205] ppid=1189 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1205/stat : 1205 (java) S 1189 1189 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446190053 15514783744 25024 33554432000 4194304 4196468 140729910384704 140156626516704 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1206] ppid=1189 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1206/stat : 1206 (java) S 1189 1189 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446190054 15514783744 25024 33554432000 4194304 4196468 140729910384704 140156625463984 140157491268226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 101548 KiB

[startup+1.50144 s]
/proc/loadavg: 9.05 8.82 8.55 6/232 1206
/proc/meminfo: memFree=30649672/32770624 swapFree=66977408/67108860
[pid=1189] ppid=1185 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1189/stat : 1189 (xcsp3-exec) S 1185 1189 23397 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446190047 115843072 363 33554432000 4194304 5098028 140735292627168 140735292625272 140139910554236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26726400 140735292629882 140735292630125 140735292630125 140735292633034 0
/proc/1189/statm: 28282 363 304 221 0 87 0

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

/proc/1192/task/1194/stat : 1194 (java) S 1189 1189 23397 0 -1 1077944384 102138 0 0 0 37842 162 0 0 20 0 16 0 446190049 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140157402913936 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1195] ppid=1189 vsize=15217720 memory=1416 CPUtime=379.7 cores=0,2,4,6
/proc/1192/task/1195/stat : 1195 (java) S 1189 1189 23397 0 -1 1077944384 84935 0 0 0 37797 173 0 0 20 0 16 0 446190049 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140157401861136 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1196] ppid=1189 vsize=15217720 memory=1716 CPUtime=380.65 cores=0,2,4,6
/proc/1192/task/1196/stat : 1196 (java) S 1189 1189 23397 0 -1 1077944384 100154 0 0 0 37900 165 0 0 20 0 16 0 446190049 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140157400808336 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1197] ppid=1189 vsize=15217720 memory=692 CPUtime=380.72 cores=0,2,4,6
/proc/1192/task/1197/stat : 1197 (java) S 1189 1189 23397 0 -1 1077944384 99215 0 0 0 37924 148 0 0 20 0 16 0 446190049 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140157080562448 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1198] ppid=1189 vsize=15217720 memory=2004 CPUtime=60.01 cores=0,2,4,6
/proc/1192/task/1198/stat : 1198 (java) R 1189 1189 23397 0 -1 4202560 95920 0 0 0 5992 9 0 0 20 0 16 0 446190050 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156633883584 140157476253632 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1199] ppid=1189 vsize=15217720 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1199/stat : 1199 (java) S 1189 1189 23397 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 446190051 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156632831072 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1200] ppid=1189 vsize=15217720 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1200/stat : 1200 (java) S 1189 1189 23397 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 446190051 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156631778176 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1201] ppid=1189 vsize=15217720 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1201/stat : 1201 (java) S 1189 1189 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446190053 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156630726480 140157491275675 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1202] ppid=1189 vsize=15217720 memory=12642352 CPUtime=1.03 cores=0,2,4,6
/proc/1192/task/1202/stat : 1202 (java) S 1189 1189 23397 0 -1 1077944384 3562 0 0 0 102 1 0 0 20 0 16 0 446190053 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156629674624 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1203] ppid=1189 vsize=15217720 memory=1452 CPUtime=1.1 cores=0,2,4,6
/proc/1192/task/1203/stat : 1203 (java) S 1189 1189 23397 0 -1 1077944384 4063 0 0 0 109 1 0 0 20 0 16 0 446190053 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156628622112 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1204] ppid=1189 vsize=15217720 memory=4132 CPUtime=0.54 cores=0,2,4,6
/proc/1192/task/1204/stat : 1204 (java) S 1189 1189 23397 0 -1 1077944384 7210 0 0 0 53 1 0 0 20 0 16 0 446190053 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156627569312 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1205] ppid=1189 vsize=15217720 memory=1112 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1205/stat : 1205 (java) S 1189 1189 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446190053 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156626516704 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1206] ppid=1189 vsize=15217720 memory=6048 CPUtime=0.25 cores=0,2,4,6
/proc/1192/task/1206/stat : 1206 (java) S 1189 1189 23397 0 -1 1077944384 450 0 0 0 11 14 0 0 20 0 16 0 446190054 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156625463984 140157491268226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1349] ppid=1189 vsize=15217720 memory=7552 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1349/stat : 1349 (java) S 1189 1189 23397 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 446249607 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156616248640 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
Current children cumulated CPU time: 1742.73 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12643812 KiB

[startup+602.401 s]
/proc/loadavg: 8.04 7.86 7.96 6/233 1349
/proc/meminfo: memFree=16244344/32770624 swapFree=66977408/67108860
[pid=1189] ppid=1185 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1189/stat : 1189 (xcsp3-exec) S 1185 1189 23397 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446190047 115843072 363 33554432000 4194304 5098028 140735292627168 140735292625272 140139910554236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26726400 140735292629882 140735292630125 140735292630125 140735292633034 0
/proc/1189/statm: 28282 363 304 221 0 87 0
[pid=1192] ppid=1189 vsize=15217720 memory=12642360 CPUtime=1743.53 cores=0,2,4,6
/proc/1192/stat : 1192 (java) S 1189 1189 23397 0 -1 1077944320 534028 0 0 0 173635 718 0 0 20 0 16 0 446190048 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140729910367248 140157491257079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
/proc/1192/statm: 3804430 3160590 3504 1 0 3765530 0
[pid=1192/tid=1193] ppid=1189 vsize=15217720 memory=1452 CPUtime=158.62 cores=0,2,4,6
/proc/1192/task/1193/stat : 1193 (java) S 1189 1189 23397 0 -1 1077944384 35053 0 0 0 15813 49 0 0 20 0 16 0 446190048 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140157495497760 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1194] ppid=1189 vsize=15217720 memory=12642324 CPUtime=380.04 cores=0,2,4,6
/proc/1192/task/1194/stat : 1194 (java) S 1189 1189 23397 0 -1 1077944384 102138 0 0 0 37842 162 0 0 20 0 16 0 446190049 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140157402913936 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1195] ppid=1189 vsize=15217720 memory=3092 CPUtime=379.7 cores=0,2,4,6
/proc/1192/task/1195/stat : 1195 (java) S 1189 1189 23397 0 -1 1077944384 84935 0 0 0 37797 173 0 0 20 0 16 0 446190049 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140157401861136 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1196] ppid=1189 vsize=15217720 memory=4486604260213485459 CPUtime=380.65 cores=0,2,4,6
/proc/1192/task/1196/stat : 1196 (java) S 1189 1189 23397 0 -1 1077944384 100154 0 0 0 37900 165 0 0 20 0 16 0 446190049 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140157400808336 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1197] ppid=1189 vsize=15217720 memory=1056 CPUtime=380.72 cores=0,2,4,6
/proc/1192/task/1197/stat : 1197 (java) S 1189 1189 23397 0 -1 1077944384 99215 0 0 0 37924 148 0 0 20 0 16 0 446190049 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140157080562448 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1198] ppid=1189 vsize=15217720 memory=1556 CPUtime=60.81 cores=0,2,4,6
/proc/1192/task/1198/stat : 1198 (java) R 1189 1189 23397 0 -1 4202560 95920 0 0 0 6072 9 0 0 20 0 16 0 446190050 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156633883584 140157476253460 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1199] ppid=1189 vsize=15217720 memory=780 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1199/stat : 1199 (java) S 1189 1189 23397 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 446190051 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156632831072 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1200] ppid=1189 vsize=15217720 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1200/stat : 1200 (java) S 1189 1189 23397 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 446190051 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156631778176 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1201] ppid=1189 vsize=15217720 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1201/stat : 1201 (java) S 1189 1189 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446190053 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156630726480 140157491275675 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1202] ppid=1189 vsize=15217720 memory=1452 CPUtime=1.03 cores=0,2,4,6
/proc/1192/task/1202/stat : 1202 (java) S 1189 1189 23397 0 -1 1077944384 3562 0 0 0 102 1 0 0 20 0 16 0 446190053 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156629674624 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1203] ppid=1189 vsize=15217720 memory=12642324 CPUtime=1.1 cores=0,2,4,6
/proc/1192/task/1203/stat : 1203 (java) S 1189 1189 23397 0 -1 1077944384 4063 0 0 0 109 1 0 0 20 0 16 0 446190053 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156628622112 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1204] ppid=1189 vsize=15217720 memory=8112282956445269571 CPUtime=0.54 cores=0,2,4,6
/proc/1192/task/1204/stat : 1204 (java) S 1189 1189 23397 0 -1 1077944384 7210 0 0 0 53 1 0 0 20 0 16 0 446190053 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156627569312 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1205] ppid=1189 vsize=15217720 memory=12642328 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1205/stat : 1205 (java) S 1189 1189 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446190053 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156626516704 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1206] ppid=1189 vsize=15217720 memory=1556 CPUtime=0.25 cores=0,2,4,6
/proc/1192/task/1206/stat : 1206 (java) S 1189 1189 23397 0 -1 1077944384 450 0 0 0 11 14 0 0 20 0 16 0 446190054 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156625463984 140157491268226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1349] ppid=1189 vsize=15217720 memory=780 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1349/stat : 1349 (java) S 1189 1189 23397 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 446249607 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156616248640 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
Current children cumulated CPU time: 1743.53 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12643812 KiB

[startup+602.801 s]
/proc/loadavg: 8.04 7.86 7.96 6/233 1349
/proc/meminfo: memFree=16244344/32770624 swapFree=66977408/67108860
[pid=1189] ppid=1185 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1189/stat : 1189 (xcsp3-exec) S 1185 1189 23397 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446190047 115843072 363 33554432000 4194304 5098028 140735292627168 140735292625272 140139910554236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26726400 140735292629882 140735292630125 140735292630125 140735292633034 0
/proc/1189/statm: 28282 363 304 221 0 87 0
[pid=1192] ppid=1189 vsize=15217720 memory=12642360 CPUtime=1743.93 cores=0,2,4,6
/proc/1192/stat : 1192 (java) S 1189 1189 23397 0 -1 1077944320 534130 0 0 0 173675 718 0 0 20 0 16 0 446190048 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140729910367248 140157491257079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
/proc/1192/statm: 3804430 3160590 3504 1 0 3765530 0
[pid=1192/tid=1193] ppid=1189 vsize=15217720 memory=12642360 CPUtime=158.62 cores=0,2,4,6
/proc/1192/task/1193/stat : 1193 (java) S 1189 1189 23397 0 -1 1077944384 35053 0 0 0 15813 49 0 0 20 0 16 0 446190048 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140157495497760 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1194] ppid=1189 vsize=15217720 memory=8112282956445269571 CPUtime=380.04 cores=0,2,4,6
/proc/1192/task/1194/stat : 1194 (java) S 1189 1189 23397 0 -1 1077944384 102138 0 0 0 37842 162 0 0 20 0 16 0 446190049 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140157402913936 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1195] ppid=1189 vsize=15217720 memory=692 CPUtime=379.7 cores=0,2,4,6
/proc/1192/task/1195/stat : 1195 (java) S 1189 1189 23397 0 -1 1077944384 84935 0 0 0 37797 173 0 0 20 0 16 0 446190049 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140157401861136 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1196] ppid=1189 vsize=15217720 memory=1056 CPUtime=380.65 cores=0,2,4,6
/proc/1192/task/1196/stat : 1196 (java) S 1189 1189 23397 0 -1 1077944384 100154 0 0 0 37900 165 0 0 20 0 16 0 446190049 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140157400808336 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1197] ppid=1189 vsize=15217720 memory=1556 CPUtime=380.72 cores=0,2,4,6
/proc/1192/task/1197/stat : 1197 (java) S 1189 1189 23397 0 -1 1077944384 99215 0 0 0 37924 148 0 0 20 0 16 0 446190049 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140157080562448 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1198] ppid=1189 vsize=15217720 memory=780 CPUtime=61.21 cores=0,2,4,6
/proc/1192/task/1198/stat : 1198 (java) R 1189 1189 23397 0 -1 4202560 96022 0 0 0 6112 9 0 0 20 0 16 0 446190050 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156633883584 140157476253486 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1199] ppid=1189 vsize=15217720 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1199/stat : 1199 (java) S 1189 1189 23397 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 446190051 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156632831072 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1200] ppid=1189 vsize=15217720 memory=1112 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1200/stat : 1200 (java) S 1189 1189 23397 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 446190051 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156631778176 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1201] ppid=1189 vsize=15217720 memory=6048 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1201/stat : 1201 (java) S 1189 1189 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446190053 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156630726480 140157491275675 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1202] ppid=1189 vsize=15217720 memory=7552 CPUtime=1.03 cores=0,2,4,6
/proc/1192/task/1202/stat : 1202 (java) S 1189 1189 23397 0 -1 1077944384 3562 0 0 0 102 1 0 0 20 0 16 0 446190053 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156629674624 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1203] ppid=1189 vsize=15217720 memory=2832 CPUtime=1.1 cores=0,2,4,6
/proc/1192/task/1203/stat : 1203 (java) S 1189 1189 23397 0 -1 1077944384 4063 0 0 0 109 1 0 0 20 0 16 0 446190053 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156628622112 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1204] ppid=1189 vsize=15217720 memory=8112282956445269571 CPUtime=0.54 cores=0,2,4,6
/proc/1192/task/1204/stat : 1204 (java) S 1189 1189 23397 0 -1 1077944384 7210 0 0 0 53 1 0 0 20 0 16 0 446190053 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156627569312 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1205] ppid=1189 vsize=15217720 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1205/stat : 1205 (java) S 1189 1189 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446190053 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156626516704 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1206] ppid=1189 vsize=15217720 memory=1716 CPUtime=0.25 cores=0,2,4,6
/proc/1192/task/1206/stat : 1206 (java) S 1189 1189 23397 0 -1 1077944384 450 0 0 0 11 14 0 0 20 0 16 0 446190054 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156625463984 140157491268226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1349] ppid=1189 vsize=15217720 memory=692 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1349/stat : 1349 (java) S 1189 1189 23397 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 446249607 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156616248640 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
Current children cumulated CPU time: 1743.93 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12643812 KiB

[startup+602.901 s]
/proc/loadavg: 8.04 7.86 7.96 6/233 1349
/proc/meminfo: memFree=16244344/32770624 swapFree=66977408/67108860
[pid=1189] ppid=1185 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1189/stat : 1189 (xcsp3-exec) S 1185 1189 23397 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446190047 115843072 363 33554432000 4194304 5098028 140735292627168 140735292625272 140139910554236 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26726400 140735292629882 140735292630125 140735292630125 140735292633034 0
/proc/1189/statm: 28282 363 304 221 0 87 0
[pid=1192] ppid=1189 vsize=15217720 memory=12642360 CPUtime=1744.03 cores=0,2,4,6
/proc/1192/stat : 1192 (java) S 1189 1189 23397 0 -1 1077944320 534152 0 0 0 173685 718 0 0 20 0 16 0 446190048 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140729910367248 140157491257079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
/proc/1192/statm: 3804430 3160590 3504 1 0 3765530 0
[pid=1192/tid=1193] ppid=1189 vsize=15217720 memory=12642360 CPUtime=158.62 cores=0,2,4,6
/proc/1192/task/1193/stat : 1193 (java) S 1189 1189 23397 0 -1 1077944384 35053 0 0 0 15813 49 0 0 20 0 16 0 446190048 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140157495497760 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1194] ppid=1189 vsize=15217720 memory=12642360 CPUtime=380.04 cores=0,2,4,6
/proc/1192/task/1194/stat : 1194 (java) S 1189 1189 23397 0 -1 1077944384 102138 0 0 0 37842 162 0 0 20 0 16 0 446190049 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140157402913936 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1195] ppid=1189 vsize=15217720 memory=12642352 CPUtime=379.7 cores=0,2,4,6
/proc/1192/task/1195/stat : 1195 (java) S 1189 1189 23397 0 -1 1077944384 84935 0 0 0 37797 173 0 0 20 0 16 0 446190049 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140157401861136 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1196] ppid=1189 vsize=15217720 memory=12642324 CPUtime=380.65 cores=0,2,4,6
/proc/1192/task/1196/stat : 1196 (java) S 1189 1189 23397 0 -1 1077944384 100154 0 0 0 37900 165 0 0 20 0 16 0 446190049 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140157400808336 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1197] ppid=1189 vsize=15217720 memory=12642324 CPUtime=380.72 cores=0,2,4,6
/proc/1192/task/1197/stat : 1197 (java) S 1189 1189 23397 0 -1 1077944384 99215 0 0 0 37924 148 0 0 20 0 16 0 446190049 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140157080562448 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1198] ppid=1189 vsize=15217720 memory=1452 CPUtime=61.31 cores=0,2,4,6
/proc/1192/task/1198/stat : 1198 (java) R 1189 1189 23397 0 -1 4202560 96044 0 0 0 6122 9 0 0 20 0 16 0 446190050 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156633883584 140157469627259 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1199] ppid=1189 vsize=15217720 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1199/stat : 1199 (java) S 1189 1189 23397 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 446190051 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156632831072 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1200] ppid=1189 vsize=15217720 memory=12642360 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1200/stat : 1200 (java) S 1189 1189 23397 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 446190051 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156631778176 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1201] ppid=1189 vsize=15217720 memory=12642360 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1201/stat : 1201 (java) S 1189 1189 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446190053 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156630726480 140157491275675 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1202] ppid=1189 vsize=15217720 memory=1452 CPUtime=1.03 cores=0,2,4,6
/proc/1192/task/1202/stat : 1202 (java) S 1189 1189 23397 0 -1 1077944384 3562 0 0 0 102 1 0 0 20 0 16 0 446190053 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156629674624 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1203] ppid=1189 vsize=15217720 memory=164 CPUtime=1.1 cores=0,2,4,6
/proc/1192/task/1203/stat : 1203 (java) S 1189 1189 23397 0 -1 1077944384 4063 0 0 0 109 1 0 0 20 0 16 0 446190053 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156628622112 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1204] ppid=1189 vsize=15217720 memory=1452 CPUtime=0.54 cores=0,2,4,6
/proc/1192/task/1204/stat : 1204 (java) S 1189 1189 23397 0 -1 1077944384 7210 0 0 0 53 1 0 0 20 0 16 0 446190053 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156627569312 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1205] ppid=1189 vsize=15217720 memory=12642324 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1205/stat : 1205 (java) S 1189 1189 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 446190053 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156626516704 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1206] ppid=1189 vsize=15217720 memory=988 CPUtime=0.25 cores=0,2,4,6
/proc/1192/task/1206/stat : 1206 (java) S 1189 1189 23397 0 -1 1077944384 450 0 0 0 11 14 0 0 20 0 16 0 446190054 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156625463984 140157491268226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
[pid=1192/tid=1349] ppid=1189 vsize=15217720 memory=2004 CPUtime=0 cores=0,2,4,6
/proc/1192/task/1349/stat : 1349 (java) S 1189 1189 23397 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 446249607 15582945280 3160590 33554432000 4194304 4196468 140729910384704 140156616248640 140157491267285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20996096 140729910391791 140729910391962 140729910391962 140729910394831 0
Current children cumulated CPU time: 1744.03 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12643812 KiB

Child status: 1
Real time (s): 602.974
CPU time (s): 1744.11
CPU user time (s): 1736.86
CPU system time (s): 7.24876
CPU usage (%): 289.251
Max. virtual memory (cumulated for all children) (KiB): 15330848
Max. memory (cumulated for all children) (KiB): 12643812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1736.86
system time used= 7.24876
maximum resident set size= 12642628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 534755
page faults= 0
swaps= 0
block input operations= 0
block output operations= 800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21844
involuntary context switches= 34710


# summary of solver processes directly reported to runsolver:
#   pid: 1189
#   total CPU time (s): 1744.11
#   total CPU user time (s): 1736.86
#   total CPU system time (s): 7.24876

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.8684 second user time and 6.05967 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-17 06:38:31
IDJOB=4399046
IDBENCH=138488
IDSOLVER=2853
FILE ID=node104/4399046-1568699330
RUNJOBID= node104-1568690084-23428
PBS_JOBID= 21703803
Free space on /tmp= 58988 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-26.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399046-1568699330/watcher-4399046-1568699330 -o /tmp/evaluation-result-4399046-1568699330/solver-4399046-1568699330 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568690084-23428 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1572700262 HOME/instance-4399046-1568699330.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f8945e9ee38ae25fe131ea9d51f4675a
RANDOM SEED=1572700262

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30844416 kB
MemAvailable:   31509692 kB
Buffers:          101400 kB
Cached:           853856 kB
SwapCached:        32296 kB
Active:          1004328 kB
Inactive:         333100 kB
Active(anon):     351232 kB
Inactive(anon):    80728 kB
Active(file):     653096 kB
Inactive(file):   252372 kB
Unevictable:      109416 kB
Mlocked:          109416 kB
SwapTotal:      67108860 kB
SwapFree:       66977408 kB
Dirty:             26484 kB
Writeback:             0 kB
AnonPages:        460780 kB
Mapped:            61400 kB
Shmem:             40484 kB
Slab:             182564 kB
SReclaimable:     151284 kB
SUnreclaim:        31280 kB
KernelStack:        3760 kB
PageTables:         6772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1643600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    360448 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= 58960 MiB
End job on node104 at 2019-09-17 06:48:34