Trace number 4399105

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-16? 1709.81 588.097

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os20/
SuperTaillard-os-20-02.xml
MD5SUM0e3d16858c05bcbedaa7411f074a79f1
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 benchmark265.664
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints23200
Number of domains97
Minimum domain size1234
Maximum domain size1332
Distribution of domain sizes[{"size":1234,"count":10},{"size":1235,"count":4},{"size":1236,"count":18},{"size":1237,"count":8},{"size":1238,"count":10},{"size":1239,"count":8},{"size":1240,"count":4},{"size":1241,"count":6},{"size":1242,"count":10},{"size":1243,"count":8},{"size":1244,"count":2},{"size":1245,"count":16},{"size":1246,"count":6},{"size":1247,"count":4},{"size":1248,"count":6},{"size":1249,"count":14},{"size":1250,"count":8},{"size":1251,"count":16},{"size":1252,"count":10},{"size":1253,"count":4},{"size":1254,"count":16},{"size":1255,"count":14},{"size":1256,"count":2},{"size":1257,"count":8},{"size":1258,"count":10},"...",{"size":1307,"count":4}, {"size":1308,"count":10}, {"size":1309,"count":6}, {"size":1310,"count":14}, {"size":1311,"count":4}, {"size":1312,"count":6}, {"size":1313,"count":4}, {"size":1315,"count":10}, {"size":1316,"count":8}, {"size":1317,"count":16}, {"size":1318,"count":8}, {"size":1319,"count":10}, {"size":1320,"count":6}, {"size":1321,"count":4}, {"size":1322,"count":14}, {"size":1323,"count":4}, {"size":1324,"count":8}, {"size":1325,"count":6}, {"size":1326,"count":8}, {"size":1327,"count":18}, {"size":1328,"count":6}, {"size":1329,"count":10}, {"size":1330,"count":2}, {"size":1331,"count":6}, {"size":1332,"count":4}]
Minimum variable degree39
Maximum variable degree77
Distribution of variable degrees[{"degree":39,"count":400},{"degree":77,"count":400}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":23200}]
Number of extensional constraints0
Number of intensional constraints23200
Distribution of constraint types[{"type":"intension","count":23200}]
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-4399105-1568699364.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399105-1568699364.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1676.16/578.34	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1676.16/578.34		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression$$Lambda$149/283383329.get$Lambda(Unknown Source)
1676.16/578.34		at java.lang.invoke.LambdaForm$DMH/1072591677.invokeStatic_L_L(LambdaForm$DMH)
1676.16/578.34		at java.lang.invoke.LambdaForm$MH/284720968.linkToTargetMethod(LambdaForm$MH)
1676.16/578.34		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:125)
1676.16/578.34		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
1676.16/578.34		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:135)
1676.16/578.34		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
1676.16/578.34		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/386163331.valid(Unknown Source)
1676.16/578.34		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
1676.16/578.34		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
1676.16/578.34		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
1676.16/578.34		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1676.16/578.34		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1676.16/578.34		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
1676.16/578.34		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
1676.16/578.34		at org.xcsp.parser.XCallbacks$$Lambda$89/1276504061.accept(Unknown Source)
1676.16/578.34		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1676.16/578.34		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1676.16/578.34		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
1676.16/578.34		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
1676.16/578.34		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
1676.16/578.34		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
1676.16/578.34		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
1676.16/578.34		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
1676.16/578.34		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
1676.16/578.34		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
1676.16/578.34		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
1676.16/578.34		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
1709.71/588.04	s UNKNOWN
1709.71/588.04	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 (14895 MiB free)
  memory of node 1: 16384 MiB (13908 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399105-1568699364/watcher-4399105-1568699364 -o /tmp/evaluation-result-4399105-1568699364/solver-4399105-1568699364 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568694133-19867 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1580896015 HOME/instance-4399105-1568699364.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=26139, runsolver pid=26136

[startup+0.100093 s]*
/proc/loadavg: 8.31 8.35 8.34 7/233 26155
/proc/meminfo: memFree=29480348/32770624 swapFree=66922428/67108860
[pid=26139] ppid=26136 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26139/stat : 26139 (xcsp3-exec) S 26136 26139 19836 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445874267 115843072 362 33554432000 4194304 5098028 140732927945920 140732927944024 140616906891900 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 31694848 140732927947642 140732927947885 140732927947885 140732927950794 0
/proc/26139/statm: 28282 362 304 221 0 87 0
[pid=26141] ppid=26139 vsize=15144776 memory=30184 CPUtime=0.13 cores=0,2,4,6
/proc/26141/stat : 26141 (java) S 26139 26139 19836 0 -1 1077944320 5947 0 0 0 12 1 0 0 20 0 15 0 445874267 15508250624 7546 33554432000 4194304 4196468 140721600890656 140721600873200 140013727100663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
/proc/26141/statm: 3786194 7546 3151 1 0 3748377 0
[pid=26141/tid=26142] ppid=26139 vsize=15144776 memory=7100839878744900722 CPUtime=0.09 cores=0,2,4,6
/proc/26141/task/26142/stat : 26142 (java) R 26139 26139 19836 0 -1 4202560 3865 0 0 0 8 1 0 0 20 0 15 0 445874268 15508250624 7546 33554432000 4194304 4196468 140721600890656 140013731333456 140013719337790 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26143] ppid=26139 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26143/stat : 26143 (java) S 26139 26139 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445874269 15508250624 7546 33554432000 4194304 4196468 140721600890656 140013655140880 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26144] ppid=26139 vsize=15144776 memory=139944152888960 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26144/stat : 26144 (java) S 26139 26139 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445874269 15508250624 7546 33554432000 4194304 4196468 140721600890656 140013654088336 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26145] ppid=26139 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26145/stat : 26145 (java) S 26139 26139 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445874269 15508250624 7546 33554432000 4194304 4196468 140721600890656 140013316991248 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26146] ppid=26139 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26146/stat : 26146 (java) S 26139 26139 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445874269 15508250624 7546 33554432000 4194304 4196468 140721600890656 140013315938704 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26147] ppid=26139 vsize=15144776 memory=139944152888960 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26147/stat : 26147 (java) S 26139 26139 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445874270 15508250624 7546 33554432000 4194304 4196468 140721600890656 140013262961392 140013727111810 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26148] ppid=26139 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26148/stat : 26148 (java) S 26139 26139 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445874270 15508250624 7546 33554432000 4194304 4196468 140721600890656 140013261907616 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26149] ppid=26139 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26149/stat : 26149 (java) S 26139 26139 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445874271 15508250624 7546 33554432000 4194304 4196468 140721600890656 140013260854512 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26150] ppid=26139 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26150/stat : 26150 (java) S 26139 26139 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445874273 15508250624 7546 33554432000 4194304 4196468 140721600890656 140013259803088 140013727119259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26151] ppid=26139 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26151/stat : 26151 (java) R 26139 26139 19836 0 -1 4202560 431 0 0 0 0 0 0 0 20 0 15 0 445874273 15508250624 7546 33554432000 4194304 4196468 140721600890656 140013258750192 140013712518608 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26152] ppid=26139 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26152/stat : 26152 (java) R 26139 26139 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445874273 15508250624 7546 33554432000 4194304 4196468 140721600890656 140013257697648 140013727111810 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26153] ppid=26139 vsize=15144776 memory=139944152888960 CPUtime=0.02 cores=0,2,4,6
/proc/26141/task/26153/stat : 26153 (java) R 26139 26139 19836 0 -1 4202560 358 0 0 0 2 0 0 0 20 0 15 0 445874273 15508250624 7546 33554432000 4194304 4196468 140721600890656 140013256644592 140013706220219 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26154] ppid=26139 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26154/stat : 26154 (java) S 26139 26139 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445874273 15508250624 7546 33554432000 4194304 4196468 140721600890656 140013255592288 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26155] ppid=26139 vsize=15144776 memory=139944152888960 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26155/stat : 26155 (java) S 26139 26139 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445874274 15508250624 7546 33554432000 4194304 4196468 140721600890656 140013254540336 140013727111810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31632 KiB

[startup+0.210972 s]*
/proc/loadavg: 8.31 8.35 8.34 6/233 26155
/proc/meminfo: memFree=29467128/32770624 swapFree=66922428/67108860
[pid=26139] ppid=26136 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26139/stat : 26139 (xcsp3-exec) S 26136 26139 19836 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445874267 115843072 362 33554432000 4194304 5098028 140732927945920 140732927944024 140616906891900 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 31694848 140732927947642 140732927947885 140732927947885 140732927950794 0
/proc/26139/statm: 28282 362 304 221 0 87 0
[pid=26141] ppid=26139 vsize=15144776 memory=41584 CPUtime=0.34 cores=0,2,4,6
/proc/26141/stat : 26141 (java) S 26139 26139 19836 0 -1 1077944320 9066 0 0 0 32 2 0 0 20 0 15 0 445874267 15508250624 10396 33554432000 4194304 4196468 140721600890656 140721600873200 140013727100663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
/proc/26141/statm: 3786194 10396 3308 1 0 3748377 0
[pid=26141/tid=26142] ppid=26139 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/26141/task/26142/stat : 26142 (java) R 26139 26139 19836 0 -1 4202560 6377 0 0 0 18 2 0 0 20 0 15 0 445874268 15508250624 10396 33554432000 4194304 4196468 140721600890656 140013731334784 140013727112598 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26143] ppid=26139 vsize=15144776 memory=2810770 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26143/stat : 26143 (java) S 26139 26139 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445874269 15508250624 10396 33554432000 4194304 4196468 140721600890656 140013655140880 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26144] ppid=26139 vsize=15144776 memory=139944156193577 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26144/stat : 26144 (java) S 26139 26139 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445874269 15508250624 10396 33554432000 4194304 4196468 140721600890656 140013654088336 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26145] ppid=26139 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26145/stat : 26145 (java) S 26139 26139 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445874269 15508250624 10396 33554432000 4194304 4196468 140721600890656 140013316991248 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26146] ppid=26139 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26146/stat : 26146 (java) S 26139 26139 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445874269 15508250624 10396 33554432000 4194304 4196468 140721600890656 140013315938704 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26147] ppid=26139 vsize=15144776 memory=139944152888960 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26147/stat : 26147 (java) S 26139 26139 19836 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445874270 15508250624 10396 33554432000 4194304 4196468 140721600890656 140013262961392 140013727111810 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26148] ppid=26139 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26148/stat : 26148 (java) S 26139 26139 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445874270 15508250624 10396 33554432000 4194304 4196468 140721600890656 140013261907616 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26149] ppid=26139 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26149/stat : 26149 (java) S 26139 26139 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445874271 15508250624 10396 33554432000 4194304 4196468 140721600890656 140013260854512 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26150] ppid=26139 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26150/stat : 26150 (java) S 26139 26139 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445874273 15508250624 10396 33554432000 4194304 4196468 140721600890656 140013259803088 140013727119259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26151] ppid=26139 vsize=15144776 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26141/task/26151/stat : 26151 (java) S 26139 26139 19836 0 -1 1077944384 471 0 0 0 1 0 0 0 20 0 15 0 445874273 15508250624 10396 33554432000 4194304 4196468 140721600890656 140013258750192 140013727111810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26152] ppid=26139 vsize=15144776 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/26141/task/26152/stat : 26152 (java) S 26139 26139 19836 0 -1 1077944384 142 0 0 0 3 0 0 0 20 0 15 0 445874273 15508250624 10396 33554432000 4194304 4196468 140721600890656 140013257697648 140013727111810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26153] ppid=26139 vsize=15144776 memory=139944152888960 CPUtime=0.08 cores=0,2,4,6
/proc/26141/task/26153/stat : 26153 (java) R 26139 26139 19836 0 -1 4202560 770 0 0 0 8 0 0 0 20 0 15 0 445874273 15508250624 10396 33554432000 4194304 4196468 140721600890656 140013256644592 140013727112598 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26154] ppid=26139 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26154/stat : 26154 (java) S 26139 26139 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445874273 15508250624 10396 33554432000 4194304 4196468 140721600890656 140013255592288 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26155] ppid=26139 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26155/stat : 26155 (java) S 26139 26139 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445874274 15508250624 10396 33554432000 4194304 4196468 140721600890656 140013254540336 140013727111810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 43032 KiB

[startup+0.310781 s]*
/proc/loadavg: 8.31 8.35 8.34 7/233 26155
/proc/meminfo: memFree=29460600/32770624 swapFree=66922428/67108860
[pid=26139] ppid=26136 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26139/stat : 26139 (xcsp3-exec) S 26136 26139 19836 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445874267 115843072 362 33554432000 4194304 5098028 140732927945920 140732927944024 140616906891900 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 31694848 140732927947642 140732927947885 140732927947885 140732927950794 0
/proc/26139/statm: 28282 362 304 221 0 87 0
[pid=26141] ppid=26139 vsize=15149032 memory=50760 CPUtime=0.53 cores=0,2,4,6
/proc/26141/stat : 26141 (java) S 26139 26139 19836 0 -1 1077944320 10515 0 0 0 50 3 0 0 20 0 15 0 445874267 15512608768 12690 33554432000 4194304 4196468 140721600890656 140721600873200 140013727100663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
/proc/26141/statm: 3787258 12690 3361 1 0 3748377 0
[pid=26141/tid=26142] ppid=26139 vsize=15149032 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/26141/task/26142/stat : 26142 (java) R 26139 26139 19836 0 -1 4202560 7482 0 0 0 27 2 0 0 20 0 15 0 445874268 15512608768 12690 33554432000 4194304 4196468 140721600890656 140013731331776 140013727122589 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26143] ppid=26139 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26143/stat : 26143 (java) S 26139 26139 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445874269 15512608768 12690 33554432000 4194304 4196468 140721600890656 140013655140880 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26144] ppid=26139 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26144/stat : 26144 (java) S 26139 26139 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445874269 15512608768 12690 33554432000 4194304 4196468 140721600890656 140013654088336 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26145] ppid=26139 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26145/stat : 26145 (java) S 26139 26139 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445874269 15512608768 12690 33554432000 4194304 4196468 140721600890656 140013316991248 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26146] ppid=26139 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26146/stat : 26146 (java) S 26139 26139 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445874269 15512608768 12690 33554432000 4194304 4196468 140721600890656 140013315938704 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26147] ppid=26139 vsize=15149032 memory=-7305852742256935071 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26147/stat : 26147 (java) S 26139 26139 19836 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445874270 15512608768 12690 33554432000 4194304 4196468 140721600890656 140013262961392 140013727111810 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26148] ppid=26139 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26148/stat : 26148 (java) S 26139 26139 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445874270 15512608768 12690 33554432000 4194304 4196468 140721600890656 140013261907616 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26149] ppid=26139 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26149/stat : 26149 (java) S 26139 26139 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445874271 15512608768 12690 33554432000 4194304 4196468 140721600890656 140013260854512 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26150] ppid=26139 vsize=15149032 memory=4627853888499060086 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26150/stat : 26150 (java) S 26139 26139 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445874273 15512608768 12690 33554432000 4194304 4196468 140721600890656 140013259803088 140013727119259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26151] ppid=26139 vsize=15149032 memory=7827413994055111515 CPUtime=0.02 cores=0,2,4,6
/proc/26141/task/26151/stat : 26151 (java) S 26139 26139 19836 0 -1 1077944384 518 0 0 0 2 0 0 0 20 0 15 0 445874273 15512608768 12690 33554432000 4194304 4196468 140721600890656 140013258750192 140013727111810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26152] ppid=26139 vsize=15149032 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/26141/task/26152/stat : 26152 (java) R 26139 26139 19836 0 -1 4202560 286 0 0 0 6 0 0 0 20 0 15 0 445874273 15512608768 12690 33554432000 4194304 4196468 140721600890656 140013257688032 140013704695680 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26153] ppid=26139 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/26141/task/26153/stat : 26153 (java) S 26139 26139 19836 0 -1 1077944384 925 0 0 0 13 0 0 0 20 0 15 0 445874273 15512608768 12690 33554432000 4194304 4196468 140721600890656 140013256644592 140013727111810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26154] ppid=26139 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26154/stat : 26154 (java) S 26139 26139 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445874273 15512608768 12690 33554432000 4194304 4196468 140721600890656 140013255592288 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26155] ppid=26139 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26155/stat : 26155 (java) S 26139 26139 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445874274 15512608768 12690 33554432000 4194304 4196468 140721600890656 140013254540336 140013727111810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52208 KiB

[startup+0.701511 s]
/proc/loadavg: 8.31 8.35 8.34 7/233 26155
/proc/meminfo: memFree=29433200/32770624 swapFree=66922428/67108860
[pid=26139] ppid=26136 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26139/stat : 26139 (xcsp3-exec) S 26136 26139 19836 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445874267 115843072 362 33554432000 4194304 5098028 140732927945920 140732927944024 140616906891900 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 31694848 140732927947642 140732927947885 140732927947885 140732927950794 0
/proc/26139/statm: 28282 362 304 221 0 87 0
[pid=26141] ppid=26139 vsize=15151156 memory=129056 CPUtime=1.74 cores=0,2,4,6
/proc/26141/stat : 26141 (java) S 26139 26139 19836 0 -1 1077944320 13701 0 0 0 168 6 0 0 20 0 15 0 445874267 15514783744 32264 33554432000 4194304 4196468 140721600890656 140721600873200 140013727100663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
/proc/26141/statm: 3787789 32264 3442 1 0 3748889 0
[pid=26141/tid=26142] ppid=26139 vsize=15151156 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/26141/task/26142/stat : 26142 (java) R 26139 26139 19836 0 -1 4202560 8055 0 0 0 64 4 0 0 20 0 15 0 445874268 15514783744 32264 33554432000 4194304 4196468 140721600890656 140013731335992 140013336819187 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26143] ppid=26139 vsize=15151156 memory=32756 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26143/stat : 26143 (java) S 26139 26139 19836 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445874269 15514783744 32264 33554432000 4194304 4196468 140721600890656 140013655140880 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26144] ppid=26139 vsize=15151156 memory=988 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26144/stat : 26144 (java) S 26139 26139 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445874269 15514783744 32264 33554432000 4194304 4196468 140721600890656 140013654088336 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26145] ppid=26139 vsize=15151156 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26145/stat : 26145 (java) S 26139 26139 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445874269 15514783744 32264 33554432000 4194304 4196468 140721600890656 140013316991248 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26146] ppid=26139 vsize=15151156 memory=1324 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26146/stat : 26146 (java) S 26139 26139 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445874269 15514783744 32264 33554432000 4194304 4196468 140721600890656 140013315938704 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26147] ppid=26139 vsize=15151156 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26147/stat : 26147 (java) S 26139 26139 19836 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445874270 15514783744 32264 33554432000 4194304 4196468 140721600890656 140013262961392 140013727111810 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26148] ppid=26139 vsize=15151156 memory=5972 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26148/stat : 26148 (java) S 26139 26139 19836 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445874270 15514783744 32264 33554432000 4194304 4196468 140721600890656 140013261907616 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26149] ppid=26139 vsize=15151156 memory=588 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26149/stat : 26149 (java) S 26139 26139 19836 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445874271 15514783744 32264 33554432000 4194304 4196468 140721600890656 140013260854512 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26150] ppid=26139 vsize=15151156 memory=780 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26150/stat : 26150 (java) S 26139 26139 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445874273 15514783744 32264 33554432000 4194304 4196468 140721600890656 140013259803088 140013727119259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26151] ppid=26139 vsize=15151156 memory=1056 CPUtime=0.34 cores=0,2,4,6
/proc/26141/task/26151/stat : 26151 (java) R 26139 26139 19836 0 -1 4202560 1577 0 0 0 34 0 0 0 20 0 15 0 445874273 15514783744 32264 33554432000 4194304 4196468 140721600890656 140013258740304 140013712224176 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26152] ppid=26139 vsize=15151156 memory=11620 CPUtime=0.39 cores=0,2,4,6
/proc/26141/task/26152/stat : 26152 (java) R 26139 26139 19836 0 -1 4202560 1157 0 0 0 39 0 0 0 20 0 15 0 445874273 15514783744 32264 33554432000 4194304 4196468 140721600890656 140013257684080 140013711998255 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26153] ppid=26139 vsize=15151156 memory=3992 CPUtime=0.3 cores=0,2,4,6
/proc/26141/task/26153/stat : 26153 (java) S 26139 26139 19836 0 -1 1077944384 1606 0 0 0 30 0 0 0 20 0 15 0 445874273 15514783744 32264 33554432000 4194304 4196468 140721600890656 140013256644592 140013727111810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26154] ppid=26139 vsize=15151156 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26154/stat : 26154 (java) S 26139 26139 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445874273 15514783744 32264 33554432000 4194304 4196468 140721600890656 140013255592288 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26155] ppid=26139 vsize=15151156 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26155/stat : 26155 (java) S 26139 26139 19836 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445874274 15514783744 32264 33554432000 4194304 4196468 140721600890656 140013254540336 140013727111810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 130504 KiB

[startup+1.50086 s]
/proc/loadavg: 8.31 8.35 8.34 8/233 26155
/proc/meminfo: memFree=29307700/32770624 swapFree=66922428/67108860
[pid=26139] ppid=26136 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26139/stat : 26139 (xcsp3-exec) S 26136 26139 19836 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445874267 115843072 362 33554432000 4194304 5098028 140732927945920 140732927944024 140616906891900 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 31694848 140732927947642 140732927947885 140732927947885 140732927950794 0
/proc/26139/statm: 28282 362 304 221 0 87 0

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

/proc/26141/task/26143/stat : 26143 (java) R 26139 26139 19836 0 -1 4202560 94271 0 0 0 37080 145 0 0 20 0 16 0 445874269 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013655141000 140013720203649 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26144] ppid=26139 vsize=15217720 memory=1560 CPUtime=373.16 cores=0,2,4,6
/proc/26141/task/26144/stat : 26144 (java) R 26139 26139 19836 0 -1 4202560 81934 0 0 0 37162 154 0 0 20 0 16 0 445874269 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013654088456 140013712090201 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26145] ppid=26139 vsize=15217720 memory=1172 CPUtime=372.23 cores=0,2,4,6
/proc/26141/task/26145/stat : 26145 (java) R 26139 26139 19836 0 -1 4202560 76429 0 0 0 37073 150 0 0 20 0 16 0 445874269 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013316991368 140013712090306 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26146] ppid=26139 vsize=15217720 memory=3616 CPUtime=373.14 cores=0,2,4,6
/proc/26141/task/26146/stat : 26146 (java) R 26139 26139 19836 0 -1 4202560 90840 0 0 0 37181 133 0 0 20 0 16 0 445874269 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013315938824 140013712090129 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26147] ppid=26139 vsize=15217720 memory=32776 CPUtime=60.29 cores=0,2,4,6
/proc/26141/task/26147/stat : 26147 (java) S 26139 26139 19836 0 -1 1077944384 101876 0 0 0 6008 21 0 0 20 0 16 0 445874270 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013262959936 140013727110869 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26148] ppid=26139 vsize=15217720 memory=988 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26148/stat : 26148 (java) S 26139 26139 19836 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 445874270 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013261907680 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26149] ppid=26139 vsize=15217720 memory=3616 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26149/stat : 26149 (java) S 26139 26139 19836 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 445874271 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013260854528 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26150] ppid=26139 vsize=15217720 memory=32776 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26150/stat : 26150 (java) S 26139 26139 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 445874273 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013259803088 140013727119259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26151] ppid=26139 vsize=15217720 memory=988 CPUtime=1.36 cores=0,2,4,6
/proc/26141/task/26151/stat : 26151 (java) S 26139 26139 19836 0 -1 1077944384 4629 0 0 0 135 1 0 0 20 0 16 0 445874273 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013258750240 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26152] ppid=26139 vsize=15217720 memory=6791534058613427641 CPUtime=1.38 cores=0,2,4,6
/proc/26141/task/26152/stat : 26152 (java) S 26139 26139 19836 0 -1 1077944384 4910 0 0 0 138 0 0 0 20 0 16 0 445874273 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013257697696 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26153] ppid=26139 vsize=15217720 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/26141/task/26153/stat : 26153 (java) S 26139 26139 19836 0 -1 1077944384 6734 0 0 0 58 1 0 0 20 0 16 0 445874273 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013256644352 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26154] ppid=26139 vsize=15217720 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26154/stat : 26154 (java) S 26139 26139 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 445874273 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013255592288 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26155] ppid=26139 vsize=15217720 memory=-7533229591079788448 CPUtime=0.24 cores=0,2,4,6
/proc/26141/task/26155/stat : 26155 (java) S 26139 26139 19836 0 -1 1077944384 561 0 0 0 11 13 0 0 20 0 16 0 445874274 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013254540336 140013727111810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26291] ppid=26139 vsize=15217720 memory=6944657691966988345 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26291/stat : 26291 (java) S 26139 26139 19836 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 445932101 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140012784873408 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
Current children cumulated CPU time: 1705.12 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12718112 KiB

[startup+587.201 s]
/proc/loadavg: 8.70 7.62 7.75 6/234 26291
/proc/meminfo: memFree=17974436/32770624 swapFree=66922432/67108860
[pid=26139] ppid=26136 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26139/stat : 26139 (xcsp3-exec) S 26136 26139 19836 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445874267 115843072 362 33554432000 4194304 5098028 140732927945920 140732927944024 140616906891900 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 31694848 140732927947642 140732927947885 140732927947885 140732927950794 0
/proc/26139/statm: 28282 362 304 221 0 87 0
[pid=26141] ppid=26139 vsize=15217720 memory=12716664 CPUtime=1708.9 cores=0,2,4,6
/proc/26141/stat : 26141 (java) S 26139 26139 19836 0 -1 1077944320 495221 0 0 0 170230 660 0 0 20 0 16 0 445874267 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140721600873200 140013727100663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
/proc/26141/statm: 3804430 3179166 3512 1 0 3765530 0
[pid=26141/tid=26142] ppid=26139 vsize=15217720 memory=3616 CPUtime=150.38 cores=0,2,4,6
/proc/26141/task/26142/stat : 26142 (java) S 26139 26139 19836 0 -1 1077944384 31558 0 0 0 14991 47 0 0 20 0 16 0 445874268 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013731341344 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26143] ppid=26139 vsize=15217720 memory=32776 CPUtime=372.97 cores=0,2,4,6
/proc/26141/task/26143/stat : 26143 (java) S 26139 26139 19836 0 -1 1077944384 94282 0 0 0 37152 145 0 0 20 0 16 0 445874269 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013655140880 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26144] ppid=26139 vsize=15217720 memory=988 CPUtime=373.9 cores=0,2,4,6
/proc/26141/task/26144/stat : 26144 (java) S 26139 26139 19836 0 -1 1077944384 81952 0 0 0 37236 154 0 0 20 0 16 0 445874269 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013654088336 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26145] ppid=26139 vsize=15217720 memory=1448 CPUtime=372.97 cores=0,2,4,6
/proc/26141/task/26145/stat : 26145 (java) S 26139 26139 19836 0 -1 1077944384 76438 0 0 0 37147 150 0 0 20 0 16 0 445874269 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013316991248 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26146] ppid=26139 vsize=15217720 memory=12716660 CPUtime=373.88 cores=0,2,4,6
/proc/26141/task/26146/stat : 26146 (java) S 26139 26139 19836 0 -1 1077944384 90849 0 0 0 37255 133 0 0 20 0 16 0 445874269 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013315938704 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26147] ppid=26139 vsize=15217720 memory=1408 CPUtime=61.14 cores=0,2,4,6
/proc/26141/task/26147/stat : 26147 (java) R 26139 26139 19836 0 -1 4202560 101981 0 0 0 6093 21 0 0 20 0 16 0 445874270 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013262959824 140013712097070 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26148] ppid=26139 vsize=15217720 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26148/stat : 26148 (java) S 26139 26139 19836 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 445874270 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013261907680 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26149] ppid=26139 vsize=15217720 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26149/stat : 26149 (java) S 26139 26139 19836 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 445874271 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013260854528 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26150] ppid=26139 vsize=15217720 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26150/stat : 26150 (java) S 26139 26139 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 445874273 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013259803088 140013727119259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26151] ppid=26139 vsize=15217720 memory=12716660 CPUtime=1.36 cores=0,2,4,6
/proc/26141/task/26151/stat : 26151 (java) S 26139 26139 19836 0 -1 1077944384 4629 0 0 0 135 1 0 0 20 0 16 0 445874273 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013258750240 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26152] ppid=26139 vsize=15217720 memory=2012 CPUtime=1.38 cores=0,2,4,6
/proc/26141/task/26152/stat : 26152 (java) S 26139 26139 19836 0 -1 1077944384 4910 0 0 0 138 0 0 0 20 0 16 0 445874273 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013257697696 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26153] ppid=26139 vsize=15217720 memory=1448 CPUtime=0.59 cores=0,2,4,6
/proc/26141/task/26153/stat : 26153 (java) S 26139 26139 19836 0 -1 1077944384 6734 0 0 0 58 1 0 0 20 0 16 0 445874273 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013256644352 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26154] ppid=26139 vsize=15217720 memory=12716664 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26154/stat : 26154 (java) S 26139 26139 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 445874273 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013255592288 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26155] ppid=26139 vsize=15217720 memory=1448 CPUtime=0.24 cores=0,2,4,6
/proc/26141/task/26155/stat : 26155 (java) S 26139 26139 19836 0 -1 1077944384 561 0 0 0 11 13 0 0 20 0 16 0 445874274 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013254540336 140013727111810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26291] ppid=26139 vsize=15217720 memory=1980 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26291/stat : 26291 (java) S 26139 26139 19836 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 445932101 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140012784873408 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
Current children cumulated CPU time: 1708.9 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12718112 KiB

[startup+587.601 s]
/proc/loadavg: 8.70 7.62 7.75 6/234 26291
/proc/meminfo: memFree=17974436/32770624 swapFree=66922432/67108860
[pid=26139] ppid=26136 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26139/stat : 26139 (xcsp3-exec) S 26136 26139 19836 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445874267 115843072 362 33554432000 4194304 5098028 140732927945920 140732927944024 140616906891900 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 31694848 140732927947642 140732927947885 140732927947885 140732927950794 0
/proc/26139/statm: 28282 362 304 221 0 87 0
[pid=26141] ppid=26139 vsize=15217720 memory=12716664 CPUtime=1709.3 cores=0,2,4,6
/proc/26141/stat : 26141 (java) S 26139 26139 19836 0 -1 1077944320 495221 0 0 0 170270 660 0 0 20 0 16 0 445874267 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140721600873200 140013727100663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
/proc/26141/statm: 3804430 3179166 3512 1 0 3765530 0
[pid=26141/tid=26142] ppid=26139 vsize=15217720 memory=780 CPUtime=150.38 cores=0,2,4,6
/proc/26141/task/26142/stat : 26142 (java) S 26139 26139 19836 0 -1 1077944384 31558 0 0 0 14991 47 0 0 20 0 16 0 445874268 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013731341344 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26143] ppid=26139 vsize=15217720 memory=1056 CPUtime=372.97 cores=0,2,4,6
/proc/26141/task/26143/stat : 26143 (java) S 26139 26139 19836 0 -1 1077944384 94282 0 0 0 37152 145 0 0 20 0 16 0 445874269 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013655140880 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26144] ppid=26139 vsize=15217720 memory=11620 CPUtime=373.9 cores=0,2,4,6
/proc/26141/task/26144/stat : 26144 (java) S 26139 26139 19836 0 -1 1077944384 81952 0 0 0 37236 154 0 0 20 0 16 0 445874269 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013654088336 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26145] ppid=26139 vsize=15217720 memory=3992 CPUtime=372.97 cores=0,2,4,6
/proc/26141/task/26145/stat : 26145 (java) S 26139 26139 19836 0 -1 1077944384 76438 0 0 0 37147 150 0 0 20 0 16 0 445874269 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013316991248 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26146] ppid=26139 vsize=15217720 memory=2828 CPUtime=373.88 cores=0,2,4,6
/proc/26141/task/26146/stat : 26146 (java) S 26139 26139 19836 0 -1 1077944384 90849 0 0 0 37255 133 0 0 20 0 16 0 445874269 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013315938704 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26147] ppid=26139 vsize=15217720 memory=1000 CPUtime=61.54 cores=0,2,4,6
/proc/26141/task/26147/stat : 26147 (java) R 26139 26139 19836 0 -1 4202560 101981 0 0 0 6133 21 0 0 20 0 16 0 445874270 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013262959824 140013712097044 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26148] ppid=26139 vsize=15217720 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26148/stat : 26148 (java) S 26139 26139 19836 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 445874270 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013261907680 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26149] ppid=26139 vsize=15217720 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26149/stat : 26149 (java) S 26139 26139 19836 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 445874271 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013260854528 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26150] ppid=26139 vsize=15217720 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26150/stat : 26150 (java) S 26139 26139 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 445874273 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013259803088 140013727119259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26151] ppid=26139 vsize=15217720 memory=14076 CPUtime=1.36 cores=0,2,4,6
/proc/26141/task/26151/stat : 26151 (java) S 26139 26139 19836 0 -1 1077944384 4629 0 0 0 135 1 0 0 20 0 16 0 445874273 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013258750240 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26152] ppid=26139 vsize=15217720 memory=2116 CPUtime=1.38 cores=0,2,4,6
/proc/26141/task/26152/stat : 26152 (java) S 26139 26139 19836 0 -1 1077944384 4910 0 0 0 138 0 0 0 20 0 16 0 445874273 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013257697696 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26153] ppid=26139 vsize=15217720 memory=13064 CPUtime=0.59 cores=0,2,4,6
/proc/26141/task/26153/stat : 26153 (java) S 26139 26139 19836 0 -1 1077944384 6734 0 0 0 58 1 0 0 20 0 16 0 445874273 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013256644352 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26154] ppid=26139 vsize=15217720 memory=528 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26154/stat : 26154 (java) S 26139 26139 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 445874273 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013255592288 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26155] ppid=26139 vsize=15217720 memory=1560 CPUtime=0.24 cores=0,2,4,6
/proc/26141/task/26155/stat : 26155 (java) S 26139 26139 19836 0 -1 1077944384 561 0 0 0 11 13 0 0 20 0 16 0 445874274 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013254540336 140013727111810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26291] ppid=26139 vsize=15217720 memory=932 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26291/stat : 26291 (java) S 26139 26139 19836 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 445932101 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140012784873408 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
Current children cumulated CPU time: 1709.3 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12718112 KiB

[startup+588.001 s]*
/proc/loadavg: 8.70 7.62 7.75 6/234 26291
/proc/meminfo: memFree=17974436/32770624 swapFree=66922432/67108860
[pid=26139] ppid=26136 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26139/stat : 26139 (xcsp3-exec) S 26136 26139 19836 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 445874267 115843072 362 33554432000 4194304 5098028 140732927945920 140732927944024 140616906891900 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 31694848 140732927947642 140732927947885 140732927947885 140732927950794 0
/proc/26139/statm: 28282 362 304 221 0 87 0
[pid=26141] ppid=26139 vsize=15217720 memory=12716664 CPUtime=1709.71 cores=0,2,4,6
/proc/26141/stat : 26141 (java) S 26139 26139 19836 0 -1 1077944320 495221 0 0 0 170311 660 0 0 20 0 16 0 445874267 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140721600873200 140013727100663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
/proc/26141/statm: 3804430 3179166 3512 1 0 3765530 0
[pid=26141/tid=26142] ppid=26139 vsize=15217720 memory=8317482817917895235 CPUtime=150.38 cores=0,2,4,6
/proc/26141/task/26142/stat : 26142 (java) S 26139 26139 19836 0 -1 1077944384 31558 0 0 0 14991 47 0 0 20 0 16 0 445874268 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013731341344 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26143] ppid=26139 vsize=15217720 memory=4872558044660077418 CPUtime=372.97 cores=0,2,4,6
/proc/26141/task/26143/stat : 26143 (java) S 26139 26139 19836 0 -1 1077944384 94282 0 0 0 37152 145 0 0 20 0 16 0 445874269 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013655140880 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26144] ppid=26139 vsize=15217720 memory=32776 CPUtime=373.9 cores=0,2,4,6
/proc/26141/task/26144/stat : 26144 (java) S 26139 26139 19836 0 -1 1077944384 81952 0 0 0 37236 154 0 0 20 0 16 0 445874269 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013654088336 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26145] ppid=26139 vsize=15217720 memory=988 CPUtime=372.97 cores=0,2,4,6
/proc/26141/task/26145/stat : 26145 (java) S 26139 26139 19836 0 -1 1077944384 76438 0 0 0 37147 150 0 0 20 0 16 0 445874269 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013316991248 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26146] ppid=26139 vsize=15217720 memory=2012 CPUtime=373.88 cores=0,2,4,6
/proc/26141/task/26146/stat : 26146 (java) S 26139 26139 19836 0 -1 1077944384 90849 0 0 0 37255 133 0 0 20 0 16 0 445874269 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013315938704 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26147] ppid=26139 vsize=15217720 memory=1324 CPUtime=61.95 cores=0,2,4,6
/proc/26141/task/26147/stat : 26147 (java) R 26139 26139 19836 0 -1 4202560 101981 0 0 0 6174 21 0 0 20 0 16 0 445874270 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013262959824 140013705470824 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26148] ppid=26139 vsize=15217720 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26148/stat : 26148 (java) S 26139 26139 19836 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 445874270 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013261907680 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26149] ppid=26139 vsize=15217720 memory=5972 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26149/stat : 26149 (java) S 26139 26139 19836 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 16 0 445874271 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013260854528 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26150] ppid=26139 vsize=15217720 memory=588 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26150/stat : 26150 (java) S 26139 26139 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 445874273 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013259803088 140013727119259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26151] ppid=26139 vsize=15217720 memory=780 CPUtime=1.36 cores=0,2,4,6
/proc/26141/task/26151/stat : 26151 (java) S 26139 26139 19836 0 -1 1077944384 4629 0 0 0 135 1 0 0 20 0 16 0 445874273 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013258750240 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26152] ppid=26139 vsize=15217720 memory=1056 CPUtime=1.38 cores=0,2,4,6
/proc/26141/task/26152/stat : 26152 (java) S 26139 26139 19836 0 -1 1077944384 4910 0 0 0 138 0 0 0 20 0 16 0 445874273 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013257697696 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26153] ppid=26139 vsize=15217720 memory=11620 CPUtime=0.59 cores=0,2,4,6
/proc/26141/task/26153/stat : 26153 (java) S 26139 26139 19836 0 -1 1077944384 6734 0 0 0 58 1 0 0 20 0 16 0 445874273 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013256644352 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26154] ppid=26139 vsize=15217720 memory=3992 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26154/stat : 26154 (java) S 26139 26139 19836 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 445874273 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013255592288 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26155] ppid=26139 vsize=15217720 memory=2828 CPUtime=0.24 cores=0,2,4,6
/proc/26141/task/26155/stat : 26155 (java) S 26139 26139 19836 0 -1 1077944384 561 0 0 0 11 13 0 0 20 0 16 0 445874274 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140013254540336 140013727111810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
[pid=26141/tid=26291] ppid=26139 vsize=15217720 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/26141/task/26291/stat : 26291 (java) S 26139 26139 19836 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 445932101 15582945280 3179166 33554432000 4194304 4196468 140721600890656 140012784873408 140013727110869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29577216 140721600898031 140721600898202 140721600898202 140721600901071 0
Current children cumulated CPU time: 1709.71 s
Current children cumulated vsize: 15330848 KiB
Current children cumulated memory: 12718112 KiB

Child status: 1
Real time (s): 588.097
CPU time (s): 1709.81
CPU user time (s): 1703.15
CPU system time (s): 6.65398
CPU usage (%): 290.736
Max. virtual memory (cumulated for all children) (KiB): 15330848
Max. memory (cumulated for all children) (KiB): 12718112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1703.15
system time used= 6.65398
maximum resident set size= 12716928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 495826
page faults= 0
swaps= 0
block input operations= 0
block output operations= 792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20390
involuntary context switches= 33551


# summary of solver processes directly reported to runsolver:
#   pid: 26139
#   total CPU time (s): 1709.81
#   total CPU user time (s): 1703.15
#   total CPU system time (s): 6.65398

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.67855 second user time and 5.96779 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-17 07:48:42
IDJOB=4399105
IDBENCH=138696
IDSOLVER=2853
FILE ID=node141/4399105-1568699364
RUNJOBID= node141-1568694133-19867
PBS_JOBID= 21703801
Free space on /tmp= 58516 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os20/SuperTaillard-os-20-02.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-4399105-1568699364/watcher-4399105-1568699364 -o /tmp/evaluation-result-4399105-1568699364/solver-4399105-1568699364 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568694133-19867 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1580896015 HOME/instance-4399105-1568699364.xml

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

MD5SUM BENCH= 0e3d16858c05bcbedaa7411f074a79f1
RANDOM SEED=1580896015

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        29495344 kB
MemAvailable:   30430684 kB
Buffers:          228924 kB
Cached:          1003388 kB
SwapCached:        77744 kB
Active:          1988064 kB
Inactive:         724756 kB
Active(anon):    1409236 kB
Inactive(anon):   114804 kB
Active(file):     578828 kB
Inactive(file):   609952 kB
Unevictable:      109460 kB
Mlocked:          109460 kB
SwapTotal:      67108860 kB
SwapFree:       66922428 kB
Dirty:             27188 kB
Writeback:             0 kB
AnonPages:       1508556 kB
Mapped:            56196 kB
Shmem:             34608 kB
Slab:             155112 kB
SReclaimable:     124792 kB
SUnreclaim:        30320 kB
KernelStack:        3776 kB
PageTables:         8244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2341588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1396736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58492 MiB
End job on node141 at 2019-09-17 07:58:30