Trace number 4393857

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 parallelOPT76 1310.57 187.753

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-11.xml
MD5SUMc9ef4b7723c27fafe529968b8b9ea7d5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark76
Best CPU time to get the best result obtained on this benchmark48.8644
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size25
Distribution of domain sizes[{"size":15,"count":15},{"size":25,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"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-4393857-1568439146.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393857-1568439146.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
1.06/0.57	c solve instance...
1.45/0.65	o 120 
1.45/0.66	o 103 
1.45/0.68	o 101 
1.45/0.70	o 95 
1.99/0.70	o 78 
1.99/0.71	o 77 
1.99/0.77	o 76 
1310.26/187.74	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (26/28)
1310.26/187.74		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1310.26/187.74		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1310.26/187.74		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1310.26/187.74		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1310.26/187.74		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1310.26/187.74	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (26/28)
1310.26/187.74		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1310.26/187.74		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1310.26/187.74		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1310.26/187.74		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1310.26/187.74		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1310.26/187.74		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1310.26/187.74		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1310.26/187.74		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1310.26/187.74		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1310.26/187.74		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1310.26/187.74		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1310.26/187.74		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1310.26/187.74		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1310.26/187.74		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1310.26/187.74		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1310.26/187.74		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1310.26/187.74	s OPTIMUM FOUND
1310.26/187.74	v <instantiation>
1310.26/187.74	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] 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] </list>
1310.26/187.74	v 	<values>0 5 6 10 13 14 12 11 9 7 8 4 3 2 1 10 4 4 6 4 12 2 5 1 4 9 5 1 1 8 </values>
1310.26/187.74	v </instantiation>

Verifier Data

OK	76

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393857-1568439146/watcher-4393857-1568439146 -o /tmp/evaluation-result-4393857-1568439146/solver-4393857-1568439146 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1568430672-19252 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 145329486 HOME/instance-4393857-1568439146.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=23374, runsolver pid=23371

[startup+0.100117 s]*
/proc/loadavg: 7.93 7.91 7.20 2/213 23395
/proc/meminfo: memFree=30948364/32770624 swapFree=66935388/67108860
[pid=23374] ppid=23371 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23374/stat : 23374 (xcsp3-exec) S 23371 23374 19225 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420186075 115843072 363 33554432000 4194304 5098028 140724797518448 140724797516552 140127709303420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26398720 140724797526902 140724797527145 140724797527145 140724797530058 0
/proc/23374/statm: 28282 363 304 221 0 87 0
[pid=23376] ppid=23374 vsize=28227388 memory=27112 CPUtime=0.13 cores=0-7
/proc/23376/stat : 23376 (java) S 23374 23374 19225 0 -1 1077944320 5809 0 0 0 12 1 0 0 20 0 20 0 420186075 28904845312 6778 33554432000 4194304 4196468 140726008404368 140726008386912 140372310961911 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
/proc/23376/statm: 7056847 6778 3114 1 0 7019032 0
[pid=23376/tid=23377] ppid=23374 vsize=28227388 memory=7896951379245047710 CPUtime=0.09 cores=0-7
/proc/23376/task/23377/stat : 23377 (java) R 23374 23374 19225 0 -1 4202560 3669 0 0 0 9 0 0 0 20 0 20 0 420186075 28904845312 6778 33554432000 4194304 4196468 140726008404368 140372315194688 140372295005541 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23378] ppid=23374 vsize=28227388 memory=732370547064511461 CPUtime=0 cores=0-7
/proc/23376/task/23378/stat : 23378 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186076 28904845312 6844 33554432000 4194304 4196468 140726008404368 140371861998736 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23379] ppid=23374 vsize=28227388 memory=140408727058048 CPUtime=0 cores=0-7
/proc/23376/task/23379/stat : 23379 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186076 28904845312 6844 33554432000 4194304 4196468 140726008404368 140371860945936 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23380] ppid=23374 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23380/stat : 23380 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186076 28904845312 6844 33554432000 4194304 4196468 140726008404368 140371859893136 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23381] ppid=23374 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23381/stat : 23381 (java) S 23374 23374 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420186076 28904845312 6844 33554432000 4194304 4196468 140726008404368 140371858840336 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23382] ppid=23374 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23382/stat : 23382 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186076 28904845312 6844 33554432000 4194304 4196468 140726008404368 140371857787536 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23383] ppid=23374 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23376/task/23383/stat : 23383 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186076 28904845312 6844 33554432000 4194304 4196468 140726008404368 140371856734736 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23384] ppid=23374 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23384/stat : 23384 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186076 28904845312 6844 33554432000 4194304 4196468 140726008404368 140371855681936 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23385] ppid=23374 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23385/stat : 23385 (java) S 23374 23374 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420186076 28904845312 6844 33554432000 4194304 4196468 140726008404368 140371854629136 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23386] ppid=23374 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23386/stat : 23386 (java) S 23374 23374 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420186077 28904845312 6844 33554432000 4194304 4196468 140726008404368 140371694836592 140372310973058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23387] ppid=23374 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23387/stat : 23387 (java) S 23374 23374 19225 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420186078 28904845312 6844 33554432000 4194304 4196468 140726008404368 140371693782560 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23388] ppid=23374 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23388/stat : 23388 (java) S 23374 23374 19225 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420186078 28904845312 6844 33554432000 4194304 4196468 140726008404368 140371692729712 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23389] ppid=23374 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23389/stat : 23389 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186080 28904845312 6844 33554432000 4194304 4196468 140726008404368 140371691678032 140372310980507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23390] ppid=23374 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23390/stat : 23390 (java) R 23374 23374 19225 0 -1 4202560 309 0 0 0 0 0 0 0 20 0 20 0 420186080 28904845312 6844 33554432000 4194304 4196468 140726008404368 140371690625392 140372310973846 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23391] ppid=23374 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23391/stat : 23391 (java) R 23374 23374 19225 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 20 0 420186080 28904845312 6844 33554432000 4194304 4196468 140726008404368 140371689572592 140372310973058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23392] ppid=23374 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23392/stat : 23392 (java) S 23374 23374 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420186080 28904845312 6844 33554432000 4194304 4196468 140726008404368 140371688519792 140372310973058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23393] ppid=23374 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/23376/task/23393/stat : 23393 (java) R 23374 23374 19225 0 -1 4202560 398 0 0 0 2 0 0 0 20 0 20 0 420186080 28904845312 6844 33554432000 4194304 4196468 140726008404368 140371687466992 140372304058747 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23394] ppid=23374 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23394/stat : 23394 (java) S 23374 23374 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420186081 28904845312 6844 33554432000 4194304 4196468 140726008404368 140371686415456 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23395] ppid=23374 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23376/task/23395/stat : 23395 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186081 28904845312 6844 33554432000 4194304 4196468 140726008404368 140371685362736 140372310973058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 28564 KiB

[startup+0.210784 s]*
/proc/loadavg: 7.93 7.91 7.20 2/213 23395
/proc/meminfo: memFree=30934244/32770624 swapFree=66935388/67108860
[pid=23374] ppid=23371 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23374/stat : 23374 (xcsp3-exec) S 23371 23374 19225 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420186075 115843072 363 33554432000 4194304 5098028 140724797518448 140724797516552 140127709303420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26398720 140724797526902 140724797527145 140724797527145 140724797530058 0
/proc/23374/statm: 28282 363 304 221 0 87 0
[pid=23376] ppid=23374 vsize=28227388 memory=39680 CPUtime=0.34 cores=0-7
/proc/23376/stat : 23376 (java) S 23374 23374 19225 0 -1 1077944320 9621 0 0 0 31 3 0 0 20 0 20 0 420186075 28904845312 9920 33554432000 4194304 4196468 140726008404368 140726008386912 140372310961911 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
/proc/23376/statm: 7056847 9920 3317 1 0 7019032 0
[pid=23376/tid=23377] ppid=23374 vsize=28227388 memory=0 CPUtime=0.19 cores=0-7
/proc/23376/task/23377/stat : 23377 (java) R 23374 23374 19225 0 -1 4202560 6684 0 0 0 18 1 0 0 20 0 20 0 420186075 28904845312 9920 33554432000 4194304 4196468 140726008404368 140372315194640 140372310973846 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23378] ppid=23374 vsize=28227388 memory=732370547064511461 CPUtime=0 cores=0-7
/proc/23376/task/23378/stat : 23378 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186076 28904845312 9920 33554432000 4194304 4196468 140726008404368 140371861998736 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23379] ppid=23374 vsize=28227388 memory=140408727058048 CPUtime=0 cores=0-7
/proc/23376/task/23379/stat : 23379 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186076 28904845312 9920 33554432000 4194304 4196468 140726008404368 140371860945936 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23380] ppid=23374 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23380/stat : 23380 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186076 28904845312 9920 33554432000 4194304 4196468 140726008404368 140371859893136 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23381] ppid=23374 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23381/stat : 23381 (java) S 23374 23374 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420186076 28904845312 9920 33554432000 4194304 4196468 140726008404368 140371858840336 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23382] ppid=23374 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23382/stat : 23382 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186076 28904845312 9920 33554432000 4194304 4196468 140726008404368 140371857787536 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23383] ppid=23374 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23376/task/23383/stat : 23383 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186076 28904845312 9920 33554432000 4194304 4196468 140726008404368 140371856734736 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23384] ppid=23374 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23384/stat : 23384 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186076 28904845312 9920 33554432000 4194304 4196468 140726008404368 140371855681936 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23385] ppid=23374 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23385/stat : 23385 (java) S 23374 23374 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420186076 28904845312 9920 33554432000 4194304 4196468 140726008404368 140371854629136 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23386] ppid=23374 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23386/stat : 23386 (java) S 23374 23374 19225 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420186077 28904845312 9920 33554432000 4194304 4196468 140726008404368 140371694836592 140372310973058 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23387] ppid=23374 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23387/stat : 23387 (java) S 23374 23374 19225 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420186078 28904845312 9920 33554432000 4194304 4196468 140726008404368 140371693782560 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23388] ppid=23374 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23388/stat : 23388 (java) S 23374 23374 19225 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420186078 28904845312 9920 33554432000 4194304 4196468 140726008404368 140371692729712 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23389] ppid=23374 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23389/stat : 23389 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186080 28904845312 9920 33554432000 4194304 4196468 140726008404368 140371691678032 140372310980507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23390] ppid=23374 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/23376/task/23390/stat : 23390 (java) S 23374 23374 19225 0 -1 1077944384 405 0 0 0 1 0 0 0 20 0 20 0 420186080 28904845312 9920 33554432000 4194304 4196468 140726008404368 140371690625392 140372310973058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23391] ppid=23374 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23391/stat : 23391 (java) S 23374 23374 19225 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 20 0 420186080 28904845312 9920 33554432000 4194304 4196468 140726008404368 140371689572592 140372310973058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23392] ppid=23374 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/23376/task/23392/stat : 23392 (java) S 23374 23374 19225 0 -1 1077944384 136 0 0 0 2 0 0 0 20 0 20 0 420186080 28904845312 9920 33554432000 4194304 4196468 140726008404368 140371688519792 140372310973058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23393] ppid=23374 vsize=28227388 memory=0 CPUtime=0.07 cores=0-7
/proc/23376/task/23393/stat : 23393 (java) R 23374 23374 19225 0 -1 4202560 949 0 0 0 7 0 0 0 20 0 20 0 420186080 28904845312 9920 33554432000 4194304 4196468 140726008404368 140371687466800 140372295042398 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23394] ppid=23374 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23394/stat : 23394 (java) S 23374 23374 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420186081 28904845312 9920 33554432000 4194304 4196468 140726008404368 140371686415456 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23395] ppid=23374 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23376/task/23395/stat : 23395 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186081 28904845312 9920 33554432000 4194304 4196468 140726008404368 140371685362736 140372310973058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 41132 KiB

[startup+0.310603 s]*
/proc/loadavg: 7.93 7.91 7.20 3/213 23395
/proc/meminfo: memFree=30928028/32770624 swapFree=66935388/67108860
[pid=23374] ppid=23371 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23374/stat : 23374 (xcsp3-exec) S 23371 23374 19225 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420186075 115843072 363 33554432000 4194304 5098028 140724797518448 140724797516552 140127709303420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26398720 140724797526902 140724797527145 140724797527145 140724797530058 0
/proc/23374/statm: 28282 363 304 221 0 87 0
[pid=23376] ppid=23374 vsize=28231644 memory=49180 CPUtime=0.52 cores=0-7
/proc/23376/stat : 23376 (java) S 23374 23374 19225 0 -1 1077944320 11146 0 0 0 48 4 0 0 20 0 20 0 420186075 28909203456 12295 33554432000 4194304 4196468 140726008404368 140726008386912 140372310961911 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
/proc/23376/statm: 7057911 12295 3359 1 0 7019032 0
[pid=23376/tid=23377] ppid=23374 vsize=28231644 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/23376/task/23377/stat : 23377 (java) R 23374 23374 19225 0 -1 4202560 7783 0 0 0 27 2 0 0 20 0 20 0 420186075 28909203456 12295 33554432000 4194304 4196468 140726008404368 140372315193024 140372295042398 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23378] ppid=23374 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23378/stat : 23378 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186076 28909203456 12295 33554432000 4194304 4196468 140726008404368 140371861998736 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23379] ppid=23374 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23379/stat : 23379 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186076 28909203456 12295 33554432000 4194304 4196468 140726008404368 140371860945936 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23380] ppid=23374 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23380/stat : 23380 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186076 28909203456 12295 33554432000 4194304 4196468 140726008404368 140371859893136 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23381] ppid=23374 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23381/stat : 23381 (java) S 23374 23374 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420186076 28909203456 12295 33554432000 4194304 4196468 140726008404368 140371858840336 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23382] ppid=23374 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/23376/task/23382/stat : 23382 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186076 28909203456 12295 33554432000 4194304 4196468 140726008404368 140371857787536 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23383] ppid=23374 vsize=28231644 memory=140408587908015 CPUtime=0 cores=0-7
/proc/23376/task/23383/stat : 23383 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186076 28909203456 12295 33554432000 4194304 4196468 140726008404368 140371856734736 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23384] ppid=23374 vsize=28231644 memory=140408587910320 CPUtime=0 cores=0-7
/proc/23376/task/23384/stat : 23384 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186076 28909203456 12295 33554432000 4194304 4196468 140726008404368 140371855681936 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23385] ppid=23374 vsize=28231644 memory=140408587912624 CPUtime=0 cores=0-7
/proc/23376/task/23385/stat : 23385 (java) S 23374 23374 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420186076 28909203456 12295 33554432000 4194304 4196468 140726008404368 140371854629136 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23386] ppid=23374 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23386/stat : 23386 (java) S 23374 23374 19225 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420186077 28909203456 12295 33554432000 4194304 4196468 140726008404368 140371694836592 140372310973058 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23387] ppid=23374 vsize=28231644 memory=280817175832208 CPUtime=0 cores=0-7
/proc/23376/task/23387/stat : 23387 (java) S 23374 23374 19225 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420186078 28909203456 12295 33554432000 4194304 4196468 140726008404368 140371693782560 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23388] ppid=23374 vsize=28231644 memory=280817175839120 CPUtime=0 cores=0-7
/proc/23376/task/23388/stat : 23388 (java) S 23374 23374 19225 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420186078 28909203456 12295 33554432000 4194304 4196468 140726008404368 140371692729712 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23389] ppid=23374 vsize=28231644 memory=280817175780400 CPUtime=0 cores=0-7
/proc/23376/task/23389/stat : 23389 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186080 28909203456 12295 33554432000 4194304 4196468 140726008404368 140371691678032 140372310980507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23390] ppid=23374 vsize=28231644 memory=280817175852944 CPUtime=0.02 cores=0-7
/proc/23376/task/23390/stat : 23390 (java) R 23374 23374 19225 0 -1 4202560 493 0 0 0 2 0 0 0 20 0 20 0 420186080 28909203456 12338 33554432000 4194304 4196468 140726008404368 140371690625392 140372294472644 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23391] ppid=23374 vsize=28231644 memory=280817175859856 CPUtime=0.02 cores=0-7
/proc/23376/task/23391/stat : 23391 (java) S 23374 23374 19225 0 -1 1077944384 221 0 0 0 2 0 0 0 20 0 20 0 420186080 28909203456 12338 33554432000 4194304 4196468 140726008404368 140371689572592 140372310973058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23392] ppid=23374 vsize=28231644 memory=280817175857552 CPUtime=0.03 cores=0-7
/proc/23376/task/23392/stat : 23392 (java) S 23374 23374 19225 0 -1 1077944384 160 0 0 0 3 0 0 0 20 0 20 0 420186080 28909203456 12338 33554432000 4194304 4196468 140726008404368 140371688519792 140372310973058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23393] ppid=23374 vsize=28231644 memory=280817175873712 CPUtime=0.12 cores=0-7
/proc/23376/task/23393/stat : 23393 (java) S 23374 23374 19225 0 -1 1077944384 1193 0 0 0 12 0 0 0 20 0 20 0 420186080 28909203456 12338 33554432000 4194304 4196468 140726008404368 140371687466992 140372310973058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23394] ppid=23374 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23376/task/23394/stat : 23394 (java) S 23374 23374 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420186081 28909203456 12338 33554432000 4194304 4196468 140726008404368 140371686415456 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23395] ppid=23374 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/23376/task/23395/stat : 23395 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420186081 28909203456 12338 33554432000 4194304 4196468 140726008404368 140371685362736 140372310973058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 50632 KiB

[startup+0.700939 s]
/proc/loadavg: 7.93 7.91 7.20 6/213 23395
/proc/meminfo: memFree=30909040/32770624 swapFree=66935388/67108860
[pid=23374] ppid=23371 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23374/stat : 23374 (xcsp3-exec) S 23371 23374 19225 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420186075 115843072 363 33554432000 4194304 5098028 140724797518448 140724797516552 140127709303420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26398720 140724797526902 140724797527145 140724797527145 140724797530058 0
/proc/23374/statm: 28282 363 304 221 0 87 0
[pid=23376] ppid=23374 vsize=28766280 memory=144152 CPUtime=1.99 cores=0-7
/proc/23376/stat : 23376 (java) S 23374 23374 19225 0 -1 1077944320 16531 0 0 0 191 8 0 0 20 0 28 0 420186075 29456670720 36038 33554432000 4194304 4196468 140726008404368 140726008386912 140372310961911 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
/proc/23376/statm: 7191570 36038 3454 1 0 7152672 0
[pid=23376/tid=23377] ppid=23374 vsize=28766280 memory=280817176168640 CPUtime=0.57 cores=0-7
/proc/23376/task/23377/stat : 23377 (java) S 23374 23374 19225 0 -1 1077944384 9247 0 0 0 54 3 0 0 20 0 28 0 420186075 29456670720 36038 33554432000 4194304 4196468 140726008404368 140372315202688 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23378] ppid=23374 vsize=28766280 memory=1564 CPUtime=0 cores=0-7
/proc/23376/task/23378/stat : 23378 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420186076 29456670720 36038 33554432000 4194304 4196468 140726008404368 140371861998736 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23379] ppid=23374 vsize=28766280 memory=976 CPUtime=0 cores=0-7
/proc/23376/task/23379/stat : 23379 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420186076 29456670720 36038 33554432000 4194304 4196468 140726008404368 140371860945936 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23380] ppid=23374 vsize=28766280 memory=772 CPUtime=0 cores=0-7
/proc/23376/task/23380/stat : 23380 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420186076 29456670720 36038 33554432000 4194304 4196468 140726008404368 140371859893136 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0

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

[pid=23376/tid=23393] ppid=23374 vsize=28768328 memory=1772 CPUtime=0.65 cores=0-7
/proc/23376/task/23393/stat : 23393 (java) S 23374 23374 19225 0 -1 1077944384 8512 0 0 0 62 3 0 0 20 0 28 0 420186080 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371687466992 140372310973058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23394] ppid=23374 vsize=28768328 memory=111632 CPUtime=0 cores=0-7
/proc/23376/task/23394/stat : 23394 (java) S 23374 23374 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420186081 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371686415456 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23395] ppid=23374 vsize=28768328 memory=804 CPUtime=0.05 cores=0-7
/proc/23376/task/23395/stat : 23395 (java) S 23374 23374 19225 0 -1 1077944384 1773 0 0 0 2 3 0 0 20 0 28 0 420186081 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371685362736 140372310973058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23452] ppid=23374 vsize=28768328 memory=1656 CPUtime=185.48 cores=0-7
/proc/23376/task/23452/stat : 23452 (java) R 23374 23374 19225 0 -1 4202560 1929 0 0 0 18548 0 0 0 20 0 28 0 420186152 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371602402816 140371953882324 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23453] ppid=23374 vsize=28768328 memory=14008 CPUtime=0 cores=0-7
/proc/23376/task/23453/stat : 23453 (java) S 23374 23374 19225 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 420186152 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371604514000 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23454] ppid=23374 vsize=28768328 memory=12024 CPUtime=185.38 cores=0-7
/proc/23376/task/23454/stat : 23454 (java) R 23374 23374 19225 0 -1 4202560 1758 0 0 0 18536 2 0 0 20 0 28 0 420186152 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371603455904 140371952514729 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23455] ppid=23374 vsize=28768328 memory=2124 CPUtime=185.38 cores=0-7
/proc/23376/task/23455/stat : 23455 (java) R 23374 23374 19225 0 -1 4202560 2620 0 0 0 18536 2 0 0 20 0 28 0 420186152 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371607666224 140371952515126 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23456] ppid=23374 vsize=28768328 memory=8012 CPUtime=185.37 cores=0-7
/proc/23376/task/23456/stat : 23456 (java) R 23374 23374 19225 0 -1 4202560 3371 0 0 0 18536 1 0 0 20 0 28 0 420186152 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371608719008 140371952515254 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23457] ppid=23374 vsize=28768328 memory=504 CPUtime=185.47 cores=0-7
/proc/23376/task/23457/stat : 23457 (java) R 23374 23374 19225 0 -1 4202560 3847 0 0 0 18543 4 0 0 20 0 28 0 420186152 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371606615664 140371953740169 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23458] ppid=23374 vsize=28768328 memory=1564 CPUtime=185.58 cores=0-7
/proc/23376/task/23458/stat : 23458 (java) R 23374 23374 19225 0 -1 4202560 2566 0 0 0 18556 2 0 0 20 0 28 0 420186152 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371605561536 140371953882730 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23459] ppid=23374 vsize=28768328 memory=924 CPUtime=185.37 cores=0-7
/proc/23376/task/23459/stat : 23459 (java) R 23374 23374 19225 0 -1 4202560 8540 0 0 0 18536 1 0 0 20 0 28 0 420186152 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371601354016 140371953608396 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
Current children cumulated CPU time: 1306.77 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 198644 KiB

[startup+187.601 s]
/proc/loadavg: 6.77 7.40 7.12 8/221 23470
/proc/meminfo: memFree=30778464/32770624 swapFree=66935388/67108860
[pid=23374] ppid=23371 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23374/stat : 23374 (xcsp3-exec) S 23371 23374 19225 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420186075 115843072 363 33554432000 4194304 5098028 140724797518448 140724797516552 140127709303420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26398720 140724797526902 140724797527145 140724797527145 140724797530058 0
/proc/23374/statm: 28282 363 304 221 0 87 0
[pid=23376] ppid=23374 vsize=28768328 memory=197192 CPUtime=1309.57 cores=0-7
/proc/23376/stat : 23376 (java) S 23374 23374 19225 0 -1 1077944320 111157 0 0 0 130908 49 0 0 20 0 28 0 420186075 29458767872 49298 33554432000 4194304 4196468 140726008404368 140726008386912 140372310961911 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
/proc/23376/statm: 7192082 49298 3517 1 0 7153184 0
[pid=23376/tid=23377] ppid=23374 vsize=28768328 memory=-8412660948202001267 CPUtime=0.57 cores=0-7
/proc/23376/task/23377/stat : 23377 (java) S 23374 23374 19225 0 -1 1077944384 9247 0 0 0 54 3 0 0 20 0 28 0 420186075 29458767872 49298 33554432000 4194304 4196468 140726008404368 140372315202688 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23378] ppid=23374 vsize=28768328 memory=-6520471753822164382 CPUtime=0.18 cores=0-7
/proc/23376/task/23378/stat : 23378 (java) S 23374 23374 19225 0 -1 1077944384 2488 0 0 0 16 2 0 0 20 0 28 0 420186076 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371861998736 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23379] ppid=23374 vsize=28768328 memory=-8412656567318647667 CPUtime=0.17 cores=0-7
/proc/23376/task/23379/stat : 23379 (java) S 23374 23374 19225 0 -1 1077944384 2727 0 0 0 16 1 0 0 20 0 28 0 420186076 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371860945936 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23380] ppid=23374 vsize=28768328 memory=280817176659392 CPUtime=0.18 cores=0-7
/proc/23376/task/23380/stat : 23380 (java) S 23374 23374 19225 0 -1 1077944384 1175 0 0 0 16 2 0 0 20 0 28 0 420186076 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371859893136 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23381] ppid=23374 vsize=28768328 memory=280817176659584 CPUtime=0.18 cores=0-7
/proc/23376/task/23381/stat : 23381 (java) S 23374 23374 19225 0 -1 1077944384 2250 0 0 0 17 1 0 0 20 0 28 0 420186076 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371858840336 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23382] ppid=23374 vsize=28768328 memory=8012 CPUtime=0.18 cores=0-7
/proc/23376/task/23382/stat : 23382 (java) S 23374 23374 19225 0 -1 1077944384 1623 0 0 0 17 1 0 0 20 0 28 0 420186076 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371857787536 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23383] ppid=23374 vsize=28768328 memory=504 CPUtime=0.18 cores=0-7
/proc/23376/task/23383/stat : 23383 (java) S 23374 23374 19225 0 -1 1077944384 2743 0 0 0 17 1 0 0 20 0 28 0 420186076 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371856734736 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23384] ppid=23374 vsize=28768328 memory=1564 CPUtime=0.18 cores=0-7
/proc/23376/task/23384/stat : 23384 (java) S 23374 23374 19225 0 -1 1077944384 2637 0 0 0 16 2 0 0 20 0 28 0 420186076 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371855681936 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23385] ppid=23374 vsize=28768328 memory=924 CPUtime=0.17 cores=0-7
/proc/23376/task/23385/stat : 23385 (java) S 23374 23374 19225 0 -1 1077944384 2792 0 0 0 16 1 0 0 20 0 28 0 420186076 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371854629136 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23386] ppid=23374 vsize=28768328 memory=1420 CPUtime=0.2 cores=0-7
/proc/23376/task/23386/stat : 23386 (java) S 23374 23374 19225 0 -1 1077944384 7940 0 0 0 18 2 0 0 20 0 28 0 420186077 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371694836592 140372310973058 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23387] ppid=23374 vsize=28768328 memory=1984 CPUtime=0 cores=0-7
/proc/23376/task/23387/stat : 23387 (java) S 23374 23374 19225 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 420186078 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371693782624 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23388] ppid=23374 vsize=28768328 memory=2532 CPUtime=0 cores=0-7
/proc/23376/task/23388/stat : 23388 (java) S 23374 23374 19225 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 28 0 420186078 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371692729728 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23389] ppid=23374 vsize=28768328 memory=1440 CPUtime=0 cores=0-7
/proc/23376/task/23389/stat : 23389 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420186080 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371691678032 140372310980507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23390] ppid=23374 vsize=28768328 memory=812 CPUtime=1.62 cores=0-7
/proc/23376/task/23390/stat : 23390 (java) S 23374 23374 19225 0 -1 1077944384 14679 0 0 0 160 2 0 0 20 0 28 0 420186080 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371690625392 140372310973058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23391] ppid=23374 vsize=28768328 memory=1772 CPUtime=1.59 cores=0-7
/proc/23376/task/23391/stat : 23391 (java) S 23374 23374 19225 0 -1 1077944384 12657 0 0 0 157 2 0 0 20 0 28 0 420186080 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371689572592 140372310973058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23392] ppid=23374 vsize=28768328 memory=920 CPUtime=1.75 cores=0-7
/proc/23376/task/23392/stat : 23392 (java) S 23374 23374 19225 0 -1 1077944384 10464 0 0 0 174 1 0 0 20 0 28 0 420186080 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371688519792 140372310973058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23393] ppid=23374 vsize=28768328 memory=5020 CPUtime=0.65 cores=0-7
/proc/23376/task/23393/stat : 23393 (java) S 23374 23374 19225 0 -1 1077944384 8512 0 0 0 62 3 0 0 20 0 28 0 420186080 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371687466992 140372310973058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23394] ppid=23374 vsize=28768328 memory=4104 CPUtime=0 cores=0-7
/proc/23376/task/23394/stat : 23394 (java) S 23374 23374 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420186081 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371686415456 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23395] ppid=23374 vsize=28768328 memory=1408 CPUtime=0.05 cores=0-7
/proc/23376/task/23395/stat : 23395 (java) S 23374 23374 19225 0 -1 1077944384 1773 0 0 0 2 3 0 0 20 0 28 0 420186081 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371685362736 140372310973058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23452] ppid=23374 vsize=28768328 memory=3672 CPUtime=185.88 cores=0-7
/proc/23376/task/23452/stat : 23452 (java) R 23374 23374 19225 0 -1 4202560 1929 0 0 0 18588 0 0 0 20 0 28 0 420186152 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371602402368 140371954563704 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23453] ppid=23374 vsize=28768328 memory=1452 CPUtime=0 cores=0-7
/proc/23376/task/23453/stat : 23453 (java) S 23374 23374 19225 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 420186152 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371604514000 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23454] ppid=23374 vsize=28768328 memory=197192 CPUtime=185.77 cores=0-7
/proc/23376/task/23454/stat : 23454 (java) R 23374 23374 19225 0 -1 4202560 1758 0 0 0 18575 2 0 0 20 0 28 0 420186152 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371603455904 140371952515571 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23455] ppid=23374 vsize=28768328 memory=6791534058613427641 CPUtime=185.78 cores=0-7
/proc/23376/task/23455/stat : 23455 (java) R 23374 23374 19225 0 -1 4202560 2620 0 0 0 18576 2 0 0 20 0 28 0 420186152 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371607666096 140371952516160 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23456] ppid=23374 vsize=28768328 memory=-7003737579269690708 CPUtime=185.77 cores=0-7
/proc/23376/task/23456/stat : 23456 (java) R 23374 23374 19225 0 -1 4202560 3371 0 0 0 18576 1 0 0 20 0 28 0 420186152 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371608722000 140371952515654 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23457] ppid=23374 vsize=28768328 memory=197192 CPUtime=185.87 cores=0-7
/proc/23376/task/23457/stat : 23457 (java) R 23374 23374 19225 0 -1 4202560 3847 0 0 0 18583 4 0 0 20 0 28 0 420186152 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371606613040 140371953009253 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23458] ppid=23374 vsize=28768328 memory=1452 CPUtime=185.98 cores=0-7
/proc/23376/task/23458/stat : 23458 (java) R 23374 23374 19225 0 -1 4202560 2566 0 0 0 18596 2 0 0 20 0 28 0 420186152 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371605561288 140371952555638 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23459] ppid=23374 vsize=28768328 memory=197192 CPUtime=185.77 cores=0-7
/proc/23376/task/23459/stat : 23459 (java) R 23374 23374 19225 0 -1 4202560 8543 0 0 0 18576 1 0 0 20 0 28 0 420186152 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371601351344 140371952515312 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
Current children cumulated CPU time: 1309.57 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 198644 KiB

[startup+187.701 s]
/proc/loadavg: 6.77 7.40 7.12 8/221 23470
/proc/meminfo: memFree=30778464/32770624 swapFree=66935388/67108860
[pid=23374] ppid=23371 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23374/stat : 23374 (xcsp3-exec) S 23371 23374 19225 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420186075 115843072 363 33554432000 4194304 5098028 140724797518448 140724797516552 140127709303420 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26398720 140724797526902 140724797527145 140724797527145 140724797530058 0
/proc/23374/statm: 28282 363 304 221 0 87 0
[pid=23376] ppid=23374 vsize=28768328 memory=197192 CPUtime=1310.26 cores=0-7
/proc/23376/stat : 23376 (java) S 23374 23374 19225 0 -1 1077944320 111158 0 0 0 130977 49 0 0 20 0 28 0 420186075 29458767872 49298 33554432000 4194304 4196468 140726008404368 140726008386912 140372310961911 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
/proc/23376/statm: 7192082 49298 3517 1 0 7153184 0
[pid=23376/tid=23377] ppid=23374 vsize=28768328 memory=197192 CPUtime=0.57 cores=0-7
/proc/23376/task/23377/stat : 23377 (java) S 23374 23374 19225 0 -1 1077944384 9247 0 0 0 54 3 0 0 20 0 28 0 420186075 29458767872 49298 33554432000 4194304 4196468 140726008404368 140372315202688 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23378] ppid=23374 vsize=28768328 memory=197192 CPUtime=0.18 cores=0-7
/proc/23376/task/23378/stat : 23378 (java) S 23374 23374 19225 0 -1 1077944384 2488 0 0 0 16 2 0 0 20 0 28 0 420186076 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371861998736 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23379] ppid=23374 vsize=28768328 memory=197192 CPUtime=0.17 cores=0-7
/proc/23376/task/23379/stat : 23379 (java) S 23374 23374 19225 0 -1 1077944384 2727 0 0 0 16 1 0 0 20 0 28 0 420186076 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371860945936 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23380] ppid=23374 vsize=28768328 memory=0 CPUtime=0.18 cores=0-7
/proc/23376/task/23380/stat : 23380 (java) S 23374 23374 19225 0 -1 1077944384 1175 0 0 0 16 2 0 0 20 0 28 0 420186076 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371859893136 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23381] ppid=23374 vsize=28768328 memory=197192 CPUtime=0.18 cores=0-7
/proc/23376/task/23381/stat : 23381 (java) S 23374 23374 19225 0 -1 1077944384 2250 0 0 0 17 1 0 0 20 0 28 0 420186076 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371858840336 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23382] ppid=23374 vsize=28768328 memory=2032 CPUtime=0.18 cores=0-7
/proc/23376/task/23382/stat : 23382 (java) S 23374 23374 19225 0 -1 1077944384 1623 0 0 0 17 1 0 0 20 0 28 0 420186076 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371857787536 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23383] ppid=23374 vsize=28768328 memory=197192 CPUtime=0.18 cores=0-7
/proc/23376/task/23383/stat : 23383 (java) S 23374 23374 19225 0 -1 1077944384 2743 0 0 0 17 1 0 0 20 0 28 0 420186076 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371856734736 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23384] ppid=23374 vsize=28768328 memory=1452 CPUtime=0.18 cores=0-7
/proc/23376/task/23384/stat : 23384 (java) S 23374 23374 19225 0 -1 1077944384 2637 0 0 0 16 2 0 0 20 0 28 0 420186076 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371855681936 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23385] ppid=23374 vsize=28768328 memory=1452 CPUtime=0.17 cores=0-7
/proc/23376/task/23385/stat : 23385 (java) S 23374 23374 19225 0 -1 1077944384 2792 0 0 0 16 1 0 0 20 0 28 0 420186076 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371854629136 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23386] ppid=23374 vsize=28768328 memory=195144 CPUtime=0.21 cores=0-7
/proc/23376/task/23386/stat : 23386 (java) S 23374 23374 19225 0 -1 1077944384 7940 0 0 0 19 2 0 0 20 0 28 0 420186077 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371694836592 140372310973058 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23387] ppid=23374 vsize=28768328 memory=1452 CPUtime=0 cores=0-7
/proc/23376/task/23387/stat : 23387 (java) S 23374 23374 19225 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 420186078 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371693782624 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23388] ppid=23374 vsize=28768328 memory=197192 CPUtime=0 cores=0-7
/proc/23376/task/23388/stat : 23388 (java) S 23374 23374 19225 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 28 0 420186078 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371692729728 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23389] ppid=23374 vsize=28768328 memory=1452 CPUtime=0 cores=0-7
/proc/23376/task/23389/stat : 23389 (java) S 23374 23374 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420186080 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371691678032 140372310980507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23390] ppid=23374 vsize=28768328 memory=1452 CPUtime=1.62 cores=0-7
/proc/23376/task/23390/stat : 23390 (java) S 23374 23374 19225 0 -1 1077944384 14679 0 0 0 160 2 0 0 20 0 28 0 420186080 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371690625392 140372310973058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23391] ppid=23374 vsize=28768328 memory=195144 CPUtime=1.59 cores=0-7
/proc/23376/task/23391/stat : 23391 (java) S 23374 23374 19225 0 -1 1077944384 12657 0 0 0 157 2 0 0 20 0 28 0 420186080 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371689572592 140372310973058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23392] ppid=23374 vsize=28768328 memory=288230574492221466 CPUtime=1.75 cores=0-7
/proc/23376/task/23392/stat : 23392 (java) S 23374 23374 19225 0 -1 1077944384 10464 0 0 0 174 1 0 0 20 0 28 0 420186080 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371688519792 140372310973058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23393] ppid=23374 vsize=28768328 memory=288230621803970871 CPUtime=0.65 cores=0-7
/proc/23376/task/23393/stat : 23393 (java) S 23374 23374 19225 0 -1 1077944384 8512 0 0 0 62 3 0 0 20 0 28 0 420186080 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371687466992 140372310973058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23394] ppid=23374 vsize=28768328 memory=14133350919046965 CPUtime=0 cores=0-7
/proc/23376/task/23394/stat : 23394 (java) S 23374 23374 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420186081 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371686415456 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23395] ppid=23374 vsize=28768328 memory=1452 CPUtime=0.05 cores=0-7
/proc/23376/task/23395/stat : 23395 (java) S 23374 23374 19225 0 -1 1077944384 1773 0 0 0 2 3 0 0 20 0 28 0 420186081 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371685362736 140372310973058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23452] ppid=23374 vsize=28768328 memory=3620 CPUtime=185.98 cores=0-7
/proc/23376/task/23452/stat : 23452 (java) R 23374 23374 19225 0 -1 4202560 1929 0 0 0 18598 0 0 0 20 0 28 0 420186152 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371602402368 140371952515187 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23453] ppid=23374 vsize=28768328 memory=24628 CPUtime=0 cores=0-7
/proc/23376/task/23453/stat : 23453 (java) S 23374 23374 19225 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 420186152 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371604514000 140372310972117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23454] ppid=23374 vsize=28768328 memory=976 CPUtime=185.87 cores=0-7
/proc/23376/task/23454/stat : 23454 (java) R 23374 23374 19225 0 -1 4202560 1758 0 0 0 18585 2 0 0 20 0 28 0 420186152 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371603456040 140371952406464 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23455] ppid=23374 vsize=28768328 memory=772 CPUtime=185.88 cores=0-7
/proc/23376/task/23455/stat : 23455 (java) R 23374 23374 19225 0 -1 4202560 2621 0 0 0 18586 2 0 0 20 0 28 0 420186152 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371607666752 140371952555535 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23456] ppid=23374 vsize=28768328 memory=3932 CPUtime=185.86 cores=0-7
/proc/23376/task/23456/stat : 23456 (java) R 23374 23374 19225 0 -1 4202560 3371 0 0 0 18585 1 0 0 20 0 28 0 420186152 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371608719008 140371952406738 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23457] ppid=23374 vsize=28768328 memory=3620 CPUtime=185.97 cores=0-7
/proc/23376/task/23457/stat : 23457 (java) R 23374 23374 19225 0 -1 4202560 3847 0 0 0 18593 4 0 0 20 0 28 0 420186152 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371606616432 140371948197080 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23458] ppid=23374 vsize=28768328 memory=24628 CPUtime=186.08 cores=0-7
/proc/23376/task/23458/stat : 23458 (java) R 23374 23374 19225 0 -1 4202560 2566 0 0 0 18606 2 0 0 20 0 28 0 420186152 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371605561648 140371952515488 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
[pid=23376/tid=23459] ppid=23374 vsize=28768328 memory=984 CPUtime=185.87 cores=0-7
/proc/23376/task/23459/stat : 23459 (java) R 23374 23374 19225 0 -1 4202560 8543 0 0 0 18586 1 0 0 20 0 28 0 420186152 29458767872 49298 33554432000 4194304 4196468 140726008404368 140371601350944 140371953525585 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24477696 140726008407018 140726008407190 140726008407190 140726008410063 0
Current children cumulated CPU time: 1310.26 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 198644 KiB

Child status: 0
Real time (s): 187.753
CPU time (s): 1310.57
CPU user time (s): 1310.07
CPU system time (s): 0.503747
CPU usage (%): 698.029
Max. virtual memory (cumulated for all children) (KiB): 28881456
Max. memory (cumulated for all children) (KiB): 224560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1310.07
system time used= 0.503747
maximum resident set size= 228292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113190
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23961
involuntary context switches= 5643


# summary of solver processes directly reported to runsolver:
#   pid: 23374
#   total CPU time (s): 1310.57
#   total CPU user time (s): 1310.07
#   total CPU system time (s): 0.503747

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.43948 second user time and 2.24405 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-14 07:31:47
IDJOB=4393857
IDBENCH=135738
IDSOLVER=2841
FILE ID=node151/4393857-1568439146
RUNJOBID= node151-1568430672-19252
PBS_JOBID= 21702312
Free space on /tmp= 59308 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-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-4393857-1568439146/watcher-4393857-1568439146 -o /tmp/evaluation-result-4393857-1568439146/solver-4393857-1568439146 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1568430672-19252 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 145329486 HOME/instance-4393857-1568439146.xml

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

MD5SUM BENCH= c9ef4b7723c27fafe529968b8b9ea7d5
RANDOM SEED=145329486

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30963304 kB
MemAvailable:   31851644 kB
Buffers:          193992 kB
Cached:           983448 kB
SwapCached:        70940 kB
Active:           650276 kB
Inactive:         601832 kB
Active(anon):       9764 kB
Inactive(anon):    97924 kB
Active(file):     640512 kB
Inactive(file):   503908 kB
Unevictable:      109880 kB
Mlocked:          109880 kB
SwapTotal:      67108860 kB
SwapFree:       66935388 kB
Dirty:             26208 kB
Writeback:             0 kB
AnonPages:        154284 kB
Mapped:            37308 kB
Shmem:             24620 kB
Slab:             147956 kB
SReclaimable:     119512 kB
SUnreclaim:        28444 kB
KernelStack:        3584 kB
PageTables:         5044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     499088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 59284 MiB
End job on node151 at 2019-09-14 07:34:55