Trace number 4394573

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 parallelOPT3 574.827 83.108

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-4-insertions-3.xml
MD5SUM681bcba91e68c7fd43dde01217071906
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark4.89685
Satisfiable
(Un)Satisfiability was proved
Number of variables79
Number of constraints156
Number of domains1
Minimum domain size79
Maximum domain size79
Distribution of domain sizes[{"size":79,"count":79}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":13},{"degree":5,"count":65},{"degree":14,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":156}]
Number of extensional constraints0
Number of intensional constraints156
Distribution of constraint types[{"type":"intension","count":156}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394573-1568419564.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4394573-1568419564.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.59/0.77	c solve instance...
1.96/0.81	o 3 
574.27/83.08	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (18/77)
574.27/83.08		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
574.27/83.08		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
574.27/83.08		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
574.27/83.08		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
574.27/83.08		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
574.27/83.08	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (18/77)
574.27/83.08		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
574.27/83.08		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
574.27/83.08		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
574.27/83.08		at org.chocosolver.solver.Solver.repair(Solver.java:443)
574.27/83.08		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
574.27/83.08		at org.chocosolver.solver.Solver.solve(Solver.java:262)
574.27/83.08		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
574.27/83.08		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
574.27/83.08		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
574.27/83.08		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
574.27/83.08		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
574.27/83.08		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
574.27/83.08		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
574.27/83.08		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
574.27/83.08		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
574.27/83.08		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
574.27/83.09	s OPTIMUM FOUND
574.27/83.09	v <instantiation>
574.27/83.09	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] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] </list>
574.27/83.09	v 	<values>0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 3 </values>
574.27/83.09	v </instantiation>

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394573-1568419564/watcher-4394573-1568419564 -o /tmp/evaluation-result-4394573-1568419564/solver-4394573-1568419564 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1568416730-6442 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1238357957 HOME/instance-4394573-1568419564.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
Current StackSize limit: 8192 KiB

solver pid=9449, runsolver pid=9446

[startup+0.100137 s]*
/proc/loadavg: 6.46 7.19 7.19 2/212 9470
/proc/meminfo: memFree=30880848/32770624 swapFree=66940932/67108860
[pid=9449] ppid=9446 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9449/stat : 9449 (xcsp3-exec) S 9446 9449 6415 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418195144 115843072 364 33554432000 4194304 5098028 140721109092048 140721109090152 140268988424828 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20422656 140721109095285 140721109095529 140721109095529 140721109098442 0
/proc/9449/statm: 28282 364 305 221 0 87 0
[pid=9451] ppid=9449 vsize=28227388 memory=30296 CPUtime=0.13 cores=0-7
/proc/9451/stat : 9451 (java) S 9449 9449 6415 0 -1 1077944320 5484 0 0 0 11 2 0 0 20 0 20 0 418195144 28904845312 7574 33554432000 4194304 4196468 140721516547760 140721516530304 140605105811191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
/proc/9451/statm: 7056847 7574 3135 1 0 7019032 0
[pid=9451/tid=9452] ppid=9449 vsize=28227388 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/9451/task/9452/stat : 9452 (java) R 9449 9449 6415 0 -1 4202560 3379 0 0 0 8 1 0 0 20 0 20 0 418195144 28904845312 7574 33554432000 4194304 4196468 140721516547760 140605110047536 140605105823126 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9453] ppid=9449 vsize=28227388 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/9451/task/9453/stat : 9453 (java) S 9449 9449 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418195145 28904845312 7574 33554432000 4194304 4196468 140721516547760 140605025663760 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9454] ppid=9449 vsize=28227388 memory=140119999436416 CPUtime=0 cores=0-7
/proc/9451/task/9454/stat : 9454 (java) S 9449 9449 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418195145 28904845312 7574 33554432000 4194304 4196468 140721516547760 140605024611216 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9455] ppid=9449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9455/stat : 9455 (java) S 9449 9449 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418195145 28904845312 7574 33554432000 4194304 4196468 140721516547760 140605023558672 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9456] ppid=9449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9456/stat : 9456 (java) S 9449 9449 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418195145 28904845312 7574 33554432000 4194304 4196468 140721516547760 140605022506128 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9457] ppid=9449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9457/stat : 9457 (java) S 9449 9449 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418195145 28904845312 7574 33554432000 4194304 4196468 140721516547760 140605021452560 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9458] ppid=9449 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9451/task/9458/stat : 9458 (java) S 9449 9449 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418195145 28904845312 7574 33554432000 4194304 4196468 140721516547760 140605020400016 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9459] ppid=9449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9459/stat : 9459 (java) S 9449 9449 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418195145 28904845312 7574 33554432000 4194304 4196468 140721516547760 140605019347472 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9460] ppid=9449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9460/stat : 9460 (java) S 9449 9449 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418195145 28904845312 7574 33554432000 4194304 4196468 140721516547760 140605018294928 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9461] ppid=9449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9461/stat : 9461 (java) S 9449 9449 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418195146 28904845312 7574 33554432000 4194304 4196468 140721516547760 140603435649520 140605105822338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9462] ppid=9449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9462/stat : 9462 (java) S 9449 9449 6415 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418195147 28904845312 7574 33554432000 4194304 4196468 140721516547760 140603434595744 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9463] ppid=9449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9463/stat : 9463 (java) S 9449 9449 6415 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418195147 28904845312 7574 33554432000 4194304 4196468 140721516547760 140603433543152 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9464] ppid=9449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9464/stat : 9464 (java) S 9449 9449 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418195149 28904845312 7574 33554432000 4194304 4196468 140721516547760 140603432491728 140605105829787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9465] ppid=9449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9465/stat : 9465 (java) S 9449 9449 6415 0 -1 1077944384 434 0 0 0 0 0 0 0 20 0 20 0 418195149 28904845312 7574 33554432000 4194304 4196468 140721516547760 140603431438320 140605105822338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9466] ppid=9449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9466/stat : 9466 (java) S 9449 9449 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418195149 28904845312 7574 33554432000 4194304 4196468 140721516547760 140603430385776 140605105822338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9467] ppid=9449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9467/stat : 9467 (java) S 9449 9449 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418195150 28904845312 7574 33554432000 4194304 4196468 140721516547760 140603429333232 140605105822338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9468] ppid=9449 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/9451/task/9468/stat : 9468 (java) R 9449 9449 6415 0 -1 4202560 352 0 0 0 2 0 0 0 20 0 20 0 418195150 28904845312 7574 33554432000 4194304 4196468 140721516547760 140603428280688 140605098146148 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9469] ppid=9449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9469/stat : 9469 (java) S 9449 9449 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418195150 28904845312 7574 33554432000 4194304 4196468 140721516547760 140603427228384 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9470] ppid=9449 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9451/task/9470/stat : 9470 (java) S 9449 9449 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418195150 28904845312 7574 33554432000 4194304 4196468 140721516547760 140603426175920 140605105822338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31752 KiB

[startup+0.210459 s]*
/proc/loadavg: 6.46 7.19 7.19 3/212 9470
/proc/meminfo: memFree=30867560/32770624 swapFree=66940932/67108860
[pid=9449] ppid=9446 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9449/stat : 9449 (xcsp3-exec) S 9446 9449 6415 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418195144 115843072 364 33554432000 4194304 5098028 140721109092048 140721109090152 140268988424828 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20422656 140721109095285 140721109095529 140721109095529 140721109098442 0
/proc/9449/statm: 28282 364 305 221 0 87 0
[pid=9451] ppid=9449 vsize=28227388 memory=41228 CPUtime=0.33 cores=0-7
/proc/9451/stat : 9451 (java) S 9449 9449 6415 0 -1 1077944320 9060 0 0 0 30 3 0 0 20 0 20 0 418195144 28904845312 10307 33554432000 4194304 4196468 140721516547760 140721516530304 140605105811191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
/proc/9451/statm: 7056847 10307 3302 1 0 7019032 0
[pid=9451/tid=9452] ppid=9449 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/9451/task/9452/stat : 9452 (java) R 9449 9449 6415 0 -1 4202560 6195 0 0 0 17 2 0 0 20 0 20 0 418195144 28904845312 10307 33554432000 4194304 4196468 140721516547760 140605110048240 140605089008898 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9453] ppid=9449 vsize=28227388 memory=329 CPUtime=0 cores=0-7
/proc/9451/task/9453/stat : 9453 (java) S 9449 9449 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418195145 28904845312 10307 33554432000 4194304 4196468 140721516547760 140605025663760 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9454] ppid=9449 vsize=28227388 memory=140119999446004 CPUtime=0 cores=0-7
/proc/9451/task/9454/stat : 9454 (java) S 9449 9449 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418195145 28904845312 10307 33554432000 4194304 4196468 140721516547760 140605024611216 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9455] ppid=9449 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9451/task/9455/stat : 9455 (java) S 9449 9449 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418195145 28904845312 10307 33554432000 4194304 4196468 140721516547760 140605023558672 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9456] ppid=9449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9456/stat : 9456 (java) S 9449 9449 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418195145 28904845312 10307 33554432000 4194304 4196468 140721516547760 140605022506128 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9457] ppid=9449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9457/stat : 9457 (java) S 9449 9449 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418195145 28904845312 10307 33554432000 4194304 4196468 140721516547760 140605021452560 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9458] ppid=9449 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9451/task/9458/stat : 9458 (java) S 9449 9449 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418195145 28904845312 10307 33554432000 4194304 4196468 140721516547760 140605020400016 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9459] ppid=9449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9459/stat : 9459 (java) S 9449 9449 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418195145 28904845312 10307 33554432000 4194304 4196468 140721516547760 140605019347472 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9460] ppid=9449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9460/stat : 9460 (java) S 9449 9449 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418195145 28904845312 10307 33554432000 4194304 4196468 140721516547760 140605018294928 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9461] ppid=9449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9461/stat : 9461 (java) S 9449 9449 6415 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418195146 28904845312 10307 33554432000 4194304 4196468 140721516547760 140603435649520 140605105822338 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9462] ppid=9449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9462/stat : 9462 (java) S 9449 9449 6415 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418195147 28904845312 10307 33554432000 4194304 4196468 140721516547760 140603434595744 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9463] ppid=9449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9463/stat : 9463 (java) S 9449 9449 6415 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418195147 28904845312 10307 33554432000 4194304 4196468 140721516547760 140603433543152 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9464] ppid=9449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9464/stat : 9464 (java) S 9449 9449 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418195149 28904845312 10307 33554432000 4194304 4196468 140721516547760 140603432491728 140605105829787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9465] ppid=9449 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/9451/task/9465/stat : 9465 (java) S 9449 9449 6415 0 -1 1077944384 570 0 0 0 2 0 0 0 20 0 20 0 418195149 28904845312 10307 33554432000 4194304 4196468 140721516547760 140603431438320 140605105822338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9466] ppid=9449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9466/stat : 9466 (java) S 9449 9449 6415 0 -1 1077944384 194 0 0 0 0 0 0 0 20 0 20 0 418195149 28904845312 10307 33554432000 4194304 4196468 140721516547760 140603430385776 140605105822338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9467] ppid=9449 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/9451/task/9467/stat : 9467 (java) S 9449 9449 6415 0 -1 1077944384 50 0 0 0 1 0 0 0 20 0 20 0 418195150 28904845312 10307 33554432000 4194304 4196468 140721516547760 140603429333232 140605105822338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9468] ppid=9449 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/9451/task/9468/stat : 9468 (java) R 9449 9449 6415 0 -1 4202560 735 0 0 0 8 0 0 0 20 0 20 0 418195150 28904845312 10307 33554432000 4194304 4196468 140721516547760 140603428280688 140605105823126 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9469] ppid=9449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9469/stat : 9469 (java) S 9449 9449 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418195150 28904845312 10307 33554432000 4194304 4196468 140721516547760 140603427228384 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9470] ppid=9449 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9451/task/9470/stat : 9470 (java) S 9449 9449 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418195150 28904845312 10307 33554432000 4194304 4196468 140721516547760 140603426175920 140605105822338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42684 KiB

[startup+0.310189 s]*
/proc/loadavg: 6.46 7.19 7.19 3/212 9470
/proc/meminfo: memFree=30861492/32770624 swapFree=66940932/67108860
[pid=9449] ppid=9446 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9449/stat : 9449 (xcsp3-exec) S 9446 9449 6415 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418195144 115843072 364 33554432000 4194304 5098028 140721109092048 140721109090152 140268988424828 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20422656 140721109095285 140721109095529 140721109095529 140721109098442 0
/proc/9449/statm: 28282 364 305 221 0 87 0
[pid=9451] ppid=9449 vsize=28231644 memory=50592 CPUtime=0.51 cores=0-7
/proc/9451/stat : 9451 (java) S 9449 9449 6415 0 -1 1077944320 10443 0 0 0 47 4 0 0 20 0 20 0 418195144 28909203456 12648 33554432000 4194304 4196468 140721516547760 140721516530304 140605105811191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
/proc/9451/statm: 7057911 12648 3361 1 0 7019032 0
[pid=9451/tid=9452] ppid=9449 vsize=28231644 memory=8112282956445269571 CPUtime=0.3 cores=0-7
/proc/9451/task/9452/stat : 9452 (java) R 9449 9449 6415 0 -1 4202560 7356 0 0 0 27 3 0 0 20 0 20 0 418195144 28909203456 12648 33554432000 4194304 4196468 140721516547760 140605110042304 140605089891678 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9453] ppid=9449 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9453/stat : 9453 (java) S 9449 9449 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418195145 28909203456 12648 33554432000 4194304 4196468 140721516547760 140605025663760 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9454] ppid=9449 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9454/stat : 9454 (java) S 9449 9449 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418195145 28909203456 12648 33554432000 4194304 4196468 140721516547760 140605024611216 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9455] ppid=9449 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9455/stat : 9455 (java) S 9449 9449 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418195145 28909203456 12648 33554432000 4194304 4196468 140721516547760 140605023558672 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9456] ppid=9449 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9456/stat : 9456 (java) S 9449 9449 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418195145 28909203456 12648 33554432000 4194304 4196468 140721516547760 140605022506128 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9457] ppid=9449 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/9451/task/9457/stat : 9457 (java) S 9449 9449 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418195145 28909203456 12648 33554432000 4194304 4196468 140721516547760 140605021452560 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9458] ppid=9449 vsize=28231644 memory=140119885575087 CPUtime=0 cores=0-7
/proc/9451/task/9458/stat : 9458 (java) S 9449 9449 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418195145 28909203456 12648 33554432000 4194304 4196468 140721516547760 140605020400016 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9459] ppid=9449 vsize=28231644 memory=140119885577392 CPUtime=0 cores=0-7
/proc/9451/task/9459/stat : 9459 (java) S 9449 9449 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418195145 28909203456 12648 33554432000 4194304 4196468 140721516547760 140605019347472 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9460] ppid=9449 vsize=28231644 memory=140119885579696 CPUtime=0 cores=0-7
/proc/9451/task/9460/stat : 9460 (java) S 9449 9449 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418195145 28909203456 12648 33554432000 4194304 4196468 140721516547760 140605018294928 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9461] ppid=9449 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9461/stat : 9461 (java) S 9449 9449 6415 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418195146 28909203456 12648 33554432000 4194304 4196468 140721516547760 140603435649520 140605105822338 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9462] ppid=9449 vsize=28231644 memory=280239771166352 CPUtime=0 cores=0-7
/proc/9451/task/9462/stat : 9462 (java) S 9449 9449 6415 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418195147 28909203456 12648 33554432000 4194304 4196468 140721516547760 140603434595744 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9463] ppid=9449 vsize=28231644 memory=280239771173264 CPUtime=0 cores=0-7
/proc/9451/task/9463/stat : 9463 (java) S 9449 9449 6415 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418195147 28909203456 12648 33554432000 4194304 4196468 140721516547760 140603433543152 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9464] ppid=9449 vsize=28231644 memory=280239771114416 CPUtime=0 cores=0-7
/proc/9451/task/9464/stat : 9464 (java) S 9449 9449 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418195149 28909203456 12648 33554432000 4194304 4196468 140721516547760 140603432491728 140605105829787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9465] ppid=9449 vsize=28231644 memory=280239771187088 CPUtime=0.03 cores=0-7
/proc/9451/task/9465/stat : 9465 (java) S 9449 9449 6415 0 -1 1077944384 587 0 0 0 3 0 0 0 20 0 20 0 418195149 28909203456 12648 33554432000 4194304 4196468 140721516547760 140603431438320 140605105822338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9466] ppid=9449 vsize=28231644 memory=280239771194000 CPUtime=0.01 cores=0-7
/proc/9451/task/9466/stat : 9466 (java) S 9449 9449 6415 0 -1 1077944384 204 0 0 0 1 0 0 0 20 0 20 0 418195149 28909203456 12648 33554432000 4194304 4196468 140721516547760 140603430385776 140605105822338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9467] ppid=9449 vsize=28231644 memory=280239771191696 CPUtime=0.02 cores=0-7
/proc/9451/task/9467/stat : 9467 (java) R 9449 9449 6415 0 -1 4202560 146 0 0 0 2 0 0 0 20 0 20 0 418195150 28909203456 12648 33554432000 4194304 4196468 140721516547760 140603429323616 140605083072448 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9468] ppid=9449 vsize=28231644 memory=280239771207856 CPUtime=0.12 cores=0-7
/proc/9451/task/9468/stat : 9468 (java) S 9449 9449 6415 0 -1 1077944384 843 0 0 0 12 0 0 0 20 0 20 0 418195150 28909203456 12648 33554432000 4194304 4196468 140721516547760 140603428280688 140605105822338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9469] ppid=9449 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9469/stat : 9469 (java) S 9449 9449 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418195150 28909203456 12648 33554432000 4194304 4196468 140721516547760 140603427228384 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9470] ppid=9449 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/9451/task/9470/stat : 9470 (java) S 9449 9449 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418195150 28909203456 12648 33554432000 4194304 4196468 140721516547760 140603426175920 140605105822338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 52048 KiB

[startup+0.700932 s]
/proc/loadavg: 6.46 7.19 7.19 3/212 9470
/proc/meminfo: memFree=30845676/32770624 swapFree=66940932/67108860
[pid=9449] ppid=9446 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9449/stat : 9449 (xcsp3-exec) S 9446 9449 6415 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418195144 115843072 364 33554432000 4194304 5098028 140721109092048 140721109090152 140268988424828 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20422656 140721109095285 140721109095529 140721109095529 140721109098442 0
/proc/9449/statm: 28282 364 305 221 0 87 0
[pid=9451] ppid=9449 vsize=28233768 memory=85080 CPUtime=1.59 cores=0-7
/proc/9451/stat : 9451 (java) S 9449 9449 6415 0 -1 1077944320 14444 0 0 0 152 7 0 0 20 0 20 0 418195144 28911378432 21270 33554432000 4194304 4196468 140721516547760 140721516530304 140605105811191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
/proc/9451/statm: 7058442 21270 3448 1 0 7019544 0
[pid=9451/tid=9452] ppid=9449 vsize=28233768 memory=280239771565744 CPUtime=0.68 cores=0-7
/proc/9451/task/9452/stat : 9452 (java) R 9449 9449 6415 0 -1 4202560 8725 0 0 0 64 4 0 0 20 0 20 0 418195144 28911378432 21270 33554432000 4194304 4196468 140721516547760 140605110046880 140604700984955 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9453] ppid=9449 vsize=28233768 memory=140119885783920 CPUtime=0 cores=0-7
/proc/9451/task/9453/stat : 9453 (java) S 9449 9449 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418195145 28911378432 21270 33554432000 4194304 4196468 140721516547760 140605025663760 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9454] ppid=9449 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9454/stat : 9454 (java) S 9449 9449 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418195145 28911378432 21270 33554432000 4194304 4196468 140721516547760 140605024611216 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9455] ppid=9449 vsize=28233768 memory=5980 CPUtime=0 cores=0-7
/proc/9451/task/9455/stat : 9455 (java) S 9449 9449 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418195145 28911378432 21270 33554432000 4194304 4196468 140721516547760 140605023558672 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0

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

[pid=9451/tid=9468] ppid=9449 vsize=28768328 memory=14012 CPUtime=0.84 cores=0-7
/proc/9451/task/9468/stat : 9468 (java) S 9449 9449 6415 0 -1 1077944384 7377 0 0 0 81 3 0 0 20 0 28 0 418195150 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603428280688 140605105822338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9469] ppid=9449 vsize=28768328 memory=2112 CPUtime=0 cores=0-7
/proc/9451/task/9469/stat : 9469 (java) S 9449 9449 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418195150 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603427228384 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9470] ppid=9449 vsize=28768328 memory=12040 CPUtime=0.04 cores=0-7
/proc/9451/task/9470/stat : 9470 (java) S 9449 9449 6415 0 -1 1077944384 718 0 0 0 2 2 0 0 20 0 28 0 418195150 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603426175920 140605105822338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9479] ppid=9449 vsize=28768328 memory=23912 CPUtime=80.01 cores=0-7
/proc/9451/task/9479/stat : 9479 (java) R 9449 9449 6415 0 -1 4202560 1459 0 0 0 7977 24 0 0 20 0 28 0 418195226 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603413810240 140605090308451 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9480] ppid=9449 vsize=28768328 memory=1556 CPUtime=80.2 cores=0-7
/proc/9451/task/9480/stat : 9480 (java) R 9449 9449 6415 0 -1 4202560 1340 0 0 0 7997 23 0 0 20 0 28 0 418195226 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603410653648 140604697034264 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9481] ppid=9449 vsize=28768328 memory=532 CPUtime=0.48 cores=0-7
/proc/9451/task/9481/stat : 9481 (java) S 9449 9449 6415 0 -1 1077944384 96 0 0 0 48 0 0 0 20 0 28 0 418195226 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603412759248 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9482] ppid=9449 vsize=28768328 memory=3620 CPUtime=80.12 cores=0-7
/proc/9451/task/9482/stat : 9482 (java) R 9449 9449 6415 0 -1 4202560 10235 0 0 0 7988 24 0 0 20 0 28 0 418195226 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603414863584 140605105832538 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9483] ppid=9449 vsize=28768328 memory=40228 CPUtime=80.2 cores=0-7
/proc/9451/task/9483/stat : 9483 (java) R 9449 9449 6415 0 -1 4202560 4411 0 0 0 7994 26 0 0 20 0 28 0 418195226 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603409600352 140605105823126 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9484] ppid=9449 vsize=28768328 memory=1988 CPUtime=80.13 cores=0-7
/proc/9451/task/9484/stat : 9484 (java) R 9449 9449 6415 0 -1 4202560 4902 0 0 0 7993 20 0 0 20 0 28 0 418195226 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603415916608 140605091879310 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9485] ppid=9449 vsize=28768328 memory=988 CPUtime=80.25 cores=0-7
/proc/9451/task/9485/stat : 9485 (java) R 9449 9449 6415 0 -1 4202560 1316 0 0 0 8007 18 0 0 20 0 28 0 418195226 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603411705936 140605090326312 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9486] ppid=9449 vsize=28768328 memory=1428 CPUtime=80.25 cores=0-7
/proc/9451/task/9486/stat : 9486 (java) R 9449 9449 6415 0 -1 4202560 5720 0 0 0 8007 18 0 0 20 0 28 0 418195226 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603416969440 140605105823126 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
Current children cumulated CPU time: 570.02 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1358604 KiB

[startup+82.8055 s]
/proc/loadavg: 6.48 7.00 7.12 8/219 9491
/proc/meminfo: memFree=29554680/32770624 swapFree=66940932/67108860
[pid=9449] ppid=9446 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9449/stat : 9449 (xcsp3-exec) S 9446 9449 6415 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418195144 115843072 364 33554432000 4194304 5098028 140721109092048 140721109090152 140268988424828 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20422656 140721109095285 140721109095529 140721109095529 140721109098442 0
/proc/9449/statm: 28282 364 305 221 0 87 0
[pid=9451] ppid=9449 vsize=28768328 memory=1357148 CPUtime=572.83 cores=0-7
/proc/9451/stat : 9451 (java) S 9449 9449 6415 0 -1 1077944320 94639 0 0 0 57062 221 0 0 20 0 28 0 418195144 29458767872 339287 33554432000 4194304 4196468 140721516547760 140721516530304 140605105811191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
/proc/9451/statm: 7192082 339287 3511 1 0 7153184 0
[pid=9451/tid=9452] ppid=9449 vsize=28768328 memory=14698482732632482 CPUtime=0.77 cores=0-7
/proc/9451/task/9452/stat : 9452 (java) S 9449 9449 6415 0 -1 1077944384 8893 0 0 0 73 4 0 0 20 0 28 0 418195144 29458767872 339287 33554432000 4194304 4196468 140721516547760 140605110051968 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9453] ppid=9449 vsize=28768328 memory=928 CPUtime=0.31 cores=0-7
/proc/9451/task/9453/stat : 9453 (java) S 9449 9449 6415 0 -1 1077944384 2524 0 0 0 27 4 0 0 20 0 28 0 418195145 29458767872 339287 33554432000 4194304 4196468 140721516547760 140605025663760 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9454] ppid=9449 vsize=28768328 memory=3620 CPUtime=0.3 cores=0-7
/proc/9451/task/9454/stat : 9454 (java) S 9449 9449 6415 0 -1 1077944384 1315 0 0 0 25 5 0 0 20 0 28 0 418195145 29458767872 339287 33554432000 4194304 4196468 140721516547760 140605024611216 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9455] ppid=9449 vsize=28768328 memory=40228 CPUtime=0.33 cores=0-7
/proc/9451/task/9455/stat : 9455 (java) S 9449 9449 6415 0 -1 1077944384 1621 0 0 0 28 5 0 0 20 0 28 0 418195145 29458767872 339287 33554432000 4194304 4196468 140721516547760 140605023558672 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9456] ppid=9449 vsize=28768328 memory=1988 CPUtime=0.26 cores=0-7
/proc/9451/task/9456/stat : 9456 (java) S 9449 9449 6415 0 -1 1077944384 728 0 0 0 22 4 0 0 20 0 28 0 418195145 29458767872 339287 33554432000 4194304 4196468 140721516547760 140605022506128 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9457] ppid=9449 vsize=28768328 memory=288230574492221466 CPUtime=0.29 cores=0-7
/proc/9451/task/9457/stat : 9457 (java) S 9449 9449 6415 0 -1 1077944384 1283 0 0 0 24 5 0 0 20 0 28 0 418195145 29458767872 339287 33554432000 4194304 4196468 140721516547760 140605021452560 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9458] ppid=9449 vsize=28768328 memory=288230617509003574 CPUtime=0.32 cores=0-7
/proc/9451/task/9458/stat : 9458 (java) S 9449 9449 6415 0 -1 1077944384 2378 0 0 0 27 5 0 0 20 0 28 0 418195145 29458767872 339287 33554432000 4194304 4196468 140721516547760 140605020400016 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9459] ppid=9449 vsize=28768328 memory=14698482732632482 CPUtime=0.33 cores=0-7
/proc/9451/task/9459/stat : 9459 (java) S 9449 9449 6415 0 -1 1077944384 1558 0 0 0 28 5 0 0 20 0 28 0 418195145 29458767872 339287 33554432000 4194304 4196468 140721516547760 140605019347472 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9460] ppid=9449 vsize=28768328 memory=920 CPUtime=0.3 cores=0-7
/proc/9451/task/9460/stat : 9460 (java) S 9449 9449 6415 0 -1 1077944384 1522 0 0 0 26 4 0 0 20 0 28 0 418195145 29458767872 339287 33554432000 4194304 4196468 140721516547760 140605018294928 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9461] ppid=9449 vsize=28768328 memory=4772 CPUtime=0.18 cores=0-7
/proc/9451/task/9461/stat : 9461 (java) S 9449 9449 6415 0 -1 1077944384 4604 0 0 0 14 4 0 0 20 0 28 0 418195146 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603435649520 140605105822338 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9462] ppid=9449 vsize=28768328 memory=4096 CPUtime=0 cores=0-7
/proc/9451/task/9462/stat : 9462 (java) S 9449 9449 6415 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 418195147 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603434595808 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9463] ppid=9449 vsize=28768328 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/9451/task/9463/stat : 9463 (java) S 9449 9449 6415 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 418195147 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603433543168 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9464] ppid=9449 vsize=28768328 memory=4772 CPUtime=0 cores=0-7
/proc/9451/task/9464/stat : 9464 (java) S 9449 9449 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418195149 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603432491728 140605105829787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9465] ppid=9449 vsize=28768328 memory=4096 CPUtime=1.29 cores=0-7
/proc/9451/task/9465/stat : 9465 (java) S 9449 9449 6415 0 -1 1077944384 9762 0 0 0 127 2 0 0 20 0 28 0 418195149 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603431438320 140605105822338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9466] ppid=9449 vsize=28768328 memory=1412 CPUtime=1.36 cores=0-7
/proc/9451/task/9466/stat : 9466 (java) S 9449 9449 6415 0 -1 1077944384 10055 0 0 0 133 3 0 0 20 0 28 0 418195149 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603430385776 140605105822338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9467] ppid=9449 vsize=28768328 memory=3360 CPUtime=1.19 cores=0-7
/proc/9451/task/9467/stat : 9467 (java) S 9449 9449 6415 0 -1 1077944384 8103 0 0 0 117 2 0 0 20 0 28 0 418195150 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603429333232 140605105822338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9468] ppid=9449 vsize=28768328 memory=140119886736849 CPUtime=0.84 cores=0-7
/proc/9451/task/9468/stat : 9468 (java) S 9449 9449 6415 0 -1 1077944384 7377 0 0 0 81 3 0 0 20 0 28 0 418195150 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603428280688 140605105822338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9469] ppid=9449 vsize=28768328 memory=7737867391716058727 CPUtime=0 cores=0-7
/proc/9451/task/9469/stat : 9469 (java) S 9449 9449 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418195150 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603427228384 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9470] ppid=9449 vsize=28768328 memory=7737867391716058727 CPUtime=0.04 cores=0-7
/proc/9451/task/9470/stat : 9470 (java) S 9449 9449 6415 0 -1 1077944384 734 0 0 0 2 2 0 0 20 0 28 0 418195150 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603426175920 140605105822338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9479] ppid=9449 vsize=28768328 memory=7163927854253756518 CPUtime=80.41 cores=0-7
/proc/9451/task/9479/stat : 9479 (java) R 9449 9449 6415 0 -1 4202560 1507 0 0 0 8017 24 0 0 20 0 28 0 418195226 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603413810336 140605105823126 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9480] ppid=9449 vsize=28768328 memory=7737867391716058727 CPUtime=80.61 cores=0-7
/proc/9451/task/9480/stat : 9480 (java) R 9449 9449 6415 0 -1 4202560 1400 0 0 0 8037 24 0 0 20 0 28 0 418195226 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603410653552 140604705122421 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9481] ppid=9449 vsize=28768328 memory=7737867391716058727 CPUtime=0.48 cores=0-7
/proc/9451/task/9481/stat : 9481 (java) S 9449 9449 6415 0 -1 1077944384 96 0 0 0 48 0 0 0 20 0 28 0 418195226 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603412759248 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9482] ppid=9449 vsize=28768328 memory=7737867391716058727 CPUtime=80.52 cores=0-7
/proc/9451/task/9482/stat : 9482 (java) R 9449 9449 6415 0 -1 4202560 10331 0 0 0 8028 24 0 0 20 0 28 0 418195226 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603414863584 140604704993789 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9483] ppid=9449 vsize=28768328 memory=7737867391716058727 CPUtime=80.6 cores=0-7
/proc/9451/task/9483/stat : 9483 (java) R 9449 9449 6415 0 -1 4202560 4487 0 0 0 8034 26 0 0 20 0 28 0 418195226 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603409600352 140604702495459 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9484] ppid=9449 vsize=28768328 memory=7737867391716058727 CPUtime=80.53 cores=0-7
/proc/9451/task/9484/stat : 9484 (java) R 9449 9449 6415 0 -1 4202560 5542 0 0 0 8033 20 0 0 20 0 28 0 418195226 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603415916608 140604704993603 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9485] ppid=9449 vsize=28768328 memory=7306918233295906130 CPUtime=80.65 cores=0-7
/proc/9451/task/9485/stat : 9485 (java) R 9449 9449 6415 0 -1 4202560 1383 0 0 0 8047 18 0 0 20 0 28 0 418195226 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603411705840 140605105823126 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9486] ppid=9449 vsize=28768328 memory=7306918233295906130 CPUtime=80.65 cores=0-7
/proc/9451/task/9486/stat : 9486 (java) R 9449 9449 6415 0 -1 4202560 5788 0 0 0 8047 18 0 0 20 0 28 0 418195226 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603416969440 140605105823126 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
Current children cumulated CPU time: 572.83 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1358604 KiB

[startup+83.0038 s]*
/proc/loadavg: 6.48 7.00 7.12 8/219 9491
/proc/meminfo: memFree=29554780/32770624 swapFree=66940932/67108860
[pid=9449] ppid=9446 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9449/stat : 9449 (xcsp3-exec) S 9446 9449 6415 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418195144 115843072 364 33554432000 4194304 5098028 140721109092048 140721109090152 140268988424828 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20422656 140721109095285 140721109095529 140721109095529 140721109098442 0
/proc/9449/statm: 28282 364 305 221 0 87 0
[pid=9451] ppid=9449 vsize=28768328 memory=1357148 CPUtime=574.27 cores=0-7
/proc/9451/stat : 9451 (java) S 9449 9449 6415 0 -1 1077944320 95233 0 0 0 57206 221 0 0 20 0 28 0 418195144 29458767872 339287 33554432000 4194304 4196468 140721516547760 140721516530304 140605105811191 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
/proc/9451/statm: 7192082 339287 3511 1 0 7153184 0
[pid=9451/tid=9452] ppid=9449 vsize=28768328 memory=8112282956445269571 CPUtime=0.77 cores=0-7
/proc/9451/task/9452/stat : 9452 (java) S 9449 9449 6415 0 -1 1077944384 8893 0 0 0 73 4 0 0 20 0 28 0 418195144 29458767872 339287 33554432000 4194304 4196468 140721516547760 140605110051968 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9453] ppid=9449 vsize=28768328 memory=0 CPUtime=0.31 cores=0-7
/proc/9451/task/9453/stat : 9453 (java) S 9449 9449 6415 0 -1 1077944384 2524 0 0 0 27 4 0 0 20 0 28 0 418195145 29458767872 339287 33554432000 4194304 4196468 140721516547760 140605025663760 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9454] ppid=9449 vsize=28768328 memory=0 CPUtime=0.3 cores=0-7
/proc/9451/task/9454/stat : 9454 (java) S 9449 9449 6415 0 -1 1077944384 1315 0 0 0 25 5 0 0 20 0 28 0 418195145 29458767872 339287 33554432000 4194304 4196468 140721516547760 140605024611216 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9455] ppid=9449 vsize=28768328 memory=0 CPUtime=0.33 cores=0-7
/proc/9451/task/9455/stat : 9455 (java) S 9449 9449 6415 0 -1 1077944384 1621 0 0 0 28 5 0 0 20 0 28 0 418195145 29458767872 339287 33554432000 4194304 4196468 140721516547760 140605023558672 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9456] ppid=9449 vsize=28768328 memory=0 CPUtime=0.26 cores=0-7
/proc/9451/task/9456/stat : 9456 (java) S 9449 9449 6415 0 -1 1077944384 728 0 0 0 22 4 0 0 20 0 28 0 418195145 29458767872 339287 33554432000 4194304 4196468 140721516547760 140605022506128 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9457] ppid=9449 vsize=28768328 memory=0 CPUtime=0.29 cores=0-7
/proc/9451/task/9457/stat : 9457 (java) S 9449 9449 6415 0 -1 1077944384 1283 0 0 0 24 5 0 0 20 0 28 0 418195145 29458767872 339287 33554432000 4194304 4196468 140721516547760 140605021452560 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9458] ppid=9449 vsize=28768328 memory=0 CPUtime=0.32 cores=0-7
/proc/9451/task/9458/stat : 9458 (java) S 9449 9449 6415 0 -1 1077944384 2378 0 0 0 27 5 0 0 20 0 28 0 418195145 29458767872 339287 33554432000 4194304 4196468 140721516547760 140605020400016 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9459] ppid=9449 vsize=28768328 memory=0 CPUtime=0.33 cores=0-7
/proc/9451/task/9459/stat : 9459 (java) S 9449 9449 6415 0 -1 1077944384 1558 0 0 0 28 5 0 0 20 0 28 0 418195145 29458767872 339287 33554432000 4194304 4196468 140721516547760 140605019347472 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9460] ppid=9449 vsize=28768328 memory=0 CPUtime=0.3 cores=0-7
/proc/9451/task/9460/stat : 9460 (java) S 9449 9449 6415 0 -1 1077944384 1522 0 0 0 26 4 0 0 20 0 28 0 418195145 29458767872 339287 33554432000 4194304 4196468 140721516547760 140605018294928 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9461] ppid=9449 vsize=28768328 memory=0 CPUtime=0.18 cores=0-7
/proc/9451/task/9461/stat : 9461 (java) S 9449 9449 6415 0 -1 1077944384 4608 0 0 0 14 4 0 0 20 0 28 0 418195146 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603435649520 140605105822338 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9462] ppid=9449 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9462/stat : 9462 (java) S 9449 9449 6415 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 418195147 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603434595808 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9463] ppid=9449 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9463/stat : 9463 (java) S 9449 9449 6415 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 418195147 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603433543168 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9464] ppid=9449 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9464/stat : 9464 (java) S 9449 9449 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418195149 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603432491728 140605105829787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9465] ppid=9449 vsize=28768328 memory=0 CPUtime=1.29 cores=0-7
/proc/9451/task/9465/stat : 9465 (java) S 9449 9449 6415 0 -1 1077944384 9762 0 0 0 127 2 0 0 20 0 28 0 418195149 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603431438320 140605105822338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9466] ppid=9449 vsize=28768328 memory=0 CPUtime=1.36 cores=0-7
/proc/9451/task/9466/stat : 9466 (java) S 9449 9449 6415 0 -1 1077944384 10055 0 0 0 133 3 0 0 20 0 28 0 418195149 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603430385776 140605105822338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9467] ppid=9449 vsize=28768328 memory=0 CPUtime=1.19 cores=0-7
/proc/9451/task/9467/stat : 9467 (java) S 9449 9449 6415 0 -1 1077944384 8103 0 0 0 117 2 0 0 20 0 28 0 418195150 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603429333232 140605105822338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9468] ppid=9449 vsize=28768328 memory=0 CPUtime=0.84 cores=0-7
/proc/9451/task/9468/stat : 9468 (java) S 9449 9449 6415 0 -1 1077944384 7377 0 0 0 81 3 0 0 20 0 28 0 418195150 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603428280688 140605105822338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9469] ppid=9449 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/9451/task/9469/stat : 9469 (java) S 9449 9449 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418195150 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603427228384 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9470] ppid=9449 vsize=28768328 memory=-1 CPUtime=0.04 cores=0-7
/proc/9451/task/9470/stat : 9470 (java) S 9449 9449 6415 0 -1 1077944384 734 0 0 0 2 2 0 0 20 0 28 0 418195150 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603426175920 140605105822338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9479] ppid=9449 vsize=28768328 memory=-1 CPUtime=80.62 cores=0-7
/proc/9451/task/9479/stat : 9479 (java) R 9449 9449 6415 0 -1 4202560 1511 0 0 0 8038 24 0 0 20 0 28 0 418195226 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603413810240 140604697824176 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9480] ppid=9449 vsize=28768328 memory=0 CPUtime=80.81 cores=0-7
/proc/9451/task/9480/stat : 9480 (java) R 9449 9449 6415 0 -1 4202560 1410 0 0 0 8057 24 0 0 20 0 28 0 418195226 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603410653552 140604705130372 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9481] ppid=9449 vsize=28768328 memory=0 CPUtime=0.48 cores=0-7
/proc/9451/task/9481/stat : 9481 (java) S 9449 9449 6415 0 -1 1077944384 96 0 0 0 48 0 0 0 20 0 28 0 418195226 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603412759248 140605105821397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9482] ppid=9449 vsize=28768328 memory=0 CPUtime=80.72 cores=0-7
/proc/9451/task/9482/stat : 9482 (java) R 9449 9449 6415 0 -1 4202560 10345 0 0 0 8048 24 0 0 20 0 28 0 418195226 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603414863584 140604704849061 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9483] ppid=9449 vsize=28768328 memory=0 CPUtime=80.81 cores=0-7
/proc/9451/task/9483/stat : 9483 (java) R 9449 9449 6415 0 -1 4202560 4497 0 0 0 8055 26 0 0 20 0 28 0 418195226 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603409600352 140604702495789 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9484] ppid=9449 vsize=28768328 memory=0 CPUtime=80.73 cores=0-7
/proc/9451/task/9484/stat : 9484 (java) R 9449 9449 6415 0 -1 4202560 6073 0 0 0 8053 20 0 0 20 0 28 0 418195226 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603415916512 140604705554267 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9485] ppid=9449 vsize=28768328 memory=0 CPUtime=80.86 cores=0-7
/proc/9451/task/9485/stat : 9485 (java) R 9449 9449 6415 0 -1 4202560 1391 0 0 0 8068 18 0 0 20 0 28 0 418195226 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603411705840 140605105832538 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
[pid=9451/tid=9486] ppid=9449 vsize=28768328 memory=0 CPUtime=80.85 cores=0-7
/proc/9451/task/9486/stat : 9486 (java) R 9449 9449 6415 0 -1 4202560 5801 0 0 0 8067 18 0 0 20 0 28 0 418195226 29458767872 339287 33554432000 4194304 4196468 140721516547760 140603416969440 140605105823126 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140721516549098 140721516549270 140721516549270 140721516552143 0
Current children cumulated CPU time: 574.27 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1358604 KiB

Child status: 0
Real time (s): 83.108
CPU time (s): 574.827
CPU user time (s): 572.584
CPU system time (s): 2.24281
CPU usage (%): 691.662
Max. virtual memory (cumulated for all children) (KiB): 28881456
Max. memory (cumulated for all children) (KiB): 1358604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 572.584
system time used= 2.24281
maximum resident set size= 1357660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97443
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 293971
involuntary context switches= 2540


# summary of solver processes directly reported to runsolver:
#   pid: 9449
#   total CPU time (s): 574.827
#   total CPU user time (s): 572.584
#   total CPU system time (s): 2.24281

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.718384 second user time and 1.02906 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-14 02:05:27
IDJOB=4394573
IDBENCH=120617
IDSOLVER=2843
FILE ID=node149/4394573-1568419564
RUNJOBID= node149-1568416730-6442
PBS_JOBID= 21702252
Free space on /tmp= 61424 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-4-insertions-3.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-4394573-1568419564/watcher-4394573-1568419564 -o /tmp/evaluation-result-4394573-1568419564/solver-4394573-1568419564 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1568416730-6442 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1238357957 HOME/instance-4394573-1568419564.xml

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

MD5SUM BENCH= 681bcba91e68c7fd43dde01217071906
RANDOM SEED=1238357957

node149.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.81
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.81
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.81
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.81
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:        30899348 kB
MemAvailable:   31859052 kB
Buffers:          175528 kB
Cached:          1084424 kB
SwapCached:        61316 kB
Active:           609212 kB
Inactive:         713920 kB
Active(anon):      30440 kB
Inactive(anon):    72460 kB
Active(file):     578772 kB
Inactive(file):   641460 kB
Unevictable:      111252 kB
Mlocked:          111252 kB
SwapTotal:      67108860 kB
SwapFree:       66940932 kB
Dirty:             26288 kB
Writeback:             0 kB
AnonPages:        117708 kB
Mapped:            43980 kB
Shmem:             31364 kB
Slab:             139820 kB
SReclaimable:     110616 kB
SUnreclaim:        29204 kB
KernelStack:        3712 kB
PageTables:         5136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     499060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61396 MiB
End job on node149 at 2019-09-14 02:06:50