Trace number 4394450

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 parallelOPT4752 47.3192 7.20488

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-chr15c.xml
MD5SUMce755c39cb9d6ddef8bea85f09074509
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4752
Best CPU time to get the best result obtained on this benchmark7.91615
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints15
Number of domains2
Minimum domain size15
Maximum domain size64
Distribution of domain sizes[{"size":15,"count":15},{"size":64,"count":14}]
Minimum variable degree0
Maximum variable degree3
Distribution of variable degrees[{"degree":0,"count":211},{"degree":2,"count":16},{"degree":3,"count":13}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":14},{"arity":15,"count":1}]
Number of extensional constraints14
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":14},{"type":"allDifferent","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-4394450-1568421873.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394450-1568421873.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.08/0.57	c solve instance...
1.40/0.67	o 29497 
1.40/0.67	o 27650 
1.40/0.69	o 26833 
1.40/0.69	o 10625 
2.00/0.72	o 9918 
2.00/0.73	o 8283 
2.00/0.74	o 7675 
2.00/0.75	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (371/379)
2.00/0.75		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.00/0.75		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.00/0.75		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.00/0.75		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.00/0.75		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.00/0.75	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (371/379)
2.00/0.75		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.00/0.75		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.00/0.75		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.00/0.75		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.00/0.75		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.00/0.75		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.00/0.75		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.00/0.75		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.00/0.75		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.00/0.75		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.00/0.75		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.00/0.75		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.00/0.75		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.00/0.75		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.00/0.75		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.00/0.75		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.00/0.75	o 7551 
2.00/0.75	o 7452 
2.00/0.77	o 7451 
2.00/0.78	o 7394 
2.00/0.79	o 7203 
2.00/0.80	o 7081 
2.52/0.80	o 6923 
2.52/0.81	o 5867 
2.52/0.82	o 5735 
2.52/0.83	o 5619 
3.18/0.90	o 5175 
3.18/0.90	o 5059 
21.29/3.60	o 4992 
21.31/3.60	o 4752 
46.73/7.19	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (244/252)
46.73/7.19		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
46.73/7.19		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
46.73/7.19		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
46.73/7.19		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
46.73/7.19		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
46.73/7.19	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (244/252)
46.73/7.19		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
46.73/7.19		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
46.73/7.19		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
46.73/7.19		at org.chocosolver.solver.Solver.repair(Solver.java:443)
46.73/7.19		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
46.73/7.19		at org.chocosolver.solver.Solver.solve(Solver.java:262)
46.73/7.19		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
46.73/7.19		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
46.73/7.19		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
46.73/7.19		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
46.73/7.19		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
46.73/7.19		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
46.73/7.19		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
46.73/7.19		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
46.73/7.19		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
46.73/7.19		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
46.73/7.19	s OPTIMUM FOUND
46.73/7.19	v <instantiation>
46.73/7.19	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] d[0][1] d[0][2] d[1][3] d[2][4] d[3][5] d[4][6] d[5][7] d[6][8] d[7][9] d[8][10] d[9][11] d[10][12] d[11][13] d[12][14] </list>
46.73/7.19	v 	<values>12 1 4 6 7 0 13 5 3 2 14 8 11 10 9 4 2 3 1 5 12 39 20 50 1 4 11 10 13 </values>
46.73/7.19	v </instantiation>

Verifier Data

OK	4752

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394450-1568421873/watcher-4394450-1568421873 -o /tmp/evaluation-result-4394450-1568421873/solver-4394450-1568421873 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1568416728-26452 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 510169613 HOME/instance-4394450-1568421873.xml 

running on 8 cores: 0,2,4,6,1,3,5,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=29177, runsolver pid=29174
Current StackSize limit: 8192 KiB


[startup+0.100155 s]*
/proc/loadavg: 7.31 8.25 7.84 2/212 29198
/proc/meminfo: memFree=27058360/32770624 swapFree=67021420/67108860
[pid=29177] ppid=29174 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/29177/stat : 29177 (xcsp3-exec) S 29174 29177 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418459949 115843072 363 33554432000 4194304 5098028 140727700963664 140727700961768 140671119508092 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30597120 140727700968310 140727700968553 140727700968553 140727700971466 0
/proc/29177/statm: 28282 363 304 221 0 87 0
[pid=29179] ppid=29177 vsize=28227388 memory=31592 CPUtime=0.12 cores=0-7
/proc/29179/stat : 29179 (java) S 29177 29177 26425 0 -1 1077944320 5860 0 0 0 10 2 0 0 20 0 20 0 418459949 28904845312 7898 33554432000 4194304 4196468 140735529746592 140735529729136 140182725164791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
/proc/29179/statm: 7056847 7898 3112 1 0 7019032 0
[pid=29179/tid=29180] ppid=29177 vsize=28227388 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/29179/task/29180/stat : 29180 (java) R 29177 29177 26425 0 -1 4202560 3777 0 0 0 8 1 0 0 20 0 20 0 418459949 28904845312 7898 33554432000 4194304 4196468 140735529746592 140182729397584 140182313636124 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29181] ppid=29177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29181/stat : 29181 (java) S 29177 29177 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418459950 28904845312 7898 33554432000 4194304 4196468 140735529746592 140182645017360 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29182] ppid=29177 vsize=28227388 memory=139910554330752 CPUtime=0 cores=0-7
/proc/29179/task/29182/stat : 29182 (java) S 29177 29177 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459950 28904845312 7898 33554432000 4194304 4196468 140735529746592 140182643964816 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29183] ppid=29177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29183/stat : 29183 (java) S 29177 29177 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459950 28904845312 7898 33554432000 4194304 4196468 140735529746592 140182642912272 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29184] ppid=29177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29184/stat : 29184 (java) S 29177 29177 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459950 28904845312 7898 33554432000 4194304 4196468 140735529746592 140182641859728 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29185] ppid=29177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29185/stat : 29185 (java) S 29177 29177 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459950 28904845312 7898 33554432000 4194304 4196468 140735529746592 140182640806160 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29186] ppid=29177 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29179/task/29186/stat : 29186 (java) S 29177 29177 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459950 28904845312 7898 33554432000 4194304 4196468 140735529746592 140182639753616 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29187] ppid=29177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29187/stat : 29187 (java) S 29177 29177 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459950 28904845312 7898 33554432000 4194304 4196468 140735529746592 140182638701072 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29188] ppid=29177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29188/stat : 29188 (java) S 29177 29177 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418459950 28904845312 7898 33554432000 4194304 4196468 140735529746592 140182637648528 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29189] ppid=29177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29189/stat : 29189 (java) S 29177 29177 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459951 28904845312 7898 33554432000 4194304 4196468 140735529746592 140181390653936 140182725175938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29190] ppid=29177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29190/stat : 29190 (java) S 29177 29177 26425 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 418459952 28904845312 7898 33554432000 4194304 4196468 140735529746592 140181389600160 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29191] ppid=29177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29191/stat : 29191 (java) S 29177 29177 26425 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418459952 28904845312 7898 33554432000 4194304 4196468 140735529746592 140181388547568 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29192] ppid=29177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29192/stat : 29192 (java) S 29177 29177 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418459955 28904845312 7898 33554432000 4194304 4196468 140735529746592 140181387496144 140182725183387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29193] ppid=29177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29193/stat : 29193 (java) S 29177 29177 26425 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 20 0 418459955 28904845312 7898 33554432000 4194304 4196468 140735529746592 140181386442736 140182725175938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29194] ppid=29177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29194/stat : 29194 (java) S 29177 29177 26425 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 20 0 418459955 28904845312 7898 33554432000 4194304 4196468 140735529746592 140181385390192 140182725175938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29195] ppid=29177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29195/stat : 29195 (java) S 29177 29177 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418459955 28904845312 7898 33554432000 4194304 4196468 140735529746592 140181384337648 140182725175938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29196] ppid=29177 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/29179/task/29196/stat : 29196 (java) R 29177 29177 26425 0 -1 4202560 343 0 0 0 1 0 0 0 20 0 20 0 418459955 28904845312 7898 33554432000 4194304 4196468 140735529746592 140181383285104 140182704120400 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29197] ppid=29177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29197/stat : 29197 (java) S 29177 29177 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418459955 28904845312 7898 33554432000 4194304 4196468 140735529746592 140181382232800 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29198] ppid=29177 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29179/task/29198/stat : 29198 (java) S 29177 29177 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418459955 28904845312 7898 33554432000 4194304 4196468 140735529746592 140181381180336 140182725175938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 33044 KiB

[startup+0.209847 s]*
/proc/loadavg: 7.31 8.25 7.84 3/212 29198
/proc/meminfo: memFree=27045712/32770624 swapFree=67021420/67108860
[pid=29177] ppid=29174 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/29177/stat : 29177 (xcsp3-exec) S 29174 29177 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418459949 115843072 363 33554432000 4194304 5098028 140727700963664 140727700961768 140671119508092 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30597120 140727700968310 140727700968553 140727700968553 140727700971466 0
/proc/29177/statm: 28282 363 304 221 0 87 0
[pid=29179] ppid=29177 vsize=28227388 memory=43140 CPUtime=0.34 cores=0-7
/proc/29179/stat : 29179 (java) S 29177 29177 26425 0 -1 1077944320 9479 0 0 0 30 4 0 0 20 0 20 0 418459949 28904845312 10785 33554432000 4194304 4196468 140735529746592 140735529729136 140182725164791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
/proc/29179/statm: 7056847 10785 3315 1 0 7019032 0
[pid=29179/tid=29180] ppid=29177 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/29179/task/29180/stat : 29180 (java) R 29177 29177 26425 0 -1 4202560 6598 0 0 0 17 2 0 0 20 0 20 0 418459949 28904845312 10785 33554432000 4194304 4196468 140735529746592 140182729398528 140182725176726 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29181] ppid=29177 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/29179/task/29181/stat : 29181 (java) S 29177 29177 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418459950 28904845312 10785 33554432000 4194304 4196468 140735529746592 140182645017360 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29182] ppid=29177 vsize=28227388 memory=139910557435314 CPUtime=0 cores=0-7
/proc/29179/task/29182/stat : 29182 (java) S 29177 29177 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459950 28904845312 10785 33554432000 4194304 4196468 140735529746592 140182643964816 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29183] ppid=29177 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29179/task/29183/stat : 29183 (java) S 29177 29177 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459950 28904845312 10785 33554432000 4194304 4196468 140735529746592 140182642912272 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29184] ppid=29177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29184/stat : 29184 (java) S 29177 29177 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459950 28904845312 10785 33554432000 4194304 4196468 140735529746592 140182641859728 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29185] ppid=29177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29185/stat : 29185 (java) S 29177 29177 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459950 28904845312 10785 33554432000 4194304 4196468 140735529746592 140182640806160 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29186] ppid=29177 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29179/task/29186/stat : 29186 (java) S 29177 29177 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459950 28904845312 10785 33554432000 4194304 4196468 140735529746592 140182639753616 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29187] ppid=29177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29187/stat : 29187 (java) S 29177 29177 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459950 28904845312 10785 33554432000 4194304 4196468 140735529746592 140182638701072 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29188] ppid=29177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29188/stat : 29188 (java) S 29177 29177 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418459950 28904845312 10785 33554432000 4194304 4196468 140735529746592 140182637648528 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29189] ppid=29177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29189/stat : 29189 (java) S 29177 29177 26425 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418459951 28904845312 10785 33554432000 4194304 4196468 140735529746592 140181390653936 140182725175938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29190] ppid=29177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29190/stat : 29190 (java) S 29177 29177 26425 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 418459952 28904845312 10785 33554432000 4194304 4196468 140735529746592 140181389600160 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29191] ppid=29177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29191/stat : 29191 (java) S 29177 29177 26425 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418459952 28904845312 10785 33554432000 4194304 4196468 140735529746592 140181388547568 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29192] ppid=29177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29192/stat : 29192 (java) S 29177 29177 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418459955 28904845312 10785 33554432000 4194304 4196468 140735529746592 140181387496144 140182725183387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29193] ppid=29177 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/29179/task/29193/stat : 29193 (java) S 29177 29177 26425 0 -1 1077944384 383 0 0 0 1 0 0 0 20 0 20 0 418459955 28904845312 10785 33554432000 4194304 4196468 140735529746592 140181386442736 140182725175938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29194] ppid=29177 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/29179/task/29194/stat : 29194 (java) S 29177 29177 26425 0 -1 1077944384 464 0 0 0 2 0 0 0 20 0 20 0 418459955 28904845312 10785 33554432000 4194304 4196468 140735529746592 140181385390192 140182725175938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29195] ppid=29177 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29179/task/29195/stat : 29195 (java) S 29177 29177 26425 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 418459955 28904845312 10785 33554432000 4194304 4196468 140735529746592 140181384337648 140182725175938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29196] ppid=29177 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/29179/task/29196/stat : 29196 (java) R 29177 29177 26425 0 -1 4202560 690 0 0 0 7 0 0 0 20 0 20 0 418459955 28904845312 10785 33554432000 4194304 4196468 140735529746592 140181383284912 140182717401918 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29197] ppid=29177 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29197/stat : 29197 (java) S 29177 29177 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418459955 28904845312 10785 33554432000 4194304 4196468 140735529746592 140181382232800 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29198] ppid=29177 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29179/task/29198/stat : 29198 (java) S 29177 29177 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418459955 28904845312 10785 33554432000 4194304 4196468 140735529746592 140181381180336 140182725175938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 44592 KiB

[startup+0.309513 s]*
/proc/loadavg: 7.31 8.25 7.84 4/212 29198
/proc/meminfo: memFree=27038452/32770624 swapFree=67021420/67108860
[pid=29177] ppid=29174 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/29177/stat : 29177 (xcsp3-exec) S 29174 29177 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418459949 115843072 363 33554432000 4194304 5098028 140727700963664 140727700961768 140671119508092 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30597120 140727700968310 140727700968553 140727700968553 140727700971466 0
/proc/29177/statm: 28282 363 304 221 0 87 0
[pid=29179] ppid=29177 vsize=28231644 memory=51880 CPUtime=0.52 cores=0-7
/proc/29179/stat : 29179 (java) S 29177 29177 26425 0 -1 1077944320 10851 0 0 0 48 4 0 0 20 0 20 0 418459949 28909203456 12970 33554432000 4194304 4196468 140735529746592 140735529729136 140182725164791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
/proc/29179/statm: 7057911 12970 3361 1 0 7019032 0
[pid=29179/tid=29180] ppid=29177 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/29179/task/29180/stat : 29180 (java) R 29177 29177 26425 0 -1 4202560 7764 0 0 0 27 3 0 0 20 0 20 0 418459949 28909203456 12970 33554432000 4194304 4196468 140735529746592 140182729395904 140182709245278 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29181] ppid=29177 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29181/stat : 29181 (java) S 29177 29177 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418459950 28909203456 12970 33554432000 4194304 4196468 140735529746592 140182645017360 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29182] ppid=29177 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29182/stat : 29182 (java) S 29177 29177 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459950 28909203456 12970 33554432000 4194304 4196468 140735529746592 140182643964816 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29183] ppid=29177 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29183/stat : 29183 (java) S 29177 29177 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459950 28909203456 12970 33554432000 4194304 4196468 140735529746592 140182642912272 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29184] ppid=29177 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29184/stat : 29184 (java) S 29177 29177 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459950 28909203456 12970 33554432000 4194304 4196468 140735529746592 140182641859728 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29185] ppid=29177 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/29179/task/29185/stat : 29185 (java) S 29177 29177 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459950 28909203456 12970 33554432000 4194304 4196468 140735529746592 140182640806160 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29186] ppid=29177 vsize=28231644 memory=139910438810543 CPUtime=0 cores=0-7
/proc/29179/task/29186/stat : 29186 (java) S 29177 29177 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459950 28909203456 12970 33554432000 4194304 4196468 140735529746592 140182639753616 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29187] ppid=29177 vsize=28231644 memory=139910438812848 CPUtime=0 cores=0-7
/proc/29179/task/29187/stat : 29187 (java) S 29177 29177 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459950 28909203456 12970 33554432000 4194304 4196468 140735529746592 140182638701072 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29188] ppid=29177 vsize=28231644 memory=139910438815152 CPUtime=0 cores=0-7
/proc/29179/task/29188/stat : 29188 (java) S 29177 29177 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418459950 28909203456 12970 33554432000 4194304 4196468 140735529746592 140182637648528 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29189] ppid=29177 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29189/stat : 29189 (java) S 29177 29177 26425 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418459951 28909203456 12970 33554432000 4194304 4196468 140735529746592 140181390653936 140182725175938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29190] ppid=29177 vsize=28231644 memory=279820877637264 CPUtime=0 cores=0-7
/proc/29179/task/29190/stat : 29190 (java) S 29177 29177 26425 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 418459952 28909203456 12970 33554432000 4194304 4196468 140735529746592 140181389600160 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29191] ppid=29177 vsize=28231644 memory=279820877644176 CPUtime=0 cores=0-7
/proc/29179/task/29191/stat : 29191 (java) S 29177 29177 26425 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418459952 28909203456 12970 33554432000 4194304 4196468 140735529746592 140181388547568 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29192] ppid=29177 vsize=28231644 memory=279820877585456 CPUtime=0 cores=0-7
/proc/29179/task/29192/stat : 29192 (java) S 29177 29177 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418459955 28909203456 12970 33554432000 4194304 4196468 140735529746592 140181387496144 140182725183387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29193] ppid=29177 vsize=28231644 memory=279820877658000 CPUtime=0.03 cores=0-7
/proc/29179/task/29193/stat : 29193 (java) R 29177 29177 26425 0 -1 4202560 482 0 0 0 3 0 0 0 20 0 20 0 418459955 28909203456 12970 33554432000 4194304 4196468 140735529746592 140181386432848 140182706708564 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29194] ppid=29177 vsize=28231644 memory=279820877664912 CPUtime=0.03 cores=0-7
/proc/29179/task/29194/stat : 29194 (java) S 29177 29177 26425 0 -1 1077944384 476 0 0 0 3 0 0 0 20 0 20 0 418459955 28909203456 12970 33554432000 4194304 4196468 140735529746592 140181385390192 140182725175938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29195] ppid=29177 vsize=28231644 memory=279820877662608 CPUtime=0.01 cores=0-7
/proc/29179/task/29195/stat : 29195 (java) S 29177 29177 26425 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 20 0 418459955 28909203456 12970 33554432000 4194304 4196468 140735529746592 140181384337648 140182725175938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29196] ppid=29177 vsize=28231644 memory=279820877678768 CPUtime=0.12 cores=0-7
/proc/29179/task/29196/stat : 29196 (java) S 29177 29177 26425 0 -1 1077944384 771 0 0 0 12 0 0 0 20 0 20 0 418459955 28909203456 12970 33554432000 4194304 4196468 140735529746592 140181383285104 140182725175938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29197] ppid=29177 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29197/stat : 29197 (java) S 29177 29177 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418459955 28909203456 12970 33554432000 4194304 4196468 140735529746592 140181382232800 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29198] ppid=29177 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/29179/task/29198/stat : 29198 (java) S 29177 29177 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418459955 28909203456 12970 33554432000 4194304 4196468 140735529746592 140181381180336 140182725175938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 53332 KiB

[startup+0.700996 s]
/proc/loadavg: 7.31 8.25 7.84 5/212 29198
/proc/meminfo: memFree=27020992/32770624 swapFree=67021420/67108860
[pid=29177] ppid=29174 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/29177/stat : 29177 (xcsp3-exec) S 29174 29177 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418459949 115843072 363 33554432000 4194304 5098028 140727700963664 140727700961768 140671119508092 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30597120 140727700968310 140727700968553 140727700968553 140727700971466 0
/proc/29177/statm: 28282 363 304 221 0 87 0
[pid=29179] ppid=29177 vsize=28766280 memory=165340 CPUtime=2 cores=0-7
/proc/29179/stat : 29179 (java) S 29177 29177 26425 0 -1 1077944320 16331 0 0 0 192 8 0 0 20 0 28 0 418459949 29456670720 41335 33554432000 4194304 4196468 140735529746592 140735529729136 140182725164791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
/proc/29179/statm: 7191570 41335 3456 1 0 7152672 0
[pid=29179/tid=29180] ppid=29177 vsize=28766280 memory=279820878036656 CPUtime=0.58 cores=0-7
/proc/29179/task/29180/stat : 29180 (java) S 29177 29177 26425 0 -1 1077944384 8801 0 0 0 55 3 0 0 20 0 28 0 418459949 29456670720 41335 33554432000 4194304 4196468 140735529746592 140182729405568 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29181] ppid=29177 vsize=28766280 memory=139910439019376 CPUtime=0 cores=0-7
/proc/29179/task/29181/stat : 29181 (java) S 29177 29177 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418459950 29456670720 41335 33554432000 4194304 4196468 140735529746592 140182645017360 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29182] ppid=29177 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29182/stat : 29182 (java) S 29177 29177 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 418459950 29456670720 41335 33554432000 4194304 4196468 140735529746592 140182643964816 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29183] ppid=29177 vsize=28766280 memory=1224 CPUtime=0 cores=0-7
/proc/29179/task/29183/stat : 29183 (java) S 29177 29177 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 418459950 29456670720 41335 33554432000 4194304 4196468 140735529746592 140182642912272 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0

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

[pid=29179/tid=29373] ppid=29177 vsize=28834892 memory=56 CPUtime=2.53 cores=0-7
/proc/29179/task/29373/stat : 29373 (java) R 29177 29177 26425 0 -1 4202560 149 0 0 0 253 0 0 0 20 0 28 0 418460309 29526929408 67211 33554432000 4194304 4196468 140735529746592 140181367759688 140182318624219 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29374] ppid=29177 vsize=28834892 memory=7649399388593404210 CPUtime=0 cores=0-7
/proc/29179/task/29374/stat : 29374 (java) S 29177 29177 26425 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 418460309 29526929408 67211 33554432000 4194304 4196468 140735529746592 140181365658960 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
Current children cumulated CPU time: 41.04 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 270296 KiB

[startup+7.20483 s]
# the end of solver process 29177 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=47.0851 s, system=0.234067 s

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

[startup+6.4013 s]
/proc/loadavg: 7.61 8.30 7.86 8/220 29374
/proc/meminfo: memFree=26821844/32770624 swapFree=67021420/67108860
[pid=29177] ppid=29174 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/29177/stat : 29177 (xcsp3-exec) S 29174 29177 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418459949 115843072 363 33554432000 4194304 5098028 140727700963664 140727700961768 140671119508092 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30597120 140727700968310 140727700968553 140727700968553 140727700971466 0
/proc/29177/statm: 28282 363 304 221 0 87 0
[pid=29179] ppid=29177 vsize=28834892 memory=268844 CPUtime=41.74 cores=0-7
/proc/29179/stat : 29179 (java) S 29177 29177 26425 0 -1 1077944320 40569 0 0 0 4153 21 0 0 20 0 28 0 418459949 29526929408 67211 33554432000 4194304 4196468 140735529746592 140735529729136 140182725164791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
/proc/29179/statm: 7208723 67211 3507 1 0 7169825 0
[pid=29179/tid=29180] ppid=29177 vsize=28834892 memory=7649399358545410354 CPUtime=0.59 cores=0-7
/proc/29179/task/29180/stat : 29180 (java) S 29177 29177 26425 0 -1 1077944384 8807 0 0 0 56 3 0 0 20 0 28 0 418459949 29526929408 67211 33554432000 4194304 4196468 140735529746592 140182729405568 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29181] ppid=29177 vsize=28834892 memory=7649399362840377650 CPUtime=0 cores=0-7
/proc/29179/task/29181/stat : 29181 (java) S 29177 29177 26425 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 418459950 29526929408 67211 33554432000 4194304 4196468 140735529746592 140182645017360 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29182] ppid=29177 vsize=28834892 memory=7649399367135344946 CPUtime=0.01 cores=0-7
/proc/29179/task/29182/stat : 29182 (java) S 29177 29177 26425 0 -1 1077944384 9 0 0 0 1 0 0 0 20 0 28 0 418459950 29526929408 67211 33554432000 4194304 4196468 140735529746592 140182643964816 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29183] ppid=29177 vsize=28834892 memory=7649399371430312242 CPUtime=0 cores=0-7
/proc/29179/task/29183/stat : 29183 (java) S 29177 29177 26425 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 418459950 29526929408 67211 33554432000 4194304 4196468 140735529746592 140182642912272 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29184] ppid=29177 vsize=28834892 memory=7649399375725279538 CPUtime=0.01 cores=0-7
/proc/29179/task/29184/stat : 29184 (java) S 29177 29177 26425 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 28 0 418459950 29526929408 67211 33554432000 4194304 4196468 140735529746592 140182641859728 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29185] ppid=29177 vsize=28834892 memory=279820878135416 CPUtime=0.01 cores=0-7
/proc/29179/task/29185/stat : 29185 (java) S 29177 29177 26425 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 28 0 418459950 29526929408 67211 33554432000 4194304 4196468 140735529746592 140182640806160 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29186] ppid=29177 vsize=28834892 memory=4120 CPUtime=0 cores=0-7
/proc/29179/task/29186/stat : 29186 (java) S 29177 29177 26425 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 418459950 29526929408 67211 33554432000 4194304 4196468 140735529746592 140182639753616 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29187] ppid=29177 vsize=28834892 memory=23192 CPUtime=0 cores=0-7
/proc/29179/task/29187/stat : 29187 (java) S 29177 29177 26425 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 418459950 29526929408 67211 33554432000 4194304 4196468 140735529746592 140182638701072 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29188] ppid=29177 vsize=28834892 memory=1296 CPUtime=0 cores=0-7
/proc/29179/task/29188/stat : 29188 (java) S 29177 29177 26425 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 418459950 29526929408 67211 33554432000 4194304 4196468 140735529746592 140182637648528 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29189] ppid=29177 vsize=28834892 memory=2184 CPUtime=0.01 cores=0-7
/proc/29179/task/29189/stat : 29189 (java) S 29177 29177 26425 0 -1 1077944384 160 0 0 0 1 0 0 0 20 0 28 0 418459951 29526929408 67211 33554432000 4194304 4196468 140735529746592 140181390653936 140182725175938 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29190] ppid=29177 vsize=28834892 memory=1844 CPUtime=0 cores=0-7
/proc/29179/task/29190/stat : 29190 (java) S 29177 29177 26425 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 418459952 29526929408 67211 33554432000 4194304 4196468 140735529746592 140181389600224 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29191] ppid=29177 vsize=28834892 memory=4964 CPUtime=0 cores=0-7
/proc/29179/task/29191/stat : 29191 (java) S 29177 29177 26425 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 418459952 29526929408 67211 33554432000 4194304 4196468 140735529746592 140181388547584 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29192] ppid=29177 vsize=28834892 memory=33 CPUtime=0 cores=0-7
/proc/29179/task/29192/stat : 29192 (java) S 29177 29177 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418459955 29526929408 67211 33554432000 4194304 4196468 140735529746592 140181387496144 140182725183387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29193] ppid=29177 vsize=28834892 memory=0 CPUtime=2.4 cores=0-7
/proc/29179/task/29193/stat : 29193 (java) S 29177 29177 26425 0 -1 1077944384 6013 0 0 0 238 2 0 0 20 0 28 0 418459955 29526929408 67211 33554432000 4194304 4196468 140735529746592 140181386442736 140182725175938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29194] ppid=29177 vsize=28834892 memory=0 CPUtime=2.16 cores=0-7
/proc/29179/task/29194/stat : 29194 (java) S 29177 29177 26425 0 -1 1077944384 6270 0 0 0 214 2 0 0 20 0 28 0 418459955 29526929408 67211 33554432000 4194304 4196468 140735529746592 140181385390192 140182725175938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29195] ppid=29177 vsize=28834892 memory=0 CPUtime=2.38 cores=0-7
/proc/29179/task/29195/stat : 29195 (java) S 29177 29177 26425 0 -1 1077944384 7008 0 0 0 236 2 0 0 20 0 28 0 418459955 29526929408 67211 33554432000 4194304 4196468 140735529746592 140181384337648 140182725175938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29196] ppid=29177 vsize=28834892 memory=-8779078581471256512 CPUtime=0.83 cores=0-7
/proc/29179/task/29196/stat : 29196 (java) S 29177 29177 26425 0 -1 1077944384 4285 0 0 0 82 1 0 0 20 0 28 0 418459955 29526929408 67211 33554432000 4194304 4196468 140735529746592 140181383285104 140182725175938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29197] ppid=29177 vsize=28834892 memory=57 CPUtime=0 cores=0-7
/proc/29179/task/29197/stat : 29197 (java) S 29177 29177 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418459955 29526929408 67211 33554432000 4194304 4196468 140735529746592 140181382232800 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29198] ppid=29177 vsize=28834892 memory=301741394933069044 CPUtime=0 cores=0-7
/proc/29179/task/29198/stat : 29198 (java) S 29177 29177 26425 0 -1 1077944384 1119 0 0 0 0 0 0 0 20 0 28 0 418459955 29526929408 67211 33554432000 4194304 4196468 140735529746592 140181381180336 140182725175938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29367] ppid=29177 vsize=28834892 memory=15537422992517959 CPUtime=2.68 cores=0-7
/proc/29179/task/29367/stat : 29367 (java) R 29177 29177 26425 0 -1 4202560 181 0 0 0 268 0 0 0 20 0 28 0 418460309 29526929408 67211 33554432000 4194304 4196468 140735529746592 140181368810136 140182322421757 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29368] ppid=29177 vsize=28834892 memory=6944656592455360604 CPUtime=2.72 cores=0-7
/proc/29179/task/29368/stat : 29368 (java) R 29177 29177 26425 0 -1 4202560 102 0 0 0 272 0 0 0 20 0 28 0 418460309 29526929408 67211 33554432000 4194304 4196468 140735529746592 140181366706912 140182318624210 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29369] ppid=29177 vsize=28834892 memory=6655300316396806240 CPUtime=2.77 cores=0-7
/proc/29179/task/29369/stat : 29369 (java) R 29177 29177 26425 0 -1 4202560 384 0 0 0 277 0 0 0 20 0 28 0 418460309 29526929408 67211 33554432000 4194304 4196468 140735529746592 140181361449688 140182313837666 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29370] ppid=29177 vsize=28834892 memory=6943526294502006880 CPUtime=2.57 cores=0-7
/proc/29179/task/29370/stat : 29370 (java) R 29177 29177 26425 0 -1 4202560 157 0 0 0 257 0 0 0 20 0 28 0 418460309 29526929408 67211 33554432000 4194304 4196468 140735529746592 140181371969112 140182319405521 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29371] ppid=29177 vsize=28834892 memory=6944656575208382560 CPUtime=2.65 cores=0-7
/proc/29179/task/29371/stat : 29371 (java) R 29177 29177 26425 0 -1 4202560 249 0 0 0 265 0 0 0 20 0 28 0 418460309 29526929408 67211 33554432000 4194304 4196468 140735529746592 140181370916512 140182320848787 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29372] ppid=29177 vsize=28834892 memory=6944652177228980320 CPUtime=2.65 cores=0-7
/proc/29179/task/29372/stat : 29372 (java) R 29177 29177 26425 0 -1 4202560 138 0 0 0 265 0 0 0 20 0 28 0 418460309 29526929408 67211 33554432000 4194304 4196468 140735529746592 140181364601384 140182318624222 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29373] ppid=29177 vsize=28834892 memory=6944656575208382560 CPUtime=2.64 cores=0-7
/proc/29179/task/29373/stat : 29373 (java) R 29177 29177 26425 0 -1 4202560 149 0 0 0 264 0 0 0 20 0 28 0 418460309 29526929408 67211 33554432000 4194304 4196468 140735529746592 140181367759688 140182318623530 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29374] ppid=29177 vsize=28834892 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/29179/task/29374/stat : 29374 (java) S 29177 29177 26425 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 418460309 29526929408 67211 33554432000 4194304 4196468 140735529746592 140181365658960 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
Current children cumulated CPU time: 41.74 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 270296 KiB

[startup+6.801 s]
/proc/loadavg: 7.61 8.30 7.86 8/220 29374
/proc/meminfo: memFree=26821844/32770624 swapFree=67021420/67108860
[pid=29177] ppid=29174 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/29177/stat : 29177 (xcsp3-exec) S 29174 29177 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418459949 115843072 363 33554432000 4194304 5098028 140727700963664 140727700961768 140671119508092 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30597120 140727700968310 140727700968553 140727700968553 140727700971466 0
/proc/29177/statm: 28282 363 304 221 0 87 0
[pid=29179] ppid=29177 vsize=28834892 memory=268908 CPUtime=44.56 cores=0-7
/proc/29179/stat : 29179 (java) S 29177 29177 26425 0 -1 1077944320 41022 0 0 0 4435 21 0 0 20 0 28 0 418459949 29526929408 67227 33554432000 4194304 4196468 140735529746592 140735529729136 140182725164791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
/proc/29179/statm: 7208723 67227 3507 1 0 7169825 0
[pid=29179/tid=29180] ppid=29177 vsize=28834892 memory=6153433744107005030 CPUtime=0.59 cores=0-7
/proc/29179/task/29180/stat : 29180 (java) S 29177 29177 26425 0 -1 1077944384 8807 0 0 0 56 3 0 0 20 0 28 0 418459949 29526929408 67227 33554432000 4194304 4196468 140735529746592 140182729405568 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29181] ppid=29177 vsize=28834892 memory=6153433744107005030 CPUtime=0 cores=0-7
/proc/29179/task/29181/stat : 29181 (java) S 29177 29177 26425 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 418459950 29526929408 67227 33554432000 4194304 4196468 140735529746592 140182645017360 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29182] ppid=29177 vsize=28834892 memory=7301020427405911909 CPUtime=0.01 cores=0-7
/proc/29179/task/29182/stat : 29182 (java) S 29177 29177 26425 0 -1 1077944384 9 0 0 0 1 0 0 0 20 0 28 0 418459950 29526929408 67227 33554432000 4194304 4196468 140735529746592 140182643964816 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29183] ppid=29177 vsize=28834892 memory=7523376918531162212 CPUtime=0 cores=0-7
/proc/29179/task/29183/stat : 29183 (java) S 29177 29177 26425 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 418459950 29526929408 67227 33554432000 4194304 4196468 140735529746592 140182642912272 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29184] ppid=29177 vsize=28834892 memory=7740089539546999909 CPUtime=0.01 cores=0-7
/proc/29179/task/29184/stat : 29184 (java) S 29177 29177 26425 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 28 0 418459950 29526929408 67227 33554432000 4194304 4196468 140735529746592 140182641859728 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29185] ppid=29177 vsize=28834892 memory=7523107478184158290 CPUtime=0.01 cores=0-7
/proc/29179/task/29185/stat : 29185 (java) S 29177 29177 26425 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 28 0 418459950 29526929408 67227 33554432000 4194304 4196468 140735529746592 140182640806160 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29186] ppid=29177 vsize=28834892 memory=7668615777524804974 CPUtime=0 cores=0-7
/proc/29179/task/29186/stat : 29186 (java) S 29177 29177 26425 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 418459950 29526929408 67227 33554432000 4194304 4196468 140735529746592 140182639753616 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29187] ppid=29177 vsize=28834892 memory=279820877835760 CPUtime=0 cores=0-7
/proc/29179/task/29187/stat : 29187 (java) S 29177 29177 26425 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 418459950 29526929408 67227 33554432000 4194304 4196468 140735529746592 140182638701072 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29188] ppid=29177 vsize=28834892 memory=279820878167728 CPUtime=0 cores=0-7
/proc/29179/task/29188/stat : 29188 (java) S 29177 29177 26425 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 418459950 29526929408 67227 33554432000 4194304 4196468 140735529746592 140182637648528 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29189] ppid=29177 vsize=28834892 memory=139910438934240 CPUtime=0.01 cores=0-7
/proc/29179/task/29189/stat : 29189 (java) S 29177 29177 26425 0 -1 1077944384 160 0 0 0 1 0 0 0 20 0 28 0 418459951 29526929408 67227 33554432000 4194304 4196468 140735529746592 140181390653936 140182725175938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29190] ppid=29177 vsize=28834892 memory=139910438936545 CPUtime=0 cores=0-7
/proc/29179/task/29190/stat : 29190 (java) S 29177 29177 26425 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 418459952 29526929408 67227 33554432000 4194304 4196468 140735529746592 140181389600224 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29191] ppid=29177 vsize=28834892 memory=279820877823728 CPUtime=0 cores=0-7
/proc/29179/task/29191/stat : 29191 (java) S 29177 29177 26425 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 418459952 29526929408 67227 33554432000 4194304 4196468 140735529746592 140181388547584 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29192] ppid=29177 vsize=28834892 memory=2110261046017876 CPUtime=0 cores=0-7
/proc/29179/task/29192/stat : 29192 (java) S 29177 29177 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418459955 29526929408 67227 33554432000 4194304 4196468 140735529746592 140181387496144 140182725183387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29193] ppid=29177 vsize=28834892 memory=279820878794080 CPUtime=2.4 cores=0-7
/proc/29179/task/29193/stat : 29193 (java) S 29177 29177 26425 0 -1 1077944384 6013 0 0 0 238 2 0 0 20 0 28 0 418459955 29526929408 67227 33554432000 4194304 4196468 140735529746592 140181386442736 140182725175938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29194] ppid=29177 vsize=28834892 memory=6154548692181868884 CPUtime=2.18 cores=0-7
/proc/29179/task/29194/stat : 29194 (java) S 29177 29177 26425 0 -1 1077944384 6429 0 0 0 216 2 0 0 20 0 28 0 418459955 29526929408 67227 33554432000 4194304 4196468 140735529746592 140181385390192 140182725175938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29195] ppid=29177 vsize=28834892 memory=7661299640006698091 CPUtime=2.38 cores=0-7
/proc/29179/task/29195/stat : 29195 (java) S 29177 29177 26425 0 -1 1077944384 7008 0 0 0 236 2 0 0 20 0 28 0 418459955 29526929408 67227 33554432000 4194304 4196468 140735529746592 140181384337648 140182725175938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29196] ppid=29177 vsize=28834892 memory=7590655979367786604 CPUtime=0.84 cores=0-7
/proc/29179/task/29196/stat : 29196 (java) S 29177 29177 26425 0 -1 1077944384 4560 0 0 0 83 1 0 0 20 0 28 0 418459955 29526929408 67227 33554432000 4194304 4196468 140735529746592 140181383285104 140182725175938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29197] ppid=29177 vsize=28834892 memory=7810767233137469289 CPUtime=0 cores=0-7
/proc/29179/task/29197/stat : 29197 (java) S 29177 29177 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418459955 29526929408 67227 33554432000 4194304 4196468 140735529746592 140181382232800 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29198] ppid=29177 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/29179/task/29198/stat : 29198 (java) S 29177 29177 26425 0 -1 1077944384 1119 0 0 0 0 0 0 0 20 0 28 0 418459955 29526929408 67227 33554432000 4194304 4196468 140735529746592 140181381180336 140182725175938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29367] ppid=29177 vsize=28834892 memory=0 CPUtime=3.07 cores=0-7
/proc/29179/task/29367/stat : 29367 (java) R 29177 29177 26425 0 -1 4202560 183 0 0 0 307 0 0 0 20 0 28 0 418460309 29526929408 67227 33554432000 4194304 4196468 140735529746592 140181368811232 140182319000398 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29368] ppid=29177 vsize=28834892 memory=0 CPUtime=3.12 cores=0-7
/proc/29179/task/29368/stat : 29368 (java) R 29177 29177 26425 0 -1 4202560 103 0 0 0 312 0 0 0 20 0 28 0 418460309 29526929408 67227 33554432000 4194304 4196468 140735529746592 140181366707048 140182320933825 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29369] ppid=29177 vsize=28834892 memory=0 CPUtime=3.17 cores=0-7
/proc/29179/task/29369/stat : 29369 (java) R 29177 29177 26425 0 -1 4202560 384 0 0 0 317 0 0 0 20 0 28 0 418460309 29526929408 67227 33554432000 4194304 4196468 140735529746592 140181361451152 140182320260302 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29370] ppid=29177 vsize=28834892 memory=0 CPUtime=2.97 cores=0-7
/proc/29179/task/29370/stat : 29370 (java) R 29177 29177 26425 0 -1 4202560 169 0 0 0 297 0 0 0 20 0 28 0 418460309 29526929408 67227 33554432000 4194304 4196468 140735529746592 140181371969368 140182320007196 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29371] ppid=29177 vsize=28834892 memory=0 CPUtime=3.05 cores=0-7
/proc/29179/task/29371/stat : 29371 (java) R 29177 29177 26425 0 -1 4202560 249 0 0 0 305 0 0 0 20 0 28 0 418460309 29526929408 67227 33554432000 4194304 4196468 140735529746592 140181370916720 140182322120938 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29372] ppid=29177 vsize=28834892 memory=0 CPUtime=3.05 cores=0-7
/proc/29179/task/29372/stat : 29372 (java) R 29177 29177 26425 0 -1 4202560 139 0 0 0 305 0 0 0 20 0 28 0 418460309 29526929408 67227 33554432000 4194304 4196468 140735529746592 140181364601088 140182322421433 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29373] ppid=29177 vsize=28834892 memory=0 CPUtime=3.03 cores=0-7
/proc/29179/task/29373/stat : 29373 (java) R 29177 29177 26425 0 -1 4202560 152 0 0 0 303 0 0 0 20 0 28 0 418460309 29526929408 67227 33554432000 4194304 4196468 140735529746592 140181367759200 140182318623807 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
[pid=29179/tid=29374] ppid=29177 vsize=28834892 memory=2110261046622580 CPUtime=0 cores=0-7
/proc/29179/task/29374/stat : 29374 (java) S 29177 29177 26425 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 418460309 29526929408 67227 33554432000 4194304 4196468 140735529746592 140181365658960 140182725174997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32198656 140735529755626 140735529755798 140735529755798 140735529758671 0
Current children cumulated CPU time: 44.56 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 270360 KiB

[startup+7.20103 s]
/proc/loadavg: 7.61 8.30 7.86 8/220 29374
/proc/meminfo: memFree=26821604/32770624 swapFree=67021420/67108860
[pid=29177] ppid=29174 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/29177/stat : 29177 (xcsp3-exec) S 29174 29177 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418459949 115843072 363 33554432000 4194304 5098028 140727700963664 140727700961768 140671119508092 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 30597120 140727700968310 140727700968553 140727700968553 140727700971466 0
/proc/29177/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 0
Real time (s): 7.20488
CPU time (s): 47.3192
CPU user time (s): 47.0851
CPU system time (s): 0.234067
CPU usage (%): 656.766
Max. virtual memory (cumulated for all children) (KiB): 28950048
Max. memory (cumulated for all children) (KiB): 272488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.0851
system time used= 0.234067
maximum resident set size= 271424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42341
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6118
involuntary context switches= 879


# summary of solver processes directly reported to runsolver:
#   pid: 29177
#   total CPU time (s): 47.3192
#   total CPU user time (s): 47.0851
#   total CPU system time (s): 0.234067

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.084914 second user time and 0.119165 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-14 02:43:54
IDJOB=4394450
IDBENCH=123040
IDSOLVER=2843
FILE ID=node150/4394450-1568421873
RUNJOBID= node150-1568416728-26452
PBS_JOBID= 21702251
Free space on /tmp= 59360 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-chr15c.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-4394450-1568421873/watcher-4394450-1568421873 -o /tmp/evaluation-result-4394450-1568421873/solver-4394450-1568421873 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1568416728-26452 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 510169613 HOME/instance-4394450-1568421873.xml

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

MD5SUM BENCH= ce755c39cb9d6ddef8bea85f09074509
RANDOM SEED=510169613

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27077096 kB
MemAvailable:   31829700 kB
Buffers:          201716 kB
Cached:          4760348 kB
SwapCached:        13532 kB
Active:          1139760 kB
Inactive:        3869664 kB
Active(anon):      11656 kB
Inactive(anon):    61076 kB
Active(file):    1128104 kB
Inactive(file):  3808588 kB
Unevictable:      109416 kB
Mlocked:          109416 kB
SwapTotal:      67108860 kB
SwapFree:       67021420 kB
Dirty:             26112 kB
Writeback:             0 kB
AnonPages:        247532 kB
Mapped:            38496 kB
Shmem:             16756 kB
Slab:             274840 kB
SReclaimable:     244372 kB
SUnreclaim:        30468 kB
KernelStack:        3888 kB
PageTables:         6380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 59332 MiB
End job on node150 at 2019-09-14 02:44:01