Trace number 4405944

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-24? 2208.54 719.577

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-02.xml
MD5SUMc67201b80d2f8cf37dc6fc32cd78d58c
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 benchmark422.969
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains85
Minimum domain size1165
Maximum domain size1263
Distribution of domain sizes[{"size":1165,"count":2},{"size":1166,"count":8},{"size":1167,"count":2},{"size":1168,"count":4},{"size":1169,"count":2},{"size":1170,"count":6},{"size":1171,"count":10},{"size":1172,"count":4},{"size":1173,"count":10},{"size":1174,"count":8},{"size":1176,"count":6},{"size":1178,"count":4},{"size":1179,"count":6},{"size":1180,"count":2},{"size":1181,"count":6},{"size":1182,"count":4},{"size":1183,"count":4},{"size":1185,"count":2},{"size":1186,"count":4},{"size":1187,"count":2},{"size":1188,"count":4},{"size":1191,"count":10},{"size":1192,"count":6},{"size":1193,"count":4},{"size":1194,"count":6},"...",{"size":1236,"count":8}, {"size":1237,"count":4}, {"size":1239,"count":6}, {"size":1240,"count":8}, {"size":1241,"count":12}, {"size":1242,"count":2}, {"size":1243,"count":6}, {"size":1244,"count":8}, {"size":1245,"count":8}, {"size":1247,"count":2}, {"size":1248,"count":6}, {"size":1250,"count":4}, {"size":1251,"count":6}, {"size":1252,"count":2}, {"size":1253,"count":6}, {"size":1254,"count":6}, {"size":1255,"count":2}, {"size":1256,"count":10}, {"size":1257,"count":4}, {"size":1258,"count":2}, {"size":1259,"count":4}, {"size":1260,"count":2}, {"size":1261,"count":4}, {"size":1262,"count":2}, {"size":1263,"count":4}]
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-4405944-1569412801.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4405944-1569412801.xml, -tl, 2520s, -p, 1]
0.13/0.22	c simple solver
0.34/0.28	c parse instance...
2186.61/712.75	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
2186.61/712.75		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression$$Lambda$149/1587819720.get$Lambda(Unknown Source)
2186.61/712.75		at java.lang.invoke.LambdaForm$DMH/1072591677.invokeStatic_L_L(LambdaForm$DMH)
2186.61/712.75		at java.lang.invoke.LambdaForm$MH/284720968.linkToTargetMethod(LambdaForm$MH)
2186.61/712.75		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:125)
2186.61/712.75		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
2186.61/712.75		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:137)
2186.61/712.75		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
2186.61/712.75		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/1690859824.valid(Unknown Source)
2186.61/712.75		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
2186.61/712.75		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
2186.61/712.75		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
2186.61/712.75		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
2186.61/712.75		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
2186.61/712.75		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
2186.61/712.75		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
2186.61/712.75		at org.xcsp.parser.XCallbacks$$Lambda$89/770911223.accept(Unknown Source)
2186.61/712.75		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2186.61/712.75		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2186.61/712.75		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
2186.61/712.75		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
2186.61/712.75		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
2186.61/712.75		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
2186.61/712.76		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
2186.61/712.76		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
2186.61/712.76		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
2186.61/712.76		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
2186.61/712.76		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
2186.61/712.76		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
2208.46/719.51	s UNKNOWN
2208.46/719.51	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 (10337 MiB free)
  memory of node 1: 16384 MiB (15153 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4405944-1569412801/watcher-4405944-1569412801 -o /tmp/evaluation-result-4405944-1569412801/solver-4405944-1569412801 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1569404094-19798 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 374281294 HOME/instance-4405944-1569412801.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
Current StackSize limit: 8192 KiB

solver pid=20790, runsolver pid=20787

[startup+0.100058 s]*
/proc/loadavg: 1.37 1.59 1.66 4/228 20806
/proc/meminfo: memFree=26087604/32770624 swapFree=66999820/67108860
[pid=20790] ppid=20787 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/20790/stat : 20790 (xcsp3-exec) S 20787 20790 19767 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517534036 115843072 363 33554432000 4194304 5098028 140733305661648 140733305659752 140705957352060 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 14102528 140733305664379 140733305664621 140733305664621 140733305667530 0
/proc/20790/statm: 28282 363 304 221 0 87 0
[pid=20792] ppid=20790 vsize=15144776 memory=28904 CPUtime=0.13 cores=0,2,4,6
/proc/20792/stat : 20792 (java) S 20790 20790 19767 0 -1 1077944320 5702 0 0 0 12 1 0 0 20 0 15 0 517534036 15508250624 7226 33554432000 4194304 4196468 140730821285472 140730821268016 139686281821943 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
/proc/20792/statm: 3786194 7226 3148 1 0 3748377 0
[pid=20792/tid=20793] ppid=20790 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/20792/task/20793/stat : 20793 (java) R 20790 20790 19767 0 -1 4202560 3569 0 0 0 8 1 0 0 20 0 15 0 517534037 15508250624 7226 33554432000 4194304 4196468 140730821285472 139686286053088 139685909364289 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20794] ppid=20790 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20794/stat : 20794 (java) S 20790 20790 19767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517534037 15508250624 7226 33554432000 4194304 4196468 140730821285472 139686234442896 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20795] ppid=20790 vsize=15144776 memory=140718626186456 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20795/stat : 20795 (java) S 20790 20790 19767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517534037 15508250624 7226 33554432000 4194304 4196468 140730821285472 139686233390096 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20796] ppid=20790 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20796/stat : 20796 (java) S 20790 20790 19767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517534037 15508250624 7226 33554432000 4194304 4196468 140730821285472 139686232337296 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20797] ppid=20790 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20797/stat : 20797 (java) S 20790 20790 19767 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517534037 15508250624 7226 33554432000 4194304 4196468 140730821285472 139686231284496 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20798] ppid=20790 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20798/stat : 20798 (java) S 20790 20790 19767 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517534039 15508250624 7226 33554432000 4194304 4196468 140730821285472 139685749811568 139686281833090 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20799] ppid=20790 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20799/stat : 20799 (java) S 20790 20790 19767 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517534039 15508250624 7226 33554432000 4194304 4196468 140730821285472 139685748757536 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20800] ppid=20790 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20800/stat : 20800 (java) S 20790 20790 19767 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517534040 15508250624 7226 33554432000 4194304 4196468 140730821285472 139685747704688 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20801] ppid=20790 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20801/stat : 20801 (java) S 20790 20790 19767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517534042 15508250624 7226 33554432000 4194304 4196468 140730821285472 139685746653008 139686281840539 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20802] ppid=20790 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20802/stat : 20802 (java) S 20790 20790 19767 0 -1 1077944384 458 0 0 0 0 0 0 0 20 0 15 0 517534042 15508250624 7226 33554432000 4194304 4196468 140730821285472 139685745601392 139686281833090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20803] ppid=20790 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20803/stat : 20803 (java) S 20790 20790 19767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517534042 15508250624 7226 33554432000 4194304 4196468 140730821285472 139685744548592 139686281833090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20804] ppid=20790 vsize=15144776 memory=140718626166400 CPUtime=0.02 cores=0,2,4,6
/proc/20792/task/20804/stat : 20804 (java) R 20790 20790 19767 0 -1 4202560 369 0 0 0 2 0 0 0 20 0 15 0 517534042 15508250624 7226 33554432000 4194304 4196468 140730821285472 139685743495632 139686281822608 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20805] ppid=20790 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20805/stat : 20805 (java) S 20790 20790 19767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517534042 15508250624 7226 33554432000 4194304 4196468 140730821285472 139685742443232 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20806] ppid=20790 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20806/stat : 20806 (java) S 20790 20790 19767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517534042 15508250624 7226 33554432000 4194304 4196468 140730821285472 139685741390512 139686281833090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30356 KiB

[startup+0.210722 s]*
/proc/loadavg: 1.37 1.59 1.66 4/228 20806
/proc/meminfo: memFree=26074600/32770624 swapFree=66999820/67108860
[pid=20790] ppid=20787 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/20790/stat : 20790 (xcsp3-exec) S 20787 20790 19767 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517534036 115843072 363 33554432000 4194304 5098028 140733305661648 140733305659752 140705957352060 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 14102528 140733305664379 140733305664621 140733305664621 140733305667530 0
/proc/20790/statm: 28282 363 304 221 0 87 0
[pid=20792] ppid=20790 vsize=15144776 memory=40860 CPUtime=0.34 cores=0,2,4,6
/proc/20792/stat : 20792 (java) S 20790 20790 19767 0 -1 1077944320 9463 0 0 0 31 3 0 0 20 0 15 0 517534036 15508250624 10215 33554432000 4194304 4196468 140730821285472 140730821268016 139686281821943 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
/proc/20792/statm: 3786194 10215 3304 1 0 3748377 0
[pid=20792/tid=20793] ppid=20790 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/20792/task/20793/stat : 20793 (java) R 20790 20790 19767 0 -1 4202560 6615 0 0 0 18 2 0 0 20 0 15 0 517534037 15508250624 10215 33554432000 4194304 4196468 140730821285472 139686286055728 139686281833878 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20794] ppid=20790 vsize=15144776 memory=2669799 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20794/stat : 20794 (java) S 20790 20790 19767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517534037 15508250624 10215 33554432000 4194304 4196468 140730821285472 139686234442896 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20795] ppid=20790 vsize=15144776 memory=288371094777878144 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20795/stat : 20795 (java) S 20790 20790 19767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517534037 15508250624 10215 33554432000 4194304 4196468 140730821285472 139686233390096 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20796] ppid=20790 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20796/stat : 20796 (java) S 20790 20790 19767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517534037 15508250624 10215 33554432000 4194304 4196468 140730821285472 139686232337296 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20797] ppid=20790 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20797/stat : 20797 (java) S 20790 20790 19767 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517534037 15508250624 10215 33554432000 4194304 4196468 140730821285472 139686231284496 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20798] ppid=20790 vsize=15144776 memory=140718626166400 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20798/stat : 20798 (java) S 20790 20790 19767 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517534039 15508250624 10215 33554432000 4194304 4196468 140730821285472 139685749811568 139686281833090 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20799] ppid=20790 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20799/stat : 20799 (java) S 20790 20790 19767 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517534039 15508250624 10215 33554432000 4194304 4196468 140730821285472 139685748757536 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20800] ppid=20790 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20800/stat : 20800 (java) S 20790 20790 19767 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517534040 15508250624 10215 33554432000 4194304 4196468 140730821285472 139685747704688 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20801] ppid=20790 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20801/stat : 20801 (java) S 20790 20790 19767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517534042 15508250624 10215 33554432000 4194304 4196468 140730821285472 139685746653008 139686281840539 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20802] ppid=20790 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/20792/task/20802/stat : 20802 (java) R 20790 20790 19767 0 -1 1077944384 729 0 0 0 3 0 0 0 20 0 15 0 517534042 15508250624 10215 33554432000 4194304 4196468 140730821285472 139685745601392 139686281833090 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20803] ppid=20790 vsize=15144776 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/20792/task/20803/stat : 20803 (java) S 20790 20790 19767 0 -1 1077944384 43 0 0 0 1 0 0 0 20 0 15 0 517534042 15508250624 10215 33554432000 4194304 4196468 140730821285472 139685744548592 139686281833090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20804] ppid=20790 vsize=15144776 memory=140718626166400 CPUtime=0.08 cores=0,2,4,6
/proc/20792/task/20804/stat : 20804 (java) R 20790 20790 19767 0 -1 4202560 772 0 0 0 8 0 0 0 20 0 15 0 517534042 15508250624 10215 33554432000 4194304 4196468 140730821285472 139685743495792 139686260469616 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20805] ppid=20790 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20805/stat : 20805 (java) S 20790 20790 19767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517534042 15508250624 10215 33554432000 4194304 4196468 140730821285472 139685742443232 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20806] ppid=20790 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20806/stat : 20806 (java) S 20790 20790 19767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517534042 15508250624 10215 33554432000 4194304 4196468 140730821285472 139685741390512 139686281833090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42312 KiB

[startup+0.310541 s]*
/proc/loadavg: 1.37 1.59 1.66 5/228 20806
/proc/meminfo: memFree=26066568/32770624 swapFree=66999820/67108860
[pid=20790] ppid=20787 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/20790/stat : 20790 (xcsp3-exec) S 20787 20790 19767 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517534036 115843072 363 33554432000 4194304 5098028 140733305661648 140733305659752 140705957352060 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 14102528 140733305664379 140733305664621 140733305664621 140733305667530 0
/proc/20790/statm: 28282 363 304 221 0 87 0
[pid=20792] ppid=20790 vsize=15149032 memory=50316 CPUtime=0.53 cores=0,2,4,6
/proc/20792/stat : 20792 (java) S 20790 20790 19767 0 -1 1077944320 10897 0 0 0 49 4 0 0 20 0 15 0 517534036 15512608768 12579 33554432000 4194304 4196468 140730821285472 140730821268016 139686281821943 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
/proc/20792/statm: 3787258 12579 3370 1 0 3748377 0
[pid=20792/tid=20793] ppid=20790 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/20792/task/20793/stat : 20793 (java) R 20790 20790 19767 0 -1 4202560 7827 0 0 0 27 3 0 0 20 0 15 0 517534037 15512608768 12579 33554432000 4194304 4196468 140730821285472 139686286048560 139686281843869 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20794] ppid=20790 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20794/stat : 20794 (java) S 20790 20790 19767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517534037 15512608768 12579 33554432000 4194304 4196468 140730821285472 139686234442896 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20795] ppid=20790 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20795/stat : 20795 (java) S 20790 20790 19767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517534037 15512608768 12579 33554432000 4194304 4196468 140730821285472 139686233390096 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20796] ppid=20790 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20796/stat : 20796 (java) S 20790 20790 19767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517534037 15512608768 12579 33554432000 4194304 4196468 140730821285472 139686232337296 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20797] ppid=20790 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20797/stat : 20797 (java) S 20790 20790 19767 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517534037 15512608768 12579 33554432000 4194304 4196468 140730821285472 139686231284496 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20798] ppid=20790 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20798/stat : 20798 (java) S 20790 20790 19767 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517534039 15512608768 12579 33554432000 4194304 4196468 140730821285472 139685749811568 139686281833090 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20799] ppid=20790 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20799/stat : 20799 (java) S 20790 20790 19767 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517534039 15512608768 12579 33554432000 4194304 4196468 140730821285472 139685748757536 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20800] ppid=20790 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20800/stat : 20800 (java) S 20790 20790 19767 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517534040 15512608768 12579 33554432000 4194304 4196468 140730821285472 139685747704688 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20801] ppid=20790 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20801/stat : 20801 (java) S 20790 20790 19767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517534042 15512608768 12579 33554432000 4194304 4196468 140730821285472 139685746653008 139686281840539 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20802] ppid=20790 vsize=15149032 memory=7827413994055111515 CPUtime=0.06 cores=0,2,4,6
/proc/20792/task/20802/stat : 20802 (java) S 20790 20790 19767 0 -1 1077944384 820 0 0 0 6 0 0 0 20 0 15 0 517534042 15512608768 12579 33554432000 4194304 4196468 140730821285472 139685745601392 139686281833090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20803] ppid=20790 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/20792/task/20803/stat : 20803 (java) S 20790 20790 19767 0 -1 1077944384 70 0 0 0 3 0 0 0 20 0 15 0 517534042 15512608768 12579 33554432000 4194304 4196468 140730821285472 139685744548592 139686281833090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20804] ppid=20790 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/20792/task/20804/stat : 20804 (java) S 20790 20790 19767 0 -1 1077944384 877 0 0 0 12 0 0 0 20 0 15 0 517534042 15512608768 12579 33554432000 4194304 4196468 140730821285472 139685743495792 139686281833090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20805] ppid=20790 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20805/stat : 20805 (java) S 20790 20790 19767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517534042 15512608768 12579 33554432000 4194304 4196468 140730821285472 139685742443232 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20806] ppid=20790 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20806/stat : 20806 (java) S 20790 20790 19767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517534042 15512608768 12579 33554432000 4194304 4196468 140730821285472 139685741390512 139686281833090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51768 KiB

[startup+0.708178 s]
/proc/loadavg: 1.37 1.59 1.66 5/228 20806
/proc/meminfo: memFree=26042728/32770624 swapFree=66999820/67108860
[pid=20790] ppid=20787 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/20790/stat : 20790 (xcsp3-exec) S 20787 20790 19767 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517534036 115843072 363 33554432000 4194304 5098028 140733305661648 140733305659752 140705957352060 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 14102528 140733305664379 140733305664621 140733305664621 140733305667530 0
/proc/20790/statm: 28282 363 304 221 0 87 0
[pid=20792] ppid=20790 vsize=15151156 memory=106488 CPUtime=1.8 cores=0,2,4,6
/proc/20792/stat : 20792 (java) S 20790 20790 19767 0 -1 1077944320 15181 0 0 0 174 6 0 0 20 0 15 0 517534036 15514783744 26622 33554432000 4194304 4196468 140730821285472 140730821268016 139686281821943 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
/proc/20792/statm: 3787789 26622 3447 1 0 3748889 0
[pid=20792/tid=20793] ppid=20790 vsize=15151156 memory=-3704326594973231466 CPUtime=0.69 cores=0,2,4,6
/proc/20792/task/20793/stat : 20793 (java) R 20790 20790 19767 0 -1 4202560 9019 0 0 0 65 4 0 0 20 0 15 0 517534037 15514783744 26622 33554432000 4194304 4196468 140730821285472 139686286056976 139685913428993 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20794] ppid=20790 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20794/stat : 20794 (java) S 20790 20790 19767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517534037 15514783744 26622 33554432000 4194304 4196468 140730821285472 139686234442896 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20795] ppid=20790 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20795/stat : 20795 (java) S 20790 20790 19767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517534037 15514783744 26622 33554432000 4194304 4196468 140730821285472 139686233390096 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20796] ppid=20790 vsize=15151156 memory=772 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20796/stat : 20796 (java) S 20790 20790 19767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517534037 15514783744 26622 33554432000 4194304 4196468 140730821285472 139686232337296 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20797] ppid=20790 vsize=15151156 memory=3648 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20797/stat : 20797 (java) S 20790 20790 19767 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517534037 15514783744 26622 33554432000 4194304 4196468 140730821285472 139686231284496 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20798] ppid=20790 vsize=15151156 memory=948 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20798/stat : 20798 (java) S 20790 20790 19767 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517534039 15514783744 26622 33554432000 4194304 4196468 140730821285472 139685749811568 139686281833090 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20799] ppid=20790 vsize=15151156 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20799/stat : 20799 (java) S 20790 20790 19767 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517534039 15514783744 26622 33554432000 4194304 4196468 140730821285472 139685748757536 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20800] ppid=20790 vsize=15151156 memory=9588 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20800/stat : 20800 (java) S 20790 20790 19767 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517534040 15514783744 26622 33554432000 4194304 4196468 140730821285472 139685747704688 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20801] ppid=20790 vsize=15151156 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20801/stat : 20801 (java) S 20790 20790 19767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517534042 15514783744 26622 33554432000 4194304 4196468 140730821285472 139685746653008 139686281840539 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20802] ppid=20790 vsize=15151156 memory=628 CPUtime=0.37 cores=0,2,4,6
/proc/20792/task/20802/stat : 20802 (java) R 20790 20790 19767 0 -1 4202560 1759 0 0 0 37 0 0 0 20 0 15 0 517534042 15514783744 26622 33554432000 4194304 4196468 140730821285472 139685745599792 139686260992662 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20803] ppid=20790 vsize=15151156 memory=1056 CPUtime=0.36 cores=0,2,4,6
/proc/20792/task/20803/stat : 20803 (java) R 20790 20790 19767 0 -1 4202560 1130 0 0 0 36 0 0 0 20 0 15 0 517534042 15514783744 26622 33554432000 4194304 4196468 140730821285472 139685744541616 139686266706384 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20804] ppid=20790 vsize=15151156 memory=1716 CPUtime=0.35 cores=0,2,4,6
/proc/20792/task/20804/stat : 20804 (java) R 20790 20790 19767 0 -1 1077944384 1966 0 0 0 35 0 0 0 20 0 15 0 517534042 15514783744 26622 33554432000 4194304 4196468 140730821285472 139685743495792 139686281833090 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20805] ppid=20790 vsize=15151156 memory=6244 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20805/stat : 20805 (java) S 20790 20790 19767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517534042 15514783744 26622 33554432000 4194304 4196468 140730821285472 139685742443232 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20806] ppid=20790 vsize=15151156 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20806/stat : 20806 (java) S 20790 20790 19767 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517534042 15514783744 26622 33554432000 4194304 4196468 140730821285472 139685741390512 139686281833090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 107940 KiB

[startup+1.50164 s]
/proc/loadavg: 1.37 1.59 1.66 3/228 20806
/proc/meminfo: memFree=25905516/32770624 swapFree=66999820/67108860
[pid=20790] ppid=20787 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/20790/stat : 20790 (xcsp3-exec) S 20787 20790 19767 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517534036 115843072 363 33554432000 4194304 5098028 140733305661648 140733305659752 140705957352060 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 14102528 140733305664379 140733305664621 140733305664621 140733305667530 0
/proc/20790/statm: 28282 363 304 221 0 87 0

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

/proc/20792/task/20794/stat : 20794 (java) S 20790 20790 19767 0 -1 1077944384 83268 0 0 0 49350 159 0 0 20 0 16 0 517534037 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139686234442896 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20795] ppid=20790 vsize=15217720 memory=2024 CPUtime=496.7 cores=0,2,4,6
/proc/20792/task/20795/stat : 20795 (java) S 20790 20790 19767 0 -1 1077944384 77432 0 0 0 49492 178 0 0 20 0 16 0 517534037 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139686233390096 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20796] ppid=20790 vsize=15217720 memory=12760084 CPUtime=496.97 cores=0,2,4,6
/proc/20792/task/20796/stat : 20796 (java) S 20790 20790 19767 0 -1 1077944384 105066 0 0 0 49533 164 0 0 20 0 16 0 517534037 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139686232337296 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20797] ppid=20790 vsize=15217720 memory=928 CPUtime=496.79 cores=0,2,4,6
/proc/20792/task/20797/stat : 20797 (java) S 20790 20790 19767 0 -1 1077944384 72678 0 0 0 49512 167 0 0 20 0 16 0 517534037 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139686231284496 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20798] ppid=20790 vsize=15217720 memory=928 CPUtime=73.22 cores=0,2,4,6
/proc/20792/task/20798/stat : 20798 (java) R 20790 20790 19767 0 -1 4202560 123742 0 0 0 7306 16 0 0 20 0 16 0 517534039 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685749810112 139686266818324 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20799] ppid=20790 vsize=15217720 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20799/stat : 20799 (java) S 20790 20790 19767 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 517534039 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685748757600 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20800] ppid=20790 vsize=15217720 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20800/stat : 20800 (java) S 20790 20790 19767 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 517534040 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685747704704 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20801] ppid=20790 vsize=15217720 memory=860 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20801/stat : 20801 (java) S 20790 20790 19767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517534042 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685746653008 139686281840539 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20802] ppid=20790 vsize=15217720 memory=-3622645143214314312 CPUtime=1.05 cores=0,2,4,6
/proc/20792/task/20802/stat : 20802 (java) S 20790 20790 19767 0 -1 1077944384 4129 0 0 0 104 1 0 0 20 0 16 0 517534042 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685745601440 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20803] ppid=20790 vsize=15217720 memory=4100 CPUtime=1.01 cores=0,2,4,6
/proc/20792/task/20803/stat : 20803 (java) S 20790 20790 19767 0 -1 1077944384 3188 0 0 0 101 0 0 0 20 0 16 0 517534042 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685744548640 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20804] ppid=20790 vsize=15217720 memory=1804 CPUtime=0.54 cores=0,2,4,6
/proc/20792/task/20804/stat : 20804 (java) S 20790 20790 19767 0 -1 1077944384 5382 0 0 0 53 1 0 0 20 0 16 0 517534042 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685743495552 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20805] ppid=20790 vsize=15217720 memory=916 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20805/stat : 20805 (java) S 20790 20790 19767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517534042 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685742443232 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20806] ppid=20790 vsize=15217720 memory=6791534058613427641 CPUtime=0.56 cores=0,2,4,6
/proc/20792/task/20806/stat : 20806 (java) S 20790 20790 19767 0 -1 1077944384 615 0 0 0 26 30 0 0 20 0 16 0 517534042 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685741390512 139686281833090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20980] ppid=20790 vsize=15217720 memory=2592 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20980/stat : 20980 (java) S 20790 20790 19767 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 517605312 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685732412736 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
Current children cumulated CPU time: 2207.36 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12761536 KiB

[startup+719.201 s]
/proc/loadavg: 4.73 4.01 2.86 3/230 20980
/proc/meminfo: memFree=13314868/32770624 swapFree=66999824/67108860
[pid=20790] ppid=20787 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/20790/stat : 20790 (xcsp3-exec) S 20787 20790 19767 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517534036 115843072 363 33554432000 4194304 5098028 140733305661648 140733305659752 140705957352060 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 14102528 140733305664379 140733305664621 140733305664621 140733305667530 0
/proc/20790/statm: 28282 363 304 221 0 87 0
[pid=20792] ppid=20790 vsize=15217720 memory=12760084 CPUtime=2208.16 cores=0,2,4,6
/proc/20792/stat : 20792 (java) S 20790 20790 19767 0 -1 1077944320 510189 0 0 0 220073 743 0 0 20 0 16 0 517534036 15582945280 3190021 33554432000 4194304 4196468 140730821285472 140730821268016 139686281821943 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
/proc/20792/statm: 3804430 3190021 3502 1 0 3765530 0
[pid=20792/tid=20793] ppid=20790 vsize=15217720 memory=772 CPUtime=145.34 cores=0,2,4,6
/proc/20792/task/20793/stat : 20793 (java) S 20790 20790 19767 0 -1 1077944384 33360 0 0 0 14486 48 0 0 20 0 16 0 517534037 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139686286062624 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20794] ppid=20790 vsize=15217720 memory=6791534058613427641 CPUtime=495.09 cores=0,2,4,6
/proc/20792/task/20794/stat : 20794 (java) S 20790 20790 19767 0 -1 1077944384 83268 0 0 0 49350 159 0 0 20 0 16 0 517534037 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139686234442896 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20795] ppid=20790 vsize=15217720 memory=12760084 CPUtime=496.7 cores=0,2,4,6
/proc/20792/task/20795/stat : 20795 (java) S 20790 20790 19767 0 -1 1077944384 77432 0 0 0 49492 178 0 0 20 0 16 0 517534037 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139686233390096 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20796] ppid=20790 vsize=15217720 memory=1760 CPUtime=496.97 cores=0,2,4,6
/proc/20792/task/20796/stat : 20796 (java) S 20790 20790 19767 0 -1 1077944384 105066 0 0 0 49533 164 0 0 20 0 16 0 517534037 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139686232337296 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20797] ppid=20790 vsize=15217720 memory=111632 CPUtime=496.79 cores=0,2,4,6
/proc/20792/task/20797/stat : 20797 (java) S 20790 20790 19767 0 -1 1077944384 72678 0 0 0 49512 167 0 0 20 0 16 0 517534037 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139686231284496 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20798] ppid=20790 vsize=15217720 memory=12760084 CPUtime=74.02 cores=0,2,4,6
/proc/20792/task/20798/stat : 20798 (java) R 20790 20790 19767 0 -1 4202560 123742 0 0 0 7386 16 0 0 20 0 16 0 517534039 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685749810112 139686266818367 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20799] ppid=20790 vsize=15217720 memory=3624 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20799/stat : 20799 (java) S 20790 20790 19767 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 517534039 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685748757600 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20800] ppid=20790 vsize=15217720 memory=55520 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20800/stat : 20800 (java) S 20790 20790 19767 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 517534040 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685747704704 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20801] ppid=20790 vsize=15217720 memory=984 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20801/stat : 20801 (java) S 20790 20790 19767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517534042 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685746653008 139686281840539 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20802] ppid=20790 vsize=15217720 memory=928 CPUtime=1.05 cores=0,2,4,6
/proc/20792/task/20802/stat : 20802 (java) S 20790 20790 19767 0 -1 1077944384 4129 0 0 0 104 1 0 0 20 0 16 0 517534042 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685745601440 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20803] ppid=20790 vsize=15217720 memory=1728 CPUtime=1.01 cores=0,2,4,6
/proc/20792/task/20803/stat : 20803 (java) S 20790 20790 19767 0 -1 1077944384 3188 0 0 0 101 0 0 0 20 0 16 0 517534042 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685744548640 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20804] ppid=20790 vsize=15217720 memory=1448 CPUtime=0.54 cores=0,2,4,6
/proc/20792/task/20804/stat : 20804 (java) S 20790 20790 19767 0 -1 1077944384 5382 0 0 0 53 1 0 0 20 0 16 0 517534042 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685743495552 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20805] ppid=20790 vsize=15217720 memory=860 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20805/stat : 20805 (java) S 20790 20790 19767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517534042 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685742443232 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20806] ppid=20790 vsize=15217720 memory=1980 CPUtime=0.56 cores=0,2,4,6
/proc/20792/task/20806/stat : 20806 (java) S 20790 20790 19767 0 -1 1077944384 615 0 0 0 26 30 0 0 20 0 16 0 517534042 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685741390512 139686281833090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20980] ppid=20790 vsize=15217720 memory=628 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20980/stat : 20980 (java) S 20790 20790 19767 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 517605312 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685732412736 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
Current children cumulated CPU time: 2208.16 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12761536 KiB

[startup+719.401 s]
/proc/loadavg: 4.73 4.01 2.86 3/230 20980
/proc/meminfo: memFree=13314868/32770624 swapFree=66999824/67108860
[pid=20790] ppid=20787 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/20790/stat : 20790 (xcsp3-exec) S 20787 20790 19767 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517534036 115843072 363 33554432000 4194304 5098028 140733305661648 140733305659752 140705957352060 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 14102528 140733305664379 140733305664621 140733305664621 140733305667530 0
/proc/20790/statm: 28282 363 304 221 0 87 0
[pid=20792] ppid=20790 vsize=15217720 memory=12760084 CPUtime=2208.36 cores=0,2,4,6
/proc/20792/stat : 20792 (java) S 20790 20790 19767 0 -1 1077944320 510189 0 0 0 220093 743 0 0 20 0 16 0 517534036 15582945280 3190021 33554432000 4194304 4196468 140730821285472 140730821268016 139686281821943 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
/proc/20792/statm: 3804430 3190021 3502 1 0 3765530 0
[pid=20792/tid=20793] ppid=20790 vsize=15217720 memory=6244 CPUtime=145.34 cores=0,2,4,6
/proc/20792/task/20793/stat : 20793 (java) S 20790 20790 19767 0 -1 1077944384 33360 0 0 0 14486 48 0 0 20 0 16 0 517534037 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139686286062624 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20794] ppid=20790 vsize=15217720 memory=14012 CPUtime=495.09 cores=0,2,4,6
/proc/20792/task/20794/stat : 20794 (java) S 20790 20790 19767 0 -1 1077944384 83268 0 0 0 49350 159 0 0 20 0 16 0 517534037 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139686234442896 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20795] ppid=20790 vsize=15217720 memory=12760084 CPUtime=496.7 cores=0,2,4,6
/proc/20792/task/20795/stat : 20795 (java) S 20790 20790 19767 0 -1 1077944384 77432 0 0 0 49492 178 0 0 20 0 16 0 517534037 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139686233390096 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20796] ppid=20790 vsize=15217720 memory=281436994952128 CPUtime=496.97 cores=0,2,4,6
/proc/20792/task/20796/stat : 20796 (java) S 20790 20790 19767 0 -1 1077944384 105066 0 0 0 49533 164 0 0 20 0 16 0 517534037 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139686232337296 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20797] ppid=20790 vsize=15217720 memory=8309249750248296595 CPUtime=496.79 cores=0,2,4,6
/proc/20792/task/20797/stat : 20797 (java) S 20790 20790 19767 0 -1 1077944384 72678 0 0 0 49512 167 0 0 20 0 16 0 517534037 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139686231284496 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20798] ppid=20790 vsize=15217720 memory=5941180683805693078 CPUtime=74.22 cores=0,2,4,6
/proc/20792/task/20798/stat : 20798 (java) R 20790 20790 19767 0 -1 4202560 123742 0 0 0 7406 16 0 0 20 0 16 0 517534039 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685749810112 139686266279563 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20799] ppid=20790 vsize=15217720 memory=-8911979732520888951 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20799/stat : 20799 (java) S 20790 20790 19767 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 517534039 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685748757600 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20800] ppid=20790 vsize=15217720 memory=-7158305248479503162 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20800/stat : 20800 (java) S 20790 20790 19767 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 517534040 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685747704704 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20801] ppid=20790 vsize=15217720 memory=7588711883546996113 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20801/stat : 20801 (java) S 20790 20790 19767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517534042 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685746653008 139686281840539 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20802] ppid=20790 vsize=15217720 memory=6791534058613427641 CPUtime=1.05 cores=0,2,4,6
/proc/20792/task/20802/stat : 20802 (java) S 20790 20790 19767 0 -1 1077944384 4129 0 0 0 104 1 0 0 20 0 16 0 517534042 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685745601440 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20803] ppid=20790 vsize=15217720 memory=1452 CPUtime=1.01 cores=0,2,4,6
/proc/20792/task/20803/stat : 20803 (java) S 20790 20790 19767 0 -1 1077944384 3188 0 0 0 101 0 0 0 20 0 16 0 517534042 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685744548640 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20804] ppid=20790 vsize=15217720 memory=12760060 CPUtime=0.54 cores=0,2,4,6
/proc/20792/task/20804/stat : 20804 (java) S 20790 20790 19767 0 -1 1077944384 5382 0 0 0 53 1 0 0 20 0 16 0 517534042 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685743495552 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20805] ppid=20790 vsize=15217720 memory=2552 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20805/stat : 20805 (java) S 20790 20790 19767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517534042 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685742443232 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20806] ppid=20790 vsize=15217720 memory=984 CPUtime=0.56 cores=0,2,4,6
/proc/20792/task/20806/stat : 20806 (java) S 20790 20790 19767 0 -1 1077944384 615 0 0 0 26 30 0 0 20 0 16 0 517534042 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685741390512 139686281833090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20980] ppid=20790 vsize=15217720 memory=2024 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20980/stat : 20980 (java) S 20790 20790 19767 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 517605312 15582945280 3190021 33554432000 4194304 4196468 140730821285472 139685732412736 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
Current children cumulated CPU time: 2208.36 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12761536 KiB

[startup+719.501 s]
/proc/loadavg: 4.73 4.01 2.86 3/230 20980
/proc/meminfo: memFree=13314868/32770624 swapFree=66999824/67108860
[pid=20790] ppid=20787 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/20790/stat : 20790 (xcsp3-exec) S 20787 20790 19767 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517534036 115843072 363 33554432000 4194304 5098028 140733305661648 140733305659752 140705957352060 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 14102528 140733305664379 140733305664621 140733305664621 140733305667530 0
/proc/20790/statm: 28282 363 304 221 0 87 0
[pid=20792] ppid=20790 vsize=15217720 memory=12760092 CPUtime=2208.46 cores=0,2,4,6
/proc/20792/stat : 20792 (java) S 20790 20790 19767 0 -1 1077944320 510546 0 0 0 220103 743 0 0 20 0 16 0 517534036 15582945280 3190023 33554432000 4194304 4196468 140730821285472 140730821268016 139686281821943 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
/proc/20792/statm: 3804430 3190023 3502 1 0 3765530 0
[pid=20792/tid=20793] ppid=20790 vsize=15217720 memory=1452 CPUtime=145.34 cores=0,2,4,6
/proc/20792/task/20793/stat : 20793 (java) S 20790 20790 19767 0 -1 1077944384 33360 0 0 0 14486 48 0 0 20 0 16 0 517534037 15582945280 3190023 33554432000 4194304 4196468 140730821285472 139686286062624 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20794] ppid=20790 vsize=15217720 memory=12760084 CPUtime=495.09 cores=0,2,4,6
/proc/20792/task/20794/stat : 20794 (java) S 20790 20790 19767 0 -1 1077944384 83268 0 0 0 49350 159 0 0 20 0 16 0 517534037 15582945280 3190023 33554432000 4194304 4196468 140730821285472 139686234442896 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20795] ppid=20790 vsize=15217720 memory=12760084 CPUtime=496.7 cores=0,2,4,6
/proc/20792/task/20795/stat : 20795 (java) S 20790 20790 19767 0 -1 1077944384 77432 0 0 0 49492 178 0 0 20 0 16 0 517534037 15582945280 3190023 33554432000 4194304 4196468 140730821285472 139686233390096 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20796] ppid=20790 vsize=15217720 memory=12760084 CPUtime=496.97 cores=0,2,4,6
/proc/20792/task/20796/stat : 20796 (java) S 20790 20790 19767 0 -1 1077944384 105066 0 0 0 49533 164 0 0 20 0 16 0 517534037 15582945280 3190023 33554432000 4194304 4196468 140730821285472 139686232337296 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20797] ppid=20790 vsize=15217720 memory=1452 CPUtime=496.79 cores=0,2,4,6
/proc/20792/task/20797/stat : 20797 (java) S 20790 20790 19767 0 -1 1077944384 72678 0 0 0 49512 167 0 0 20 0 16 0 517534037 15582945280 3190023 33554432000 4194304 4196468 140730821285472 139686231284496 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20798] ppid=20790 vsize=15217720 memory=12760084 CPUtime=74.32 cores=0,2,4,6
/proc/20792/task/20798/stat : 20798 (java) R 20790 20790 19767 0 -1 4202560 124099 0 0 0 7416 16 0 0 20 0 16 0 517534039 15582945280 3190023 33554432000 4194304 4196468 140730821285472 139685749810112 139686274111397 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20799] ppid=20790 vsize=15217720 memory=12760084 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20799/stat : 20799 (java) S 20790 20790 19767 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 517534039 15582945280 3190023 33554432000 4194304 4196468 140730821285472 139685748757600 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20800] ppid=20790 vsize=15217720 memory=12760084 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20800/stat : 20800 (java) S 20790 20790 19767 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 517534040 15582945280 3190023 33554432000 4194304 4196468 140730821285472 139685747704704 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20801] ppid=20790 vsize=15217720 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20801/stat : 20801 (java) S 20790 20790 19767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517534042 15582945280 3190023 33554432000 4194304 4196468 140730821285472 139685746653008 139686281840539 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20802] ppid=20790 vsize=15217720 memory=12760084 CPUtime=1.05 cores=0,2,4,6
/proc/20792/task/20802/stat : 20802 (java) S 20790 20790 19767 0 -1 1077944384 4129 0 0 0 104 1 0 0 20 0 16 0 517534042 15582945280 3190023 33554432000 4194304 4196468 140730821285472 139685745601440 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20803] ppid=20790 vsize=15217720 memory=1452 CPUtime=1.01 cores=0,2,4,6
/proc/20792/task/20803/stat : 20803 (java) S 20790 20790 19767 0 -1 1077944384 3188 0 0 0 101 0 0 0 20 0 16 0 517534042 15582945280 3190023 33554432000 4194304 4196468 140730821285472 139685744548640 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20804] ppid=20790 vsize=15217720 memory=281436993540016 CPUtime=0.54 cores=0,2,4,6
/proc/20792/task/20804/stat : 20804 (java) S 20790 20790 19767 0 -1 1077944384 5382 0 0 0 53 1 0 0 20 0 16 0 517534042 15582945280 3190023 33554432000 4194304 4196468 140730821285472 139685743495552 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20805] ppid=20790 vsize=15217720 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20805/stat : 20805 (java) S 20790 20790 19767 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 517534042 15582945280 3190023 33554432000 4194304 4196468 140730821285472 139685742443232 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20806] ppid=20790 vsize=15217720 memory=1452 CPUtime=0.56 cores=0,2,4,6
/proc/20792/task/20806/stat : 20806 (java) S 20790 20790 19767 0 -1 1077944384 615 0 0 0 26 30 0 0 20 0 16 0 517534042 15582945280 3190023 33554432000 4194304 4196468 140730821285472 139685741390512 139686281833090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
[pid=20792/tid=20980] ppid=20790 vsize=15217720 memory=12760084 CPUtime=0 cores=0,2,4,6
/proc/20792/task/20980/stat : 20980 (java) S 20790 20790 19767 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 517605312 15582945280 3190023 33554432000 4194304 4196468 140730821285472 139685732412736 139686281832149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35106816 140730821288943 140730821289114 140730821289114 140730821291983 0
Current children cumulated CPU time: 2208.46 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12761544 KiB

Child status: 1
Real time (s): 719.577
CPU time (s): 2208.54
CPU user time (s): 2201.04
CPU system time (s): 7.50354
CPU usage (%): 306.922
Max. virtual memory (cumulated for all children) (KiB): 15330848
Max. memory (cumulated for all children) (KiB): 12761544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2201.04
system time used= 7.50354
maximum resident set size= 12760404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 511231
page faults= 0
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27706
involuntary context switches= 22326


# summary of solver processes directly reported to runsolver:
#   pid: 20790
#   total CPU time (s): 2208.54
#   total CPU user time (s): 2201.04
#   total CPU system time (s): 7.50354

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.26818 second user time and 7.3664 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-25 12:58:37
IDJOB=4405944
IDBENCH=138492
IDSOLVER=2869
FILE ID=node106/4405944-1569412801
RUNJOBID= node106-1569404094-19798
PBS_JOBID= 21705702
Free space on /tmp= 23464 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-02.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4405944-1569412801/watcher-4405944-1569412801 -o /tmp/evaluation-result-4405944-1569412801/solver-4405944-1569412801 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1569404094-19798 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 374281294 HOME/instance-4405944-1569412801.xml

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

MD5SUM BENCH= c67201b80d2f8cf37dc6fc32cd78d58c
RANDOM SEED=374281294

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
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.79
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.79
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.79
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:        26103720 kB
MemAvailable:   31653848 kB
Buffers:          101520 kB
Cached:          5641480 kB
SwapCached:         4508 kB
Active:          2723160 kB
Inactive:        3223484 kB
Active(anon):     198428 kB
Inactive(anon):    57308 kB
Active(file):    2524732 kB
Inactive(file):  3166176 kB
Unevictable:      107444 kB
Mlocked:          107444 kB
SwapTotal:      67108860 kB
SwapFree:       66999820 kB
Dirty:             26188 kB
Writeback:             0 kB
AnonPages:        306788 kB
Mapped:            68624 kB
Shmem:             43760 kB
Slab:             316648 kB
SReclaimable:     287680 kB
SUnreclaim:        28968 kB
KernelStack:        3744 kB
PageTables:         6788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1417044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 23436 MiB
End job on node106 at 2019-09-25 13:10:36