Trace number 4392918

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-06-14? 1812.2 615.658

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-18.xml
MD5SUM3f0141c7bb33af25d9039070b39091b8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark52.3708
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains84
Minimum domain size1184
Maximum domain size1282
Distribution of domain sizes[{"size":1184,"count":10},{"size":1185,"count":4},{"size":1186,"count":4},{"size":1187,"count":10},{"size":1188,"count":8},{"size":1191,"count":6},{"size":1192,"count":4},{"size":1193,"count":6},{"size":1194,"count":8},{"size":1195,"count":6},{"size":1196,"count":2},{"size":1197,"count":2},{"size":1198,"count":6},{"size":1199,"count":6},{"size":1200,"count":10},{"size":1201,"count":6},{"size":1202,"count":10},{"size":1203,"count":10},{"size":1204,"count":6},{"size":1206,"count":4},{"size":1207,"count":10},{"size":1208,"count":6},{"size":1209,"count":2},{"size":1210,"count":2},{"size":1211,"count":2},"...",{"size":1253,"count":4}, {"size":1255,"count":6}, {"size":1256,"count":6}, {"size":1257,"count":2}, {"size":1259,"count":8}, {"size":1260,"count":6}, {"size":1261,"count":4}, {"size":1262,"count":6}, {"size":1263,"count":4}, {"size":1264,"count":2}, {"size":1265,"count":2}, {"size":1267,"count":8}, {"size":1268,"count":6}, {"size":1269,"count":10}, {"size":1272,"count":6}, {"size":1273,"count":2}, {"size":1274,"count":6}, {"size":1275,"count":4}, {"size":1276,"count":2}, {"size":1277,"count":10}, {"size":1278,"count":10}, {"size":1279,"count":12}, {"size":1280,"count":6}, {"size":1281,"count":4}, {"size":1282,"count":8}]
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-4392918-1568349707.xml"  -tl '2520s' -p 4
0.13/0.17	c Choco e747e1e
0.13/0.18	c [HOME/instance-4392918-1568349707.xml, -tl, 2520s, -p, 4]
0.13/0.21	c 4 solvers in parallel
0.34/0.28	c parse instance...
1789.88/608.74	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1789.88/608.74		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression$$Lambda$148/1979313356.get$Lambda(Unknown Source)
1789.88/608.74		at java.lang.invoke.LambdaForm$DMH/918221580.invokeStatic_LL_L(LambdaForm$DMH)
1789.88/608.74		at java.lang.invoke.LambdaForm$MH/586617651.linkToTargetMethod(LambdaForm$MH)
1789.88/608.74		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:123)
1789.88/608.74		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
1789.88/608.74		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:135)
1789.88/608.74		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
1789.88/608.74		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/360067785.valid(Unknown Source)
1789.88/608.74		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1789.88/608.74		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
1789.88/608.74		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1789.88/608.74		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1789.88/608.74		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1789.88/608.74		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1789.88/608.74		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1789.88/608.74		at org.xcsp.parser.XCallbacks$$Lambda$89/1991313236.accept(Unknown Source)
1789.88/608.74		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1789.88/608.74		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1789.88/608.74		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1789.88/608.74		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1789.88/608.74		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1789.88/608.74		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1789.88/608.74		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1789.88/608.74		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1789.88/608.74		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1789.88/608.74		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1789.88/608.74		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1789.88/608.74		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1812.03/615.59	s UNKNOWN
1812.03/615.59	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 (4092 MiB free)
  memory of node 1: 16384 MiB (13955 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392918-1568349707/watcher-4392918-1568349707 -o /tmp/evaluation-result-4392918-1568349707/solver-4392918-1568349707 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568346919-22074 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1754144939 HOME/instance-4392918-1568349707.xml 

running on 4 cores: 1,3,5,7

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
Current StackSize limit: 8192 KiB

solver pid=23468, runsolver pid=23465

[startup+0.100077 s]*
/proc/loadavg: 7.42 6.74 6.36 9/229 23484
/proc/meminfo: memFree=18464480/32770624 swapFree=66940748/67108860
[pid=23468] ppid=23465 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23468/stat : 23468 (xcsp3-exec) S 23465 23468 22042 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411209448 115843072 362 33554432000 4194304 5098028 140731557830064 140731557828168 139763536495228 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 40075264 140731557831546 140731557831789 140731557831789 140731557834698 0
/proc/23468/statm: 28282 362 304 221 0 87 0
[pid=23470] ppid=23468 vsize=15144768 memory=30088 CPUtime=0.13 cores=1,3,5,7
/proc/23470/stat : 23470 (java) S 23468 23468 22042 0 -1 1077944320 5970 0 0 0 12 1 0 0 20 0 15 0 411209448 15508242432 7522 33554432000 4194304 4196468 140731945638944 140731945621488 140104388083447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
/proc/23470/statm: 3786192 7522 3162 1 0 3748377 0
[pid=23470/tid=23471] ppid=23468 vsize=15144768 memory=8514701219881255588 CPUtime=0.09 cores=1,3,5,7
/proc/23470/task/23471/stat : 23471 (java) R 23468 23468 22042 0 -1 4202560 3840 0 0 0 8 1 0 0 20 0 15 0 411209449 15508242432 7522 33554432000 4194304 4196468 140731945638944 140104392319872 140103997456505 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23472] ppid=23468 vsize=15144768 memory=3472468831479481552 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23472/stat : 23472 (java) S 23468 23468 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411209449 15508242432 7522 33554432000 4194304 4196468 140731945638944 140104324319632 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23473] ppid=23468 vsize=15144768 memory=140702584329856 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23473/stat : 23473 (java) S 23468 23468 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411209449 15508242432 7522 33554432000 4194304 4196468 140731945638944 140104323266832 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23474] ppid=23468 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23474/stat : 23474 (java) S 23468 23468 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411209449 15508242432 7522 33554432000 4194304 4196468 140731945638944 140104322214544 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23475] ppid=23468 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23475/stat : 23475 (java) S 23468 23468 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411209449 15508242432 7522 33554432000 4194304 4196468 140731945638944 140104321161744 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23476] ppid=23468 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23476/stat : 23476 (java) S 23468 23468 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411209451 15508242432 7522 33554432000 4194304 4196468 140731945638944 140103530629744 140104388094594 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23477] ppid=23468 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23477/stat : 23477 (java) S 23468 23468 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411209451 15508242432 7522 33554432000 4194304 4196468 140731945638944 140103529575712 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23478] ppid=23468 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23478/stat : 23478 (java) S 23468 23468 22042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411209451 15508242432 7522 33554432000 4194304 4196468 140731945638944 140103528523376 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23479] ppid=23468 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23479/stat : 23479 (java) S 23468 23468 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411209454 15508242432 7522 33554432000 4194304 4196468 140731945638944 140103527471696 140104388102043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23480] ppid=23468 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23480/stat : 23480 (java) R 23468 23468 22042 0 -1 4202560 443 0 0 0 0 0 0 0 20 0 15 0 411209454 15508242432 7522 33554432000 4194304 4196468 140731945638944 140103526418544 140104388095382 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23481] ppid=23468 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23481/stat : 23481 (java) S 23468 23468 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411209454 15508242432 7522 33554432000 4194304 4196468 140731945638944 140103525365744 140104388094594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23482] ppid=23468 vsize=15144768 memory=140702584329856 CPUtime=0.02 cores=1,3,5,7
/proc/23470/task/23482/stat : 23482 (java) R 23468 23468 22042 0 -1 4202560 382 0 0 0 2 0 0 0 20 0 15 0 411209454 15508242432 7522 33554432000 4194304 4196468 140731945638944 140103524313456 140104380320574 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23483] ppid=23468 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23483/stat : 23483 (java) S 23468 23468 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411209454 15508242432 7522 33554432000 4194304 4196468 140731945638944 140103523260896 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23484] ppid=23468 vsize=15144768 memory=140702584329856 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23484/stat : 23484 (java) S 23468 23468 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411209454 15508242432 7522 33554432000 4194304 4196468 140731945638944 140103522208688 140104388094594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31536 KiB

[startup+0.210655 s]*
/proc/loadavg: 7.42 6.74 6.36 9/229 23484
/proc/meminfo: memFree=18452216/32770624 swapFree=66940748/67108860
[pid=23468] ppid=23465 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23468/stat : 23468 (xcsp3-exec) S 23465 23468 22042 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411209448 115843072 362 33554432000 4194304 5098028 140731557830064 140731557828168 139763536495228 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 40075264 140731557831546 140731557831789 140731557831789 140731557834698 0
/proc/23468/statm: 28282 362 304 221 0 87 0
[pid=23470] ppid=23468 vsize=15144768 memory=41132 CPUtime=0.34 cores=1,3,5,7
/proc/23470/stat : 23470 (java) S 23468 23468 22042 0 -1 1077944320 9507 0 0 0 31 3 0 0 20 0 15 0 411209448 15508242432 10283 33554432000 4194304 4196468 140731945638944 140731945621488 140104388083447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
/proc/23470/statm: 3786192 10283 3295 1 0 3748377 0
[pid=23470/tid=23471] ppid=23468 vsize=15144768 memory=5852835216252043682 CPUtime=0.2 cores=1,3,5,7
/proc/23470/task/23471/stat : 23471 (java) R 23468 23468 22042 0 -1 4202560 6668 0 0 0 18 2 0 0 20 0 15 0 411209449 15508242432 10283 33554432000 4194304 4196468 140731945638944 140104392318432 140104372163934 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23472] ppid=23468 vsize=15144768 memory=3472468831479481552 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23472/stat : 23472 (java) S 23468 23468 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411209449 15508242432 10283 33554432000 4194304 4196468 140731945638944 140104324319632 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23473] ppid=23468 vsize=15144768 memory=140702584329856 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23473/stat : 23473 (java) S 23468 23468 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411209449 15508242432 10283 33554432000 4194304 4196468 140731945638944 140104323266832 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23474] ppid=23468 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23474/stat : 23474 (java) S 23468 23468 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411209449 15508242432 10283 33554432000 4194304 4196468 140731945638944 140104322214544 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23475] ppid=23468 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23475/stat : 23475 (java) S 23468 23468 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411209449 15508242432 10283 33554432000 4194304 4196468 140731945638944 140104321161744 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23476] ppid=23468 vsize=15144768 memory=140702584329856 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23476/stat : 23476 (java) S 23468 23468 22042 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411209451 15508242432 10283 33554432000 4194304 4196468 140731945638944 140103530629744 140104388094594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23477] ppid=23468 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23477/stat : 23477 (java) S 23468 23468 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411209451 15508242432 10283 33554432000 4194304 4196468 140731945638944 140103529575712 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23478] ppid=23468 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23478/stat : 23478 (java) S 23468 23468 22042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411209451 15508242432 10283 33554432000 4194304 4196468 140731945638944 140103528523376 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23479] ppid=23468 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23479/stat : 23479 (java) S 23468 23468 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411209454 15508242432 10283 33554432000 4194304 4196468 140731945638944 140103527471696 140104388102043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23480] ppid=23468 vsize=15144768 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23470/task/23480/stat : 23480 (java) S 23468 23468 22042 0 -1 1077944384 668 0 0 0 2 0 0 0 20 0 15 0 411209454 15508242432 10283 33554432000 4194304 4196468 140731945638944 140103526418544 140104388094594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23481] ppid=23468 vsize=15144768 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/23470/task/23481/stat : 23481 (java) S 23468 23468 22042 0 -1 1077944384 99 0 0 0 2 0 0 0 20 0 15 0 411209454 15508242432 10283 33554432000 4194304 4196468 140731945638944 140103525365744 140104388094594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23482] ppid=23468 vsize=15144768 memory=140702584329856 CPUtime=0.08 cores=1,3,5,7
/proc/23470/task/23482/stat : 23482 (java) S 23468 23468 22042 0 -1 1077944384 767 0 0 0 8 0 0 0 20 0 15 0 411209454 15508242432 10283 33554432000 4194304 4196468 140731945638944 140103524313456 140104388094594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23483] ppid=23468 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23483/stat : 23483 (java) S 23468 23468 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411209454 15508242432 10283 33554432000 4194304 4196468 140731945638944 140103523260896 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23484] ppid=23468 vsize=15144768 memory=140702584329856 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23484/stat : 23484 (java) S 23468 23468 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411209454 15508242432 10283 33554432000 4194304 4196468 140731945638944 140103522208688 140104388094594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42580 KiB

[startup+0.310642 s]*
/proc/loadavg: 7.42 6.74 6.36 7/229 23484
/proc/meminfo: memFree=18444956/32770624 swapFree=66940748/67108860
[pid=23468] ppid=23465 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23468/stat : 23468 (xcsp3-exec) S 23465 23468 22042 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411209448 115843072 362 33554432000 4194304 5098028 140731557830064 140731557828168 139763536495228 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 40075264 140731557831546 140731557831789 140731557831789 140731557834698 0
/proc/23468/statm: 28282 362 304 221 0 87 0
[pid=23470] ppid=23468 vsize=15149024 memory=50404 CPUtime=0.53 cores=1,3,5,7
/proc/23470/stat : 23470 (java) S 23468 23468 22042 0 -1 1077944320 10948 0 0 0 49 4 0 0 20 0 15 0 411209448 15512600576 12601 33554432000 4194304 4196468 140731945638944 140731945621488 140104388083447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
/proc/23470/statm: 3787256 12601 3348 1 0 3748377 0
[pid=23470/tid=23471] ppid=23468 vsize=15149024 memory=8514701219880992413 CPUtime=0.3 cores=1,3,5,7
/proc/23470/task/23471/stat : 23471 (java) R 23468 23468 22042 0 -1 4202560 7889 0 0 0 27 3 0 0 20 0 15 0 411209449 15512600576 12601 33554432000 4194304 4196468 140731945638944 140104392314560 140104372163934 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23472] ppid=23468 vsize=15149024 memory=3472468831479481552 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23472/stat : 23472 (java) S 23468 23468 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411209449 15512600576 12601 33554432000 4194304 4196468 140731945638944 140104324319632 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23473] ppid=23468 vsize=15149024 memory=140702584329856 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23473/stat : 23473 (java) S 23468 23468 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411209449 15512600576 12601 33554432000 4194304 4196468 140731945638944 140104323266832 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23474] ppid=23468 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23474/stat : 23474 (java) S 23468 23468 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411209449 15512600576 12601 33554432000 4194304 4196468 140731945638944 140104322214544 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23475] ppid=23468 vsize=15149024 memory=140702457669663 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23475/stat : 23475 (java) S 23468 23468 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411209449 15512600576 12601 33554432000 4194304 4196468 140731945638944 140104321161744 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23476] ppid=23468 vsize=15149024 memory=281404915318560 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23476/stat : 23476 (java) S 23468 23468 22042 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411209451 15512600576 12601 33554432000 4194304 4196468 140731945638944 140103530629744 140104388094594 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23477] ppid=23468 vsize=15149024 memory=140702457646607 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23477/stat : 23477 (java) S 23468 23468 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411209451 15512600576 12601 33554432000 4194304 4196468 140731945638944 140103529575712 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23478] ppid=23468 vsize=15149024 memory=281405041985632 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23478/stat : 23478 (java) S 23468 23468 22042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411209451 15512600576 12601 33554432000 4194304 4196468 140731945638944 140103528523376 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23479] ppid=23468 vsize=15149024 memory=140702457651215 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23479/stat : 23479 (java) S 23468 23468 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411209454 15512600576 12601 33554432000 4194304 4196468 140731945638944 140103527471696 140104388102043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23480] ppid=23468 vsize=15149024 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/23470/task/23480/stat : 23480 (java) S 23468 23468 22042 0 -1 1077944384 788 0 0 0 6 0 0 0 20 0 15 0 411209454 15512600576 12601 33554432000 4194304 4196468 140731945638944 140103526418544 140104388094594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23481] ppid=23468 vsize=15149024 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/23470/task/23481/stat : 23481 (java) S 23468 23468 22042 0 -1 1077944384 111 0 0 0 2 0 0 0 20 0 15 0 411209454 15512600576 12601 33554432000 4194304 4196468 140731945638944 140103525365744 140104388094594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23482] ppid=23468 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/23470/task/23482/stat : 23482 (java) S 23468 23468 22042 0 -1 1077944384 855 0 0 0 12 0 0 0 20 0 15 0 411209454 15512600576 12601 33554432000 4194304 4196468 140731945638944 140103524313456 140104388094594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23483] ppid=23468 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23483/stat : 23483 (java) S 23468 23468 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411209454 15512600576 12601 33554432000 4194304 4196468 140731945638944 140103523260896 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23484] ppid=23468 vsize=15149024 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23484/stat : 23484 (java) S 23468 23468 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411209454 15512600576 12601 33554432000 4194304 4196468 140731945638944 140103522208688 140104388094594 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51852 KiB

[startup+0.700833 s]
/proc/loadavg: 7.42 6.74 6.36 8/229 23484
/proc/meminfo: memFree=18422004/32770624 swapFree=66940748/67108860
[pid=23468] ppid=23465 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23468/stat : 23468 (xcsp3-exec) S 23465 23468 22042 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411209448 115843072 362 33554432000 4194304 5098028 140731557830064 140731557828168 139763536495228 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 40075264 140731557831546 140731557831789 140731557831789 140731557834698 0
/proc/23468/statm: 28282 362 304 221 0 87 0
[pid=23470] ppid=23468 vsize=15151148 memory=106460 CPUtime=1.82 cores=1,3,5,7
/proc/23470/stat : 23470 (java) S 23468 23468 22042 0 -1 1077944320 15682 0 0 0 176 6 0 0 20 0 15 0 411209448 15514775552 26615 33554432000 4194304 4196468 140731945638944 140731945621488 140104388083447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
/proc/23470/statm: 3787787 26615 3441 1 0 3748889 0
[pid=23470/tid=23471] ppid=23468 vsize=15151148 memory=1088 CPUtime=0.68 cores=1,3,5,7
/proc/23470/task/23471/stat : 23471 (java) R 23468 23468 22042 0 -1 4202560 9110 0 0 0 64 4 0 0 20 0 15 0 411209449 15514775552 26615 33554432000 4194304 4196468 140731945638944 140104392320816 140104001584347 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23472] ppid=23468 vsize=15151148 memory=988 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23472/stat : 23472 (java) S 23468 23468 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411209449 15514775552 26615 33554432000 4194304 4196468 140731945638944 140104324319632 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23473] ppid=23468 vsize=15151148 memory=780 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23473/stat : 23473 (java) S 23468 23468 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411209449 15514775552 26615 33554432000 4194304 4196468 140731945638944 140104323266832 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23474] ppid=23468 vsize=15151148 memory=5972 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23474/stat : 23474 (java) S 23468 23468 22042 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411209449 15514775552 26615 33554432000 4194304 4196468 140731945638944 140104322214544 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23475] ppid=23468 vsize=15151148 memory=624 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23475/stat : 23475 (java) S 23468 23468 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411209449 15514775552 26615 33554432000 4194304 4196468 140731945638944 140104321161744 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23476] ppid=23468 vsize=15151148 memory=4004 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23476/stat : 23476 (java) S 23468 23468 22042 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411209451 15514775552 26615 33554432000 4194304 4196468 140731945638944 140103530629744 140104388094594 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23477] ppid=23468 vsize=15151148 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23477/stat : 23477 (java) S 23468 23468 22042 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411209451 15514775552 26615 33554432000 4194304 4196468 140731945638944 140103529575712 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23478] ppid=23468 vsize=15151148 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23478/stat : 23478 (java) S 23468 23468 22042 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411209451 15514775552 26615 33554432000 4194304 4196468 140731945638944 140103528523376 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23479] ppid=23468 vsize=15151148 memory=38240 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23479/stat : 23479 (java) S 23468 23468 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411209454 15514775552 26615 33554432000 4194304 4196468 140731945638944 140103527471696 140104388102043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23480] ppid=23468 vsize=15151148 memory=1988 CPUtime=0.4 cores=1,3,5,7
/proc/23470/task/23480/stat : 23480 (java) R 23468 23468 22042 0 -1 4202560 1903 0 0 0 40 0 0 0 20 0 15 0 411209454 15514775552 26615 33554432000 4194304 4196468 140731945638944 140103526408464 140104367737713 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23481] ppid=23468 vsize=15151148 memory=988 CPUtime=0.36 cores=1,3,5,7
/proc/23470/task/23481/stat : 23481 (java) R 23468 23468 22042 0 -1 4202560 1338 0 0 0 36 0 0 0 20 0 15 0 411209454 15514775552 26615 33554432000 4194304 4196468 140731945638944 140103525354096 140104367321868 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23482] ppid=23468 vsize=15151148 memory=1428 CPUtime=0.35 cores=1,3,5,7
/proc/23470/task/23482/stat : 23482 (java) S 23468 23468 22042 0 -1 1077944384 2023 0 0 0 35 0 0 0 20 0 15 0 411209454 15514775552 26615 33554432000 4194304 4196468 140731945638944 140103524313456 140104388094594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23483] ppid=23468 vsize=15151148 memory=1772 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23483/stat : 23483 (java) S 23468 23468 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411209454 15514775552 26615 33554432000 4194304 4196468 140731945638944 140103523260896 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23484] ppid=23468 vsize=15151148 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23484/stat : 23484 (java) S 23468 23468 22042 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411209454 15514775552 26615 33554432000 4194304 4196468 140731945638944 140103522208688 140104388094594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
Current children cumulated CPU time: 1.82 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 107908 KiB

[startup+1.50088 s]
/proc/loadavg: 7.42 6.74 6.36 6/229 23484
/proc/meminfo: memFree=18280948/32770624 swapFree=66940748/67108860
[pid=23468] ppid=23465 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23468/stat : 23468 (xcsp3-exec) S 23465 23468 22042 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411209448 115843072 362 33554432000 4194304 5098028 140731557830064 140731557828168 139763536495228 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 40075264 140731557831546 140731557831789 140731557831789 140731557834698 0
/proc/23468/statm: 28282 362 304 221 0 87 0

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

/proc/23470/statm: 3804428 3156409 3501 1 0 3765530 0
[pid=23470/tid=23471] ppid=23468 vsize=15217712 memory=-7003737579269690708 CPUtime=149.64 cores=1,3,5,7
/proc/23470/task/23471/stat : 23471 (java) S 23468 23468 22042 0 -1 1077944384 30890 0 0 0 14917 47 0 0 20 0 16 0 411209449 15582937088 3156409 33554432000 4194304 4196468 140731945638944 140104392324128 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23472] ppid=23468 vsize=15217712 memory=1448 CPUtime=397.2 cores=1,3,5,7
/proc/23470/task/23472/stat : 23472 (java) R 23468 23468 22042 0 -1 4202560 78124 0 0 0 39550 170 0 0 20 0 16 0 411209449 15582937088 3156409 33554432000 4194304 4196468 140731945638944 140104324319752 140104381187084 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23473] ppid=23468 vsize=15217712 memory=6791534058613427641 CPUtime=397.79 cores=1,3,5,7
/proc/23470/task/23473/stat : 23473 (java) R 23468 23468 22042 0 -1 4202560 133100 0 0 0 39593 186 0 0 20 0 16 0 411209449 15582937088 3156409 33554432000 4194304 4196468 140731945638944 140104323266952 140104381187099 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23474] ppid=23468 vsize=15217712 memory=14977758686087579 CPUtime=398.27 cores=1,3,5,7
/proc/23470/task/23474/stat : 23474 (java) R 23468 23468 22042 0 -1 4202560 71711 0 0 0 39622 205 0 0 20 0 16 0 411209449 15582937088 3156409 33554432000 4194304 4196468 140731945638944 140104322214544 140104381179840 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23475] ppid=23468 vsize=15217712 memory=3620 CPUtime=397.88 cores=1,3,5,7
/proc/23470/task/23475/stat : 23475 (java) R 23468 23468 22042 0 -1 4202560 88037 0 0 0 39602 186 0 0 20 0 16 0 411209449 15582937088 3156409 33554432000 4194304 4196468 140731945638944 140104321161864 140104381187099 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23476] ppid=23468 vsize=15217712 memory=12625624 CPUtime=62.15 cores=1,3,5,7
/proc/23470/task/23476/stat : 23476 (java) S 23468 23468 22042 0 -1 1077944384 111126 0 0 0 6205 10 0 0 20 0 16 0 411209451 15582937088 3156409 33554432000 4194304 4196468 140731945638944 140103530628288 140104388093653 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23477] ppid=23468 vsize=15217712 memory=12625624 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23477/stat : 23477 (java) S 23468 23468 22042 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 411209451 15582937088 3156409 33554432000 4194304 4196468 140731945638944 140103529575776 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23478] ppid=23468 vsize=15217712 memory=920 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23478/stat : 23478 (java) S 23468 23468 22042 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 411209451 15582937088 3156409 33554432000 4194304 4196468 140731945638944 140103528523392 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23479] ppid=23468 vsize=15217712 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23479/stat : 23479 (java) S 23468 23468 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 411209454 15582937088 3156409 33554432000 4194304 4196468 140731945638944 140103527471696 140104388102043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23480] ppid=23468 vsize=15217712 memory=12625624 CPUtime=1.11 cores=1,3,5,7
/proc/23470/task/23480/stat : 23480 (java) S 23468 23468 22042 0 -1 1077944384 4944 0 0 0 110 1 0 0 20 0 16 0 411209454 15582937088 3156409 33554432000 4194304 4196468 140731945638944 140103526397792 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23481] ppid=23468 vsize=15217712 memory=1448 CPUtime=1.06 cores=1,3,5,7
/proc/23470/task/23481/stat : 23481 (java) S 23468 23468 22042 0 -1 1077944384 3752 0 0 0 106 0 0 0 20 0 16 0 411209454 15582937088 3156409 33554432000 4194304 4196468 140731945638944 140103525365744 140104388094594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23482] ppid=23468 vsize=15217712 memory=12625576 CPUtime=0.54 cores=1,3,5,7
/proc/23470/task/23482/stat : 23482 (java) S 23468 23468 22042 0 -1 1077944384 6777 0 0 0 53 1 0 0 20 0 16 0 411209454 15582937088 3156409 33554432000 4194304 4196468 140731945638944 140103524313024 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23483] ppid=23468 vsize=15217712 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23483/stat : 23483 (java) S 23468 23468 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 411209454 15582937088 3156409 33554432000 4194304 4196468 140731945638944 140103523260896 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23484] ppid=23468 vsize=15217712 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/23470/task/23484/stat : 23484 (java) S 23468 23468 22042 0 -1 1077944384 433 0 0 0 11 18 0 0 20 0 16 0 411209454 15582937088 3156409 33554432000 4194304 4196468 140731945638944 140103522208688 140104388094594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 34 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23617] ppid=23468 vsize=15217712 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23617/stat : 23617 (java) S 23468 23468 22042 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 16 0 411270323 15582937088 3156409 33554432000 4194304 4196468 140731945638944 140103513001536 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
Current children cumulated CPU time: 1806.04 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12627084 KiB

[startup+614.401 s]
/proc/loadavg: 7.43 7.18 6.64 6/235 23617
/proc/meminfo: memFree=14702368/32770624 swapFree=66940756/67108860
[pid=23468] ppid=23465 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23468/stat : 23468 (xcsp3-exec) S 23465 23468 22042 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411209448 115843072 362 33554432000 4194304 5098028 140731557830064 140731557828168 139763536495228 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 40075264 140731557831546 140731557831789 140731557831789 140731557834698 0
/proc/23468/statm: 28282 362 304 221 0 87 0
[pid=23470] ppid=23468 vsize=15217712 memory=12625644 CPUtime=1810.93 cores=1,3,5,7
/proc/23470/stat : 23470 (java) S 23468 23468 22042 0 -1 1077944320 530630 0 0 0 180276 817 0 0 20 0 16 0 411209448 15582937088 3156411 33554432000 4194304 4196468 140731945638944 140731945621488 140104388083447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
/proc/23470/statm: 3804428 3156411 3501 1 0 3765530 0
[pid=23470/tid=23471] ppid=23468 vsize=15217712 memory=11346748 CPUtime=149.64 cores=1,3,5,7
/proc/23470/task/23471/stat : 23471 (java) S 23468 23468 22042 0 -1 1077944384 30890 0 0 0 14917 47 0 0 20 0 16 0 411209449 15582937088 3156411 33554432000 4194304 4196468 140731945638944 140104392324128 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23472] ppid=23468 vsize=15217712 memory=11346748 CPUtime=398.3 cores=1,3,5,7
/proc/23470/task/23472/stat : 23472 (java) S 23468 23468 22042 0 -1 1077944384 78239 0 0 0 39660 170 0 0 20 0 16 0 411209449 15582937088 3156411 33554432000 4194304 4196468 140731945638944 140104324319632 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23473] ppid=23468 vsize=15217712 memory=0 CPUtime=398.9 cores=1,3,5,7
/proc/23470/task/23473/stat : 23473 (java) S 23468 23468 22042 0 -1 1077944384 133186 0 0 0 39704 186 0 0 20 0 16 0 411209449 15582937088 3156411 33554432000 4194304 4196468 140731945638944 140104323266832 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23474] ppid=23468 vsize=15217712 memory=-7745171780068671103 CPUtime=399.38 cores=1,3,5,7
/proc/23470/task/23474/stat : 23474 (java) S 23468 23468 22042 0 -1 1077944384 71833 0 0 0 39733 205 0 0 20 0 16 0 411209449 15582937088 3156411 33554432000 4194304 4196468 140731945638944 140104322214544 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23475] ppid=23468 vsize=15217712 memory=1448 CPUtime=398.96 cores=1,3,5,7
/proc/23470/task/23475/stat : 23475 (java) S 23468 23468 22042 0 -1 1077944384 88119 0 0 0 39710 186 0 0 20 0 16 0 411209449 15582937088 3156411 33554432000 4194304 4196468 140731945638944 140104321161744 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23476] ppid=23468 vsize=15217712 memory=3620 CPUtime=62.64 cores=1,3,5,7
/proc/23470/task/23476/stat : 23476 (java) R 23468 23468 22042 0 -1 4202560 111126 0 0 0 6254 10 0 0 20 0 16 0 411209451 15582937088 3156411 33554432000 4194304 4196468 140731945638944 140103530628176 140104373079940 0 0 0 16800975 0 0 0 -1 5 0 0 10 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23477] ppid=23468 vsize=15217712 memory=20977 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23477/stat : 23477 (java) S 23468 23468 22042 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 411209451 15582937088 3156411 33554432000 4194304 4196468 140731945638944 140103529575776 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23478] ppid=23468 vsize=15217712 memory=20999 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23478/stat : 23478 (java) S 23468 23468 22042 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 411209451 15582937088 3156411 33554432000 4194304 4196468 140731945638944 140103528523392 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23479] ppid=23468 vsize=15217712 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23479/stat : 23479 (java) S 23468 23468 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 411209454 15582937088 3156411 33554432000 4194304 4196468 140731945638944 140103527471696 140104388102043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23480] ppid=23468 vsize=15217712 memory=12625572 CPUtime=1.11 cores=1,3,5,7
/proc/23470/task/23480/stat : 23480 (java) S 23468 23468 22042 0 -1 1077944384 4944 0 0 0 110 1 0 0 20 0 16 0 411209454 15582937088 3156411 33554432000 4194304 4196468 140731945638944 140103526397792 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23481] ppid=23468 vsize=15217712 memory=111628 CPUtime=1.06 cores=1,3,5,7
/proc/23470/task/23481/stat : 23481 (java) S 23468 23468 22042 0 -1 1077944384 3752 0 0 0 106 0 0 0 20 0 16 0 411209454 15582937088 3156411 33554432000 4194304 4196468 140731945638944 140103525365504 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23482] ppid=23468 vsize=15217712 memory=800 CPUtime=0.54 cores=1,3,5,7
/proc/23470/task/23482/stat : 23482 (java) S 23468 23468 22042 0 -1 1077944384 6777 0 0 0 53 1 0 0 20 0 16 0 411209454 15582937088 3156411 33554432000 4194304 4196468 140731945638944 140103524313024 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23483] ppid=23468 vsize=15217712 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23483/stat : 23483 (java) S 23468 23468 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 411209454 15582937088 3156411 33554432000 4194304 4196468 140731945638944 140103523260896 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23484] ppid=23468 vsize=15217712 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/23470/task/23484/stat : 23484 (java) S 23468 23468 22042 0 -1 1077944384 433 0 0 0 11 18 0 0 20 0 16 0 411209454 15582937088 3156411 33554432000 4194304 4196468 140731945638944 140103522208688 140104388094594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 34 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23617] ppid=23468 vsize=15217712 memory=988 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23617/stat : 23617 (java) S 23468 23468 22042 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 16 0 411270323 15582937088 3156411 33554432000 4194304 4196468 140731945638944 140103513001536 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
Current children cumulated CPU time: 1810.93 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12627092 KiB

[startup+615.201 s]
/proc/loadavg: 7.43 7.18 6.64 6/235 23617
/proc/meminfo: memFree=14702368/32770624 swapFree=66940756/67108860
[pid=23468] ppid=23465 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23468/stat : 23468 (xcsp3-exec) S 23465 23468 22042 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411209448 115843072 362 33554432000 4194304 5098028 140731557830064 140731557828168 139763536495228 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 40075264 140731557831546 140731557831789 140731557831789 140731557834698 0
/proc/23468/statm: 28282 362 304 221 0 87 0
[pid=23470] ppid=23468 vsize=15217712 memory=12625776 CPUtime=1811.73 cores=1,3,5,7
/proc/23470/stat : 23470 (java) S 23468 23468 22042 0 -1 1077944320 530742 0 0 0 180356 817 0 0 20 0 16 0 411209448 15582937088 3156444 33554432000 4194304 4196468 140731945638944 140731945621488 140104388083447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
/proc/23470/statm: 3804428 3156444 3501 1 0 3765530 0
[pid=23470/tid=23471] ppid=23468 vsize=15217712 memory=1448 CPUtime=149.64 cores=1,3,5,7
/proc/23470/task/23471/stat : 23471 (java) S 23468 23468 22042 0 -1 1077944384 30890 0 0 0 14917 47 0 0 20 0 16 0 411209449 15582937088 3156444 33554432000 4194304 4196468 140731945638944 140104392324128 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23472] ppid=23468 vsize=15217712 memory=12625564 CPUtime=398.3 cores=1,3,5,7
/proc/23470/task/23472/stat : 23472 (java) S 23468 23468 22042 0 -1 1077944384 78239 0 0 0 39660 170 0 0 20 0 16 0 411209449 15582937088 3156444 33554432000 4194304 4196468 140731945638944 140104324319632 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23473] ppid=23468 vsize=15217712 memory=1532 CPUtime=398.9 cores=1,3,5,7
/proc/23470/task/23473/stat : 23473 (java) S 23468 23468 22042 0 -1 1077944384 133186 0 0 0 39704 186 0 0 20 0 16 0 411209449 15582937088 3156444 33554432000 4194304 4196468 140731945638944 140104323266832 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23474] ppid=23468 vsize=15217712 memory=1448 CPUtime=399.38 cores=1,3,5,7
/proc/23470/task/23474/stat : 23474 (java) S 23468 23468 22042 0 -1 1077944384 71833 0 0 0 39733 205 0 0 20 0 16 0 411209449 15582937088 3156444 33554432000 4194304 4196468 140731945638944 140104322214544 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23475] ppid=23468 vsize=15217712 memory=12625536 CPUtime=398.96 cores=1,3,5,7
/proc/23470/task/23475/stat : 23475 (java) S 23468 23468 22042 0 -1 1077944384 88119 0 0 0 39710 186 0 0 20 0 16 0 411209449 15582937088 3156444 33554432000 4194304 4196468 140731945638944 140104321161744 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23476] ppid=23468 vsize=15217712 memory=780 CPUtime=63.44 cores=1,3,5,7
/proc/23470/task/23476/stat : 23476 (java) R 23468 23468 22042 0 -1 4202560 111238 0 0 0 6334 10 0 0 20 0 16 0 411209451 15582937088 3156444 33554432000 4194304 4196468 140731945638944 140103530628176 140104373079854 0 0 0 16800975 0 0 0 -1 5 0 0 10 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23477] ppid=23468 vsize=15217712 memory=988 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23477/stat : 23477 (java) S 23468 23468 22042 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 411209451 15582937088 3156444 33554432000 4194304 4196468 140731945638944 140103529575776 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23478] ppid=23468 vsize=15217712 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23478/stat : 23478 (java) S 23468 23468 22042 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 411209451 15582937088 3156444 33554432000 4194304 4196468 140731945638944 140103528523392 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23479] ppid=23468 vsize=15217712 memory=1772 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23479/stat : 23479 (java) S 23468 23468 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 411209454 15582937088 3156444 33554432000 4194304 4196468 140731945638944 140103527471696 140104388102043 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23480] ppid=23468 vsize=15217712 memory=54 CPUtime=1.11 cores=1,3,5,7
/proc/23470/task/23480/stat : 23480 (java) S 23468 23468 22042 0 -1 1077944384 4944 0 0 0 110 1 0 0 20 0 16 0 411209454 15582937088 3156444 33554432000 4194304 4196468 140731945638944 140103526397792 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23481] ppid=23468 vsize=15217712 memory=0 CPUtime=1.06 cores=1,3,5,7
/proc/23470/task/23481/stat : 23481 (java) S 23468 23468 22042 0 -1 1077944384 3752 0 0 0 106 0 0 0 20 0 16 0 411209454 15582937088 3156444 33554432000 4194304 4196468 140731945638944 140103525365504 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23482] ppid=23468 vsize=15217712 memory=22 CPUtime=0.54 cores=1,3,5,7
/proc/23470/task/23482/stat : 23482 (java) S 23468 23468 22042 0 -1 1077944384 6777 0 0 0 53 1 0 0 20 0 16 0 411209454 15582937088 3156444 33554432000 4194304 4196468 140731945638944 140103524313024 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23483] ppid=23468 vsize=15217712 memory=12625644 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23483/stat : 23483 (java) S 23468 23468 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 411209454 15582937088 3156444 33554432000 4194304 4196468 140731945638944 140103523260896 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23484] ppid=23468 vsize=15217712 memory=11340 CPUtime=0.29 cores=1,3,5,7
/proc/23470/task/23484/stat : 23484 (java) S 23468 23468 22042 0 -1 1077944384 433 0 0 0 11 18 0 0 20 0 16 0 411209454 15582937088 3156444 33554432000 4194304 4196468 140731945638944 140103522208688 140104388094594 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 34 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23617] ppid=23468 vsize=15217712 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23617/stat : 23617 (java) S 23468 23468 22042 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 16 0 411270323 15582937088 3156444 33554432000 4194304 4196468 140731945638944 140103513001536 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
Current children cumulated CPU time: 1811.73 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12627224 KiB

[startup+615.601 s]
/proc/loadavg: 7.43 7.18 6.64 6/235 23617
/proc/meminfo: memFree=14702368/32770624 swapFree=66940756/67108860
[pid=23468] ppid=23465 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23468/stat : 23468 (xcsp3-exec) S 23465 23468 22042 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411209448 115843072 362 33554432000 4194304 5098028 140731557830064 140731557828168 139763536495228 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 40075264 140731557831546 140731557831789 140731557831789 140731557834698 0
/proc/23468/statm: 28282 362 304 221 0 87 0
[pid=23470] ppid=23468 vsize=15217712 memory=12625820 CPUtime=1812.13 cores=1,3,5,7
/proc/23470/stat : 23470 (java) S 23468 23468 22042 0 -1 1077944320 530779 0 0 0 180396 817 0 0 20 0 14 0 411209448 15582937088 3156455 33554432000 4194304 4196468 140731945638944 140731945621488 140104388083447 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
/proc/23470/statm: 3804428 3156455 3502 1 0 3765530 0
[pid=23470/tid=23471] ppid=23468 vsize=15217712 memory=1988 CPUtime=149.64 cores=1,3,5,7
/proc/23470/task/23471/stat : 23471 (java) S 23468 23468 22042 0 -1 1077944384 30890 0 0 0 14917 47 0 0 20 0 14 0 411209449 15582937088 3156455 33554432000 4194304 4196468 140731945638944 140104392326288 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23472] ppid=23468 vsize=15217712 memory=988 CPUtime=398.3 cores=1,3,5,7
/proc/23470/task/23472/stat : 23472 (java) S 23468 23468 22042 0 -1 1077944384 78239 0 0 0 39660 170 0 0 20 0 14 0 411209449 15582937088 3156455 33554432000 4194304 4196468 140731945638944 140104324319632 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23473] ppid=23468 vsize=15217712 memory=1428 CPUtime=398.9 cores=1,3,5,7
/proc/23470/task/23473/stat : 23473 (java) S 23468 23468 22042 0 -1 1077944384 133186 0 0 0 39704 186 0 0 20 0 14 0 411209449 15582937088 3156455 33554432000 4194304 4196468 140731945638944 140104323266832 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23474] ppid=23468 vsize=15217712 memory=6791534058613427641 CPUtime=399.38 cores=1,3,5,7
/proc/23470/task/23474/stat : 23474 (java) S 23468 23468 22042 0 -1 1077944384 71833 0 0 0 39733 205 0 0 20 0 14 0 411209449 15582937088 3156455 33554432000 4194304 4196468 140731945638944 140104322214544 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23475] ppid=23468 vsize=15217712 memory=1056 CPUtime=398.96 cores=1,3,5,7
/proc/23470/task/23475/stat : 23475 (java) S 23468 23468 22042 0 -1 1077944384 88119 0 0 0 39710 186 0 0 20 0 14 0 411209449 15582937088 3156455 33554432000 4194304 4196468 140731945638944 140104321161744 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23476] ppid=23468 vsize=15217712 memory=1556 CPUtime=63.83 cores=1,3,5,7
/proc/23470/task/23476/stat : 23476 (java) S 23468 23468 22042 0 -1 1077944384 111238 0 0 0 6373 10 0 0 20 0 14 0 411209451 15582937088 3156455 33554432000 4194304 4196468 140731945638944 140103530629952 140104388094594 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23477] ppid=23468 vsize=15217712 memory=11340 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23477/stat : 23477 (java) S 23468 23468 22042 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 14 0 411209451 15582937088 3156455 33554432000 4194304 4196468 140731945638944 140103529575776 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23478] ppid=23468 vsize=15217712 memory=5972 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23478/stat : 23478 (java) S 23468 23468 22042 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 14 0 411209451 15582937088 3156455 33554432000 4194304 4196468 140731945638944 140103528523392 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23479] ppid=23468 vsize=15217712 memory=624 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23479/stat : 23479 (java) S 23468 23468 22042 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 14 0 411209454 15582937088 3156455 33554432000 4194304 4196468 140731945638944 140103527471344 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23480] ppid=23468 vsize=15217712 memory=4004 CPUtime=1.11 cores=1,3,5,7
/proc/23470/task/23480/stat : 23480 (java) S 23468 23468 22042 0 -1 1077944384 4960 0 0 0 110 1 0 0 20 0 14 0 411209454 15582937088 3156455 33554432000 4194304 4196468 140731945638944 140103526399024 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23481] ppid=23468 vsize=15217712 memory=2832 CPUtime=1.06 cores=1,3,5,7
/proc/23470/task/23481/stat : 23481 (java) S 23468 23468 22042 0 -1 1077944384 3752 0 0 0 106 0 0 0 20 0 14 0 411209454 15582937088 3156455 33554432000 4194304 4196468 140731945638944 140103525365744 140104388094594 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23482] ppid=23468 vsize=15217712 memory=1532 CPUtime=0.54 cores=1,3,5,7
/proc/23470/task/23482/stat : 23482 (java) S 23468 23468 22042 0 -1 1077944384 6784 0 0 0 53 1 0 0 20 0 14 0 411209454 15582937088 3156455 33554432000 4194304 4196468 140731945638944 140103524313456 140104388094594 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
[pid=23470/tid=23483] ppid=23468 vsize=15217712 memory=1088 CPUtime=0 cores=1,3,5,7
/proc/23470/task/23483/stat : 23483 (java) S 23468 23468 22042 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 411209454 15582937088 3156455 33554432000 4194304 4196468 140731945638944 140103523260896 140104388093653 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13836288 140731945645039 140731945645210 140731945645210 140731945648079 0
Current children cumulated CPU time: 1812.13 s
Current children cumulated vsize: 15330840 KiB
Current children cumulated memory: 12627268 KiB

Child status: 1
Real time (s): 615.658
CPU time (s): 1812.2
CPU user time (s): 1803.97
CPU system time (s): 8.2306
CPU usage (%): 294.351
Max. virtual memory (cumulated for all children) (KiB): 15330840
Max. memory (cumulated for all children) (KiB): 12627268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1803.97
system time used= 8.2306
maximum resident set size= 12626052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 531364
page faults= 0
swaps= 0
block input operations= 0
block output operations= 832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23114
involuntary context switches= 41056


# summary of solver processes directly reported to runsolver:
#   pid: 23468
#   total CPU time (s): 1812.2
#   total CPU user time (s): 1803.97
#   total CPU system time (s): 8.2306

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.58994 second user time and 6.91646 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-13 06:41:10
IDJOB=4392918
IDBENCH=138482
IDSOLVER=2840
FILE ID=node149/4392918-1568349707
RUNJOBID= node149-1568346919-22074
PBS_JOBID= 21701170
Free space on /tmp= 57044 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-18.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-4392918-1568349707/watcher-4392918-1568349707 -o /tmp/evaluation-result-4392918-1568349707/solver-4392918-1568349707 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568346919-22074 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1754144939 HOME/instance-4392918-1568349707.xml

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

MD5SUM BENCH= 3f0141c7bb33af25d9039070b39091b8
RANDOM SEED=1754144939

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
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:        18481584 kB
MemAvailable:   19238204 kB
Buffers:          135956 kB
Cached:           917328 kB
SwapCached:        61400 kB
Active:         13054576 kB
Inactive:         654576 kB
Active(anon):   12623456 kB
Inactive(anon):    72352 kB
Active(file):     431120 kB
Inactive(file):   582224 kB
Unevictable:      111276 kB
Mlocked:          111276 kB
SwapTotal:      67108860 kB
SwapFree:       66940748 kB
Dirty:             26116 kB
Writeback:             0 kB
AnonPages:      12707464 kB
Mapped:            56344 kB
Shmem:             31184 kB
Slab:             147100 kB
SReclaimable:     118224 kB
SUnreclaim:        28876 kB
KernelStack:        3712 kB
PageTables:        30348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   13239948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12470272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 57020 MiB
End job on node149 at 2019-09-13 06:51:26