Trace number 4394499

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14 parallelOPT126 7.35001 1.79042

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-4-3-20-1.xml
MD5SUM442eed38f7ecd1daccab0a66e5b4cbca
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark126
Best CPU time to get the best result obtained on this benchmark0.111983
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints274
Number of domains34
Minimum domain size3
Maximum domain size12
Distribution of domain sizes[{"size":3,"count":4},{"size":4,"count":7},{"size":5,"count":1},{"size":7,"count":2},{"size":8,"count":6},{"size":9,"count":6},{"size":10,"count":5},{"size":11,"count":21},{"size":12,"count":12}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":32},{"degree":13,"count":20},{"degree":22,"count":11},{"degree":23,"count":1}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":272},{"arity":12,"count":1}]
Number of extensional constraints32
Number of intensional constraints241
Distribution of constraint types[{"type":"extension","count":32},{"type":"intension","count":241},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394499-1568427426.xml"  -tl '20160s' -p 8
0.12/0.20	c Choco e747e1e
0.12/0.20	c [HOME/instance-4394499-1568427426.xml, -tl, 20160s, -p, 8]
0.33/0.24	c 8 solvers in parallel
0.33/0.31	c parse instance...
3.82/1.25	c solve instance...
5.17/1.47	o 368 
5.17/1.49	o 220 
5.91/1.51	o 211 
5.91/1.51	o 209 
5.91/1.52	o 208 
5.91/1.52	o 206 
5.91/1.52	o 204 
5.91/1.52	o 203 
5.91/1.53	o 201 
5.91/1.54	o 199 
5.91/1.54	o 197 
5.91/1.55	o 193 
5.91/1.56	o 188 
5.91/1.57	o 185 
5.91/1.57	o 183 
5.91/1.58	o 182 
5.91/1.58	o 180 
5.91/1.59	o 177 
5.91/1.60	o 174 
6.43/1.60	o 172 
6.43/1.61	o 167 
6.43/1.63	o 166 
6.43/1.63	o 165 
6.43/1.64	o 164 
6.43/1.64	o 163 
6.43/1.65	o 162 
6.43/1.66	o 161 
6.43/1.66	o 160 
6.43/1.67	o 159 
6.43/1.68	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (30/32)
6.43/1.68		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
6.43/1.68		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
6.43/1.68		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
6.43/1.68		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
6.43/1.68		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
6.43/1.68	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (30/32)
6.43/1.68		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
6.43/1.68		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
6.43/1.68		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
6.43/1.68		at org.chocosolver.solver.Solver.repair(Solver.java:443)
6.43/1.68		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
6.43/1.68		at org.chocosolver.solver.Solver.solve(Solver.java:262)
6.43/1.68		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
6.43/1.68		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
6.43/1.68		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
6.43/1.68		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
6.43/1.68		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
6.43/1.68		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
6.43/1.68		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
6.43/1.68		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
6.43/1.68		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
6.43/1.68		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
6.43/1.68	o 158 
6.43/1.70	o 157 
6.91/1.70	o 156 
6.91/1.71	o 155 
6.91/1.71	o 154 
6.91/1.72	o 153 
6.91/1.74	o 152 
6.91/1.74	o 147 
6.91/1.75	o 126 
6.91/1.77	s OPTIMUM FOUND
6.91/1.77	v <instantiation>
6.91/1.77	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] l[0] l[1] l[2] l[3] l[4] l[5] l[6] l[7] l[8] l[9] l[10] l[11] l[12] l[13] l[14] l[15] l[16] l[17] l[18] l[19] c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] </list>
6.91/1.77	v 	<values>0 1 3 7 4 5 2 11 8 9 6 10 0 0 7 9 0 0 3 20 0 0 3 7 6 3 3 3 2 10 7 7 2 7 6 3 3 10 7 3 3 3 6 2 2 6 2 2 2 7 1 1 2 7 4 5 9 3 3 8 8 1 3 1 </values>
6.91/1.77	v </instantiation>

Verifier Data

OK	126

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: 16375 MiB (13559 MiB free)
  memory of node 1: 16384 MiB (15574 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394499-1568427426/watcher-4394499-1568427426 -o /tmp/evaluation-result-4394499-1568427426/solver-4394499-1568427426 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568427322-28555 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 950473032 HOME/instance-4394499-1568427426.xml 

running on 8 cores: 0-7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=29540, runsolver pid=29537
Current StackSize limit: 8192 KiB


[startup+0.100166 s]*
/proc/loadavg: 6.76 6.98 7.04 2/211 29561
/proc/meminfo: memFree=29816312/32770688 swapFree=66961108/67108860
[pid=29540] ppid=29537 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29540/stat : 29540 (xcsp3-exec) S 29537 29540 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418684292 115843072 364 33554432000 4194304 5098028 140724092917488 140724092915592 139638561862268 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38273024 140724092920694 140724092920937 140724092920937 140724092923850 0
/proc/29540/statm: 28282 364 305 221 0 87 0
[pid=29542] ppid=29540 vsize=28227388 memory=29120 CPUtime=0.12 cores=0-7
/proc/29542/stat : 29542 (java) S 29540 29540 28528 0 -1 1077944320 5754 0 0 0 11 1 0 0 20 0 20 0 418684293 28904845312 7280 33554432000 4194304 4196468 140731175239392 140731175221936 139896393207543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
/proc/29542/statm: 7056847 7280 3101 1 0 7019032 0
[pid=29542/tid=29543] ppid=29540 vsize=28227388 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/29542/task/29543/stat : 29543 (java) R 29540 29540 28528 0 -1 4202560 3757 0 0 0 8 1 0 0 20 0 20 0 418684293 28904845312 7280 33554432000 4194304 4196468 140731175239392 139896397428352 139896393219478 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29544] ppid=29540 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/29542/task/29544/stat : 29544 (java) S 29540 29540 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684294 28904845312 7280 33554432000 4194304 4196468 140731175239392 139896349759888 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29545] ppid=29540 vsize=28227388 memory=139892503266944 CPUtime=0 cores=0-7
/proc/29542/task/29545/stat : 29545 (java) S 29540 29540 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684294 28904845312 7280 33554432000 4194304 4196468 140731175239392 139896348707088 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29546] ppid=29540 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29546/stat : 29546 (java) S 29540 29540 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684294 28904845312 7280 33554432000 4194304 4196468 140731175239392 139896347654800 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29547] ppid=29540 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29547/stat : 29547 (java) S 29540 29540 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418684294 28904845312 7280 33554432000 4194304 4196468 140731175239392 139895941224976 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29548] ppid=29540 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29548/stat : 29548 (java) S 29540 29540 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684294 28904845312 7280 33554432000 4194304 4196468 140731175239392 139895940172688 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29549] ppid=29540 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29542/task/29549/stat : 29549 (java) S 29540 29540 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684294 28904845312 7280 33554432000 4194304 4196468 140731175239392 139895939119888 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29550] ppid=29540 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29550/stat : 29550 (java) S 29540 29540 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684294 28904845312 7280 33554432000 4194304 4196468 140731175239392 139895938067600 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29551] ppid=29540 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29551/stat : 29551 (java) S 29540 29540 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684294 28904845312 7280 33554432000 4194304 4196468 140731175239392 139895937014800 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29552] ppid=29540 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29552/stat : 29552 (java) S 29540 29540 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684295 28904845312 7280 33554432000 4194304 4196468 140731175239392 139894722603120 139896393218690 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29553] ppid=29540 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29553/stat : 29553 (java) S 29540 29540 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418684296 28904845312 7280 33554432000 4194304 4196468 140731175239392 139894721549088 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29554] ppid=29540 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29554/stat : 29554 (java) S 29540 29540 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418684296 28904845312 7280 33554432000 4194304 4196468 140731175239392 139894720496752 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29555] ppid=29540 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29555/stat : 29555 (java) S 29540 29540 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684299 28904845312 7280 33554432000 4194304 4196468 140731175239392 139894719445072 139896393226139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29556] ppid=29540 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29556/stat : 29556 (java) S 29540 29540 28528 0 -1 1077944384 439 0 0 0 0 0 0 0 20 0 20 0 418684299 28904845312 7280 33554432000 4194304 4196468 140731175239392 139894718392944 139896393218690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29557] ppid=29540 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29557/stat : 29557 (java) S 29540 29540 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684299 28904845312 7280 33554432000 4194304 4196468 140731175239392 139894717340144 139896393218690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29558] ppid=29540 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29558/stat : 29558 (java) S 29540 29540 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418684299 28904845312 7280 33554432000 4194304 4196468 140731175239392 139894716287856 139896393218690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29559] ppid=29540 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/29542/task/29559/stat : 29559 (java) S 29540 29540 28528 0 -1 1077944384 241 0 0 0 1 0 0 0 20 0 20 0 418684299 28904845312 7280 33554432000 4194304 4196468 140731175239392 139894715235056 139896393218690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29560] ppid=29540 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29560/stat : 29560 (java) S 29540 29540 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418684299 28904845312 7280 33554432000 4194304 4196468 140731175239392 139894714181984 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29561] ppid=29540 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29542/task/29561/stat : 29561 (java) S 29540 29540 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684299 28904845312 7280 33554432000 4194304 4196468 140731175239392 139894713129264 139896393218690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30576 KiB

[startup+0.21146 s]*
/proc/loadavg: 6.76 6.98 7.04 3/211 29561
/proc/meminfo: memFree=29802164/32770688 swapFree=66961108/67108860
[pid=29540] ppid=29537 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29540/stat : 29540 (xcsp3-exec) S 29537 29540 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418684292 115843072 364 33554432000 4194304 5098028 140724092917488 140724092915592 139638561862268 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38273024 140724092920694 140724092920937 140724092920937 140724092923850 0
/proc/29540/statm: 28282 364 305 221 0 87 0
[pid=29542] ppid=29540 vsize=28227388 memory=40880 CPUtime=0.33 cores=0-7
/proc/29542/stat : 29542 (java) S 29540 29540 28528 0 -1 1077944320 9471 0 0 0 31 2 0 0 20 0 20 0 418684293 28904845312 10220 33554432000 4194304 4196468 140731175239392 140731175221936 139896393207543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
/proc/29542/statm: 7056847 10220 3287 1 0 7019032 0
[pid=29542/tid=29543] ppid=29540 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/29542/task/29543/stat : 29543 (java) R 29540 29540 28528 0 -1 4202560 6581 0 0 0 18 2 0 0 20 0 20 0 418684293 28904845312 10220 33554432000 4194304 4196468 140731175239392 139896397443024 139896393219478 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29544] ppid=29540 vsize=28227388 memory=342 CPUtime=0 cores=0-7
/proc/29542/task/29544/stat : 29544 (java) S 29540 29540 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684294 28904845312 10220 33554432000 4194304 4196468 140731175239392 139896349759888 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29545] ppid=29540 vsize=28227388 memory=3905383325782165152 CPUtime=0 cores=0-7
/proc/29542/task/29545/stat : 29545 (java) S 29540 29540 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684294 28904845312 10220 33554432000 4194304 4196468 140731175239392 139896348707088 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29546] ppid=29540 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29542/task/29546/stat : 29546 (java) S 29540 29540 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684294 28904845312 10220 33554432000 4194304 4196468 140731175239392 139896347654800 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29547] ppid=29540 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29547/stat : 29547 (java) S 29540 29540 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418684294 28904845312 10220 33554432000 4194304 4196468 140731175239392 139895941224976 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29548] ppid=29540 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29548/stat : 29548 (java) S 29540 29540 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684294 28904845312 10220 33554432000 4194304 4196468 140731175239392 139895940172688 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29549] ppid=29540 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29542/task/29549/stat : 29549 (java) S 29540 29540 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684294 28904845312 10220 33554432000 4194304 4196468 140731175239392 139895939119888 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29550] ppid=29540 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29550/stat : 29550 (java) S 29540 29540 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684294 28904845312 10220 33554432000 4194304 4196468 140731175239392 139895938067600 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29551] ppid=29540 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29551/stat : 29551 (java) S 29540 29540 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684294 28904845312 10220 33554432000 4194304 4196468 140731175239392 139895937014800 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29552] ppid=29540 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29552/stat : 29552 (java) S 29540 29540 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684295 28904845312 10220 33554432000 4194304 4196468 140731175239392 139894722603120 139896393218690 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29553] ppid=29540 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29553/stat : 29553 (java) S 29540 29540 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418684296 28904845312 10220 33554432000 4194304 4196468 140731175239392 139894721549088 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29554] ppid=29540 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29554/stat : 29554 (java) S 29540 29540 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418684296 28904845312 10220 33554432000 4194304 4196468 140731175239392 139894720496752 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29555] ppid=29540 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29555/stat : 29555 (java) S 29540 29540 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684299 28904845312 10220 33554432000 4194304 4196468 140731175239392 139894719445072 139896393226139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29556] ppid=29540 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/29542/task/29556/stat : 29556 (java) S 29540 29540 28528 0 -1 1077944384 513 0 0 0 1 0 0 0 20 0 20 0 418684299 28904845312 10220 33554432000 4194304 4196468 140731175239392 139894718392944 139896393218690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29557] ppid=29540 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/29542/task/29557/stat : 29557 (java) S 29540 29540 28528 0 -1 1077944384 98 0 0 0 1 0 0 0 20 0 20 0 418684299 28904845312 10220 33554432000 4194304 4196468 140731175239392 139894717340144 139896393218690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29558] ppid=29540 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/29542/task/29558/stat : 29558 (java) S 29540 29540 28528 0 -1 1077944384 283 0 0 0 1 0 0 0 20 0 20 0 418684299 28904845312 10220 33554432000 4194304 4196468 140731175239392 139894716287856 139896393218690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29559] ppid=29540 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/29542/task/29559/stat : 29559 (java) R 29540 29540 28528 0 -1 4202560 683 0 0 0 7 0 0 0 20 0 20 0 418684299 28904845312 10220 33554432000 4194304 4196468 140731175239392 139894715235056 139896372136853 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29560] ppid=29540 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29560/stat : 29560 (java) S 29540 29540 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418684299 28904845312 10220 33554432000 4194304 4196468 140731175239392 139894714181984 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29561] ppid=29540 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29542/task/29561/stat : 29561 (java) S 29540 29540 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684299 28904845312 10220 33554432000 4194304 4196468 140731175239392 139894713129264 139896393218690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42336 KiB

[startup+0.31133 s]*
/proc/loadavg: 6.76 6.98 7.04 3/211 29561
/proc/meminfo: memFree=29796660/32770688 swapFree=66961108/67108860
[pid=29540] ppid=29537 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29540/stat : 29540 (xcsp3-exec) S 29537 29540 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418684292 115843072 364 33554432000 4194304 5098028 140724092917488 140724092915592 139638561862268 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38273024 140724092920694 140724092920937 140724092920937 140724092923850 0
/proc/29540/statm: 28282 364 305 221 0 87 0
[pid=29542] ppid=29540 vsize=28231644 memory=46948 CPUtime=0.51 cores=0-7
/proc/29542/stat : 29542 (java) S 29540 29540 28528 0 -1 1077944320 10608 0 0 0 48 3 0 0 20 0 20 0 418684293 28909203456 11737 33554432000 4194304 4196468 140731175239392 140731175221936 139896393207543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
/proc/29542/statm: 7057911 11737 3342 1 0 7019032 0
[pid=29542/tid=29543] ppid=29540 vsize=28231644 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/29542/task/29543/stat : 29543 (java) R 29540 29540 28528 0 -1 4202560 7562 0 0 0 27 2 0 0 20 0 20 0 418684293 28909203456 11737 33554432000 4194304 4196468 140731175239392 139896397431168 139896377288030 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29544] ppid=29540 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29544/stat : 29544 (java) S 29540 29540 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684294 28909203456 11737 33554432000 4194304 4196468 140731175239392 139896349759888 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29545] ppid=29540 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29545/stat : 29545 (java) S 29540 29540 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684294 28909203456 11737 33554432000 4194304 4196468 140731175239392 139896348707088 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29546] ppid=29540 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29546/stat : 29546 (java) S 29540 29540 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684294 28909203456 11737 33554432000 4194304 4196468 140731175239392 139896347654800 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29547] ppid=29540 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29547/stat : 29547 (java) S 29540 29540 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418684294 28909203456 11737 33554432000 4194304 4196468 140731175239392 139895941224976 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29548] ppid=29540 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/29542/task/29548/stat : 29548 (java) S 29540 29540 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684294 28909203456 11737 33554432000 4194304 4196468 140731175239392 139895940172688 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29549] ppid=29540 vsize=28231644 memory=139892386526127 CPUtime=0 cores=0-7
/proc/29542/task/29549/stat : 29549 (java) S 29540 29540 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684294 28909203456 11737 33554432000 4194304 4196468 140731175239392 139895939119888 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29550] ppid=29540 vsize=28231644 memory=139892386528432 CPUtime=0 cores=0-7
/proc/29542/task/29550/stat : 29550 (java) S 29540 29540 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684294 28909203456 11802 33554432000 4194304 4196468 140731175239392 139895938067600 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29551] ppid=29540 vsize=28231644 memory=139892386530736 CPUtime=0 cores=0-7
/proc/29542/task/29551/stat : 29551 (java) S 29540 29540 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684294 28909203456 11802 33554432000 4194304 4196468 140731175239392 139895937014800 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29552] ppid=29540 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29552/stat : 29552 (java) S 29540 29540 28528 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418684295 28909203456 11802 33554432000 4194304 4196468 140731175239392 139894722603120 139896393218690 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29553] ppid=29540 vsize=28231644 memory=279784773068432 CPUtime=0 cores=0-7
/proc/29542/task/29553/stat : 29553 (java) S 29540 29540 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418684296 28909203456 11802 33554432000 4194304 4196468 140731175239392 139894721549088 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29554] ppid=29540 vsize=28231644 memory=279784773075344 CPUtime=0 cores=0-7
/proc/29542/task/29554/stat : 29554 (java) S 29540 29540 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418684296 28909203456 11802 33554432000 4194304 4196468 140731175239392 139894720496752 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29555] ppid=29540 vsize=28231644 memory=279784773016592 CPUtime=0 cores=0-7
/proc/29542/task/29555/stat : 29555 (java) S 29540 29540 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684299 28909203456 11802 33554432000 4194304 4196468 140731175239392 139894719445072 139896393226139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29556] ppid=29540 vsize=28231644 memory=279784773089168 CPUtime=0.01 cores=0-7
/proc/29542/task/29556/stat : 29556 (java) S 29540 29540 28528 0 -1 1077944384 539 0 0 0 1 0 0 0 20 0 20 0 418684299 28909203456 11802 33554432000 4194304 4196468 140731175239392 139894718392944 139896393218690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29557] ppid=29540 vsize=28231644 memory=279784773096080 CPUtime=0.03 cores=0-7
/proc/29542/task/29557/stat : 29557 (java) S 29540 29540 28528 0 -1 1077944384 110 0 0 0 3 0 0 0 20 0 20 0 418684299 28909203456 11802 33554432000 4194304 4196468 140731175239392 139894717340144 139896393218690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29558] ppid=29540 vsize=28231644 memory=279784773093776 CPUtime=0.02 cores=0-7
/proc/29542/task/29558/stat : 29558 (java) S 29540 29540 28528 0 -1 1077944384 305 0 0 0 2 0 0 0 20 0 20 0 418684299 28909203456 11802 33554432000 4194304 4196468 140731175239392 139894716287856 139896393218690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29559] ppid=29540 vsize=28231644 memory=279784773109936 CPUtime=0.13 cores=0-7
/proc/29542/task/29559/stat : 29559 (java) S 29540 29540 28528 0 -1 1077944384 778 0 0 0 13 0 0 0 20 0 20 0 418684299 28909203456 11802 33554432000 4194304 4196468 140731175239392 139894715235056 139896393218690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29560] ppid=29540 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29560/stat : 29560 (java) S 29540 29540 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418684299 28909203456 11802 33554432000 4194304 4196468 140731175239392 139894714181984 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29561] ppid=29540 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/29542/task/29561/stat : 29561 (java) S 29540 29540 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418684299 28909203456 11802 33554432000 4194304 4196468 140731175239392 139894713129264 139896393218690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 48404 KiB

[startup+0.701099 s]
/proc/loadavg: 6.76 6.98 7.04 4/211 29561
/proc/meminfo: memFree=29783340/32770688 swapFree=66961108/67108860
[pid=29540] ppid=29537 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29540/stat : 29540 (xcsp3-exec) S 29537 29540 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418684292 115843072 364 33554432000 4194304 5098028 140724092917488 140724092915592 139638561862268 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38273024 140724092920694 140724092920937 140724092920937 140724092923850 0
/proc/29540/statm: 28282 364 305 221 0 87 0
[pid=29542] ppid=29540 vsize=28233768 memory=81096 CPUtime=1.71 cores=0-7
/proc/29542/stat : 29542 (java) S 29540 29540 28528 0 -1 1077944320 14512 0 0 0 166 5 0 0 20 0 20 0 418684293 28911378432 20274 33554432000 4194304 4196468 140731175239392 140731175221936 139896393207543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
/proc/29542/statm: 7058442 20274 3450 1 0 7019544 0
[pid=29542/tid=29543] ppid=29540 vsize=28233768 memory=279784773467824 CPUtime=0.68 cores=0-7
/proc/29542/task/29543/stat : 29543 (java) R 29540 29540 28528 0 -1 4202560 8611 0 0 0 64 4 0 0 20 0 20 0 418684293 28911378432 20274 33554432000 4194304 4196468 140731175239392 139896397444352 139896393219478 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29544] ppid=29540 vsize=28233768 memory=139892386734960 CPUtime=0 cores=0-7
/proc/29542/task/29544/stat : 29544 (java) S 29540 29540 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684294 28911378432 20274 33554432000 4194304 4196468 140731175239392 139896349759888 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29545] ppid=29540 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29545/stat : 29545 (java) S 29540 29540 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684294 28911378432 20274 33554432000 4194304 4196468 140731175239392 139896348707088 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29546] ppid=29540 vsize=28233768 memory=2832 CPUtime=0 cores=0-7
/proc/29542/task/29546/stat : 29546 (java) S 29540 29540 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418684294 28911378432 20274 33554432000 4194304 4196468 140731175239392 139896347654800 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0

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

/proc/loadavg: 6.76 6.98 7.04 5/211 29561
/proc/meminfo: memFree=29719320/32770688 swapFree=66961108/67108860
[pid=29540] ppid=29537 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29540/stat : 29540 (xcsp3-exec) S 29537 29540 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418684292 115843072 364 33554432000 4194304 5098028 140724092917488 140724092915592 139638561862268 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38273024 140724092920694 140724092920937 140724092920937 140724092923850 0
/proc/29540/statm: 28282 364 305 221 0 87 0
[pid=29542] ppid=29540 vsize=28768328 memory=224468 CPUtime=5.91 cores=0-7
/proc/29542/stat : 29542 (java) S 29540 29540 28528 0 -1 1077944320 27347 0 0 0 576 15 0 0 20 0 28 0 418684293 29458767872 56117 33554432000 4194304 4196468 140731175239392 140731175221936 139896393207543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
/proc/29542/statm: 7192082 56117 3491 1 0 7153184 0
[pid=29542/tid=29543] ppid=29540 vsize=28768328 memory=14698491322567293 CPUtime=1.23 cores=0-7
/proc/29542/task/29543/stat : 29543 (java) S 29540 29540 28528 0 -1 1077944384 10824 0 0 0 117 6 0 0 20 0 28 0 418684293 29458767872 56117 33554432000 4194304 4196468 140731175239392 139896397448320 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29544] ppid=29540 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29544/stat : 29544 (java) S 29540 29540 28528 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 28 0 418684294 29458767872 56117 33554432000 4194304 4196468 140731175239392 139896349759888 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29545] ppid=29540 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29545/stat : 29545 (java) S 29540 29540 28528 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 28 0 418684294 29458767872 56117 33554432000 4194304 4196468 140731175239392 139896348707088 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29546] ppid=29540 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29546/stat : 29546 (java) S 29540 29540 28528 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 418684294 29458767872 56117 33554432000 4194304 4196468 140731175239392 139896347654800 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29547] ppid=29540 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29547/stat : 29547 (java) S 29540 29540 28528 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 418684294 29458767872 56117 33554432000 4194304 4196468 140731175239392 139895941224976 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29548] ppid=29540 vsize=28768328 memory=4580 CPUtime=0 cores=0-7
/proc/29542/task/29548/stat : 29548 (java) S 29540 29540 28528 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 418684294 29458767872 56117 33554432000 4194304 4196468 140731175239392 139895940172688 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29549] ppid=29540 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29549/stat : 29549 (java) S 29540 29540 28528 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 418684294 29458767872 56117 33554432000 4194304 4196468 140731175239392 139895939119888 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29550] ppid=29540 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29550/stat : 29550 (java) S 29540 29540 28528 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 28 0 418684294 29458767872 56117 33554432000 4194304 4196468 140731175239392 139895938067600 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29551] ppid=29540 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29551/stat : 29551 (java) S 29540 29540 28528 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 418684294 29458767872 56117 33554432000 4194304 4196468 140731175239392 139895937014800 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29552] ppid=29540 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29552/stat : 29552 (java) S 29540 29540 28528 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 28 0 418684295 29458767872 56117 33554432000 4194304 4196468 140731175239392 139894722603120 139896393218690 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29553] ppid=29540 vsize=28768328 memory=2244 CPUtime=0 cores=0-7
/proc/29542/task/29553/stat : 29553 (java) S 29540 29540 28528 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 28 0 418684296 29458767872 56117 33554432000 4194304 4196468 140731175239392 139894721549088 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29554] ppid=29540 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29554/stat : 29554 (java) S 29540 29540 28528 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 418684296 29458767872 56117 33554432000 4194304 4196468 140731175239392 139894720496752 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29555] ppid=29540 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29555/stat : 29555 (java) S 29540 29540 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418684299 29458767872 56117 33554432000 4194304 4196468 140731175239392 139894719445072 139896393226139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29556] ppid=29540 vsize=28768328 memory=0 CPUtime=0.85 cores=0-7
/proc/29542/task/29556/stat : 29556 (java) R 29540 29540 28528 0 -1 4202560 3703 0 0 0 85 0 0 0 20 0 28 0 418684299 29458767872 56117 33554432000 4194304 4196468 140731175239392 139894718384400 139896374751727 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29557] ppid=29540 vsize=28768328 memory=0 CPUtime=0.97 cores=0-7
/proc/29542/task/29557/stat : 29557 (java) R 29540 29540 28528 0 -1 4202560 3087 0 0 0 96 1 0 0 20 0 28 0 418684299 29458767872 56117 33554432000 4194304 4196468 140731175239392 139894717331408 139896379221844 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29558] ppid=29540 vsize=28768328 memory=0 CPUtime=0.88 cores=0-7
/proc/29542/task/29558/stat : 29558 (java) R 29540 29540 28528 0 -1 4202560 3186 0 0 0 88 0 0 0 20 0 28 0 418684299 29458767872 56117 33554432000 4194304 4196468 140731175239392 139894716275408 139896370934816 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29559] ppid=29540 vsize=28768328 memory=6943526294502006880 CPUtime=0.75 cores=0-7
/proc/29542/task/29559/stat : 29559 (java) R 29540 29540 28528 0 -1 4202560 4141 0 0 0 74 1 0 0 20 0 28 0 418684299 29458767872 56117 33554432000 4194304 4196468 140731175239392 139894715234240 139896393228890 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29560] ppid=29540 vsize=28768328 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/29542/task/29560/stat : 29560 (java) S 29540 29540 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418684299 29458767872 56117 33554432000 4194304 4196468 140731175239392 139894714181984 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29561] ppid=29540 vsize=28768328 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/29542/task/29561/stat : 29561 (java) S 29540 29540 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418684299 29458767872 56117 33554432000 4194304 4196468 140731175239392 139894713129264 139896393218690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
Current children cumulated CPU time: 5.91 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 225924 KiB

[startup+1.79037 s]
# the end of solver process 29540 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.07806 s, system=0.271943 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60124 s]
/proc/loadavg: 6.76 6.98 7.04 5/211 29561
/proc/meminfo: memFree=29719320/32770688 swapFree=66961108/67108860
[pid=29540] ppid=29537 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29540/stat : 29540 (xcsp3-exec) S 29537 29540 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418684292 115843072 364 33554432000 4194304 5098028 140724092917488 140724092915592 139638561862268 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38273024 140724092920694 140724092920937 140724092920937 140724092923850 0
/proc/29540/statm: 28282 364 305 221 0 87 0
[pid=29542] ppid=29540 vsize=28769356 memory=244096 CPUtime=6.43 cores=0-7
/proc/29542/stat : 29542 (java) S 29540 29540 28528 0 -1 1077944320 29798 0 0 0 623 20 0 0 20 0 28 0 418684293 29459820544 61024 33554432000 4194304 4196468 140731175239392 140731175221936 139896393207543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
/proc/29542/statm: 7192339 61024 3499 1 0 7153441 0
[pid=29542/tid=29543] ppid=29540 vsize=28769356 memory=6944656592455360604 CPUtime=1.23 cores=0-7
/proc/29542/task/29543/stat : 29543 (java) R 29540 29540 28528 0 -1 4202560 10826 0 0 0 117 6 0 0 20 0 28 0 418684293 29459820544 61041 33554432000 4194304 4196468 140731175239392 139896397448320 139896393219478 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29544] ppid=29540 vsize=28769356 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/29542/task/29544/stat : 29544 (java) S 29540 29540 28528 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 28 0 418684294 29459820544 61040 33554432000 4194304 4196468 140731175239392 139896349759888 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29545] ppid=29540 vsize=28769356 memory=1456 CPUtime=0.02 cores=0-7
/proc/29542/task/29545/stat : 29545 (java) S 29540 29540 28528 0 -1 1077944384 37 0 0 0 1 1 0 0 20 0 28 0 418684294 29459820544 61073 33554432000 4194304 4196468 140731175239392 139896348707088 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29546] ppid=29540 vsize=28769356 memory=3612 CPUtime=0 cores=0-7
/proc/29542/task/29546/stat : 29546 (java) S 29540 29540 28528 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 27 0 418684294 29459820544 61024 33554432000 4194304 4196468 140731175239392 139896347654800 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29547] ppid=29540 vsize=28769356 memory=39552 CPUtime=0 cores=0-7
/proc/29542/task/29547/stat : 29547 (java) S 29540 29540 28528 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 27 0 418684294 29459820544 61024 33554432000 4194304 4196468 140731175239392 139895941224976 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29548] ppid=29540 vsize=28769356 memory=984 CPUtime=0.01 cores=0-7
/proc/29542/task/29548/stat : 29548 (java) S 29540 29540 28528 0 -1 1077944384 62 0 0 0 0 1 0 0 20 0 24 0 418684294 29459820544 61024 33554432000 4194304 4196468 140731175239392 139895940172688 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29549] ppid=29540 vsize=28769356 memory=2044 CPUtime=0.01 cores=0-7
/proc/29542/task/29549/stat : 29549 (java) S 29540 29540 28528 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 23 0 418684294 29459820544 61024 33554432000 4194304 4196468 140731175239392 139895939119888 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29550] ppid=29540 vsize=28769356 memory=1380 CPUtime=0.02 cores=0-7
/proc/29542/task/29550/stat : 29550 (java) S 29540 29540 28528 0 -1 1077944384 46 0 0 0 1 1 0 0 20 0 22 0 418684294 29459820544 61024 33554432000 4194304 4196468 140731175239392 139895938067600 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29551] ppid=29540 vsize=28769356 memory=1056 CPUtime=0.01 cores=0-7
/proc/29542/task/29551/stat : 29551 (java) S 29540 29540 28528 0 -1 1077944384 40 0 0 0 1 0 0 0 20 0 22 0 418684294 29459820544 61024 33554432000 4194304 4196468 140731175239392 139895937014800 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29552] ppid=29540 vsize=28769356 memory=764 CPUtime=0 cores=0-7
/proc/29542/task/29552/stat : 29552 (java) S 29540 29540 28528 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 22 0 418684295 29459820544 61024 33554432000 4194304 4196468 140731175239392 139894722603120 139896393218690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29553] ppid=29540 vsize=28769356 memory=1708 CPUtime=0 cores=0-7
/proc/29542/task/29553/stat : 29553 (java) S 29540 29540 28528 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 22 0 418684296 29459820544 61024 33554432000 4194304 4196468 140731175239392 139894721549152 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29554] ppid=29540 vsize=28769356 memory=1224 CPUtime=0 cores=0-7
/proc/29542/task/29554/stat : 29554 (java) S 29540 29540 28528 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 21 0 418684296 29459820544 61024 33554432000 4194304 4196468 140731175239392 139894720496768 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29555] ppid=29540 vsize=28769356 memory=5932 CPUtime=0 cores=0-7
/proc/29542/task/29555/stat : 29555 (java) S 29540 29540 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 418684299 29459820544 61024 33554432000 4194304 4196468 140731175239392 139894719445072 139896393226139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29556] ppid=29540 vsize=28769356 memory=164 CPUtime=0.93 cores=0-7
/proc/29542/task/29556/stat : 29556 (java) S 29540 29540 28528 0 -1 1077944384 3732 0 0 0 93 0 0 0 20 0 21 0 418684299 29459820544 61024 33554432000 4194304 4196468 140731175239392 139894718392944 139896393218690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29557] ppid=29540 vsize=28769356 memory=-9001734013606258791 CPUtime=1.05 cores=0-7
/proc/29542/task/29557/stat : 29557 (java) R 29540 29540 28528 0 -1 4202560 3118 0 0 0 104 1 0 0 20 0 21 0 418684299 29459820544 61024 33554432000 4194304 4196468 140731175239392 139894717328016 139896377496400 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29558] ppid=29540 vsize=28769356 memory=-7384994778349281184 CPUtime=0.97 cores=0-7
/proc/29542/task/29558/stat : 29558 (java) S 29540 29540 28528 0 -1 1077944384 3204 0 0 0 97 0 0 0 20 0 22 0 418684299 29459820544 61024 33554432000 4194304 4196468 140731175239392 139894716287856 139896393218690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29559] ppid=29540 vsize=28769356 memory=7681905605394137914 CPUtime=0.8 cores=0-7
/proc/29542/task/29559/stat : 29559 (java) S 29540 29540 28528 0 -1 1077944384 4265 0 0 0 79 1 0 0 20 0 22 0 418684299 29459820544 61024 33554432000 4194304 4196468 140731175239392 139894715235056 139896393218690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29560] ppid=29540 vsize=28769356 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/29542/task/29560/stat : 29560 (java) S 29540 29540 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 418684299 29459820544 61024 33554432000 4194304 4196468 140731175239392 139894714181984 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29561] ppid=29540 vsize=28769356 memory=-7233780906022726806 CPUtime=0 cores=0-7
/proc/29542/task/29561/stat : 29561 (java) S 29540 29540 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 23 0 418684299 29459820544 61024 33554432000 4194304 4196468 140731175239392 139894713129264 139896393218690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
Current children cumulated CPU time: 6.43 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 245552 KiB

[startup+1.70093 s]
/proc/loadavg: 6.76 6.98 7.04 5/211 29561
/proc/meminfo: memFree=29719320/32770688 swapFree=66961108/67108860
[pid=29540] ppid=29537 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29540/stat : 29540 (xcsp3-exec) S 29537 29540 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418684292 115843072 364 33554432000 4194304 5098028 140724092917488 140724092915592 139638561862268 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38273024 140724092920694 140724092920937 140724092920937 140724092923850 0
/proc/29540/statm: 28282 364 305 221 0 87 0
[pid=29542] ppid=29540 vsize=28769356 memory=318420 CPUtime=6.91 cores=0-7
/proc/29542/stat : 29542 (java) S 29540 29540 28528 0 -1 1077944320 31690 0 0 0 669 22 0 0 20 0 27 0 418684293 29459820544 79605 33554432000 4194304 4196468 140731175239392 140731175221936 139896393207543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
/proc/29542/statm: 7192339 79605 3503 1 0 7153441 0
[pid=29542/tid=29543] ppid=29540 vsize=28769356 memory=6944656592455097440 CPUtime=1.24 cores=0-7
/proc/29542/task/29543/stat : 29543 (java) S 29540 29540 28528 0 -1 1077944384 10833 0 0 0 118 6 0 0 20 0 27 0 418684293 29459820544 79605 33554432000 4194304 4196468 140731175239392 139896397448320 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29544] ppid=29540 vsize=28769356 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/29542/task/29544/stat : 29544 (java) S 29540 29540 28528 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 27 0 418684294 29459820544 79605 33554432000 4194304 4196468 140731175239392 139896349759888 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29545] ppid=29540 vsize=28769356 memory=56 CPUtime=0.02 cores=0-7
/proc/29542/task/29545/stat : 29545 (java) S 29540 29540 28528 0 -1 1077944384 37 0 0 0 1 1 0 0 20 0 27 0 418684294 29459820544 79605 33554432000 4194304 4196468 140731175239392 139896348707088 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29546] ppid=29540 vsize=28769356 memory=9316 CPUtime=0 cores=0-7
/proc/29542/task/29546/stat : 29546 (java) S 29540 29540 28528 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 27 0 418684294 29459820544 79605 33554432000 4194304 4196468 140731175239392 139896347654800 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29547] ppid=29540 vsize=28769356 memory=19982 CPUtime=0 cores=0-7
/proc/29542/task/29547/stat : 29547 (java) S 29540 29540 28528 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 27 0 418684294 29459820544 79605 33554432000 4194304 4196468 140731175239392 139895941224976 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29548] ppid=29540 vsize=28769356 memory=0 CPUtime=0.01 cores=0-7
/proc/29542/task/29548/stat : 29548 (java) S 29540 29540 28528 0 -1 1077944384 62 0 0 0 0 1 0 0 20 0 27 0 418684294 29459820544 79605 33554432000 4194304 4196468 140731175239392 139895940172688 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29549] ppid=29540 vsize=28769356 memory=0 CPUtime=0.01 cores=0-7
/proc/29542/task/29549/stat : 29549 (java) S 29540 29540 28528 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 27 0 418684294 29459820544 79605 33554432000 4194304 4196468 140731175239392 139895939119888 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29550] ppid=29540 vsize=28769356 memory=0 CPUtime=0.02 cores=0-7
/proc/29542/task/29550/stat : 29550 (java) S 29540 29540 28528 0 -1 1077944384 46 0 0 0 1 1 0 0 20 0 27 0 418684294 29459820544 79605 33554432000 4194304 4196468 140731175239392 139895938067600 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29551] ppid=29540 vsize=28769356 memory=0 CPUtime=0.01 cores=0-7
/proc/29542/task/29551/stat : 29551 (java) S 29540 29540 28528 0 -1 1077944384 40 0 0 0 1 0 0 0 20 0 27 0 418684294 29459820544 79605 33554432000 4194304 4196468 140731175239392 139895937014800 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29552] ppid=29540 vsize=28769356 memory=4580 CPUtime=0 cores=0-7
/proc/29542/task/29552/stat : 29552 (java) S 29540 29540 28528 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 27 0 418684295 29459820544 79605 33554432000 4194304 4196468 140731175239392 139894722603120 139896393218690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29553] ppid=29540 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29553/stat : 29553 (java) S 29540 29540 28528 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 27 0 418684296 29459820544 79605 33554432000 4194304 4196468 140731175239392 139894721549152 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29554] ppid=29540 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29554/stat : 29554 (java) S 29540 29540 28528 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 27 0 418684296 29459820544 79605 33554432000 4194304 4196468 140731175239392 139894720496768 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29555] ppid=29540 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29555/stat : 29555 (java) S 29540 29540 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 418684299 29459820544 79605 33554432000 4194304 4196468 140731175239392 139894719445072 139896393226139 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29556] ppid=29540 vsize=28769356 memory=0 CPUtime=1.02 cores=0-7
/proc/29542/task/29556/stat : 29556 (java) R 29540 29540 28528 0 -1 4202560 3747 0 0 0 102 0 0 0 20 0 27 0 418684299 29459820544 79605 33554432000 4194304 4196468 140731175239392 139894718379680 139896378129325 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29557] ppid=29540 vsize=28769356 memory=2244 CPUtime=1.11 cores=0-7
/proc/29542/task/29557/stat : 29557 (java) D 29540 29540 28528 0 -1 4202560 3137 0 0 0 110 1 0 0 20 0 27 0 418684299 29459820544 79605 33554432000 4194304 4196468 140731175239392 139894717326648 139896371398460 0 4 0 16800975 18446744071582151416 0 0 -1 3 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29558] ppid=29540 vsize=28769356 memory=0 CPUtime=1.04 cores=0-7
/proc/29542/task/29558/stat : 29558 (java) R 29540 29540 28528 0 -1 4202560 3228 0 0 0 104 0 0 0 20 0 27 0 418684299 29459820544 79605 33554432000 4194304 4196468 140731175239392 139894716274400 139896374751761 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29559] ppid=29540 vsize=28769356 memory=0 CPUtime=0.87 cores=0-7
/proc/29542/task/29559/stat : 29559 (java) D 29540 29540 28528 0 -1 4202560 4372 0 0 0 86 1 0 0 20 0 27 0 418684299 29459820544 79605 33554432000 4194304 4196468 140731175239392 139894715231992 139896374617693 0 4 0 16800975 18446744071582151416 0 0 -1 0 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29560] ppid=29540 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29560/stat : 29560 (java) S 29540 29540 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 27 0 418684299 29459820544 79605 33554432000 4194304 4196468 140731175239392 139894714181984 139896393217749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
[pid=29542/tid=29561] ppid=29540 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/29542/task/29561/stat : 29561 (java) S 29540 29540 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 27 0 418684299 29459820544 79605 33554432000 4194304 4196468 140731175239392 139894713129264 139896393218690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32878592 140731175240682 140731175240854 140731175240854 140731175243727 0
Current children cumulated CPU time: 6.91 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 319876 KiB

Child status: 0
Real time (s): 1.79042
CPU time (s): 7.35001
CPU user time (s): 7.07806
CPU system time (s): 0.271943
CPU usage (%): 410.518
Max. virtual memory (cumulated for all children) (KiB): 28882484
Max. memory (cumulated for all children) (KiB): 319876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.07806
system time used= 0.271943
maximum resident set size= 373468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33582
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5887
involuntary context switches= 80


# summary of solver processes directly reported to runsolver:
#   pid: 29540
#   total CPU time (s): 7.35001
#   total CPU user time (s): 7.07806
#   total CPU system time (s): 0.271943

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.03693 second user time and 0.066745 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-14 04:16:25
IDJOB=4394499
IDBENCH=126831
IDSOLVER=2843
FILE ID=node116/4394499-1568427426
RUNJOBID= node116-1568427322-28555
PBS_JOBID= 21702297
Free space on /tmp= 61244 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-4-3-20-1.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394499-1568427426/watcher-4394499-1568427426 -o /tmp/evaluation-result-4394499-1568427426/solver-4394499-1568427426 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568427322-28555 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 950473032 HOME/instance-4394499-1568427426.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 442eed38f7ecd1daccab0a66e5b4cbca
RANDOM SEED=950473032

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        29833444 kB
MemAvailable:   31855832 kB
Buffers:          148632 kB
Cached:          2159500 kB
SwapCached:        46660 kB
Active:           929908 kB
Inactive:        1428748 kB
Active(anon):       3280 kB
Inactive(anon):    87864 kB
Active(file):     926628 kB
Inactive(file):  1340884 kB
Unevictable:      109332 kB
Mlocked:          109332 kB
SwapTotal:      67108860 kB
SwapFree:       66961108 kB
Dirty:             26236 kB
Writeback:             0 kB
AnonPages:        114396 kB
Mapped:            43868 kB
Shmem:             32000 kB
Slab:             169884 kB
SReclaimable:     141420 kB
SUnreclaim:        28464 kB
KernelStack:        3328 kB
PageTables:         5108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     497844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61216 MiB
End job on node116 at 2019-09-14 04:16:27