Trace number 4394613

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 parallelSAT (TO)120 17652.5 2520.04

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n30/
TravellingSalesman-30-30-11.xml
MD5SUMac86bf8ef4620229a98c72b0f60cfd27
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark119
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size31
Distribution of domain sizes[{"size":30,"count":30},{"size":31,"count":30}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":30},{"arity":30,"count":1}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"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-4394613-1568439463.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394613-1568439463.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.50/0.65	c solve instance...
1.90/0.77	o 317 
1.90/0.78	o 293 
1.90/0.78	o 290 
1.90/0.79	o 287 
2.51/0.81	o 178 
2.51/0.81	o 156 
2.51/0.82	o 151 
2.51/0.82	o 148 
2.51/0.83	o 146 
2.51/0.86	o 144 
2.51/0.88	o 143 
3.14/0.91	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (149/151)
3.14/0.91		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3.14/0.91		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3.14/0.91		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3.14/0.91		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3.14/0.91		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3.14/0.91	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (149/151)
3.14/0.91		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
3.14/0.91		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
3.14/0.91		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
3.14/0.91		at org.chocosolver.solver.Solver.repair(Solver.java:443)
3.14/0.91		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
3.14/0.91		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3.14/0.91		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3.14/0.91		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3.14/0.91		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.14/0.91		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3.14/0.91		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3.14/0.91		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3.14/0.91		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3.14/0.91		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3.14/0.91		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3.14/0.91		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3.14/0.91	o 142 
21.84/3.37	o 139 
21.84/3.39	o 138 
24.92/3.79	o 137 
24.92/3.79	o 136 
24.92/3.79	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (123/142)
24.92/3.79		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
24.92/3.79		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
24.92/3.79		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
24.92/3.79		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
24.92/3.79		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
24.92/3.79	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (123/142)
24.92/3.79		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
24.92/3.79		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
24.92/3.79		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
24.92/3.79		at org.chocosolver.solver.Solver.repair(Solver.java:443)
24.92/3.79		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
24.92/3.79		at org.chocosolver.solver.Solver.solve(Solver.java:262)
24.92/3.79		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
24.92/3.79		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
24.92/3.79		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
24.92/3.79		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
24.92/3.79		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
24.92/3.79		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
24.92/3.79		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
24.92/3.79		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
24.92/3.79		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
24.92/3.79		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
24.92/3.79	o 134 
47.10/6.50	o 132 
47.93/6.63	o 130 
47.93/6.68	o 129 
47.93/6.68	o 128 
48.67/6.76	o 127 
48.67/6.77	o 126 
283.61/36.20	o 123 
283.61/36.21	o 122 
283.61/36.28	o 121 
287.51/36.75	o 120 
17652.39/2520.01	s SATISFIABLE
17652.39/2520.01	v <instantiation>
17652.39/2520.01	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] </list>
17652.39/2520.01	v 	<values>14 11 10 12 13 16 17 20 25 27 29 24 22 21 19 18 26 28 23 15 9 7 0 1 2 4 5 6 3 8 3 4 1 1 2 2 5 6 3 4 3 2 1 1 8 4 5 2 6 4 4 10 8 1 1 3 2 4 12 8 </values>
17652.39/2520.01	v </instantiation>
17652.39/2520.01	c Unexpected resolution interruption!

Verifier Data

OK	120

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394613-1568439463/watcher-4394613-1568439463 -o /tmp/evaluation-result-4394613-1568439463/solver-4394613-1568439463 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node124-1568436778-23250 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 318228892 HOME/instance-4394613-1568439463.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=23731, runsolver pid=23728
Current StackSize limit: 8192 KiB


[startup+0.100142 s]*
/proc/loadavg: 3.43 3.70 3.92 4/211 23752
/proc/meminfo: memFree=28746204/32770624 swapFree=66959228/67108860
[pid=23731] ppid=23728 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23731/stat : 23731 (xcsp3-exec) S 23728 23731 23223 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419886452 115843072 363 33554432000 4194304 5098028 140725931188576 140725931186680 139636614636156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19148800 140725931197302 140725931197545 140725931197545 140725931200458 0
/proc/23731/statm: 28282 363 304 221 0 87 0
[pid=23733] ppid=23731 vsize=28227388 memory=29016 CPUtime=0.12 cores=0-7
/proc/23733/stat : 23733 (java) S 23731 23731 23223 0 -1 1077944320 5636 0 0 0 11 1 0 0 20 0 20 0 419886452 28904845312 7254 33554432000 4194304 4196468 140721661099280 140721661081824 139774799908599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
/proc/23733/statm: 7056847 7254 3153 1 0 7019032 0
[pid=23733/tid=23734] ppid=23731 vsize=28227388 memory=8185181755396758682 CPUtime=0.09 cores=0-7
/proc/23733/task/23734/stat : 23734 (java) R 23731 23731 23223 0 -1 4202560 3571 0 0 0 8 1 0 0 20 0 20 0 419886452 28904845312 7254 33554432000 4194304 4196468 140721661099280 139774804138816 139774799920534 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23735] ppid=23731 vsize=28227388 memory=732369782915967973 CPUtime=0 cores=0-7
/proc/23733/task/23735/stat : 23735 (java) S 23731 23731 23223 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419886453 28904845312 7254 33554432000 4194304 4196468 140721661099280 139774752528912 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23736] ppid=23731 vsize=28227388 memory=139644578514560 CPUtime=0 cores=0-7
/proc/23733/task/23736/stat : 23736 (java) S 23731 23731 23223 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419886453 28904845312 7254 33554432000 4194304 4196468 140721661099280 139774751476368 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23737] ppid=23731 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23737/stat : 23737 (java) S 23731 23731 23223 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419886453 28904845312 7254 33554432000 4194304 4196468 140721661099280 139774750423312 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23738] ppid=23731 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23738/stat : 23738 (java) S 23731 23731 23223 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419886453 28904845312 7254 33554432000 4194304 4196468 140721661099280 139774749370768 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23739] ppid=23731 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23739/stat : 23739 (java) S 23731 23731 23223 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419886453 28904845312 7254 33554432000 4194304 4196468 140721661099280 139774748318736 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23740] ppid=23731 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23733/task/23740/stat : 23740 (java) S 23731 23731 23223 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419886453 28904845312 7254 33554432000 4194304 4196468 140721661099280 139774747266192 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23741] ppid=23731 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23741/stat : 23741 (java) S 23731 23731 23223 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419886453 28904845312 7254 33554432000 4194304 4196468 140721661099280 139774746213136 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23742] ppid=23731 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23742/stat : 23742 (java) S 23731 23731 23223 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419886453 28904845312 7254 33554432000 4194304 4196468 140721661099280 139774343895952 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23743] ppid=23731 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23743/stat : 23743 (java) S 23731 23731 23223 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419886455 28904845312 7254 33554432000 4194304 4196468 140721661099280 139773128710384 139774799919746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23744] ppid=23731 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23744/stat : 23744 (java) S 23731 23731 23223 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419886455 28904845312 7254 33554432000 4194304 4196468 140721661099280 139773127656608 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23745] ppid=23731 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23745/stat : 23745 (java) S 23731 23731 23223 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419886455 28904845312 7254 33554432000 4194304 4196468 140721661099280 139773126603504 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23746] ppid=23731 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23746/stat : 23746 (java) S 23731 23731 23223 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419886458 28904845312 7254 33554432000 4194304 4196468 140721661099280 139773125552080 139774799927195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23747] ppid=23731 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23747/stat : 23747 (java) S 23731 23731 23223 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 20 0 419886458 28904845312 7254 33554432000 4194304 4196468 140721661099280 139773124500208 139774799919746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23748] ppid=23731 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23748/stat : 23748 (java) R 23731 23731 23223 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 20 0 419886458 28904845312 7254 33554432000 4194304 4196468 140721661099280 139773123439168 139774779769273 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23749] ppid=23731 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23749/stat : 23749 (java) S 23731 23731 23223 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419886458 28904845312 7254 33554432000 4194304 4196468 140721661099280 139773122394608 139774799919746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23750] ppid=23731 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/23733/task/23750/stat : 23750 (java) R 23731 23731 23223 0 -1 4202560 333 0 0 0 2 0 0 0 20 0 20 0 419886458 28904845312 7254 33554432000 4194304 4196468 140721661099280 139773121341248 139774778608800 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23751] ppid=23731 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23751/stat : 23751 (java) S 23731 23731 23223 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419886458 28904845312 7254 33554432000 4194304 4196468 140721661099280 139773120289248 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23752] ppid=23731 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23733/task/23752/stat : 23752 (java) S 23731 23731 23223 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419886458 28904845312 7254 33554432000 4194304 4196468 140721661099280 139773119236784 139774799919746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30468 KiB

[startup+0.21057 s]*
/proc/loadavg: 3.43 3.70 3.92 3/211 23752
/proc/meminfo: memFree=28732900/32770624 swapFree=66959228/67108860
[pid=23731] ppid=23728 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23731/stat : 23731 (xcsp3-exec) S 23728 23731 23223 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419886452 115843072 363 33554432000 4194304 5098028 140725931188576 140725931186680 139636614636156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19148800 140725931197302 140725931197545 140725931197545 140725931200458 0
/proc/23731/statm: 28282 363 304 221 0 87 0
[pid=23733] ppid=23731 vsize=28227388 memory=41376 CPUtime=0.34 cores=0-7
/proc/23733/stat : 23733 (java) S 23731 23731 23223 0 -1 1077944320 9557 0 0 0 31 3 0 0 20 0 20 0 419886452 28904845312 10344 33554432000 4194304 4196468 140721661099280 140721661081824 139774799908599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
/proc/23733/statm: 7056847 10344 3317 1 0 7019032 0
[pid=23733/tid=23734] ppid=23731 vsize=28227388 memory=0 CPUtime=0.19 cores=0-7
/proc/23733/task/23734/stat : 23734 (java) R 23731 23731 23223 0 -1 4202560 6623 0 0 0 17 2 0 0 20 0 20 0 419886452 28904845312 10344 33554432000 4194304 4196468 140721661099280 139774804147600 139774783989086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23735] ppid=23731 vsize=28227388 memory=279288997693176 CPUtime=0 cores=0-7
/proc/23733/task/23735/stat : 23735 (java) S 23731 23731 23223 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419886453 28904845312 10344 33554432000 4194304 4196468 140721661099280 139774752528912 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23736] ppid=23731 vsize=28227388 memory=139644578514560 CPUtime=0 cores=0-7
/proc/23733/task/23736/stat : 23736 (java) S 23731 23731 23223 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419886453 28904845312 10344 33554432000 4194304 4196468 140721661099280 139774751476368 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23737] ppid=23731 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23737/stat : 23737 (java) S 23731 23731 23223 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419886453 28904845312 10344 33554432000 4194304 4196468 140721661099280 139774750423312 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23738] ppid=23731 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23738/stat : 23738 (java) S 23731 23731 23223 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419886453 28904845312 10344 33554432000 4194304 4196468 140721661099280 139774749370768 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23739] ppid=23731 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23739/stat : 23739 (java) S 23731 23731 23223 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419886453 28904845312 10344 33554432000 4194304 4196468 140721661099280 139774748318736 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23740] ppid=23731 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23733/task/23740/stat : 23740 (java) S 23731 23731 23223 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419886453 28904845312 10344 33554432000 4194304 4196468 140721661099280 139774747266192 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23741] ppid=23731 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23741/stat : 23741 (java) S 23731 23731 23223 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419886453 28904845312 10344 33554432000 4194304 4196468 140721661099280 139774746213136 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23742] ppid=23731 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23742/stat : 23742 (java) S 23731 23731 23223 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419886453 28904845312 10344 33554432000 4194304 4196468 140721661099280 139774343895952 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23743] ppid=23731 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23743/stat : 23743 (java) S 23731 23731 23223 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419886455 28904845312 10344 33554432000 4194304 4196468 140721661099280 139773128710384 139774799919746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23744] ppid=23731 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23744/stat : 23744 (java) S 23731 23731 23223 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419886455 28904845312 10344 33554432000 4194304 4196468 140721661099280 139773127656608 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23745] ppid=23731 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23745/stat : 23745 (java) S 23731 23731 23223 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419886455 28904845312 10344 33554432000 4194304 4196468 140721661099280 139773126603504 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23746] ppid=23731 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23746/stat : 23746 (java) S 23731 23731 23223 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419886458 28904845312 10344 33554432000 4194304 4196468 140721661099280 139773125552080 139774799927195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23747] ppid=23731 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/23733/task/23747/stat : 23747 (java) S 23731 23731 23223 0 -1 1077944384 674 0 0 0 2 0 0 0 20 0 20 0 419886458 28904845312 10344 33554432000 4194304 4196468 140721661099280 139773124500208 139774799919746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23748] ppid=23731 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/23733/task/23748/stat : 23748 (java) S 23731 23731 23223 0 -1 1077944384 181 0 0 0 1 0 0 0 20 0 20 0 419886458 28904845312 10344 33554432000 4194304 4196468 140721661099280 139773123447664 139774799919746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23749] ppid=23731 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23749/stat : 23749 (java) S 23731 23731 23223 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 419886458 28904845312 10344 33554432000 4194304 4196468 140721661099280 139773122394608 139774799919746 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23750] ppid=23731 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/23733/task/23750/stat : 23750 (java) S 23731 23731 23223 0 -1 1077944384 758 0 0 0 8 0 0 0 20 0 20 0 419886458 28904845312 10344 33554432000 4194304 4196468 140721661099280 139773121342064 139774799919746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23751] ppid=23731 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23751/stat : 23751 (java) S 23731 23731 23223 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419886458 28904845312 10344 33554432000 4194304 4196468 140721661099280 139773120289248 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23752] ppid=23731 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23733/task/23752/stat : 23752 (java) S 23731 23731 23223 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419886458 28904845312 10344 33554432000 4194304 4196468 140721661099280 139773119236784 139774799919746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42828 KiB

[startup+0.310357 s]*
/proc/loadavg: 3.43 3.70 3.92 3/211 23752
/proc/meminfo: memFree=28725256/32770624 swapFree=66959228/67108860
[pid=23731] ppid=23728 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23731/stat : 23731 (xcsp3-exec) S 23728 23731 23223 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419886452 115843072 363 33554432000 4194304 5098028 140725931188576 140725931186680 139636614636156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19148800 140725931197302 140725931197545 140725931197545 140725931200458 0
/proc/23731/statm: 28282 363 304 221 0 87 0
[pid=23733] ppid=23731 vsize=28231644 memory=49872 CPUtime=0.51 cores=0-7
/proc/23733/stat : 23733 (java) S 23731 23731 23223 0 -1 1077944320 10833 0 0 0 47 4 0 0 20 0 20 0 419886452 28909203456 12468 33554432000 4194304 4196468 140721661099280 140721661081824 139774799908599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
/proc/23733/statm: 7057911 12468 3352 1 0 7019032 0
[pid=23733/tid=23734] ppid=23731 vsize=28231644 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/23733/task/23734/stat : 23734 (java) R 23731 23731 23223 0 -1 4202560 7795 0 0 0 26 3 0 0 20 0 20 0 419886452 28909203456 12468 33554432000 4194304 4196468 140721661099280 139774804143440 139774783989086 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23735] ppid=23731 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23735/stat : 23735 (java) S 23731 23731 23223 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419886453 28909203456 12468 33554432000 4194304 4196468 140721661099280 139774752528912 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23736] ppid=23731 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23736/stat : 23736 (java) S 23731 23731 23223 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419886453 28909203456 12468 33554432000 4194304 4196468 140721661099280 139774751476368 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23737] ppid=23731 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23737/stat : 23737 (java) S 23731 23731 23223 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419886453 28909203456 12468 33554432000 4194304 4196468 140721661099280 139774750423312 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23738] ppid=23731 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23738/stat : 23738 (java) S 23731 23731 23223 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419886453 28909203456 12468 33554432000 4194304 4196468 140721661099280 139774749370768 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23739] ppid=23731 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/23733/task/23739/stat : 23739 (java) S 23731 23731 23223 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419886453 28909203456 12468 33554432000 4194304 4196468 140721661099280 139774748318736 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23740] ppid=23731 vsize=28231644 memory=139644419273647 CPUtime=0 cores=0-7
/proc/23733/task/23740/stat : 23740 (java) S 23731 23731 23223 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419886453 28909203456 12468 33554432000 4194304 4196468 140721661099280 139774747266192 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23741] ppid=23731 vsize=28231644 memory=139644419275952 CPUtime=0 cores=0-7
/proc/23733/task/23741/stat : 23741 (java) S 23731 23731 23223 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419886453 28909203456 12468 33554432000 4194304 4196468 140721661099280 139774746213136 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23742] ppid=23731 vsize=28231644 memory=139644419278256 CPUtime=0 cores=0-7
/proc/23733/task/23742/stat : 23742 (java) S 23731 23731 23223 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419886453 28909203456 12468 33554432000 4194304 4196468 140721661099280 139774343895952 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23743] ppid=23731 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23743/stat : 23743 (java) S 23731 23731 23223 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419886455 28909203456 12468 33554432000 4194304 4196468 140721661099280 139773128710384 139774799919746 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23744] ppid=23731 vsize=28231644 memory=279288838563472 CPUtime=0 cores=0-7
/proc/23733/task/23744/stat : 23744 (java) S 23731 23731 23223 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419886455 28909203456 12468 33554432000 4194304 4196468 140721661099280 139773127656608 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23745] ppid=23731 vsize=28231644 memory=279288838570384 CPUtime=0 cores=0-7
/proc/23733/task/23745/stat : 23745 (java) S 23731 23731 23223 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419886455 28909203456 12468 33554432000 4194304 4196468 140721661099280 139773126603504 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23746] ppid=23731 vsize=28231644 memory=279288838511664 CPUtime=0 cores=0-7
/proc/23733/task/23746/stat : 23746 (java) S 23731 23731 23223 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419886458 28909203456 12468 33554432000 4194304 4196468 140721661099280 139773125552080 139774799927195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23747] ppid=23731 vsize=28231644 memory=279288838584208 CPUtime=0.03 cores=0-7
/proc/23733/task/23747/stat : 23747 (java) S 23731 23731 23223 0 -1 1077944384 679 0 0 0 3 0 0 0 20 0 20 0 419886458 28909203456 12468 33554432000 4194304 4196468 140721661099280 139773124500208 139774799919746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23748] ppid=23731 vsize=28231644 memory=279288838591120 CPUtime=0.02 cores=0-7
/proc/23733/task/23748/stat : 23748 (java) S 23731 23731 23223 0 -1 1077944384 181 0 0 0 2 0 0 0 20 0 20 0 419886458 28909203456 12468 33554432000 4194304 4196468 140721661099280 139773123447664 139774799919746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23749] ppid=23731 vsize=28231644 memory=279288838588816 CPUtime=0.01 cores=0-7
/proc/23733/task/23749/stat : 23749 (java) S 23731 23731 23223 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 20 0 419886458 28909203456 12468 33554432000 4194304 4196468 140721661099280 139773122394608 139774799919746 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23750] ppid=23731 vsize=28231644 memory=279288838604976 CPUtime=0.12 cores=0-7
/proc/23733/task/23750/stat : 23750 (java) S 23731 23731 23223 0 -1 1077944384 835 0 0 0 12 0 0 0 20 0 20 0 419886458 28909203456 12468 33554432000 4194304 4196468 140721661099280 139773121342064 139774799919746 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23751] ppid=23731 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23733/task/23751/stat : 23751 (java) S 23731 23731 23223 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419886458 28909203456 12468 33554432000 4194304 4196468 140721661099280 139773120289248 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23752] ppid=23731 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/23733/task/23752/stat : 23752 (java) S 23731 23731 23223 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419886458 28909203456 12468 33554432000 4194304 4196468 140721661099280 139773119236784 139774799919746 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51324 KiB

[startup+0.703068 s]
/proc/loadavg: 3.43 3.70 3.92 5/211 23752
/proc/meminfo: memFree=28705532/32770624 swapFree=66959228/67108860
[pid=23731] ppid=23728 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23731/stat : 23731 (xcsp3-exec) S 23728 23731 23223 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419886452 115843072 363 33554432000 4194304 5098028 140725931188576 140725931186680 139636614636156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19148800 140725931197302 140725931197545 140725931197545 140725931200458 0
/proc/23731/statm: 28282 363 304 221 0 87 0
[pid=23733] ppid=23731 vsize=28766280 memory=115800 CPUtime=1.9 cores=0-7
/proc/23733/stat : 23733 (java) S 23731 23731 23223 0 -1 1077944320 15830 0 0 0 183 7 0 0 20 0 28 0 419886452 29456670720 28950 33554432000 4194304 4196468 140721661099280 140721661081824 139774799908599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
/proc/23733/statm: 7191570 28950 3459 1 0 7152672 0
[pid=23733/tid=23734] ppid=23731 vsize=28766280 memory=279288838899840 CPUtime=0.65 cores=0-7
/proc/23733/task/23734/stat : 23734 (java) S 23731 23731 23223 0 -1 1077944384 9304 0 0 0 60 5 0 0 20 0 28 0 419886452 29456670720 28950 33554432000 4194304 4196468 140721661099280 139774804149376 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23735] ppid=23731 vsize=28766280 memory=1436 CPUtime=0 cores=0-7
/proc/23733/task/23735/stat : 23735 (java) S 23731 23731 23223 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 419886453 29456670720 28950 33554432000 4194304 4196468 140721661099280 139774752528912 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23736] ppid=23731 vsize=28766280 memory=580 CPUtime=0 cores=0-7
/proc/23733/task/23736/stat : 23736 (java) S 23731 23731 23223 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419886453 29456670720 28950 33554432000 4194304 4196468 140721661099280 139774751476368 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23737] ppid=23731 vsize=28766280 memory=1720 CPUtime=0 cores=0-7
/proc/23733/task/23737/stat : 23737 (java) S 23731 23731 23223 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419886453 29456670720 28950 33554432000 4194304 4196468 140721661099280 139774750423312 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0

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

[pid=23733/tid=23979] ppid=23731 vsize=28834892 memory=1452 CPUtime=2399.86 cores=0-7
/proc/23733/task/23979/stat : 23979 (java) R 23731 23731 23223 0 -1 4202560 257352 0 0 0 239864 122 0 0 20 0 28 0 419890127 29526929408 881107 33554432000 4194304 4196468 140721661099280 139773103950624 139774431758971 0 4 0 16800975 0 0 0 -1 4 0 0 11 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
Current children cumulated CPU time: 17108.5 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 3525880 KiB

[startup+2502.3 s]
/proc/loadavg: 7.09 7.04 6.82 8/219 24181
/proc/meminfo: memFree=25182636/32770624 swapFree=66959228/67108860
[pid=23731] ppid=23728 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23731/stat : 23731 (xcsp3-exec) S 23728 23731 23223 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419886452 115843072 363 33554432000 4194304 5098028 140725931188576 140725931186680 139636614636156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19148800 140725931197302 140725931197545 140725931197545 140725931200458 0
/proc/23731/statm: 28282 363 304 221 0 87 0
[pid=23733] ppid=23731 vsize=28834892 memory=3587992 CPUtime=17528.5 cores=0-7
/proc/23733/stat : 23733 (java) S 23731 23731 23223 0 -1 1077944320 1967691 0 0 0 1751574 1272 0 0 20 0 28 0 419886452 29526929408 896998 33554432000 4194304 4196468 140721661099280 140721661081824 139774799908599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
/proc/23733/statm: 7208723 896998 3543 1 0 7169825 0
[pid=23733/tid=23734] ppid=23731 vsize=28834892 memory=3587992 CPUtime=0.67 cores=0-7
/proc/23733/task/23734/stat : 23734 (java) S 23731 23731 23223 0 -1 1077944384 9722 0 0 0 61 6 0 0 20 0 28 0 419886452 29526929408 896998 33554432000 4194304 4196468 140721661099280 139774804149376 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23735] ppid=23731 vsize=28834892 memory=3540888 CPUtime=2.68 cores=0-7
/proc/23733/task/23735/stat : 23735 (java) S 23731 23731 23223 0 -1 1077944384 18379 0 0 0 223 45 0 0 20 0 28 0 419886453 29526929408 896998 33554432000 4194304 4196468 140721661099280 139774752528912 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23736] ppid=23731 vsize=28834892 memory=1452 CPUtime=2.74 cores=0-7
/proc/23733/task/23736/stat : 23736 (java) S 23731 23731 23223 0 -1 1077944384 20739 0 0 0 226 48 0 0 20 0 28 0 419886453 29526929408 896998 33554432000 4194304 4196468 140721661099280 139774751476368 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23737] ppid=23731 vsize=28834892 memory=1452 CPUtime=2.67 cores=0-7
/proc/23733/task/23737/stat : 23737 (java) S 23731 23731 23223 0 -1 1077944384 17183 0 0 0 221 46 0 0 20 0 28 0 419886453 29526929408 896998 33554432000 4194304 4196468 140721661099280 139774750423312 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23738] ppid=23731 vsize=28834892 memory=3587992 CPUtime=2.64 cores=0-7
/proc/23733/task/23738/stat : 23738 (java) S 23731 23731 23223 0 -1 1077944384 16442 0 0 0 222 42 0 0 20 0 28 0 419886453 29526929408 896998 33554432000 4194304 4196468 140721661099280 139774749370768 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23739] ppid=23731 vsize=28834892 memory=3587992 CPUtime=2.65 cores=0-7
/proc/23733/task/23739/stat : 23739 (java) S 23731 23731 23223 0 -1 1077944384 18250 0 0 0 221 44 0 0 20 0 28 0 419886453 29526929408 896998 33554432000 4194304 4196468 140721661099280 139774748318736 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23740] ppid=23731 vsize=28834892 memory=1452 CPUtime=2.63 cores=0-7
/proc/23733/task/23740/stat : 23740 (java) S 23731 23731 23223 0 -1 1077944384 18382 0 0 0 218 45 0 0 20 0 28 0 419886453 29526929408 896998 33554432000 4194304 4196468 140721661099280 139774747266192 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23741] ppid=23731 vsize=28834892 memory=3540888 CPUtime=2.61 cores=0-7
/proc/23733/task/23741/stat : 23741 (java) S 23731 23731 23223 0 -1 1077944384 19271 0 0 0 217 44 0 0 20 0 28 0 419886453 29526929408 896998 33554432000 4194304 4196468 140721661099280 139774746213136 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23742] ppid=23731 vsize=28834892 memory=4780 CPUtime=2.65 cores=0-7
/proc/23733/task/23742/stat : 23742 (java) S 23731 23731 23223 0 -1 1077944384 17061 0 0 0 222 43 0 0 20 0 28 0 419886453 29526929408 896998 33554432000 4194304 4196468 140721661099280 139774343895952 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23743] ppid=23731 vsize=28834892 memory=3438804 CPUtime=0.99 cores=0-7
/proc/23733/task/23743/stat : 23743 (java) S 23731 23731 23223 0 -1 1077944384 52522 0 0 0 79 20 0 0 20 0 28 0 419886455 29526929408 896998 33554432000 4194304 4196468 140721661099280 139773128710384 139774799919746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23744] ppid=23731 vsize=28834892 memory=1452 CPUtime=0 cores=0-7
/proc/23733/task/23744/stat : 23744 (java) S 23731 23731 23223 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 419886455 29526929408 896998 33554432000 4194304 4196468 140721661099280 139773127656672 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23745] ppid=23731 vsize=28834892 memory=1452 CPUtime=0 cores=0-7
/proc/23733/task/23745/stat : 23745 (java) S 23731 23731 23223 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 419886455 29526929408 896998 33554432000 4194304 4196468 140721661099280 139773126603520 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23746] ppid=23731 vsize=28834892 memory=3532624 CPUtime=0 cores=0-7
/proc/23733/task/23746/stat : 23746 (java) S 23731 23731 23223 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419886458 29526929408 896998 33554432000 4194304 4196468 140721661099280 139773125552080 139774799927195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23747] ppid=23731 vsize=28834892 memory=41380 CPUtime=3.08 cores=0-7
/proc/23733/task/23747/stat : 23747 (java) S 23731 23731 23223 0 -1 1077944384 17789 0 0 0 304 4 0 0 20 0 28 0 419886458 29526929408 896998 33554432000 4194304 4196468 140721661099280 139773124500208 139774799919746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23748] ppid=23731 vsize=28834892 memory=988 CPUtime=3.29 cores=0-7
/proc/23733/task/23748/stat : 23748 (java) S 23731 23731 23223 0 -1 1077944384 14564 0 0 0 327 2 0 0 20 0 28 0 419886458 29526929408 896998 33554432000 4194304 4196468 140721661099280 139773123447664 139774799919746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23749] ppid=23731 vsize=28834892 memory=1452 CPUtime=2.99 cores=0-7
/proc/23733/task/23749/stat : 23749 (java) S 23731 23731 23223 0 -1 1077944384 12958 0 0 0 297 2 0 0 20 0 28 0 419886458 29526929408 896998 33554432000 4194304 4196468 140721661099280 139773122394608 139774799919746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23750] ppid=23731 vsize=28834892 memory=1452 CPUtime=1.07 cores=0-7
/proc/23733/task/23750/stat : 23750 (java) S 23731 23731 23223 0 -1 1077944384 13306 0 0 0 105 2 0 0 20 0 28 0 419886458 29526929408 896998 33554432000 4194304 4196468 140721661099280 139773121342064 139774799919746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23751] ppid=23731 vsize=28834892 memory=1452 CPUtime=0 cores=0-7
/proc/23733/task/23751/stat : 23751 (java) S 23731 23731 23223 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419886458 29526929408 896998 33554432000 4194304 4196468 140721661099280 139773120289248 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23752] ppid=23731 vsize=28834892 memory=1452 CPUtime=0.77 cores=0-7
/proc/23733/task/23752/stat : 23752 (java) S 23731 23731 23223 0 -1 1077944384 4607 0 0 0 34 43 0 0 20 0 28 0 419886458 29526929408 896998 33554432000 4194304 4196468 140721661099280 139773119236784 139774799919746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23972] ppid=23731 vsize=28834892 memory=3587992 CPUtime=2459.37 cores=0-7
/proc/23733/task/23972/stat : 23972 (java) R 23731 23731 23223 0 -1 4202560 21618 0 0 0 245920 17 0 0 20 0 28 0 419890127 29526929408 896998 33554432000 4194304 4196468 140721661099280 139773102894296 139774432135819 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23973] ppid=23731 vsize=28834892 memory=1452 CPUtime=2460.18 cores=0-7
/proc/23733/task/23973/stat : 23973 (java) R 23731 23731 23223 0 -1 4202560 25700 0 0 0 246001 17 0 0 20 0 28 0 419890127 29526929408 896998 33554432000 4194304 4196468 140721661099280 139773107106264 139774432135290 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23974] ppid=23731 vsize=28834892 memory=3540888 CPUtime=0.02 cores=0-7
/proc/23733/task/23974/stat : 23974 (java) S 23731 23731 23223 0 -1 1077944384 33 0 0 0 2 0 0 0 20 0 28 0 419890127 29526929408 896998 33554432000 4194304 4196468 140721661099280 139773109216656 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23975] ppid=23731 vsize=28834892 memory=988 CPUtime=2459.53 cores=0-7
/proc/23733/task/23975/stat : 23975 (java) R 23731 23731 23223 0 -1 4202560 406539 0 0 0 245734 219 0 0 20 0 28 0 419890127 29526929408 896998 33554432000 4194304 4196468 140721661099280 139773101846744 139774433123155 0 4 0 16800975 0 0 0 -1 6 0 0 11 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23976] ppid=23731 vsize=28834892 memory=2008 CPUtime=2460.18 cores=0-7
/proc/23733/task/23976/stat : 23976 (java) R 23731 23731 23223 0 -1 4202560 25429 0 0 0 246003 15 0 0 20 0 28 0 419890127 29526929408 896998 33554432000 4194304 4196468 140721661099280 139773110264600 139774433875204 0 4 0 16800975 0 0 0 -1 3 0 0 12 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23977] ppid=23731 vsize=28834892 memory=1436 CPUtime=2460.11 cores=0-7
/proc/23733/task/23977/stat : 23977 (java) R 23731 23731 23223 0 -1 4202560 770574 0 0 0 245679 332 0 0 20 0 28 0 419890127 29526929408 896998 33554432000 4194304 4196468 140721661099280 139773108159040 139774434086304 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23978] ppid=23731 vsize=28834892 memory=580 CPUtime=2459.2 cores=0-7
/proc/23733/task/23978/stat : 23978 (java) R 23731 23731 23223 0 -1 4202560 168612 0 0 0 245838 82 0 0 20 0 28 0 419890127 29526929408 896998 33554432000 4194304 4196468 140721661099280 139773105003168 139774432135570 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23979] ppid=23731 vsize=28834892 memory=6791534058613427641 CPUtime=2459.81 cores=0-7
/proc/23733/task/23979/stat : 23979 (java) R 23731 23731 23223 0 -1 4202560 257743 0 0 0 245858 123 0 0 20 0 28 0 419890127 29526929408 896998 33554432000 4194304 4196468 140721661099280 139773103948392 139774431479428 0 4 0 16800975 0 0 0 -1 4 0 0 11 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
Current children cumulated CPU time: 17528.5 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 3589444 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 7.15 7.06 6.83 8/219 24183
/proc/meminfo: memFree=25171692/32770624 swapFree=66959228/67108860
[pid=23731] ppid=23728 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23731/stat : 23731 (xcsp3-exec) S 23728 23731 23223 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419886452 115843072 363 33554432000 4194304 5098028 140725931188576 140725931186680 139636614636156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19148800 140725931197302 140725931197545 140725931197545 140725931200458 0
/proc/23731/statm: 28282 363 304 221 0 87 0
[pid=23733] ppid=23731 vsize=28834892 memory=3598300 CPUtime=17652.4 cores=0-7
/proc/23733/stat : 23733 (java) S 23731 23731 23223 0 -1 1077944320 1975260 0 0 0 1763956 1283 0 0 20 0 28 0 419886452 29526929408 899575 33554432000 4194304 4196468 140721661099280 140721661081824 139774799908599 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
/proc/23733/statm: 7208723 899575 3543 1 0 7169825 0
[pid=23733/tid=23734] ppid=23731 vsize=28834892 memory=500 CPUtime=0.67 cores=0-7
/proc/23733/task/23734/stat : 23734 (java) S 23731 23731 23223 0 -1 1077944384 9722 0 0 0 61 6 0 0 20 0 28 0 419886452 29526929408 899575 33554432000 4194304 4196468 140721661099280 139774804149376 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23735] ppid=23731 vsize=28834892 memory=1556 CPUtime=2.69 cores=0-7
/proc/23733/task/23735/stat : 23735 (java) S 23731 23731 23223 0 -1 1077944384 18422 0 0 0 223 46 0 0 20 0 28 0 419886453 29526929408 899575 33554432000 4194304 4196468 140721661099280 139774752528912 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23736] ppid=23731 vsize=28834892 memory=-7003737579269690708 CPUtime=2.74 cores=0-7
/proc/23733/task/23736/stat : 23736 (java) S 23731 23731 23223 0 -1 1077944384 20774 0 0 0 226 48 0 0 20 0 28 0 419886453 29526929408 899575 33554432000 4194304 4196468 140721661099280 139774751476368 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23737] ppid=23731 vsize=28834892 memory=1436 CPUtime=2.68 cores=0-7
/proc/23733/task/23737/stat : 23737 (java) S 23731 23731 23223 0 -1 1077944384 17234 0 0 0 222 46 0 0 20 0 28 0 419886453 29526929408 899575 33554432000 4194304 4196468 140721661099280 139774750423312 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23738] ppid=23731 vsize=28834892 memory=580 CPUtime=2.64 cores=0-7
/proc/23733/task/23738/stat : 23738 (java) S 23731 23731 23223 0 -1 1077944384 16888 0 0 0 222 42 0 0 20 0 28 0 419886453 29526929408 899575 33554432000 4194304 4196468 140721661099280 139774749370768 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23739] ppid=23731 vsize=28834892 memory=1720 CPUtime=2.65 cores=0-7
/proc/23733/task/23739/stat : 23739 (java) S 23731 23731 23223 0 -1 1077944384 18357 0 0 0 221 44 0 0 20 0 28 0 419886453 29526929408 899575 33554432000 4194304 4196468 140721661099280 139774748318736 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23740] ppid=23731 vsize=28834892 memory=10604 CPUtime=2.64 cores=0-7
/proc/23733/task/23740/stat : 23740 (java) S 23731 23731 23223 0 -1 1077944384 18409 0 0 0 218 46 0 0 20 0 28 0 419886453 29526929408 899575 33554432000 4194304 4196468 140721661099280 139774747266192 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23741] ppid=23731 vsize=28834892 memory=3360 CPUtime=2.62 cores=0-7
/proc/23733/task/23741/stat : 23741 (java) S 23731 23731 23223 0 -1 1077944384 19395 0 0 0 217 45 0 0 20 0 28 0 419886453 29526929408 899575 33554432000 4194304 4196468 140721661099280 139774746213136 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23742] ppid=23731 vsize=28834892 memory=776 CPUtime=2.66 cores=0-7
/proc/23733/task/23742/stat : 23742 (java) S 23731 23731 23223 0 -1 1077944384 17124 0 0 0 223 43 0 0 20 0 28 0 419886453 29526929408 899575 33554432000 4194304 4196468 140721661099280 139774343895952 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23743] ppid=23731 vsize=28834892 memory=1564 CPUtime=1 cores=0-7
/proc/23733/task/23743/stat : 23743 (java) S 23731 23731 23223 0 -1 1077944384 52727 0 0 0 80 20 0 0 20 0 28 0 419886455 29526929408 899575 33554432000 4194304 4196468 140721661099280 139773128710384 139774799919746 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23744] ppid=23731 vsize=28834892 memory=5984 CPUtime=0 cores=0-7
/proc/23733/task/23744/stat : 23744 (java) S 23731 23731 23223 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 419886455 29526929408 899575 33554432000 4194304 4196468 140721661099280 139773127656672 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23745] ppid=23731 vsize=28834892 memory=1060 CPUtime=0 cores=0-7
/proc/23733/task/23745/stat : 23745 (java) S 23731 23731 23223 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 419886455 29526929408 899575 33554432000 4194304 4196468 140721661099280 139773126603520 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23746] ppid=23731 vsize=28834892 memory=5984 CPUtime=0 cores=0-7
/proc/23733/task/23746/stat : 23746 (java) S 23731 23731 23223 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419886458 29526929408 899575 33554432000 4194304 4196468 140721661099280 139773125552080 139774799927195 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23747] ppid=23731 vsize=28834892 memory=1060 CPUtime=3.08 cores=0-7
/proc/23733/task/23747/stat : 23747 (java) S 23731 23731 23223 0 -1 1077944384 17793 0 0 0 304 4 0 0 20 0 28 0 419886458 29526929408 899575 33554432000 4194304 4196468 140721661099280 139773124500208 139774799919746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23748] ppid=23731 vsize=28834892 memory=6791534058613427641 CPUtime=3.29 cores=0-7
/proc/23733/task/23748/stat : 23748 (java) S 23731 23731 23223 0 -1 1077944384 14568 0 0 0 327 2 0 0 20 0 28 0 419886458 29526929408 899575 33554432000 4194304 4196468 140721661099280 139773123447664 139774799919746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23749] ppid=23731 vsize=28834892 memory=3587992 CPUtime=2.99 cores=0-7
/proc/23733/task/23749/stat : 23749 (java) S 23731 23731 23223 0 -1 1077944384 12962 0 0 0 297 2 0 0 20 0 28 0 419886458 29526929408 899575 33554432000 4194304 4196468 140721661099280 139773122394608 139774799919746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23750] ppid=23731 vsize=28834892 memory=984 CPUtime=1.07 cores=0-7
/proc/23733/task/23750/stat : 23750 (java) S 23731 23731 23223 0 -1 1077944384 13310 0 0 0 105 2 0 0 20 0 28 0 419886458 29526929408 899575 33554432000 4194304 4196468 140721661099280 139773121342064 139774799919746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23751] ppid=23731 vsize=28834892 memory=14004 CPUtime=0 cores=0-7
/proc/23733/task/23751/stat : 23751 (java) S 23731 23731 23223 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419886458 29526929408 899575 33554432000 4194304 4196468 140721661099280 139773120289248 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23752] ppid=23731 vsize=28834892 memory=22096 CPUtime=0.78 cores=0-7
/proc/23733/task/23752/stat : 23752 (java) S 23731 23731 23223 0 -1 1077944384 4653 0 0 0 35 43 0 0 20 0 28 0 419886458 29526929408 899575 33554432000 4194304 4196468 140721661099280 139773119236784 139774799919746 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23972] ppid=23731 vsize=28834892 memory=14048 CPUtime=2477.07 cores=0-7
/proc/23733/task/23972/stat : 23972 (java) R 23731 23731 23223 0 -1 4202560 21795 0 0 0 247690 17 0 0 20 0 28 0 419890127 29526929408 899575 33554432000 4194304 4196468 140721661099280 139773102896576 139774434041961 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23973] ppid=23731 vsize=28834892 memory=2124 CPUtime=2477.89 cores=0-7
/proc/23733/task/23973/stat : 23973 (java) R 23731 23731 23223 0 -1 4202560 25923 0 0 0 247771 18 0 0 20 0 28 0 419890127 29526929408 899575 33554432000 4194304 4196468 140721661099280 139773107105280 139774431758971 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23974] ppid=23731 vsize=28834892 memory=500 CPUtime=0.02 cores=0-7
/proc/23733/task/23974/stat : 23974 (java) S 23731 23731 23223 0 -1 1077944384 33 0 0 0 2 0 0 0 20 0 28 0 419890127 29526929408 899575 33554432000 4194304 4196468 140721661099280 139773109216656 139774799918805 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23975] ppid=23731 vsize=28834892 memory=6791534058613427641 CPUtime=2477.22 cores=0-7
/proc/23733/task/23975/stat : 23975 (java) R 23731 23731 23223 0 -1 4202560 410213 0 0 0 247499 223 0 0 20 0 28 0 419890127 29526929408 899575 33554432000 4194304 4196468 140721661099280 139773101843032 139774436612693 0 4 0 16800975 0 0 0 -1 6 0 0 11 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23976] ppid=23731 vsize=28834892 memory=1556 CPUtime=2477.88 cores=0-7
/proc/23733/task/23976/stat : 23976 (java) R 23731 23731 23223 0 -1 4202560 25611 0 0 0 247773 15 0 0 20 0 28 0 419890127 29526929408 899575 33554432000 4194304 4196468 140721661099280 139773110264024 139774434095540 0 4 0 16800975 0 0 0 -1 3 0 0 12 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23977] ppid=23731 vsize=28834892 memory=928 CPUtime=2477.8 cores=0-7
/proc/23733/task/23977/stat : 23977 (java) R 23731 23731 23223 0 -1 4202560 771084 0 0 0 247446 334 0 0 20 0 28 0 419890127 29526929408 899575 33554432000 4194304 4196468 140721661099280 139773108159384 139774437410284 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23978] ppid=23731 vsize=28834892 memory=1772 CPUtime=2476.89 cores=0-7
/proc/23733/task/23978/stat : 23978 (java) R 23731 23731 23223 0 -1 4202560 169366 0 0 0 247606 83 0 0 20 0 28 0 419890127 29526929408 899575 33554432000 4194304 4196468 140721661099280 139773105001000 139774434041874 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
[pid=23733/tid=23979] ppid=23731 vsize=28834892 memory=832 CPUtime=2477.49 cores=0-7
/proc/23733/task/23979/stat : 23979 (java) R 23731 23731 23223 0 -1 4202560 258629 0 0 0 247626 123 0 0 20 0 28 0 419890127 29526929408 899575 33554432000 4194304 4196468 140721661099280 139773103947736 139774432796724 0 4 0 16800975 0 0 0 -1 4 0 0 11 0 0 6293624 6294260 13422592 140721661105130 140721661105302 140721661105302 140721661108175 0
Current children cumulated CPU time: 17652.4 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 3599752 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.02 s]
# the end of solver process 23731 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.002269 s, system=0 s

[startup+2520.04 s]
# the end of solver process 23733 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=17639.6 s, system=12.8666 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 143
Real time (s): 2520.04
CPU time (s): 17652.5
CPU user time (s): 17639.6
CPU system time (s): 12.8666
CPU usage (%): 700.485
Max. virtual memory (cumulated for all children) (KiB): 28948020
Max. memory (cumulated for all children) (KiB): 3599752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17639.6
system time used= 12.8666
maximum resident set size= 3598816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1976287
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110598
involuntary context switches= 56427


# summary of solver processes directly reported to runsolver:
#   pid: 23731,23733
#   total CPU time (s): 17652.5
#   total CPU user time (s): 17639.6
#   total CPU system time (s): 12.8666

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.1594 second user time and 27.8284 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-14 07:37:03
IDJOB=4394613
IDBENCH=135866
IDSOLVER=2843
FILE ID=node124/4394613-1568439463
RUNJOBID= node124-1568436778-23250
PBS_JOBID= 21702319
Free space on /tmp= 61812 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n30/TravellingSalesman-30-30-11.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-4394613-1568439463/watcher-4394613-1568439463 -o /tmp/evaluation-result-4394613-1568439463/solver-4394613-1568439463 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node124-1568436778-23250 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 318228892 HOME/instance-4394613-1568439463.xml

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

MD5SUM BENCH= ac86bf8ef4620229a98c72b0f60cfd27
RANDOM SEED=318228892

node124.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.47
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.47
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.47
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.47
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:        28762596 kB
MemAvailable:   31847664 kB
Buffers:          197888 kB
Cached:          3167560 kB
SwapCached:        45884 kB
Active:           999556 kB
Inactive:        2417768 kB
Active(anon):       4112 kB
Inactive(anon):    89132 kB
Active(file):     995444 kB
Inactive(file):  2328636 kB
Unevictable:      107492 kB
Mlocked:          107492 kB
SwapTotal:      67108860 kB
SwapFree:       66959228 kB
Dirty:             26088 kB
Writeback:             4 kB
AnonPages:        114216 kB
Mapped:            44708 kB
Shmem:             32748 kB
Slab:             182784 kB
SReclaimable:     153644 kB
SUnreclaim:        29140 kB
KernelStack:        3344 kB
PageTables:         5580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61784 MiB
End job on node124 at 2019-09-14 08:19:03