Trace number 4393850

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 48.3554 6.65759

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 benchmark8.00008
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-4393850-1568421866.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393850-1568421866.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.05/0.58	c solve instance...
1.36/0.69	o 29497 
1.94/0.71	o 27650 
1.94/0.71	o 27540 
1.94/0.72	o 10625 
1.94/0.74	o 9918 
1.94/0.75	o 8407 
1.94/0.75	o 8283 
1.94/0.76	o 7480 
1.94/0.76	o 7472 
1.94/0.77	o 7453 
1.94/0.78	o 7451 
1.94/0.78	o 7394 
2.51/0.80	o 7176 
2.51/0.80	o 5735 
2.51/0.81	o 5701 
2.51/0.82	o 5619 
2.51/0.86	o 5231 
2.51/0.87	o 5141 
2.51/0.87	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (365/371)
2.51/0.87		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.51/0.87		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.51/0.87		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.51/0.87		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.51/0.87		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.51/0.87	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (365/371)
2.51/0.87		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.51/0.87		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.51/0.87		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.51/0.87		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.51/0.87		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.51/0.87		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.51/0.87		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.51/0.87		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.51/0.87		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.51/0.87		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.51/0.87		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.51/0.87		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.51/0.87		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.51/0.87		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.51/0.87		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.51/0.87		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.51/0.87	o 5059 
14.05/2.31	o 4752 
48.01/6.64	s OPTIMUM FOUND
48.01/6.64	v <instantiation>
48.01/6.64	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>
48.01/6.64	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>
48.01/6.64	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 (10783 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-4393850-1568421866/watcher-4393850-1568421866 -o /tmp/evaluation-result-4393850-1568421866/solver-4393850-1568421866 -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 1915895647 HOME/instance-4393850-1568421866.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=28916, runsolver pid=28913
Current StackSize limit: 8192 KiB


[startup+0.100155 s]*
/proc/loadavg: 7.08 8.22 7.83 2/212 28937
/proc/meminfo: memFree=27062260/32770624 swapFree=67021420/67108860
[pid=28916] ppid=28913 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/28916/stat : 28916 (xcsp3-exec) S 28913 28916 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418459208 115843072 364 33554432000 4194304 5098028 140728329209168 140728329207272 139712039002748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38154240 140728329212789 140728329213033 140728329213033 140728329215946 0
/proc/28916/statm: 28282 364 305 221 0 87 0
[pid=28918] ppid=28916 vsize=28227388 memory=27596 CPUtime=0.13 cores=0-7
/proc/28918/stat : 28918 (java) S 28916 28916 26425 0 -1 1077944320 5821 0 0 0 12 1 0 0 20 0 20 0 418459209 28904845312 6899 33554432000 4194304 4196468 140723058825200 140723058807744 140560416419575 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
/proc/28918/statm: 7056847 6899 3126 1 0 7019032 0
[pid=28918/tid=28919] ppid=28916 vsize=28227388 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/28918/task/28919/stat : 28919 (java) R 28916 28916 26425 0 -1 4202560 3648 0 0 0 8 0 0 0 20 0 20 0 418459209 28904845312 6899 33554432000 4194304 4196468 140723058825200 140560420653856 140560400500062 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28920] ppid=28916 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28920/stat : 28920 (java) S 28916 28916 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459210 28904845312 6899 33554432000 4194304 4196468 140723058825200 140559968143760 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28921] ppid=28916 vsize=28227388 memory=140239919638144 CPUtime=0 cores=0-7
/proc/28918/task/28921/stat : 28921 (java) S 28916 28916 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418459210 28904845312 6899 33554432000 4194304 4196468 140723058825200 140559967090960 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28922] ppid=28916 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28922/stat : 28922 (java) S 28916 28916 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459210 28904845312 6899 33554432000 4194304 4196468 140723058825200 140559966038672 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28923] ppid=28916 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28923/stat : 28923 (java) S 28916 28916 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418459210 28904845312 6899 33554432000 4194304 4196468 140723058825200 140559964985872 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28924] ppid=28916 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28924/stat : 28924 (java) S 28916 28916 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459210 28904845312 6899 33554432000 4194304 4196468 140723058825200 140559963933584 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28925] ppid=28916 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/28918/task/28925/stat : 28925 (java) S 28916 28916 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418459210 28904845312 6899 33554432000 4194304 4196468 140723058825200 140559962880784 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28926] ppid=28916 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28926/stat : 28926 (java) S 28916 28916 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459210 28904845312 6899 33554432000 4194304 4196468 140723058825200 140559961828496 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28927] ppid=28916 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28927/stat : 28927 (java) S 28916 28916 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418459210 28904845312 6899 33554432000 4194304 4196468 140723058825200 140559960775696 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28928] ppid=28916 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28928/stat : 28928 (java) S 28916 28916 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459211 28904845312 6899 33554432000 4194304 4196468 140723058825200 140559599655024 140560416430722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28929] ppid=28916 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28929/stat : 28929 (java) S 28916 28916 26425 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418459211 28904845312 6899 33554432000 4194304 4196468 140723058825200 140559598600992 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28930] ppid=28916 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28930/stat : 28930 (java) S 28916 28916 26425 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418459212 28904845312 6899 33554432000 4194304 4196468 140723058825200 140559597548656 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28931] ppid=28916 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28931/stat : 28931 (java) S 28916 28916 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418459214 28904845312 6899 33554432000 4194304 4196468 140723058825200 140559596496976 140560416438171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28932] ppid=28916 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28932/stat : 28932 (java) S 28916 28916 26425 0 -1 1077944384 333 0 0 0 0 0 0 0 20 0 20 0 418459214 28904845312 6899 33554432000 4194304 4196468 140723058825200 140559595444848 140560416430722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28933] ppid=28916 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28933/stat : 28933 (java) S 28916 28916 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418459214 28904845312 6899 33554432000 4194304 4196468 140723058825200 140559594392048 140560416430722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28934] ppid=28916 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28934/stat : 28934 (java) S 28916 28916 26425 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 418459214 28904845312 6899 33554432000 4194304 4196468 140723058825200 140559593339760 140560416430722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28935] ppid=28916 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/28918/task/28935/stat : 28935 (java) R 28916 28916 26425 0 -1 4202560 405 0 0 0 2 0 0 0 20 0 20 0 418459214 28904845312 6899 33554432000 4194304 4196468 140723058825200 140559592286960 140560416440922 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28936] ppid=28916 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28936/stat : 28936 (java) S 28916 28916 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418459214 28904845312 6899 33554432000 4194304 4196468 140723058825200 140559591233888 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28937] ppid=28916 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/28918/task/28937/stat : 28937 (java) S 28916 28916 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418459215 28904845312 6899 33554432000 4194304 4196468 140723058825200 140559590181168 140560416430722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 29052 KiB

[startup+0.210222 s]*
/proc/loadavg: 7.08 8.22 7.83 3/212 28937
/proc/meminfo: memFree=27050460/32770624 swapFree=67021420/67108860
[pid=28916] ppid=28913 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/28916/stat : 28916 (xcsp3-exec) S 28913 28916 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418459208 115843072 364 33554432000 4194304 5098028 140728329209168 140728329207272 139712039002748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38154240 140728329212789 140728329213033 140728329213033 140728329215946 0
/proc/28916/statm: 28282 364 305 221 0 87 0
[pid=28918] ppid=28916 vsize=28227388 memory=39024 CPUtime=0.33 cores=0-7
/proc/28918/stat : 28918 (java) S 28916 28916 26425 0 -1 1077944320 9565 0 0 0 30 3 0 0 20 0 20 0 418459209 28904845312 9756 33554432000 4194304 4196468 140723058825200 140723058807744 140560416419575 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
/proc/28918/statm: 7056847 9756 3211 1 0 7019032 0
[pid=28918/tid=28919] ppid=28916 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/28918/task/28919/stat : 28919 (java) R 28916 28916 26425 0 -1 4202560 6644 0 0 0 18 2 0 0 20 0 20 0 418459209 28904845312 9756 33554432000 4194304 4196468 140723058825200 140560420654272 140560054136392 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28920] ppid=28916 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/28918/task/28920/stat : 28920 (java) S 28916 28916 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459210 28904845312 9756 33554432000 4194304 4196468 140723058825200 140559968143760 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28921] ppid=28916 vsize=28227388 memory=140239922742706 CPUtime=0 cores=0-7
/proc/28918/task/28921/stat : 28921 (java) S 28916 28916 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418459210 28904845312 9756 33554432000 4194304 4196468 140723058825200 140559967090960 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28922] ppid=28916 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/28918/task/28922/stat : 28922 (java) S 28916 28916 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459210 28904845312 9756 33554432000 4194304 4196468 140723058825200 140559966038672 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28923] ppid=28916 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28923/stat : 28923 (java) S 28916 28916 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418459210 28904845312 9756 33554432000 4194304 4196468 140723058825200 140559964985872 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28924] ppid=28916 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28924/stat : 28924 (java) S 28916 28916 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459210 28904845312 9756 33554432000 4194304 4196468 140723058825200 140559963933584 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28925] ppid=28916 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/28918/task/28925/stat : 28925 (java) S 28916 28916 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418459210 28904845312 9756 33554432000 4194304 4196468 140723058825200 140559962880784 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28926] ppid=28916 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28926/stat : 28926 (java) S 28916 28916 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459210 28904845312 9756 33554432000 4194304 4196468 140723058825200 140559961828496 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28927] ppid=28916 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28927/stat : 28927 (java) S 28916 28916 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418459210 28904845312 9756 33554432000 4194304 4196468 140723058825200 140559960775696 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28928] ppid=28916 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28928/stat : 28928 (java) S 28916 28916 26425 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418459211 28904845312 9756 33554432000 4194304 4196468 140723058825200 140559599655024 140560416430722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28929] ppid=28916 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28929/stat : 28929 (java) S 28916 28916 26425 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418459211 28904845312 9756 33554432000 4194304 4196468 140723058825200 140559598600992 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28930] ppid=28916 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28930/stat : 28930 (java) S 28916 28916 26425 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418459212 28904845312 9756 33554432000 4194304 4196468 140723058825200 140559597548656 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28931] ppid=28916 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28931/stat : 28931 (java) S 28916 28916 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418459214 28904845312 9756 33554432000 4194304 4196468 140723058825200 140559596496976 140560416438171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28932] ppid=28916 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/28918/task/28932/stat : 28932 (java) S 28916 28916 26425 0 -1 1077944384 393 0 0 0 1 0 0 0 20 0 20 0 418459214 28904845312 9756 33554432000 4194304 4196468 140723058825200 140559595444848 140560416430722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28933] ppid=28916 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/28918/task/28933/stat : 28933 (java) S 28916 28916 26425 0 -1 1077944384 157 0 0 0 2 0 0 0 20 0 20 0 418459214 28904845312 9756 33554432000 4194304 4196468 140723058825200 140559594392048 140560416430722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28934] ppid=28916 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/28918/task/28934/stat : 28934 (java) S 28916 28916 26425 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 20 0 418459214 28904845312 9756 33554432000 4194304 4196468 140723058825200 140559593339760 140560416430722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28935] ppid=28916 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/28918/task/28935/stat : 28935 (java) R 28916 28916 26425 0 -1 4202560 936 0 0 0 7 0 0 0 20 0 20 0 418459214 28904845312 9756 33554432000 4194304 4196468 140723058825200 140559592286768 140560396134364 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28936] ppid=28916 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28936/stat : 28936 (java) S 28916 28916 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418459214 28904845312 9756 33554432000 4194304 4196468 140723058825200 140559591233888 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28937] ppid=28916 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/28918/task/28937/stat : 28937 (java) S 28916 28916 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418459215 28904845312 9756 33554432000 4194304 4196468 140723058825200 140559590181168 140560416430722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 40480 KiB

[startup+0.309953 s]*
/proc/loadavg: 7.08 8.22 7.83 3/212 28937
/proc/meminfo: memFree=27042092/32770624 swapFree=67021420/67108860
[pid=28916] ppid=28913 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/28916/stat : 28916 (xcsp3-exec) S 28913 28916 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418459208 115843072 364 33554432000 4194304 5098028 140728329209168 140728329207272 139712039002748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38154240 140728329212789 140728329213033 140728329213033 140728329215946 0
/proc/28916/statm: 28282 364 305 221 0 87 0
[pid=28918] ppid=28916 vsize=28231644 memory=49108 CPUtime=0.51 cores=0-7
/proc/28918/stat : 28918 (java) S 28916 28916 26425 0 -1 1077944320 11154 0 0 0 47 4 0 0 20 0 20 0 418459209 28909203456 12277 33554432000 4194304 4196468 140723058825200 140723058807744 140560416419575 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
/proc/28918/statm: 7057911 12277 3371 1 0 7019032 0
[pid=28918/tid=28919] ppid=28916 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/28918/task/28919/stat : 28919 (java) R 28916 28916 26425 0 -1 4202560 7796 0 0 0 27 3 0 0 20 0 20 0 418459209 28909203456 12277 33554432000 4194304 4196468 140723058825200 140560420650688 140560400500062 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28920] ppid=28916 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28920/stat : 28920 (java) S 28916 28916 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459210 28909203456 12277 33554432000 4194304 4196468 140723058825200 140559968143760 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28921] ppid=28916 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28921/stat : 28921 (java) S 28916 28916 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418459210 28909203456 12277 33554432000 4194304 4196468 140723058825200 140559967090960 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28922] ppid=28916 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28922/stat : 28922 (java) S 28916 28916 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459210 28909203456 12277 33554432000 4194304 4196468 140723058825200 140559966038672 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28923] ppid=28916 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28923/stat : 28923 (java) S 28916 28916 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418459210 28909203456 12277 33554432000 4194304 4196468 140723058825200 140559964985872 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28924] ppid=28916 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/28918/task/28924/stat : 28924 (java) S 28916 28916 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459210 28909203456 12277 33554432000 4194304 4196468 140723058825200 140559963933584 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28925] ppid=28916 vsize=28231644 memory=140239809115055 CPUtime=0 cores=0-7
/proc/28918/task/28925/stat : 28925 (java) S 28916 28916 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418459210 28909203456 12277 33554432000 4194304 4196468 140723058825200 140559962880784 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28926] ppid=28916 vsize=28231644 memory=140239809117360 CPUtime=0 cores=0-7
/proc/28918/task/28926/stat : 28926 (java) S 28916 28916 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418459210 28909203456 12277 33554432000 4194304 4196468 140723058825200 140559961828496 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28927] ppid=28916 vsize=28231644 memory=140239809119664 CPUtime=0 cores=0-7
/proc/28918/task/28927/stat : 28927 (java) S 28916 28916 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418459210 28909203456 12277 33554432000 4194304 4196468 140723058825200 140559960775696 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28928] ppid=28916 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28928/stat : 28928 (java) S 28916 28916 26425 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418459211 28909203456 12277 33554432000 4194304 4196468 140723058825200 140559599655024 140560416430722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28929] ppid=28916 vsize=28231644 memory=280479618246288 CPUtime=0 cores=0-7
/proc/28918/task/28929/stat : 28929 (java) S 28916 28916 26425 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418459211 28909203456 12277 33554432000 4194304 4196468 140723058825200 140559598600992 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28930] ppid=28916 vsize=28231644 memory=280479618253200 CPUtime=0 cores=0-7
/proc/28918/task/28930/stat : 28930 (java) S 28916 28916 26425 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418459212 28909203456 12277 33554432000 4194304 4196468 140723058825200 140559597548656 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28931] ppid=28916 vsize=28231644 memory=280479618194480 CPUtime=0 cores=0-7
/proc/28918/task/28931/stat : 28931 (java) S 28916 28916 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418459214 28909203456 12277 33554432000 4194304 4196468 140723058825200 140559596496976 140560416438171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28932] ppid=28916 vsize=28231644 memory=280479618267024 CPUtime=0.03 cores=0-7
/proc/28918/task/28932/stat : 28932 (java) R 28916 28916 26425 0 -1 4202560 526 0 0 0 3 0 0 0 20 0 20 0 418459214 28909203456 12277 33554432000 4194304 4196468 140723058825200 140559595435232 140560394015056 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28933] ppid=28916 vsize=28231644 memory=280479618273936 CPUtime=0.03 cores=0-7
/proc/28918/task/28933/stat : 28933 (java) S 28916 28916 26425 0 -1 1077944384 215 0 0 0 3 0 0 0 20 0 20 0 418459214 28909203456 12277 33554432000 4194304 4196468 140723058825200 140559594392048 140560416430722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28934] ppid=28916 vsize=28231644 memory=280479618271632 CPUtime=0.01 cores=0-7
/proc/28918/task/28934/stat : 28934 (java) S 28916 28916 26425 0 -1 1077944384 173 0 0 0 1 0 0 0 20 0 20 0 418459214 28909203456 12277 33554432000 4194304 4196468 140723058825200 140559593339760 140560416430722 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28935] ppid=28916 vsize=28231644 memory=280479618287792 CPUtime=0.12 cores=0-7
/proc/28918/task/28935/stat : 28935 (java) S 28916 28916 26425 0 -1 1077944384 1132 0 0 0 12 0 0 0 20 0 20 0 418459214 28909203456 12277 33554432000 4194304 4196468 140723058825200 140559592286960 140560416430722 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28936] ppid=28916 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28936/stat : 28936 (java) S 28916 28916 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418459214 28909203456 12277 33554432000 4194304 4196468 140723058825200 140559591233888 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28937] ppid=28916 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/28918/task/28937/stat : 28937 (java) S 28916 28916 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418459215 28909203456 12277 33554432000 4194304 4196468 140723058825200 140559590181168 140560416430722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 50564 KiB

[startup+0.702044 s]
/proc/loadavg: 7.08 8.22 7.83 6/212 28937
/proc/meminfo: memFree=27024560/32770624 swapFree=67021420/67108860
[pid=28916] ppid=28913 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/28916/stat : 28916 (xcsp3-exec) S 28913 28916 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418459208 115843072 364 33554432000 4194304 5098028 140728329209168 140728329207272 139712039002748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38154240 140728329212789 140728329213033 140728329213033 140728329215946 0
/proc/28916/statm: 28282 364 305 221 0 87 0
[pid=28918] ppid=28916 vsize=28766280 memory=114332 CPUtime=1.94 cores=0-7
/proc/28918/stat : 28918 (java) S 28916 28916 26425 0 -1 1077944320 16014 0 0 0 186 8 0 0 20 0 28 0 418459209 29456670720 28583 33554432000 4194304 4196468 140723058825200 140723058807744 140560416419575 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
/proc/28918/statm: 7191570 28583 3455 1 0 7152672 0
[pid=28918/tid=28919] ppid=28916 vsize=28766280 memory=280479618645680 CPUtime=0.59 cores=0-7
/proc/28918/task/28919/stat : 28919 (java) S 28916 28916 26425 0 -1 1077944384 9415 0 0 0 55 4 0 0 20 0 28 0 418459209 29456670720 28583 33554432000 4194304 4196468 140723058825200 140560420660352 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28920] ppid=28916 vsize=28766280 memory=140239809323888 CPUtime=0 cores=0-7
/proc/28918/task/28920/stat : 28920 (java) S 28916 28916 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 418459210 29456670720 28583 33554432000 4194304 4196468 140723058825200 140559968143760 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28921] ppid=28916 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/28918/task/28921/stat : 28921 (java) S 28916 28916 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418459210 29456670720 28583 33554432000 4194304 4196468 140723058825200 140559967090960 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28922] ppid=28916 vsize=28766280 memory=1224 CPUtime=0 cores=0-7
/proc/28918/task/28922/stat : 28922 (java) S 28916 28916 26425 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 418459210 29456670720 28583 33554432000 4194304 4196468 140723058825200 140559966038672 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0

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

[pid=28918/tid=29099] ppid=28916 vsize=28834892 memory=8836 CPUtime=3.45 cores=0-7
/proc/28918/task/29099/stat : 29099 (java) R 28916 28916 26425 0 -1 4202560 102 0 0 0 345 0 0 0 20 0 28 0 418459440 29526929408 96605 33554432000 4194304 4196468 140723058825200 140559513538272 140560059469151 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=29100] ppid=28916 vsize=28834892 memory=267012 CPUtime=3.21 cores=0-7
/proc/28918/task/29100/stat : 29100 (java) R 28916 28916 26425 0 -1 4202560 562 0 0 0 319 2 0 0 20 0 28 0 418459440 29526929408 96605 33554432000 4194304 4196468 140723058825200 140559508274840 140560061492022 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=29101] ppid=28916 vsize=28834892 memory=1456 CPUtime=3.33 cores=0-7
/proc/28918/task/29101/stat : 29101 (java) R 28916 28916 26425 0 -1 4202560 257 0 0 0 332 1 0 0 20 0 28 0 418459440 29526929408 96605 33554432000 4194304 4196468 140723058825200 140559511433768 140560059469959 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=29102] ppid=28916 vsize=28834892 memory=247672 CPUtime=3.35 cores=0-7
/proc/28918/task/29102/stat : 29102 (java) R 28916 28916 26425 0 -1 4202560 163 0 0 0 335 0 0 0 20 0 28 0 418459440 29526929408 96605 33554432000 4194304 4196468 140723058825200 140559510383840 140560059468860 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=29103] ppid=28916 vsize=28834892 memory=0 CPUtime=3.54 cores=0-7
/proc/28918/task/29103/stat : 29103 (java) R 28916 28916 26425 0 -1 4202560 81 0 0 0 354 0 0 0 20 0 28 0 418459440 29526929408 96605 33554432000 4194304 4196468 140723058825200 140559506169824 140560059469574 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=29104] ppid=28916 vsize=28834892 memory=1456 CPUtime=3.39 cores=0-7
/proc/28918/task/29104/stat : 29104 (java) R 28916 28916 26425 0 -1 4202560 111 0 0 0 339 0 0 0 20 0 28 0 418459440 29526929408 96605 33554432000 4194304 4196468 140723058825200 140559507224488 140560058795615 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=29105] ppid=28916 vsize=28834892 memory=977 CPUtime=3.19 cores=0-7
/proc/28918/task/29105/stat : 29105 (java) R 28916 28916 26425 0 -1 4202560 270 0 0 0 319 0 0 0 20 0 28 0 418459441 29526929408 96605 33554432000 4194304 4196468 140723058825200 140559509327464 140560058794808 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
Current children cumulated CPU time: 45.6 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 387876 KiB

[startup+6.65753 s]
# the end of solver process 28916 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=47.9555 s, system=0.399967 s

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

[startup+6.40199 s]
/proc/loadavg: 7.31 8.25 7.84 9/220 29105
/proc/meminfo: memFree=26704032/32770624 swapFree=67021420/67108860
[pid=28916] ppid=28913 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/28916/stat : 28916 (xcsp3-exec) S 28913 28916 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418459208 115843072 364 33554432000 4194304 5098028 140728329209168 140728329207272 139712039002748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38154240 140728329212789 140728329213033 140728329213033 140728329215946 0
/proc/28916/statm: 28282 364 305 221 0 87 0
[pid=28918] ppid=28916 vsize=28834892 memory=386424 CPUtime=46.4 cores=0-7
/proc/28918/stat : 28918 (java) S 28916 28916 26425 0 -1 1077944320 41749 0 0 0 4603 37 0 0 20 0 28 0 418459209 29526929408 96606 33554432000 4194304 4196468 140723058825200 140723058807744 140560416419575 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
/proc/28918/statm: 7208723 96606 3523 1 0 7169825 0
[pid=28918/tid=28919] ppid=28916 vsize=28834892 memory=0 CPUtime=0.59 cores=0-7
/proc/28918/task/28919/stat : 28919 (java) S 28916 28916 26425 0 -1 1077944384 9420 0 0 0 55 4 0 0 20 0 28 0 418459209 29526929408 96606 33554432000 4194304 4196468 140723058825200 140560420660352 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28920] ppid=28916 vsize=28834892 memory=0 CPUtime=0.03 cores=0-7
/proc/28918/task/28920/stat : 28920 (java) S 28916 28916 26425 0 -1 1077944384 254 0 0 0 2 1 0 0 20 0 28 0 418459210 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559968143760 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28921] ppid=28916 vsize=28834892 memory=7378707508009457000 CPUtime=0.03 cores=0-7
/proc/28918/task/28921/stat : 28921 (java) S 28916 28916 26425 0 -1 1077944384 39 0 0 0 2 1 0 0 20 0 28 0 418459210 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559967090960 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28922] ppid=28916 vsize=28834892 memory=6370719275257063784 CPUtime=0.04 cores=0-7
/proc/28918/task/28922/stat : 28922 (java) S 28916 28916 26425 0 -1 1077944384 190 0 0 0 3 1 0 0 20 0 28 0 418459210 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559966038672 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28923] ppid=28916 vsize=28834892 memory=7595156267541812576 CPUtime=0.03 cores=0-7
/proc/28918/task/28923/stat : 28923 (java) S 28916 28916 26425 0 -1 1077944384 60 0 0 0 2 1 0 0 20 0 28 0 418459210 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559964985872 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28924] ppid=28916 vsize=28834892 memory=7230638415855315287 CPUtime=0.05 cores=0-7
/proc/28918/task/28924/stat : 28924 (java) S 28916 28916 26425 0 -1 1077944384 62 0 0 0 3 2 0 0 20 0 28 0 418459210 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559963933584 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28925] ppid=28916 vsize=28834892 memory=29323304522 CPUtime=0.04 cores=0-7
/proc/28918/task/28925/stat : 28925 (java) S 28916 28916 26425 0 -1 1077944384 46 0 0 0 2 2 0 0 20 0 28 0 418459210 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559962880784 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28926] ppid=28916 vsize=28834892 memory=140239919659137 CPUtime=0.04 cores=0-7
/proc/28918/task/28926/stat : 28926 (java) S 28916 28916 26425 0 -1 1077944384 88 0 0 0 3 1 0 0 20 0 28 0 418459210 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559961828496 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28927] ppid=28916 vsize=28834892 memory=0 CPUtime=0.02 cores=0-7
/proc/28918/task/28927/stat : 28927 (java) S 28916 28916 26425 0 -1 1077944384 46 0 0 0 2 0 0 0 20 0 28 0 418459210 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559960775696 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28928] ppid=28916 vsize=28834892 memory=264432546537966 CPUtime=0.03 cores=0-7
/proc/28918/task/28928/stat : 28928 (java) S 28916 28916 26425 0 -1 1077944384 517 0 0 0 2 1 0 0 20 0 28 0 418459211 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559599655024 140560416430722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28929] ppid=28916 vsize=28834892 memory=264432546537967 CPUtime=0 cores=0-7
/proc/28918/task/28929/stat : 28929 (java) S 28916 28916 26425 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 418459211 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559598601056 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28930] ppid=28916 vsize=28834892 memory=264432546537968 CPUtime=0 cores=0-7
/proc/28918/task/28930/stat : 28930 (java) S 28916 28916 26425 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 418459212 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559597548672 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28931] ppid=28916 vsize=28834892 memory=264432546537969 CPUtime=0 cores=0-7
/proc/28918/task/28931/stat : 28931 (java) S 28916 28916 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418459214 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559596496976 140560416438171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28932] ppid=28916 vsize=28834892 memory=264432546537970 CPUtime=2.68 cores=0-7
/proc/28918/task/28932/stat : 28932 (java) S 28916 28916 26425 0 -1 1077944384 5933 0 0 0 266 2 0 0 20 0 28 0 418459214 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559595444848 140560416430722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28933] ppid=28916 vsize=28834892 memory=264432546537971 CPUtime=2.46 cores=0-7
/proc/28918/task/28933/stat : 28933 (java) R 28916 28916 26425 0 -1 4202560 7592 0 0 0 244 2 0 0 20 0 28 0 418459214 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559594392344 140560397166367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28934] ppid=28916 vsize=28834892 memory=264432546537972 CPUtime=2.27 cores=0-7
/proc/28918/task/28934/stat : 28934 (java) S 28916 28916 26425 0 -1 1077944384 5253 0 0 0 226 1 0 0 20 0 28 0 418459214 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559593339760 140560416430722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28935] ppid=28916 vsize=28834892 memory=264432546537973 CPUtime=0.9 cores=0-7
/proc/28918/task/28935/stat : 28935 (java) S 28916 28916 26425 0 -1 1077944384 5672 0 0 0 88 2 0 0 20 0 28 0 418459214 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559592286960 140560416430722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28936] ppid=28916 vsize=28834892 memory=264432546537974 CPUtime=0 cores=0-7
/proc/28918/task/28936/stat : 28936 (java) S 28916 28916 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418459214 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559591233888 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28937] ppid=28916 vsize=28834892 memory=264432546537975 CPUtime=0 cores=0-7
/proc/28918/task/28937/stat : 28937 (java) S 28916 28916 26425 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 28 0 418459215 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559590181168 140560416430722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=29098] ppid=28916 vsize=28834892 memory=264432546537976 CPUtime=3.53 cores=0-7
/proc/28918/task/29098/stat : 29098 (java) R 28916 28916 26425 0 -1 4202560 196 0 0 0 353 0 0 0 20 0 28 0 418459440 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559505118616 140560059468898 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=29099] ppid=28916 vsize=28834892 memory=264432546537977 CPUtime=3.55 cores=0-7
/proc/28918/task/29099/stat : 29099 (java) R 28916 28916 26425 0 -1 4202560 102 0 0 0 355 0 0 0 20 0 28 0 418459440 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559513538272 140560059469995 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=29100] ppid=28916 vsize=28834892 memory=264432546537978 CPUtime=3.29 cores=0-7
/proc/28918/task/29100/stat : 29100 (java) R 28916 28916 26425 0 -1 4202560 569 0 0 0 327 2 0 0 20 0 28 0 418459440 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559508277336 140560060954723 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=29101] ppid=28916 vsize=28834892 memory=1296 CPUtime=3.43 cores=0-7
/proc/28918/task/29101/stat : 29101 (java) R 28916 28916 26425 0 -1 4202560 257 0 0 0 342 1 0 0 20 0 28 0 418459440 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559511433768 140560059470065 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=29102] ppid=28916 vsize=28834892 memory=2184 CPUtime=3.45 cores=0-7
/proc/28918/task/29102/stat : 29102 (java) R 28916 28916 26425 0 -1 4202560 163 0 0 0 345 0 0 0 20 0 28 0 418459440 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559510383840 140560060862920 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=29103] ppid=28916 vsize=28834892 memory=1844 CPUtime=3.64 cores=0-7
/proc/28918/task/29103/stat : 29103 (java) R 28916 28916 26425 0 -1 4202560 81 0 0 0 364 0 0 0 20 0 28 0 418459440 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559506169824 140560061003123 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=29104] ppid=28916 vsize=28834892 memory=4964 CPUtime=3.49 cores=0-7
/proc/28918/task/29104/stat : 29104 (java) R 28916 28916 26425 0 -1 4202560 111 0 0 0 349 0 0 0 20 0 28 0 418459440 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559507224488 140560061508801 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=29105] ppid=28916 vsize=28834892 memory=10092 CPUtime=3.29 cores=0-7
/proc/28918/task/29105/stat : 29105 (java) R 28916 28916 26425 0 -1 4202560 270 0 0 0 329 0 0 0 20 0 28 0 418459441 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559509327464 140560059469251 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
Current children cumulated CPU time: 46.4 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 387880 KiB

[startup+6.60199 s]
/proc/loadavg: 7.31 8.25 7.84 9/220 29105
/proc/meminfo: memFree=26704032/32770624 swapFree=67021420/67108860
[pid=28916] ppid=28913 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/28916/stat : 28916 (xcsp3-exec) S 28913 28916 26425 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418459208 115843072 364 33554432000 4194304 5098028 140728329209168 140728329207272 139712039002748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38154240 140728329212789 140728329213033 140728329213033 140728329215946 0
/proc/28916/statm: 28282 364 305 221 0 87 0
[pid=28918] ppid=28916 vsize=28834892 memory=386424 CPUtime=48.01 cores=0-7
/proc/28918/stat : 28918 (java) S 28916 28916 26425 0 -1 1077944320 41796 0 0 0 4763 38 0 0 20 0 28 0 418459209 29526929408 96606 33554432000 4194304 4196468 140723058825200 140723058807744 140560416419575 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
/proc/28918/statm: 7208723 96606 3523 1 0 7169825 0
[pid=28918/tid=28919] ppid=28916 vsize=28834892 memory=7432 CPUtime=0.59 cores=0-7
/proc/28918/task/28919/stat : 28919 (java) S 28916 28916 26425 0 -1 1077944384 9420 0 0 0 55 4 0 0 20 0 28 0 418459209 29526929408 96606 33554432000 4194304 4196468 140723058825200 140560420660352 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28920] ppid=28916 vsize=28834892 memory=17729 CPUtime=0.03 cores=0-7
/proc/28918/task/28920/stat : 28920 (java) S 28916 28916 26425 0 -1 1077944384 254 0 0 0 2 1 0 0 20 0 28 0 418459210 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559968143760 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28921] ppid=28916 vsize=28834892 memory=4420 CPUtime=0.03 cores=0-7
/proc/28918/task/28921/stat : 28921 (java) S 28916 28916 26425 0 -1 1077944384 39 0 0 0 2 1 0 0 20 0 28 0 418459210 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559967090960 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28922] ppid=28916 vsize=28834892 memory=6628 CPUtime=0.04 cores=0-7
/proc/28918/task/28922/stat : 28922 (java) S 28916 28916 26425 0 -1 1077944384 190 0 0 0 3 1 0 0 20 0 28 0 418459210 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559966038672 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28923] ppid=28916 vsize=28834892 memory=8836 CPUtime=0.03 cores=0-7
/proc/28918/task/28923/stat : 28923 (java) S 28916 28916 26425 0 -1 1077944384 60 0 0 0 2 1 0 0 20 0 28 0 418459210 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559964985872 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28924] ppid=28916 vsize=28834892 memory=11044 CPUtime=0.05 cores=0-7
/proc/28918/task/28924/stat : 28924 (java) S 28916 28916 26425 0 -1 1077944384 62 0 0 0 3 2 0 0 20 0 28 0 418459210 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559963933584 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28925] ppid=28916 vsize=28834892 memory=13252 CPUtime=0.04 cores=0-7
/proc/28918/task/28925/stat : 28925 (java) S 28916 28916 26425 0 -1 1077944384 46 0 0 0 2 2 0 0 20 0 28 0 418459210 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559962880784 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28926] ppid=28916 vsize=28834892 memory=15460 CPUtime=0.04 cores=0-7
/proc/28918/task/28926/stat : 28926 (java) S 28916 28916 26425 0 -1 1077944384 88 0 0 0 3 1 0 0 20 0 28 0 418459210 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559961828496 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28927] ppid=28916 vsize=28834892 memory=17668 CPUtime=0.02 cores=0-7
/proc/28918/task/28927/stat : 28927 (java) S 28916 28916 26425 0 -1 1077944384 46 0 0 0 2 0 0 0 20 0 28 0 418459210 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559960775696 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28928] ppid=28916 vsize=28834892 memory=280479618719344 CPUtime=0.03 cores=0-7
/proc/28918/task/28928/stat : 28928 (java) S 28916 28916 26425 0 -1 1077944384 517 0 0 0 2 1 0 0 20 0 28 0 418459211 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559599655024 140560416430722 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28929] ppid=28916 vsize=28834892 memory=126375654591210 CPUtime=0 cores=0-7
/proc/28918/task/28929/stat : 28929 (java) S 28916 28916 26425 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 418459211 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559598601056 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28930] ppid=28916 vsize=28834892 memory=126375654591210 CPUtime=0 cores=0-7
/proc/28918/task/28930/stat : 28930 (java) S 28916 28916 26425 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 418459212 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559597548672 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28931] ppid=28916 vsize=28834892 memory=126375654591210 CPUtime=0 cores=0-7
/proc/28918/task/28931/stat : 28931 (java) S 28916 28916 26425 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418459214 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559596496976 140560416438171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28932] ppid=28916 vsize=28834892 memory=126375654591210 CPUtime=2.69 cores=0-7
/proc/28918/task/28932/stat : 28932 (java) S 28916 28916 26425 0 -1 1077944384 5944 0 0 0 267 2 0 0 20 0 28 0 418459214 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559595444848 140560416430722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28933] ppid=28916 vsize=28834892 memory=126375654591210 CPUtime=2.56 cores=0-7
/proc/28918/task/28933/stat : 28933 (java) R 28916 28916 26425 0 -1 4202560 7595 0 0 0 254 2 0 0 20 0 28 0 418459214 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559594392344 140560395663467 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28934] ppid=28916 vsize=28834892 memory=126375654591210 CPUtime=2.28 cores=0-7
/proc/28918/task/28934/stat : 28934 (java) S 28916 28916 26425 0 -1 1077944384 5286 0 0 0 227 1 0 0 20 0 28 0 418459214 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559593339760 140560416430722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28935] ppid=28916 vsize=28834892 memory=126375654591210 CPUtime=0.9 cores=0-7
/proc/28918/task/28935/stat : 28935 (java) S 28916 28916 26425 0 -1 1077944384 5672 0 0 0 88 2 0 0 20 0 28 0 418459214 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559592286960 140560416430722 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28936] ppid=28916 vsize=28834892 memory=126375654591210 CPUtime=0 cores=0-7
/proc/28918/task/28936/stat : 28936 (java) S 28916 28916 26425 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418459214 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559591233888 140560416429781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=28937] ppid=28916 vsize=28834892 memory=126375654591210 CPUtime=0 cores=0-7
/proc/28918/task/28937/stat : 28937 (java) S 28916 28916 26425 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 28 0 418459215 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559590181168 140560416430722 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=29098] ppid=28916 vsize=28834892 memory=126375654591210 CPUtime=3.73 cores=0-7
/proc/28918/task/29098/stat : 29098 (java) R 28916 28916 26425 0 -1 4202560 196 0 0 0 373 0 0 0 20 0 28 0 418459440 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559505118616 140560061172485 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=29099] ppid=28916 vsize=28834892 memory=126375654591210 CPUtime=3.75 cores=0-7
/proc/28918/task/29099/stat : 29099 (java) R 28916 28916 26425 0 -1 4202560 102 0 0 0 375 0 0 0 20 0 28 0 418459440 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559513538272 140560059468590 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=29100] ppid=28916 vsize=28834892 memory=126375654591210 CPUtime=3.39 cores=0-7
/proc/28918/task/29100/stat : 29100 (java) R 28916 28916 26425 0 -1 4202560 569 0 0 0 337 2 0 0 20 0 28 0 418459440 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559508275304 140560061705887 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=29101] ppid=28916 vsize=28834892 memory=126375654591210 CPUtime=3.63 cores=0-7
/proc/28918/task/29101/stat : 29101 (java) R 28916 28916 26425 0 -1 4202560 257 0 0 0 362 1 0 0 20 0 28 0 418459440 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559511433768 140560059468975 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=29102] ppid=28916 vsize=28834892 memory=126375654591210 CPUtime=3.65 cores=0-7
/proc/28918/task/29102/stat : 29102 (java) R 28916 28916 26425 0 -1 4202560 163 0 0 0 365 0 0 0 20 0 28 0 418459440 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559510383840 140560058671193 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=29103] ppid=28916 vsize=28834892 memory=126375654591210 CPUtime=3.84 cores=0-7
/proc/28918/task/29103/stat : 29103 (java) R 28916 28916 26425 0 -1 4202560 81 0 0 0 384 0 0 0 20 0 28 0 418459440 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559506171032 140560060617981 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=29104] ppid=28916 vsize=28834892 memory=126375654591210 CPUtime=3.67 cores=0-7
/proc/28918/task/29104/stat : 29104 (java) R 28916 28916 26425 0 -1 4202560 111 0 0 0 367 0 0 0 20 0 28 0 418459440 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559507224488 140560061622936 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
[pid=28918/tid=29105] ppid=28916 vsize=28834892 memory=386292 CPUtime=3.49 cores=0-7
/proc/28918/task/29105/stat : 29105 (java) R 28916 28916 26425 0 -1 4202560 270 0 0 0 349 0 0 0 20 0 28 0 418459441 29526929408 96606 33554432000 4194304 4196468 140723058825200 140559509327464 140560063002344 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39641088 140723058828266 140723058828438 140723058828438 140723058831311 0
Current children cumulated CPU time: 48.01 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 387880 KiB

Child status: 0
Real time (s): 6.65759
CPU time (s): 48.3554
CPU user time (s): 47.9555
CPU system time (s): 0.399967
CPU usage (%): 726.321
Max. virtual memory (cumulated for all children) (KiB): 28948020
Max. memory (cumulated for all children) (KiB): 387880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.9555
system time used= 0.399967
maximum resident set size= 386752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42656
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6091
involuntary context switches= 1419


# summary of solver processes directly reported to runsolver:
#   pid: 28916
#   total CPU time (s): 48.3554
#   total CPU user time (s): 47.9555
#   total CPU system time (s): 0.399967

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.090791 second user time and 0.105922 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-14 02:43:46
IDJOB=4393850
IDBENCH=123040
IDSOLVER=2841
FILE ID=node150/4393850-1568421866
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-4393850-1568421866/watcher-4393850-1568421866 -o /tmp/evaluation-result-4393850-1568421866/solver-4393850-1568421866 -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 1915895647 HOME/instance-4393850-1568421866.xml

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

MD5SUM BENCH= ce755c39cb9d6ddef8bea85f09074509
RANDOM SEED=1915895647

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:        27077280 kB
MemAvailable:   31829656 kB
Buffers:          201676 kB
Cached:          4760060 kB
SwapCached:        13532 kB
Active:          1139192 kB
Inactive:        3869608 kB
Active(anon):      11264 kB
Inactive(anon):    61076 kB
Active(file):    1127928 kB
Inactive(file):  3808532 kB
Unevictable:      109416 kB
Mlocked:          109416 kB
SwapTotal:      67108860 kB
SwapFree:       67021420 kB
Dirty:             25844 kB
Writeback:           152 kB
AnonPages:        143212 kB
Mapped:            39160 kB
Shmem:             16756 kB
Slab:             274900 kB
SReclaimable:     244376 kB
SUnreclaim:        30524 kB
KernelStack:        3408 kB
PageTables:         5568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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:43:53